|
From: Leif M. <le...@ta...> - 2005-10-03 02:04:16
|
Bashiro,
How is this going? Ori commented on it as well. Windows services
run as the
SYSTEM user by default. That user is not able to access network file
shares
which require a logon.
As you are trying to access a DB, I don't think that is the problem
though.
What JDBC driver are you using? Some drivers make use of a native DLL.
If that is the case with yours, make sure that it is on library path
when run
as a service. Set the wrapper.java.command.loglevel=INFO property
to help debug this.
Also are you getting any errors in the log? If not, is your code
consuming
any such errors? It seems strange that "nothing" is happening. Must be a
reason.
Cheers,
Leif
bashiro wrote:
>Hello all,
>
>
>
>I have the wrapper running confidently on XP as service.
>
>But I get users complaining when they run the program alone it runs
>
>perfectly. But when used as service it says it is running but nothing happens. The program is suppose to update a data base on a remote server.
>
>
>
>Is there anyone who has ran into similar problem or anyone that can help ?
>
>
>
>Thanks in advance
>
>
>
>Bashiro
>
>
|