Results 1 to 3 of 3
- 09-22-2008, 04:37 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 1
- Rep Power
- 0
Problem deploying: com/sun/corba/se/internal/io/ValueHandlerIm
hi all,
I'm deploying a Java application with Orion2.0.5 and I get this weird error that I have not being able to identify/fix:
org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.sun.enterprise.iiop.POAEJBORB vmcid: 0x0 minor code: 0 completed: No
at org.omg.CORBA.ORB.create_impl(ORB.java:297)
at org.omg.CORBA.ORB.init(ORB.java:336)
at com.sun.enterprise.util.ORBManager.createORB(ORBMa nager.java:144)
at com.sun.enterprise.util.ORBManager.init(ORBManager .java:69)
at com.sun.enterprise.naming.java.javaURLContextFacto ry.getObjectInstanc
e(javaURLContextFactory.java:27)
at javax.naming.spi.NamingManager.getURLObject(Naming Manager.java:584)
at javax.naming.spi.NamingManager.getURLContext(Namin gManager.java:533)
at javax.naming.InitialContext.getURLOrDefaultInitCtx (InitialContext.java:279)
at javax.naming.InitialContext.lookup(InitialContext. java:351)
at acaleo.component.Events.EmailBean.getProperties(Em ailBean.java:169)
at Email_StatefulSessionBeanWrapper6.getProperties(Em ail_StatefulSession
BeanWrapper6.java:62)
at acaleo.app.MailMonitor.MonitorMailBox.main(Monitor MailBox.java:137)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.evermind._es.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
at com.evermind._bf.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: com/sun/corba/se/internal/io/ValueHandlerImpl
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java :620)
at com.evermind._as.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 06)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 51)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at com.evermind._iq.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 51)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at org.omg.CORBA.ORB.create_impl(ORB.java:295)
... 18 more
It's a real nightmare. Java installation is JDK1.0.5_16. The path & classpath variables are 100% correct. I reinstalled everything from scratch and still the same error. I have another machine with the same configuration and everthing works fine there. I don't know what else can I do.
I found this guy: com/sun/corba/se/internal/io/ValueHandlerImpl lives inside rt.jar, which is part of JDK (Java\jdk1.5.0_16\jre\lib), so I don't know why is not finding it if the installation is correct.
Please help!!
- 09-22-2008, 06:21 PM #2
Its interesting that you have internal in your path and I have impl in mine for jarfile: "C:\Program Files\Java\jdk1.5.0_04\jre\lib\rt.jar"\com\sun\corba\se\impl\io\ValueHandlerImpl
- 09-23-2008, 01:00 PM #3
Member
- Join Date
- Aug 2008
- Posts
- 12
- Rep Power
- 0
Similar Threads
-
Getting internal frame out
By rad in forum New To JavaReplies: 8Last Post: 08-11-2008, 02:33 AM -
Having problem hot-deploying JSP's
By kurt_cobain in forum EclipseReplies: 0Last Post: 04-03-2008, 05:55 PM -
Eclipse's internal Tomcat
By vadimf in forum EclipseReplies: 0Last Post: 02-14-2008, 09:37 AM -
CORBA MArshall Exception while calling EJB
By vishnu_cec in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 11-22-2007, 05:16 PM -
an internal error occurred during refresh
By christina in forum EclipseReplies: 1Last Post: 08-06-2007, 09:37 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks