|
| Re: problem starting server with nodemanager |
 |
Wed, 12 Mar 2008 10:52:06 -070 |
The problem is not spaces in the system PATH variable which end up in the
java.library.path. The problem occurs when the path ends with a backslash. In
this case the culprit is C:\Program Files\Microsoft SQL Server\80\Tools\Binn\. I
have seen this work fine with spaces in the path but it often breaks when
Quicktime (C:\Program Files\QuickTime\QTSystem\) tacks itself on to the end of
your system path with a trailing back slash everytime it gets updated.
I think the \ slash is escaping the space after the java.library.path and
throwing off the command line arguments.
Another annoying thing is that since node manager inherits its environment from
services that run on startup, you have to reboot (or possibly log off and log
on) before the service will pick up changes to your path.
It looks like other posts suggest a way to tell the node manager what value to
use for java.library.path. I am going to try that out so because this h |
| Post Reply
|
|
|
|
|
|
|
|
|
|