1. Web Logic Class path does not append the class path options under server start stackoverflow.comWhen I add some new directories, jars etc to the weblogic classpath under Server Start, it somehow does not append these values to the existing classpath. it just replaces the existing ... |
2. NoClassDef in Weblogic 8.1 client coderanch.comWe're testing our JNLP client application which talks to a session bean running in a Weblogic 8.1 server. This application works fine against a WebLogic 6.1 server. We're getting a ClassDefNotFoundException when getting the initial context even though the class it complains about IS in the application jar file. Any ideas? Thanks! Authentication failed: java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stub at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown ... |
3. JNLPException with Weblogic 7 coderanch.comHi, We're getting the following exception when calling the application (deployed on a weblogic 7 server): ------------------------ JNLPException[category: Download Error : Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ] at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source) at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source) at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown ource) at com.sun.javaws.Launcher.downloadResources(Unknown Source) at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source) at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source) ------------------ I can get to it from ... |