facebook

[Closed] Problem configuring WebLogic 8.1sp5

💡
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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #246274 Reply

    dewalker
    Member

    I’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 Workbench

    Version: 4.1.0 GA
    Build id: 20060122-4.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Platform

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse RCP

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Java Development Tools

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Plug-in Development Environment

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Project SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse 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.exe

    #246311

    Riyad Kalla
    Member

    Are you being sure to use the WebLogic 8 connector? Also, did you check that your execution domain root does have a /config dir?

    #246335

    dewalker
    Member

    I 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.xml

    Might BEA have changed the directory layout? I didn’t do anything out of the ordinary when configuring my domain.

    Thanks

    #246345

    Riyad Kalla
    Member

    If 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?

    #246349

    dewalker
    Member

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

    #246350

    Riyad Kalla
    Member

    Glad to hear it.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: [Closed] Problem configuring WebLogic 8.1sp5

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