- This topic has 5 replies, 4 voices, and was last updated 19 years, 10 months ago by
Scott Anderson.
-
AuthorPosts
-
cleeMemberHi,
I have just started using eclipse as I need a IDE that have oc4j support. I can’t seem to start the oc4j install (although it starts fine on command line). I think I have all the plugins that is required. The error I am getting is follow:
05/04/13 09:46:00 Exception in thread “OC4J Launcher” oracle.oc4j.loader.util.AnnotatedNoClassDefFoundError:
Missing class: com.sun.corba.se.internal.iiop.CDRInputStream
Dependent class: com.evermind.server.ApplicationContext
Loader: oc4j:10.1.3
Code-Source: /home/clee/apps/oc4j10.1.3/j2ee/home/lib/oc4j-internal.jar
Configuration: <code-source> in boot.xml in /home/clee/apps/oc4j10.1.3/j2ee/home/oc4j.jarThe missing class is not available from any code-source or loader in the server.
The following is my setup:
eclpise version: 3.1M6
plugins: lomboz_3.1.0.N20041219, emf-sdo-runtime-I200412160800
OS: fedora core 3
oc4j: 10.1.3 (dev preview)I have try to see if anyone have the simlar probelm but haven’t had much luck. Any help will be much appreciated.
Thanks and good day to you.
Charlie
Riyad KallaMemberCharlie,
If you are using Lomboz why post to the MyEclipse forums?Can the Lomboz guys help you out?
Moving to OT > General.
cleeMemberSorry about the confusion. Was using Lomboz now trying out myeclipse. The question I have in regards to that is this.
I am eveluating the possibity of using myEclipse for development. However we need to deploy and run in oc4j10g (10.1.3) . Are you guys planning to support this in the near future? If so do you have a est time for this?Thanks
Charlie
Riyad KallaMemberAhh, ok moving back to App Servers.
Charlie I believe you submitted this question to the FAQ didn’t you? I filed it and the developers are going to try and sneak it into a release following 4.0, so soon.
pvinogradMemberWhat version of the JDK are you using? I tried running OC4J 10.1.3 just using the command line scripts, and it fails with the same error with JDK 1.5.0 – it looks as though Sun rearranged the class hierarchy of the com.sun.corba package in rt.jar. Running with Java 1.4.2 gets rid of the error for me. So, check what version of Java you are running and set your $JAVA_HOME appropriately.
Scott AndersonParticipantAdditionally, I recently went over the basic steps of getting OC4J 10.1.3 running in this thread:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-7098.html -
AuthorPosts