-
Hi !
1 .Under this configuration im not able to start my jar file, are these additional parameters in the config file correct for launching with WrapperJavaProcess:
wrapper.java.app.jar=/Users/herve/Documents/Hackystat/public_hackystat/hackystat-sensorbase-uh/sensorbase.jar
wrapper.java.app.mainclass=org.hackystat.sensorbase.server.Server
do I have to consider any other properties ?...
2009-07-10 11:41:37 UTC in Yet Another Java Service Wrapper
-
Thanks Ron the WrapperLoader problem is solved.
What do you mean by after "exec:", i cant find or relate it to anything ?
For further questions I guess I will open a new Thread.
This was the solution to my problem:
in eclipse, remove the project dependency, eg remove yajsw project from your project.
-> add wrapper.jar and all the jar files from <yajsw>/lib/core to...
2009-07-08 07:58:24 UTC in Yet Another Java Service Wrapper
-
Thanks that worked and thanks for the real quick reply ! I really appreciate it !
This is my output which i don't fully understand yet but im working on it :)
INFO|wrapper|09-07-07 18:18:28|set state IDLE->STARTING
INFO|wrapper|09-07-07 18:18:28|starting Process
INFO|wrapper|09-07-07 18:18:29|Controller State: UNKNOWN -> WAITING
INFO|wrapper|09-07-07 18:18:29|working dir...
2009-07-07 16:20:53 UTC in Yet Another Java Service Wrapper
-
Hi Ron,
okay glad to here that it is only a classpath error, I don't have any command line actually, try to run the wrapper under Java code.
Let me explain, I'm working with eclipse and I added the YAJSW source to my classpath (linked project in eclipse). I tried to set the wrapper.jar on the classpath before but it did not work (I also tried both):
Exception in thread "main"...
2009-07-07 11:24:49 UTC in Yet Another Java Service Wrapper
-
Hello Im using wrapper 8.4 (also tried 8.3) on MAC OSX Leopard Java 1.6.0 (64-bit)
I downloaded the source code and integrated it into my project.
I saw the configuration property:
wrapper.java.command.64bit -> Indicates if to use a 64 bit jvmDefault: false
This configuration property is marked as not supported yet. Im not an JVM expert and new to the Wrapper. I just know im running a...
2009-07-07 09:38:08 UTC in Yet Another Java Service Wrapper
-
Hi Leif,
The thing is I want to use the wrapper from Java Source Code (setting wrapper.jar to the classpath) to run and stop my application which has no Shutdown method. I set the properties over System.setProperties because i am not able to load the wrapper.conf whithin the code even not with the appropriate directory structure. I decided to go for Method 3 because there I have the ability...
2009-07-02 07:25:32 UTC in Java Service Wrapper
-
Hello, Im a student implementing Hackystat.org' s SOA services with JSW using integration method 3.
I implemented a WrapperListener on mac osx which starts a RESTLet Service in a Jar.
I pass the Listener to the WrapperManager after setting the configuration properties via System.setProperty(...).
It seem like The service gets started (even the debug says "Not using wrapper"), but...
2009-06-30 14:54:48 UTC in Java Service Wrapper