Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

weblogic integration studio logon problem

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic