facebook

[Closed] cannot run Weblogic8 server

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #269873 Reply

    radarme
    Member

    I 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 more

    #269874

    radarme
    Member

    My 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:

    #269900

    Loyal Water
    Member

    I 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/

    #269902

    radarme
    Member

    I’ve tried it both ways. I think this is a bug with MyEclipse. Maybe I should post this in the bugs section…

    #269906

    Loyal Water
    Member

    The 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.

    #269911

    radarme
    Member

    You got it!!! changed the weblogic install dir to C:\bea\weblogic81 and that fixed it. Thanks!

    #269915

    Loyal Water
    Member

    Glad to know its working !!!

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: [Closed] cannot run Weblogic8 server

You must be logged in to post in the forum log in