For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 19 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
dewalkerMemberI’m unable to start WLS after configuring the MyEclipse connector. I’ve verified that the server start correctly from the command-line.
One item that’s very confusing, is the error shown below refers to WLS 6.x. I’m running WLS 8.1. The message doesn’t make sense to me.
After configuring WLS 8.1sp5 I get the following error when I attempt to start the server:
!ENTRY com.genuitec.eclipse.easie.core 1 0 2006-02-07 16:28:38.781
!MESSAGE Error starting WebLogic 8 server
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: ‘Execution Domain Root’. For WebLogic 6, the Execution Domain Root must be a directory containing a subdirectory named ‘config’ that contains all the exectuion domains. Typically this is the same as the WebLogic installation directory. For more information, see: http://e-docs.bea.com/wls/docs61/adminguide/startstop.html#1040822 since it does not contain a directory named ‘config’.
at com.genuitec.eclipse.easie.weblogic.WeblogicServer.start(WeblogicServer.java:58)
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:538)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: com.genuitec.eclipse.core.GenuitecCoreException: ‘Execution Domain Root’. For WebLogic 6, the Execution Domain Root must be a directory containing a subdirectory named ‘config’ that contains all the exectuion domains. Typically this is the same as the WebLogic installation directory. For more information, see: http://e-docs.bea.com/wls/docs61/adminguide/startstop.html#1040822 since it does not contain a directory named ‘config’.
at com.genuitec.eclipse.easie.weblogic.WeblogicServer.validateConfiguration(WeblogicServer.java:92)
at com.genuitec.eclipse.easie.weblogic.WeblogicServer.start(WeblogicServer.java:51)My configuration:
*** Date: Tue Feb 07 16:31:11 MST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
D:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
9f0_6c
-showlocation
-vm
D:\java\jdk1.5.0_06\bin\javaw.exeFebruary 8, 2006 at 8:08 am #246311
Riyad KallaMemberAre you being sure to use the WebLogic 8 connector? Also, did you check that your execution domain root does have a /config dir?
February 8, 2006 at 11:13 am #246335
dewalkerMemberI am definitely using the WebLogic 8 connector according to the preferences options.
However, there doesn’t appear to be a /config dir under my domain root. This is how WLS 8 installed my domain:
$BEA_HOME/
user_projects/
domains/
mydomain/
……
config.xmlMight BEA have changed the directory layout? I didn’t do anything out of the ordinary when configuring my domain.
Thanks
February 8, 2006 at 1:40 pm #246345
Riyad KallaMemberIf you have a look here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10418.html
you see that the execution domain root should be user_projects, does your connect settings look similar to that screenshot?
February 8, 2006 at 2:30 pm #246349
dewalkerMemberMy configuration was slightly different, but, using the screenshot you provided, I was able to figure it out.
WLS is now up and running.
Thanks for the support!
February 8, 2006 at 2:39 pm #246350
Riyad KallaMemberGlad to hear it.
-
AuthorPosts