Questions tagged [tanuki]

21 questions
5
votes
1 answer

Wrapping Spring Boot application with Tanuki Service Wrapper

How to wrap Spring Boot application as a linux daemon and to set it to read from application.properties. To start the jar with the parameters from the application.properties I am using this command: java…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
4
votes
1 answer

Java Server Wrapper (tanuki) - Startup failed: Timed out waiting for a signal from the JVM

I'm trying to set up an own application with the Tanuki Java Service Wrapper. The setup and configuration worked fine but after starting my application via the wrapper (what also works) it gets shut down after a while because the wrapper "timed out…
das Keks
  • 3,723
  • 5
  • 35
  • 57
4
votes
0 answers

Maven appassembler-maven-plugin and Tanuki JSW using a version later than 3.2.3

I am using the Tanuki wrapper with the appassembler-maven-plugin and by default it seems to be using Tanuki 3.2.3 I want to use a later version of Tanuki but I can't see how to do it. There are some discussions that the appassembler-maven-plugin…
Shawn Vader
  • 12,285
  • 11
  • 52
  • 61
3
votes
1 answer

Hybris - separation of hybris and console log

in order to separate the hybris logs from console (catalina) wrapper (tanuki) and tomcat I created these two configs. #local.properties log4j.appender.FILE = org.apache.log4j.DailyRollingFileAppender log4j.appender.FILE.File =…
Fide
  • 109
  • 1
  • 3
  • 8
2
votes
0 answers

Spring boot with maven and tanuki wrapper

I have spring boot app and i want to run it as service. I am using tanuki wrapper to do so : org.codehaus.mojo appassembler-maven-plugin
Johnyb
  • 980
  • 1
  • 12
  • 27
2
votes
2 answers

YAJSW remote debug the application

I have started java app with YAJSW but not able to remote debug , Have tried passing paramters in wrapper.app.additional as well as parameter but still not working when I pass from setenv then YAJSW starts in debug mode but not my applicaiton…
gladiator
  • 1,249
  • 8
  • 23
2
votes
1 answer

Starting wrapped jar with another parameters

I wrapped my jar with Tanuki wrapper. The app has some default parameters but i want to start it for example like this: java -jar myapp.jar --zk localhost:2020 --uri localhost:1919 and etc. I thought that i need to change the config file from tanuki…
Bambus
  • 1,493
  • 1
  • 15
  • 32
1
vote
1 answer

Connector not working on Embedded Jetty SSL when using Tanuki Software WrapperManager

I have come across a strange issue where SSL configuration of embedded jetty is working fine when i use server.join() but is failing when i remove the join code. I am using WrapperManager from tanuki software to make it as a service which needs…
Raju Ch
  • 25
  • 1
  • 9
1
vote
0 answers

Tanuki Service Wrapper - start jar with application.properties

I want to wrap a jar that need to read from application.properties. So I have set the application.properties in /opt/Final/lib/conf/application.properties but when I start the service it says: > wrapper | Launching a JVM... > wrapper | Java…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
1
vote
0 answers

Tanuki java service wrapper - jvm fails to restart and launches new jvm

When Filter trigger matched for restart service, jvm(jvm1) is restarting but getting below message and it launches new jvm(jvm2) Shut-down execute... JVM process exited with a code of 0, leaving the wrapper exit code set to 0.\n JVM exited…
Nazeer_hanne
  • 213
  • 6
  • 20
1
vote
1 answer

Attaching a remote debug to tanuki service wrapper application

I am attempting to configure an application for remote debugging. I am attempting to use the instructions under https://wrapper.tanukisoftware.com/doc/english/qna-eclipse-remote.html and have added the following lines to my…
Andrew Gill
  • 361
  • 1
  • 14
1
vote
0 answers

How choose UTF-8 enconding for Cirillic to save logs Java Wrapper tanuki?

I installed service by Java Service Wrapper Standard Edition 3.5.32-st in Windows 2012 R2. STATUS | wrapper | 2017/05/05 00:57:53 | Launching a JVM... INFO | jvm 1 | 2017/05/05 00:57:53 | WrapperManager: Initializing... INFO | jvm 1 |…
Nikolay Baranenko
  • 1,582
  • 6
  • 35
  • 60
1
vote
1 answer

Tomcat 7 How ClassLoader loads from 2 webapps, same package/classes hierarchy, different classes?

I have this scenario: //Tomcat7/webapps/app1/WEB-INF/classes/a/b/c/A.class //Tomcat7/webapps/app1/WEB-INF/classes/a/b/c/B.class //Tomcat7/webapps/app2/WEB-INF/classes/a/b/c/B.class (different class but same name as…
allancth
  • 300
  • 3
  • 15
0
votes
1 answer

MuleSoft runtime property

The current version of mule runtime we are using is 4.3.0. We have multiple environments where we have to set up the runtimes. We want to define a variable in the runtime wrapper.conf and use that variable across multiple properties. Tried to follow…
0
votes
1 answer

Could not find method getJMSDestination in class com.ibm.mq.jms.MQQueue

We are getting below INFO message at splunk. [00004390] debug [java ] [messaging ] Could not find method getJMSDestination in class com.ibm.mq.jms.MQQueue. I googled it but couldn't get proper clarity.…
user2057006
  • 617
  • 4
  • 15
  • 28
1
2