Cannot launch J2ee server, pls help

I am not able to launch j2ee server. I have followed instructions in Installation
file and installed software in correct directories and have set up environment
variables in autoexec file as follows:
set J2EE_HOME=c:\j2sdkee1.3
set JAVA_HOME=c:\jdk1.3.1
set ANT_HOME=c:\ant
set PATH=%PATH%;%JAVA_HOME%\bin
When I try the command j2ee -verbose, it gives an error <bad command
or file name>. Could anyone pls help.
Thanks
Sakina

Yes, When I run path
it displays c:\j2sdk331.3\bin
I thought maybe J2EE does not support win98 but I read in this forum that
someone is able to run J2EE on win98 platform. I really don't know what to do.

Similar Messages

  • Java Web Start- Cannot launch Application. Pls help

    HI
    Ia m beginner in java web start. I creaate a simple swing application and try to launch it through web start. But I failed. My application jar file (sample.jar)contains only class files. No menifest file. Then I sign my "sample.jar" file and placed inside tomcat server: "webapps/root/WebStart/Sample". I also placed the "sample.jnlp" file in the above directory.The name of my main class is :"Sample" .Here is the content of sample.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+"
      codebase="http://165.231199.164:8080"
    >
    <information>
      <title>Sample Launching Test</title>
      <vendor>FMO</vendor> 
      <homepage href="www.sun.com" />
      <description>Demonstration of JNLP</description>
    </information>
    <offline-allowed/>
    <security>
      <all-permissions/>
    </security>
    <resources>
      <j2se version="1.2+" />
      <jar href="/WebStart/Sample/sample.jar"/>
    </resources>
    <application-desc main-class="Sample" />
    </jnlp>Whenever I try to launch this application from the browser , it shows me following :
    An error occurred while launching/running the application.
    Title: Sample Launching Test
    Vendor: FMO
    Category: Unexpected Error
    RED
    Anybody pls help me here about how to Launch my application. Am I missing something?

    I fixed the porblem by modifying the sample.jnlp file. Here is the latest version:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase=http://[my-ip-address]:8080/WebStart/Sample>
    <href="sample.jnlp">
    <information>
      <title>Sample Launching Test</title>
      <vendor>FMO</vendor> 
      <homepage href="www.sun.com" />
      <description>Demonstration of JNLP</description>
      <offline-allowed/>
    </information>
    <security>
      <all-permissions/>
    </security>
    <resources>
      <j2se version=1.4+ />
      <jar href="sample.jar"/>
    </resources>
    <application-desc main-class="Sample" />
    </jnlp>

  • Cannot start J2EE server

    Hi all,
    Having problems with my dev sandbox and i'm not sure how to fix it.
    Netweaver 2004s, OS: 2003 SR2, DBMS: Oracles 10g
    After changing the SAPSR3DB password in secure store via configtool, i can no longer start the J2EE server instance and i cannot connect to the DB via configtool anymore as well although the URL looks fine to me.
    The DB is up and running "Services are all started". I can connect to the DB via SQLPLUS with the SAPSR3DB account using the password that i've put in secure store.
    Log_Bootstrap:
    [Nov 18, 2009 4:08:20 PM ] -
    [Nov 18, 2009 4:08:20 PM ] Bootstrap MODE:
    [Nov 18, 2009 4:08:20 PM ] <INSTANCE GLOBALS>
    [Nov 18, 2009 4:08:20 PM ]  determined by parameter [ID0014269].
    [Nov 18, 2009 4:08:20 PM ] -
    [Nov 18, 2009 4:08:22 PM ] Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:476)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
         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:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:74)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:473)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:146)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:971)
         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:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:420)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Nov 18, 2009 4:08:22 PM ] [Bootstrap module]> Problem occurred while performing synchronization.
    Dev_Jcontrol:
    trc file: "C:\usr\sap\MKD\JC00\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 3744
    system name : MKD
    system nr.  : 00
    started at  : Wed Nov 18 16:08:19 2009
    arguments       :
           arg[00] : C:\usr\sap\MKD\JC00\exe\jcontrol.EXE
           arg[01] : pf=C:\usr\sap\MKD\SYS\profile\MKD_JC00_NetWeaverBox
    [Thr 2432] Wed Nov 18 16:08:19 2009
    [Thr 2432] *** WARNING => INFO: Unknown property [instance.box.number=MKDJC00netweaverbox] [jstartxx.c   841]
    [Thr 2432] *** WARNING => INFO: Unknown property [instance.en.host=NetWeaverBox] [jstartxx.c   841]
    [Thr 2432] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 2432] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties;C:\usr\sap\MKD\JC00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : NetWeaverBox
    -> ms port    : 3901
    -> OS libs    : C:\usr\sap\MKD\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    -> files [01] : C:\usr\sap\MKD\JC00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : NetWeaverBox
    -> ms port    : 3901
    -> os libs    : C:\usr\sap\MKD\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1426900  : C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1426950  : C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1426900            : C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    -> [01] ID1426950            : C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    -> [02] sdm                  : C:\usr\sap\MKD\JC00\SDM\program\config\sdm_jstartup.properties
    [Thr 2432] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 2432] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2432] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\MKD\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : C:\usr\sap\MKD\JC00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\MKD\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\MKD\JC00\exe\jstartup.jar;C:\usr\sap\MKD\JC00\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0014269
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\MKD\JC00\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\MKD\JC00\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\MKD\SYS\profile\MKD_JC00_NetWeaverBox
    -> arg[02] = -DSAPINFO=MKD_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\MKD\JC00\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_3744
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=C:\usr\sap\MKD\JC00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\MKD\JC00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\MKD\JC00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\MKD\SYS\profile\MKD_JC00_NetWeaverBox
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\oracle\MKD\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\SAPJco;C:\Program Files\SAP\JDT\eclipse\plugins;C:\usr\sap\MKD\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\MKD\JC00\j2ee\os_libs;C:\oracle\MKD\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\SAPJco;C:\Program Files\SAP\JDT\eclipse\plugins;C:\usr\sap\MKD\SYS\exe\uc\NTI386
    [Thr 2432] Wed Nov 18 16:08:23 2009
    [Thr 2432] *** ERROR => invalid return code of process [bootstrap] (exitcode = 66) [jstartxx.c   1642]
    [Thr 2432] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = 66)
    [Thr 2432] JControlCloseProgram: started (exitcode = 66)
    [Thr 2432] JControlCloseProgram: good bye... (exitcode = 66)
    Instance.properties:
    ID1426900.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID1426900.Debuggable=no
    ID1426900.JLaunchParameters=
    ID1426900.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Xms170m -XX:NewSize=57m -XX:MaxNewSize=57m -XX:NewRatio=3 -XX:+DisableExplicitGC -verbose:gc
    ID1426900.JavaPath=C:/j2sdk1.4.2_13
    ID1426900.LogName=dispatcher
    ID1426900.MainClass=com.sap.engine.boot.Start
    ID1426900.MaxHeapSize=170
    ID1426900.Name=dispatcher
    ID1426900.Parameters=
    ID1426900.RootPath=C:/usr/sap/MKD/JC00/j2ee/cluster/dispatcher
    ID1426900.Type=dispatcher
    ID1426950.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID1426950.DebugMode=no
    ID1426950.DebugPort=50021
    ID1426950.Debuggable=no
    ID1426950.JLaunchParameters=
    ID1426950.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -Xms1024M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    ID1426950.JavaPath=C:/j2sdk1.4.2_13
    ID1426950.LogName=server0
    ID1426950.MainClass=com.sap.engine.boot.Start
    ID1426950.MaxHeapSize=1024
    ID1426950.Name=server0
    ID1426950.Parameters=
    ID1426950.RootPath=C:/usr/sap/MKD/JC00/j2ee/cluster/server0
    ID1426950.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1
    bootstrap.JavaPath=C:/j2sdk1.4.2_13
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=256
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0014269
    bootstrap.RootPath=C:/usr/sap/MKD/JC00/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID1426900.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID1426900.JLaunchParameters=
    bootstrap_ID1426900.JavaParameters=-Djco.jarm=1
    bootstrap_ID1426900.JavaPath=C:/j2sdk1.4.2_13
    bootstrap_ID1426900.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID1426900.MaxHeapSize=256
    bootstrap_ID1426900.Name=dispatcher bootstrap
    bootstrap_ID1426900.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID001426900
    bootstrap_ID1426900.RootPath=C:/usr/sap/MKD/JC00/j2ee/cluster
    bootstrap_ID1426900.Type=bootstrap
    bootstrap_ID1426950.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID1426950.JLaunchParameters=
    bootstrap_ID1426950.JavaParameters=-Djco.jarm=1
    bootstrap_ID1426950.JavaPath=C:/j2sdk1.4.2_13
    bootstrap_ID1426950.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID1426950.MaxHeapSize=256
    bootstrap_ID1426950.Name=server0 bootstrap
    bootstrap_ID1426950.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID001426950
    bootstrap_ID1426950.RootPath=C:/usr/sap/MKD/JC00/j2ee/cluster
    bootstrap_ID1426950.Type=bootstrap
    instance.box.number=MKDJC00netweaverbox
    instance.en.host=NetWeaverBox
    instance.en.port=3201
    instance.enabled=yes
    instance.install.dir=C:/usr/sap/MKD/JC00/j2ee
    instance.ms.host=NetWeaverBox
    instance.ms.port=3901
    instance.osLibsPath=C:/usr/sap/MKD/JC00/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=normal
    instance.system.id=0
    Edited by: MonkD on Nov 18, 2009 4:55 PM

    Thanks for the replies.
    As stated in the original message, the DB is up and running and i can connect via SQLPLUS.
    I cannot connect to the DB via configtool but the URL is as far as i can tell correct "jdbc:oracle:thin:@NetWeaverBox:1527:MKD"
    The password is secure store is correct, i can login to the DB via SQLPLUS using the SAPSR3DB account with the same password that i put in the secure store.
    Note 867976 does not seem to be relevant to my issue.
    This is a sandbox where DB/AS/Portal are on the same machine, I don't understand the error.
    Caused by: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    Since everything is on the same machine, shouldn't be connecting to the DB via pipe/ipc? It sounds like it's using TCP.
    Thanks for your help.

  • Cannot Start J2EE server... NoSuchMethodError...

    Hi
    I've installed J2EESDK1.3.1 on my machine that runs on WindowsNT workstation. I've set all the necessary env vars like J2EE_HOME, JAVA_HOME, J2EE_CLASSPATH, PATH, CLASSPATH etc etc.
    But when I try to run the server, it gives me the following error : (it just hangs after that...)
    D:\j2eesdk1.3\bin>j2ee
    J2EE server listen port: 1050
    Redirecting the output and error streams to the following files:
    d:\j2eesdk1.3\logs\00c04f88f7db\j2ee\j2ee\system.out
    d:\j2eesdk1.3\logs\00c04f88f7db\j2ee\j2ee\system.err
    Exception in thread "main"
    Can anyone tell me how to solve this problem?
    Thanks,
    Senthil

    When I opened the LOG file created, I found the following info :
    Logging for J2EE Server Version: 1.3.1-b17 started at: Sun Feb 03 14:11:14 GMT+05:30 2002..
    Using the Java HotSpot(TM) Client VM and the version number 1.3.0 from Sun Microsystems Inc..
    VM is using the classpath: d:\j2eesdk1.3\lib\system\cloudscape.jar;d:\j2eesdk1.3\lib\system\tools.jar;d:\j2eesdk1.3\lib\cloudscape\RmiJdbc.jar;d:\j2eesdk1.3\lib\cloudscape\cloudclient.jar;d:\j2eesdk1.3\lib\classes;d:\j2eesdk1.3\classes;d:\j2eesdk1.3\lib\j2ee.jar;d:\j2eesdk1.3\lib\toolclasses;d:\j2eesdk1.3\lib\j2eetools.jar;d:\j2eesdk1.3\lib\locale;;d:\jdk1.3\lib\tools.jar;d:\j2eesdk1.3\lib\jhall.jar .
    J2EE Home Directory has been set to: d:\j2eesdk1.3.
    java.lang.NoSuchMethodError at com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImpl.java:1256)
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(ShutdownUtilDelegate.java:223)
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(ShutdownUtilDelegate.java:178)
         at javax.rmi.CORBA.Util.writeAny(Util.java:80)
         at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.rebind(Unknown Source)
         at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188)
         at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202)
         at javax.naming.InitialContext.rebind(InitialContext.java:370)
         at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManagerImpl.java:192)
         at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManagerImpl.java:149)
         at com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)
         at com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.java:473)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    Pls help.
    -Senthil

  • Cannot add J2EE Server

    I am getting an error when adding a J2EE Server (Jboss 4.01sp1). I am using Workshop for Struts and the error is :
    !ENTRY org.eclipse.core.runtime 4 2 2006-10-04 13:45:27.294
    !MESSAGE An internal error occurred during: "Starting server - JBOSS 4.0".
    !STACK 0
    java.lang.NullPointerException
         at com.bea.wstudio.debugger.GenericServerBehaviourBase.adaptToWebAppConfiguration(Unknown Source)
         at com.bea.wstudio.debugger.WorkshopGenericServerLaunchConfigurationDelegate.launch(Unknown Source)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationDelegate.launch(Unknown Source)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:152)
         at org.eclipse.wst.server.core.internal.Server.start(Server.java:1140)
         at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
         at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    Any Idea on how to get this to work? I am trying to generate a bottom up web webservice.

    Well, all was looking good. Then I switched from using the temporary workspace to my actual developement workspace and i am back to the same error:
    !ENTRY org.eclipse.core.runtime 4 2 2006-10-06 13:09:56.249
    !MESSAGE An internal error occurred during: "Starting server - JBOSS 4.0".
    !STACK 0
    java.lang.NullPointerException
         at com.bea.wstudio.debugger.GenericServerBehaviourBase.adaptToWebAppConfiguration(Unknown Source)
         at com.bea.wstudio.debugger.WorkshopGenericServerLaunchConfigurationDelegate.launch(Unknown Source)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationDelegate.launch(Unknown Source)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:590)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:152)
         at org.eclipse.wst.server.core.internal.Server.start(Server.java:1140)
         at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1488)
         at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
    I deleted the server and added it back and added the web service project to the server. When I run jboss, the above error is thrown as well as an error window in eclipse. When returning to run/debug and selecting the JBoss 4.0 from J2EE Server, I get:
    !ENTRY org.eclipse.jface 4 2 2006-10-06 13:10:31.00
    !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
    !STACK 0
    java.lang.IllegalArgumentException: Argument cannot be null
         at org.eclipse.swt.SWT.error(SWT.java:2926)
         at org.eclipse.swt.SWT.error(SWT.java:2865)
         at org.eclipse.swt.SWT.error(SWT.java:2836)
         at org.eclipse.swt.widgets.Widget.error(Widget.java:395)
         at org.eclipse.swt.widgets.TableItem.setText(TableItem.java:1034)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationTab.setProjectCombo(Unknown Source)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationTab.handleServerSelection(Unknown Source)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationTab.setServerCombo(Unknown Source)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationTab.createControl(Unknown Source)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showTabsFor(LaunchConfigurationTabGroupViewer.java:720)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.showInstanceTabsFor(LaunchConfigurationTabGroupViewer.java:639)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.displayInstanceTabs(LaunchConfigurationTabGroupViewer.java:519)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer$5.run(LaunchConfigurationTabGroupViewer.java:471)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.inputChanged(LaunchConfigurationTabGroupViewer.java:488)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationTabGroupViewer.setInput(LaunchConfigurationTabGroupViewer.java:452)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.handleLaunchConfigurationSelectionChanged(LaunchConfigurationsDialog.java:789)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog$3.selectionChanged(LaunchConfigurationsDialog.java:601)
         at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
         at org.eclipse.core.runtime.Platform.run(Platform.java:783)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
         at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:761)
         at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1042)
         at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1062)
         at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:231)
         at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:226)
         at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:392)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3102)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2761)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:439)
         at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:356)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:360)
         at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:302)
         at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:80)
         at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:99)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:223)
         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(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: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.eclipse_main(Main.java:948)
         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 com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Any idea on how to get this to work again without re building eclipse again?

  • Cannot launch Essbase Server 11.1.2.1.0 upon deployment

    I have just deployed and successfully configured Hyperion EPM Foundation services, Planning and Essbase 11.1.2.1.0 on 1 machine with Windows 2008 R2 64x. However I cannot find Hyperion Essbase service in the Windows services window.
    Why the service has not been created and how can I create an Essbase service in Windows?
    How can I launch Essbase Server manually? Which bat file should I launch for that?
    Thanks so much!

    Hi John,
    Even i have the similar issue. I have deployed EPM suite 11.1.2.2 in windows server 2003. The installation and configuration are correct. But when i try to start the EPM from foundation service it is not starting. When i checked in the Services.msc i found out that there are only 2 hyperion services present up there....1.Hyperion RMI registry. 2. Oracle hyperion configuration manager.
    I tried to start the EPM service manualy through the following but its giving the error'ORACLE_INSTANCE is not SET,.
    opmnctl startproc ias-component=EssbaseInstanceName
    opmnctl restartproc ias-component=EssbaseInstanceName
    opmnctl stopproc ias-component=EssbaseInstanceName
    Do suggest a remedy,
    Thanks,
    Jun

  • Error Executing J2EE server PLZ help

    Hi All
    Im using Windows 2003 professional J2SDK 1.3.0, J2SDKEE1.2.1
    Please help me in this...can't able to start the server.
    When I gave j2ee -verbose, it gave the following result.
    D:\>j2ee -verbose
    J2EE server Listen Port: = 1049
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:373)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:220)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.util.ORBManager.getORBInitialPort(ORBManager.java:
    80)
    at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:375)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:220)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:74)
    at com.sun.enterprise.server.J2EEServer.createORB(J2EEServer.java:377)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:220)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    java.lang.NullPointerException
    at com.sun.enterprise.iiop.POAProtocolMgr.<init>(POAProtocolMgr.java:84)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:237)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:348)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:866)
    Error executing J2EE server ...
    Then if i try to stop the server by j2ee -stop ....the following happens
    D:\>j2ee -stop
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
    ontextFactory.java:36)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    55)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.sun.enterprise.util.Utility.lookupObject(Utility.java:117)
    at com.sun.enterprise.server.J2EEServer.shutdown(J2EEServer.java:762)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:830)
    org.omg.CORBA.INTERNAL: minor code: 1398079495 completed: No
    at com.sun.corba.ee.internal.iiop.Connection.getLocalHost(Connection.jav
    a:171)
    at com.sun.corba.ee.internal.corba.ORB.checkApplicationPropertyDefaults(
    ORB.java:514)
    at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:246)
    at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:163)
    at org.omg.CORBA.ORB.init(ORB.java:329)
    at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:149)
    at com.sun.enterprise.util.ORBManager.init(ORBManager.java:62)
    at com.sun.enterprise.util.ORBManager.getORB(ORBManager.java:74)
    at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
    ontextFactory.java:37)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    55)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:178)
    at com.sun.enterprise.util.Utility.lookupObject(Utility.java:117)
    at com.sun.enterprise.server.J2EEServer.shutdown(J2EEServer.java:762)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:830)
    Unable to shutdown the J2EE server.
    D:\>
    Please help me in this regard ...
    Thanking you in advance..

    Please help me guys Im really waiting for the solutiion to the problem

  • How to deploy Enterprise JavaBeans in JBoss server.pls help me

    anybody can help me,how to deploy SessionBeans,CMP,BMP,JMS in jb oss server.pls explain me the steps for how to deploy EJB in JBoss server.what are the steps i have to follow.

    Hi Chris,
    Yes, I have created a MSI package for the application  and installed it on the server.
    I have created the run time package for powerbuilder and install it on the server.
    I have installed the DB Client drivers also.
    Can you please help me on how to the configure the application pools, as i never worked on this stuffs,In developemnt enviornment just click on the run webservice and its there .
    Regards
    Subrat

  • Cannot launch SQL Server management studio

    Hi people,
    I cannot launch the sql server management studio. In the event log, appear the next entry:
    Faulting application ssmsee.exe, version 2005.90.2047.0, faulting module msvcr80.dll, version 8.0.50727.4053, fault address 0x0000e7a2.
    What can i do for repair this? Uninstall the sql instance? This affect to sap system installed?
    Other options?
    More thanks

    Hi Ruben,
    What is the MS SQL Server version and SP level ? Which windows server is it - 2000/2003/2008 - 32bit/64 bit ?
    Is the database/SAP up and running ?
    I got to see another old thread for similar problem from you. Is it a regular problem or just something happened recently ? Any configuration changes/any activity related to MS SQL Server or any OS changes done recently ? But as the link suggests in your old thread, may be you can give it a try or try upgrading the sql server to a higher SP level ?
    Starting SQL Server Management Studio Express
    If you are an SAP customer, I would suggest you to open a customer message if the problem is urgent and in productive/live landscape.
    Thanks

  • Cannot open FCE 4, pls help!

    I use 10.6.8, have installed FCP before, later unstalled it, now try to install FCE 4, but just cannot open it after the installation. Pls help!

    If you want it to work, this is how.
    Back up your current system disk to a firewire drive using Carbon Copy Cloner.
    Erase your system disk.
    Install OSX 10.6 and do ALL the system updates.
    Repair permissions when finished.
    Install FCE and do all the app updates.
    Repair permissions when finished.
    You will now have a pristine OSX install along with a fully functioning FCE install.
    You'll feel like you just purchased a new computer.
    x

  • My ipad2 was hang .i cannot switch it on .pls help.

    My Ipad2 was hang,i cannot on it, pls help.

    Did you rebooting the iPad?
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Error when starting j2ee server, please help

    JMS expert,
    I am using j2sdkee1.3 with jdk1.3.1_01 over NT system. When I started JMS provider by "j2ee -verbose", I got an exception saying "TCP/IP ports(1050) in use by another process". Then I tried other port numbers like 1051 and 1061, the same error kept coming. What is the best port number I should use or whatelse I should do to solve this problem? Thanks.
    C:\j2sdkee1.3\jms_execise>c:\j2sdkee1.3\bin\j2ee -verbose
    J2EE server listen port: 1081
    org.omg.CORBA.INTERNAL: minor code: 1398079697 completed: No
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:256)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:140)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:488)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:154)
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:112)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:110)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:128)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:2421)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:2356)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:193)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:203)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:203)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:350)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:913)
    J2EE server reported the following error: Unable to create ORB. Possible causes include TCP/IP ports in use by another process
    Error executing J2EE server ...
    ****************************************************************

    Hello.,
    Did you get a resolution to this error ? I get the same error, odd thing is that i had it working for several days and now it won;t start ?
    JMS expert,
    I am using j2sdkee1.3 with jdk1.3.1_01 over NT system.
    When I started JMS provider by "j2ee -verbose", I got
    an exception saying "TCP/IP ports(1050) in use by
    another process". Then I tried other port numbers like
    1051 and 1061, the same error kept coming. What is
    the best port number I should use or whatelse I should
    do to solve this problem? Thanks.
    C:\j2sdkee1.3\jms_execise>c:\j2sdkee1.3\bin\j2ee
    -verbose
    J2EE server listen port: 1081
    org.omg.CORBA.INTERNAL: minor code: 1398079697
    completed: No
    at
    at
    at
    t
    com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(
    IOPImpl.java:256)
    at
    at
    at
    t
    com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIO
    Impl.java:205)
    at
    at
    at
    t
    com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(G
    OPImpl.java:140)
    at
    at
    at
    t
    com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(
    OAORB.java:488)
    at
    at
    at
    t
    com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(PO
    Impl.java:154)
    at
    at
    at
    t
    com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.ja
    a:112)
    at
    at
    at
    t
    com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB
    java:110)
    at
    at
    at
    t
    com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.
    ava:128)
    at
    at
    at
    t
    com.sun.corba.ee.internal.core.Future.evaluate(Future.j
    va:21)
    at
    at
    at
    t
    com.sun.corba.ee.internal.corba.ORB.resolveInitialRefer
    nce(ORB.java:2421)
    at
    at
    at
    t
    com.sun.corba.ee.internal.corba.ORB.resolve_initial_ref
    rences(ORB.java:2356)
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.run(J2EEServer.jav
    :193)
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.main(J2EEServer.ja
    a:913)
    java.lang.RuntimeException: Unable to create ORB.
    Possible causes include TCP/IP ports in use by another
    process
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.run(J2EEServer.jav
    :203)
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.main(J2EEServer.ja
    a:913)
    java.lang.RuntimeException: Unable to create ORB.
    Possible causes include TCP/IP ports in use by another
    process
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.run(J2EEServer.jav
    :203)
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.main(J2EEServer.ja
    a:913)
    java.lang.RuntimeException: Unable to create ORB.
    Possible causes include TCP/IP ports in use by another
    process
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.run(J2EEServer.jav
    :350)
    at
    at
    at
    t
    com.sun.enterprise.server.J2EEServer.main(J2EEServer.ja
    a:913)
    J2EE server reported the following error: Unable to
    create ORB. Possible causes include TCP/IP ports in
    use by another process
    Error executing J2EE server ...

  • Cannot Start J2EE Server via the MMC

    Hello. We have recently installed the netweaver platform and stumbled upon a problem. We are utilizing the MMC to start the J2EE server. I have searched extensivly through the threads and have completed all of the suggestions. Including memory adjustments and security settings. When I right click on the service and hit start it changes from grey to yellow but then to grey again. Do you know where there is a log that I can view to see the error?
    Best Regards,
    Pete

    Hi Peter,
    Right click on the same service that you are trying to start and select developer trace.
    This should give you a view on what may be causing the problem.
    Regards
    Daniel

  • Cannot start J2EE server on Windows 2000 server

    Hi..
    I installed J2EE 1.3(beta) along with J2SE1.3 that comes with the Java Jump start CDs.
    The installation process went fine...I configured the environment variables but when I try to start the J2EE server from command prompt I get the following error.
    E:\>j2ee -verbose
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/naming/Context at com.sun.enterprise.server.J2EEServer.<clinit>(J2EEServer.java:59)
    The same error is encountered with other switches(stop, version etc.) of j2ee.
    There is no conflict of port numbers. Can anyone please guide me properly what I have done wrong in the installation process?
    Thanks

    Well...I removed the CLASSPATH variable all together and reinstalled J2SE 1.3 again(refreshed all the environment variables) and then started j2ee server....and it worked this time...
    Thanks alot...

  • Really need help!! I cannot start J2EE server

    Hi,
    I have installed:
    j2sdk-1_3_1_02-win.exe and j2sdkee-1_3_1-win.exe
    and I have set the environment variables like this:
    set PATH = C:\windows;C:\windows\command;c:\jdk1.3.1_02\bin;
    set JAVA_HOME = c:\jdk1.3.1_02;
    set J2EE_HOME = c:\j2sdkee1.3.1;
    However, it still doesn't work when I type:
    j2ee -verbose
    it said:
    ERROR; Set J2EE_HOME to the path of a valid j2sdkee.
    Is there anything that I did it wrong?
    Really sorry to raise such a silly question, but I really need to solve this problem.
    Any help is really appreciated much!
    regards,
    Eaton

    As a last resort, you might try wrapping j2ee.bat in your own batch file, eg something like.
    set J2EE_HOME=whatever
    set PATH=%PATH%;%J2EE_HOME%\bin
    call j2ee.bat -verbose
    pause
    I've had wierdness on WindowsME with environment variables (can't get at the environment AT ALL)
    If you're using Win2K then you also have to contend with global env vars and user env vars, it might be worth checking which you've set.

Maybe you are looking for

  • How do I change the width of the x-scrollbar for a waveform graph?

    I have a LV7.1 application that contains a waveform graph and must be usable on several PC with widely varying screen resolutions.  I have decided to position and scale the front panel objects programatically, including the graph itself.  The appeara

  • 1..n cardinality mapping don't  work

    Hi Experts I've created a web dynpro application, with context Orders , it cardinality is 1..n. In BPM Diagram Editor in NWDS, i create an activity, create a task to this web dynpro component. When i get the context of this web dynpro, and try to map

  • Rpd Modelling, Report design - Forecast Measure

    Hi, I have a reporting requirement to compare the forecast measures across months: The report format is such: Dashboard Prompt => 'Month' Selection... say M1 If month not selected in the prompt then take the current month, say M1 Revenue Month - 3 mo

  • Lost options in safari

    my imac is new and i have lost the back browser buttons and google search and address bar. it seems the fix is to disable parentaL CONTROLS BUT I AM LOGGED IN AS ADMIN AND parental controls are not on????

  • Port Forwarding and BTFON

    I have been using HH2 and accessing security cameras remotely using DynDNS. Forwarding has stopped working and seems to be related to BTFON having been enabled on my broadband service. Any ideas?