posted 21 years ago
Hi..
I am trying to access a wli domain using the wli studio. I have many domains configured. I can access the console for all the domains hence ensuring that they are deployed properly.
But when I try to connect to them using the WLI Studio, after I try to log on the studio, I get a series of exceptions for ClassNotFound for the class files specified in wlpi-ejb.jar, wlc-wlpi-plugin.jar and ebxml-bpm-plugin.jar. All these jarfiles are in the classpath. So can anyone inform me why i am not able to access the studio.
One more interesting observation is that if I cud manage to log access any other domain (on any other server) using the studio, and then if i try to log on to my domains (logoff from the other servers and login here), then I dont get the exceptions. They occur only if I am accessing my servers directly.
Can anyone tell me what might be the problem ?
Thanks in advance
Regards Mandar
p.s. The exact exception is as below
sweepee% java.lang.ClassNotFoundException: com.bea.b2b.plugin.wlpi.enabler.gui.EventPropertiesPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at com.bea.wlpi.client.studio.Studio.getPluginObject(Studio.java:1967) at com.bea.wlpi.client.studio.Studio.cachePluginTypePanel(Studio.java:559) at com.bea.wlpi.client.studio.Studio.cachePluginPanels(Studio.java:493) at com.bea.wlpi.client.studio.Studio$4.run(Studio.java:955) java.lang.ClassNotFoundException: com.bea.b2b.plugin.wlpi.enabler.gui.EventPropertiesPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at com.bea.wlpi.client.studio.Studio.getPluginObject(Studio.java:1967) at com.bea.wlpi.client.studio.Studio.cachePluginTypePanel(Studio.java:559) at com.bea.wlpi.client.studio.Studio.cachePluginPanels(Studio.java:493) at com.bea.wlpi.client.studio.Studio$4.run(Studio.java:955) java.lang.ClassNotFoundException: com.bea.b2b.ebxml.ui.EBXMLEventPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at com.bea.wlpi.client.studio.Studio.getPluginObject(Studio.java:1967) at com.bea.wlpi.client.studio.Studio.cachePluginTypePanel(Studio.java:559) at com.bea.wlpi.client.studio.Studio.cachePluginPanels(Studio.java:493) at com.bea.wlpi.client.studio.Studio$4.run(Studio.java:955) java.lang.ClassNotFoundException: com.bea.b2b.plugin.wlpi.enabler.gui.DonePropertiesPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at com.bea.wlpi.client.studio.Studio.getPluginObject(Studio.java:1967) at com.bea.wlpi.client.studio.Studio.cachePluginTypePanel(Studio.java:559) at com.bea.wlpi.client.studio.Studio.cachePluginPanels(Studio.java:498) at com.bea.wlpi.client.studio.Studio$4.run(Studio.java:955) java.lang.ClassNotFoundException: com.bea.b2b.plugin.wlpi.enabler.gui.StartPropertiesPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at com.bea.wlpi.client.studio.Studio.getPluginObject(Studio.java:1967) at com.bea.wlpi.client.studio.Studio.cachePluginTypePanel(Studio.java:559) at com.bea.wlpi.client.studio.Studio.cachePluginPanels(Studio.java:503) at com.bea.wlpi.client.studio.Studio$4.run(Studio.java:955) java.lang.ClassNotFoundException: com.bea.b2b.ebxml.ui.EBXMLStartPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at com.bea.wlpi.client.studio.Studio.getPluginObject(Studio.java:1967) at com.bea.wlpi.client.studio.Studio.cachePluginTypePanel(Studio.java:559) at com.bea.wlpi.client.studio.Studio.cachePluginPanels(Studio.java:503) at com.bea.wlpi.client.studio.Studio$4.run(Studio.java:955) java.lang.ClassNotFoundException: com.bea.wlxt.plugin.BinarytoXMLPanel at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:297) at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
[ October 01, 2002: Message edited by: Mandar Gandhe ]