Yeah, we had no misconceptions.  We were not trying to get ND4.1.3 to
work with Java2/JDK 1.2

Here was our problem in a nutshell:

We wanted to install JDK 1.2 for our non-ND project.  But we wanted ND4
w/ JDK 1.1.7A for our on-going ND4 projects.

- We had ND 4.1.3 working with JDK 1.1.7A [is that Y2K ok?]
- Later, we installed JDK 1.2 (as part of a separate endeavor)
- ND 4.1.3 with JDK 1.1.7A stopped working:
        "ServiceManager not running"

There was no immediately obvious reason why ND4 w/ JDK 1.1.7A stopped
working... the classpath, path, etc. etc. all appeared to be OK.  
Qualifying paths within the pl.properties file appears to resolve our
problem.

Many thanks to the folks of the ND forum for documenting this problem
and showing us the path out  ;-)

thanks,
dave.

Curt Springer wrote:
> 
> Ann,
> Maybe we all need to "talk amongst ourselves" at Rancho HMS.
> 
> AFAIK ND4 doesn't run java 2 a/k/a jdk1.2.x.
> 
> -- Curt
> 
> At 06:10 PM 12/7/99 -0600, Ann Smyth May wrote:
> >I installed JAVA 2 SDK, Standard Edition, 1.2.2-001 and the ND Console
> >would no longer come up - it  gave an error message something like "Service
> >Message not Running".  Looking thru emails to the ND Developer's list we
> >were pointed to
> >c:\NetDynamics\NetDynamics40\program\Properties\pl.properties.  We tried a
> >slightly different solution which seems to work (Dave McElroy's idea) - we
> >fully qualified the paths for java and the osagent in pl.properties like
> >this:
> >
> >
> >c:\NetDynamics\NetDynamics40\vbroker\bin\osagent -p %OSAGENT_PORT% -C
> >
> >c:\jdk1.1.7A\bin\java -mx100m -classpath %NETDYN_CLASSPATH%
> >-DORBagentPort=%OSAGENT_PORT% -DNETDYN_CLASSPATH=%NETDYN_CLASSPATH%
> >com.visigenic.vbroker.gatekeeper.GateKeeper -props
> >C:\NetDynamics\NetDynamics40\gatekeeper.prop
> >
> >c:\jdk1.1.7A\bin\java -mx100m -classpath %NETDYN_CLASSPATH%
> >-DORBagentPort=%OSAGENT_PORT% -DNETDYN_CELL=localhost.DefaultPartition
> >-DNETDYN_PARTITION=DefaultPartition -DNETDYN_CLASSPATH=%NETDYN_CLASSPATH%
> >netdyn.cosi.manager.CNdServiceManager -baseDir
> >C:\NetDynamics\NetDynamics40\Program\Properties
> >
> >
> >
> >
> >_________________________________________________________________________
> >
> >For help in using, subscribing, and unsubscribing to the discussion
> >forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
> >
> >For dire need help, email: [EMAIL PROTECTED]
> 
> _________________________________________________________________________
> 
> For help in using, subscribing, and unsubscribing to the discussion
> forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
> 
> For dire need help, email: [EMAIL PROTECTED]
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to