|
From: Leif M. <le...@ta...> - 2006-05-10 15:07:26
|
Delphine,
The log you posted shows me that you ran in a console successfully
then killed the
app by pressing CTRL-C.
You then launch the app as a service. It appears to be starting
fine but that is all of
the log that you included. Is that everything? I am not able to see
what happens next.
You are not getting the "Scheduler started" message.
If that is your full log file, try setting the wrapper.debug=true
property and running
it again. Your application may be getting stuck as it attempts to
launch the "Scheduler"
for some reason.
Cheers,
Leif
Delphine VANDERMEYSBRUGGEN wrote:
> In my log file there is:
>
> STATUS | wrapper | 2006/05/10 16:53:44 | --> Wrapper Started as Console
> STATUS | wrapper | 2006/05/10 16:53:44 | Launching a JVM...
> INFO | jvm 1 | 2006/05/10 16:53:45 | Wrapper (Version 3.2.0)
> http://wrapper.tanukisoftware.org
> INFO | jvm 1 | 2006/05/10 16:53:45 |
> INFO | jvm 1 | 2006/05/10 16:53:47 | Scheduler started (indexation
> begin)
> STATUS | wrapper | 2006/05/10 16:54:01 | CTRL-C trapped. Shutting
> down.
> STATUS | wrapper | 2006/05/10 16:54:03 | <-- Wrapper Stopped
> STATUS | wrapper | 2006/05/10 16:54:43 | --> Wrapper Started as Service
> STATUS | wrapper | 2006/05/10 16:54:43 | Launching a JVM...
> INFO | jvm 1 | 2006/05/10 16:54:44 | Wrapper (Version 3.2.0)
> http://wrapper.tanukisoftware.org
> INFO | jvm 1 | 2006/05/10 16:54:44 |
>
>
> I wrote this in command line:
>
> D:\DVA\Indexation\IndexationApplication\bin>App
>
> D:\>net start "Indexation Application"
>
> -----Original Message-----
> From: wra...@li...
> [mailto:wra...@li...] On Behalf Of Leif
> Mortenson
> Sent: mercredi 10 mai 2006 16:46
> To: wra...@li...
> Subject: Re: [Wrapper-user] Nothing occurs when starting
>
> ***********************
> Your mail has been scanned by InterScan VirusWall.
> ***********-***********
>
>
> Delphine,
> What is in your wrapper.log file?
>
> Cheers,
> Leif
>
> Delphine VANDERMEYSBRUGGEN wrote:
>
>> Hi,
>>
>> When I run the App.bat file, it works. My application runs correctly.
>>
>> But when I start the service using "net start MyApp" or with the
>> wrapper.exe or when I go in the control panel and start it manually,
>> nothing occurs. Just :
>>
>> The Indexation Application service is starting..
>>
>> The Indexation Application service was started successfully.
>>
>> Ok it is started but my application do not runs.
>>
>> Have any idea?
>>
>> Thanks
>>
>> Delphine
>>
|