Java APIs and OES1/OES2
I'm doing some experimenting with the Novell Java/JNDI APIs. I downloaded the DirectoryCreator example from the developer site. The application compiles without any issues. My problem seems to be with the OS or the services running on it. If I run the directory creator app against a server that has OES2 installed, the directory is created as it should be. If I run the application against an OES1 machine, I receive the following:
C:\>java -classpath njclv2.jar; DirectoryCreator BWAY-FS1/VOL1/Users/Student terrahhahn
Exception thrown: javax.naming.NoInitialContextException [Root exception is com.
novell.service.jncp.ServerException: ccode = 35074 (0x8902)]
javax.naming.NoInitialContextException [Root exception is com.novell.service.jnc
p.ServerException: ccode = 35074 (0x8902)]
at com.novell.service.file.nw.naming.FileSystemInitia lContextFactory.get
InitialContext(FileSystemInitialContextFactory.jav a:94)
.....
I have tried this application on all my machines and it fails, like above, everytime on the OES1 systems. My question is, is there something particular that must be done (such as a setting changed) to make this application work? I did some searching on my friend google but didn't come up with anything on these errors. Thank you for your time.
|