I have Java SDK loaded on 3 different server. I an accessing a database on our internal network via SSL using Java code and a cerificate. I can get this secure access working on my two test servers but I get the followng message on my production server and the access fails:19/03/2005 07:13:18 PM HTTP JVM: java.lang.NoClassDefFoundError: com/sun/jndi/toolkit/url/Uri
19/03/2005 07:13:18 PM HTTP JVM: at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:58)
19/03/2005 07:13:18 PM HTTP JVM: at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:672)
19/03/2005 07:13:18 PM HTTP JVM: at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:250)
19/03/2005 07:13:18 PM HTTP JVM: at javax.naming.InitialContext.init(InitialContext.java:226)
19/03/2005 07:13:18 PM HTTP JVM: at javax.naming.InitialContext.(InitialContext.java:202)
19/03/2005 07:13:18 PM HTTP JVM: at javax.naming.directory.InitialDirContext.(InitialDirContext.java:87)
19/03/2005 07:13:18 PM HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:79)
19/03/2005 07:13:18 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
19/03/2005 07:13:18 PM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:215)
With both my test servers I log in with my network user id and password -which has access to the internet via through out filrewall. The production server does not have such access and is logged in with an Administrator ID.
Does using the Java runtime for SSL access require internet access to function.