For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 18 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
radarmeMemberI have configured a WebLogic 8 server and every time I try to start it, I get an error message that seems to relate to WebLogic 6. A weblogic 6 server has never been defined nor is it enabled… Any ideas?
!ENTRY com.genuitec.eclipse.easie.core 1 0 2007-05-08 15:00:30.057
!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:62)
at com.genuitec.eclipse.easie.core.ui.action.ServerStartAction.ÄÆ’(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:539)
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:928)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
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:96)
at com.genuitec.eclipse.easie.weblogic.WeblogicServer.start(WeblogicServer.java:56)
… 29 moreMay 8, 2007 at 3:07 pm #269874
radarmeMemberMy server settings are as follows:
BEA Home Directory: C:\bea
Weblogic Installation Directory: C:\bea\weblogic81\server
Admin username: weblogic
Admin password: weblogic
Execution domain root: C:\bea\user_projects\domains
Execution domain name: mydomain
Execution server name: myserver
Hostname:PortNumber: localhost:7001
Security policy file:
JAAS login configuration file:May 9, 2007 at 10:49 am #269900
Loyal WaterMemberI think your *Execution Domain root* is incorrect. You need to point it to mydomain. Take a look at this FAQ on how a configured connector should look:-
https://www.genuitec.com/forums/topic/weblogic-8-what-does-a-configured-connector-look-like/May 9, 2007 at 10:59 am #269902
radarmeMemberI’ve tried it both ways. I think this is a bug with MyEclipse. Maybe I should post this in the bugs section…
May 9, 2007 at 11:25 am #269906
Loyal WaterMemberThe WebLogic 6 message is just a bad error message because those WebLogic connectors share some of the same code and we’ll fix that.
But your WebLogic Install dir Domain root is wrong. I know you tried one already, but it looks wrong. You shld try messing around with your Domain Root once again. That should fix this problem.
May 9, 2007 at 2:25 pm #269911
radarmeMemberYou got it!!! changed the weblogic install dir to C:\bea\weblogic81 and that fixed it. Thanks!
May 9, 2007 at 2:46 pm #269915
Loyal WaterMemberGlad to know its working !!!
-
AuthorPosts