|
From: Leif M. <le...@ta...> - 2003-10-10 10:56:19
|
Thomas,
As I explained in my previous reply to you. READ THE DOCUMENTATION!
http://wrapper.tanukisoftware.org/doc/english/integrate.html
I am not going to take the time to rewrite the contents of what is
already in the docs
for you here. If you want me to hold your hand. Then send a donation
to pay for my
time. Otherwise, happy reading. Once you have read the docs. I am
more than
happy to help those who put forth a little bit of effort.
As a hint. You do not specify your class as the main class. You
should specify
WrapperSimpleApp.
Also please use the list rather than replying directly.
Cheers,
Leif
Thomas Halbig wrote:
>Hi Leif,
>
>all what I do, I have the same behaviour.
>I'm not sure, if I'm on the wrong track or misunderstood some points.
>
>Anyway, I used now the sample wrapper of the whole wrapper package and replaced only the main class with my one. I think there it should work but it doesn't. After 30 seconds I get the some response!
>
>My test application consists only of these lines:
>
>public static void main(String[] args) {
> int i = 0;
> while(true){
> System.out.println(++i + ". pass _");
> try{
> Thread.sleep(10000);}
> catch(Exception e){}
> }
>}
>
>I think, when the TestWrapper is working in theses envirement, my sample application should work as well or?
>
>Cheers,
>Thomas
>
>
>
>Am 09.10.2003 14:41, Leif Mortenson <le...@ta...> schrieb:
>
>
>
>>Thomas,
>> You are the third person to ask about this in 24 hours. Please read the
>>documentation.
>>http://wrapper.tanukisoftware.org/doc/english/integrate.html
>>
>> Most likely, you will want to use integration method #1 and specify
>>WrapperSimpleApp as your main class.
>>
>> For me to learn. I am trying to reduce this particular request as
>>it is the most
>>common mistake made by my users. I have attempted to make this more obvious
>>by putting a comment into the template wrapper.conf file, but it does
>>not help. If
>>you have some suggestions as to what would have made it more obvious for you
>>to figure out how out how to get this working on your own, I am listening.
>>
>> By the way, I replied to the wrapper-user list as that is where this post
>>should have gone. The wrapper-cvs list is only monitored by people who
>>want to keep track of changes to the wrapper source, or who have
>>comments on the changes.
>>
>>Cheers,
>>Leif
>>
>>
>>Thomas Halbig wrote:
>>
>>
>>
>>>Hello,
>>>
>>>I'm using the wrapper.exe to start my application.
>>>Everytime the wrapper restart the application after 30 seconds.
>>>
>>>The wrapper return the following output:
>>>...
>>>Startup failed: Timed out waiting for signal from JVM
>>>Java Virtual Machine did not exit on request, terminated
>>>...
>>>If I wrappe a other application, the wrapper shows the same behaviour!
>>>
>>>Any hints what I can do?
>>>
>>>Thanks in advance
>>>Thomas
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>
>
>
>
>
>
>
|