For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 3 voices, and was last updated 22 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
feeling9MemberJust set up EnterpriseWorkbenchInstaller_020800Beta1 working with eclipse 2.1.3 but got problem when starting the Oracle 9i/AS, when clicking the “start server”, nothing happened. It is supposed to jump to the “debug” prospective with messages popup in the console window, isn’t it?
also tried jboss 3.2.5, it worked perfectly.
anyone have any idea?
thanks
July 14, 2004 at 10:01 pm #210058
Scott AndersonParticipantCan you post all the information we request in the Posting Guidelines thread at the top of the forum? Please be sure to include any messages in your log file located at <workspace>/.metadata/.log. Also, have you verified your OC4J config against the example in the FAQ here:
http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-21.htmlJuly 14, 2004 at 11:21 pm #210071
feeling9MemberHi,
My env information is as following:
OS: winxp sp1
Eclipse: Version: 2.1.3 Build id: 200403101828, freshly installed, myEclipse is the only plug-in.
MyEclipse: Version: 2.7.101 Build id: 200405181900-2.8-Beta1
JDK: 1.3.1pity that I can not post a screen dump for the OC4J settings.
but it looks the same as the
http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-21.htmlGot an exception in the log file:
!ENTRY org.eclipse.ui 4 0 Jul 15, 2004 14:09:50.850
!MESSAGE com/genuitec/eclipse/easie/oracle/B (Illegal Field name “Ç·”)
!STACK 0
java.lang.ClassFormatError: com/genuitec/eclipse/easie/oracle/B (Illegal Field name “Ç·”)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClass(DelegatingURLClassLoader.java:922)
at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:166)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at com.genuitec.eclipse.easie.oracle.A.ĉ(Unknown Source)
at com.genuitec.eclipse.easie.core.ui.action.ServerStartAction.basicRun(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.run(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)The OC4J just can not start, strange.
thanks for any information![/img]
July 15, 2004 at 10:11 am #210109
Riyad KallaMemberThat JDk 1.3.1 has me nervous… can you install Sun’s 1.4.2_05 JDK and use that to launch OC4J?
July 15, 2004 at 10:11 am #210110
Riyad KallaMemberMoving to support…
July 15, 2004 at 11:44 am #210141
Scott AndersonParticipantRiyad,
Good catch. It’s definately a JDK 1.3 problem. We’ve seen it before.
July 15, 2004 at 6:56 pm #210184
feeling9MemberJust removed JDK1.3.1 and installed 1.4.2
Things working now!thanks a lot 😀
July 15, 2004 at 7:02 pm #210186
Riyad KallaMemberAwesome, thanks for letting us know.
-
AuthorPosts
