XMII java side produces error.

We installed xMII.
When we call the address blowe  it produces error.How can we solve this problem?
Thanks.
Adress : http://server:50000/XMII/Menu.jsp
Error :
503   Service Unavailable
Application cannot be started.
  Details:   com.sap.engine.services.deploy.container.ExceptionInfo: Application sap.com/xappsxmiiear cannot be started. Reason: it has hard reference to resource com.sap.mw.idoc with type library, which is not active on the server.

Hi,
Try giving Server IP address, like "http://IP addredd:50000/XMII/Menu.jsp" .
If you are using any VPN connection that Server Name and IP should be mapped in Hosts file under
"windows/system32/drivers/etc/hosts"
I dont know whether this helps but you can just give a try.
Thanks,
Rao.

Similar Messages

  • "no row count was produced" error using mqsl commands through Access

    "no row count was produced" error using mqsl commands through Microsoft Access. This sql statement works when I use in in the Access program but it does not work when I try and put it through Access using my Java program. Here is the block of code that I have that does the search.
    public static Game searchRecord(String search) throws SQLException{
    String query = "SELECT* " + "FROM gamefields WHERE SKU = '" + search + "' ORDER BY SKU ASC";
    Game lastGame = new Game(gamefields.getString(1),
    gamefields.getString(2),
    gamefields.getString(3),
    gamefields.getString(4),
    gamefields.getString(5),
    gamefields.getString(6),
    gamefields.getString(7),
    gamefields.getDouble(8));
    Statement statement = connection.createStatement(); //Creates connection
    //statment to database
    statement.executeUpdate(query); //Executes the delete query and Updates the database
    statement.close();
    close();
    open();
    return lastGame;

    When you use the code from java, you access access (!) through the ODBC interface. Things can be different in ODBC and Jet. When you use PrepareadStatements, you should be on the save side:
    public static Game searchRecord(String search) throws SQLException
    String query = "SELECT * FROM gamefields WHERE SKU = ? ORDER BY SKU ASC";
    PreparedStatement statement = connection.prepareStatement(query);
    statement.setString(1,  search);
    ResultSet rs = statement.executeQuery(query);
    if(rs.next()
    // if a row retuned extract the details here
    rs.close();
    statement.close();
    return lastGame;
    }

  • 04S SR1 ABAP+JAVA Stack Installation Error rc-11113

    Hi ,
    I have installed SAP NW2004s SR1 successfully in Win 2003 Server (ABAP+JAVA) with Ora10.2.2 and Another server Dialog instance installation succesfully.
    I have stop and start dialog instance Java side Server0 is grey color. Central Server ABAP+JAVA side we have done it .Appl server side Server0 process Return code -11113.
    thanks in advance.
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 4236
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:52:20 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4232] Mon Jan 08 13:52:20 2007
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 4232] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4232] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4300] WaitSyncSemThread: Thread 4300 started as semaphore monitor thread.
    [Thr 4308] JLaunchRequestFunc: Thread 4308 started as listener thread for np messages.
    [Thr 4232] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 4232] CPIC (version=700.2006.09.13)
    [Thr 4232] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 4232] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -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 -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 4232] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4352] JLaunchIStartFunc: Thread 4352 started as Java VM thread.
    [Thr 4352] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=4236
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4352] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4396] Mon Jan 08 13:52:22 2007
    [Thr 4396] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4396] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4396] JLaunchISetClusterId: set cluster id 7184550
    [Thr 4396] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4396] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Jan 08 13:52:25 2007
    4.607: [GC 4.607: [DefNew: 87040K->5750K(130560K), 0.0327722 secs] 87040K->5750K(2053632K), 0.0328325 secs]
    Mon Jan 08 13:52:28 2007
    8.291: [GC 8.292: [DefNew: 92790K->11826K(130560K), 0.0384225 secs] 92790K->11826K(2053632K), 0.0384922 secs]
    Mon Jan 08 13:52:29 2007
    9.250: [GC 9.250: [DefNew: 98866K->13465K(130560K), 0.0373147 secs] 98866K->13465K(2053632K), 0.0373668 secs]
    Mon Jan 08 13:52:30 2007
    10.297: [GC 10.297: [DefNew: 100505K->17197K(130560K), 0.0422756 secs] 100505K->17197K(2053632K), 0.0423279 secs]
    Mon Jan 08 13:52:32 2007
    11.829: [GC 11.830: [DefNew: 104237K->20770K(130560K), 0.0542577 secs] 104237K->20770K(2053632K), 0.0543203 secs]
    Mon Jan 08 13:52:35 2007
    15.343: [GC 15.344: [DefNew: 107810K->23939K(130560K), 0.0530113 secs] 107810K->23939K(2053632K), 0.0530620 secs]
    [Thr 4372] Mon Jan 08 13:53:58 2007
    [Thr 4372] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4372] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 4372] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 5856
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:54:00 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5860] Mon Jan 08 13:54:00 2007
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 5860] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5860] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5864] JLaunchRequestFunc: Thread 5864 started as listener thread for np messages.
    [Thr 5868] WaitSyncSemThread: Thread 5868 started as semaphore monitor thread.
    [Thr 5860] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 5860] CPIC (version=700.2006.09.13)
    [Thr 5860] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 5860] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -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 -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 5860] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5880] JLaunchIStartFunc: Thread 5880 started as Java VM thread.
    [Thr 5880] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=5856
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5880] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 5928] Mon Jan 08 13:54:01 2007
    [Thr 5928] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 5928] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 5928] JLaunchISetClusterId: set cluster id 7184550
    [Thr 5928] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 5928] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Jan 08 13:54:03 2007
    2.603: [GC 2.603: [DefNew: 87040K->4867K(130560K), 0.0284306 secs] 87040K->4867K(2053632K), 0.0285308 secs]
    Mon Jan 08 13:54:05 2007
    5.223: [GC 5.223: [DefNew: 91907K->11518K(130560K), 0.0408426 secs] 91907K->11518K(2053632K), 0.0409425 secs]
    Mon Jan 08 13:54:07 2007
    6.686: [GC 6.687: [DefNew: 98558K->13912K(130560K), 0.0402691 secs] 98558K->13912K(2053632K), 0.0403528 secs]
    Mon Jan 08 13:54:08 2007
    7.526: [GC 7.526: [DefNew: 100952K->15742K(130560K), 0.0304138 secs] 100952K->15742K(2053632K), 0.0304797 secs]
    Mon Jan 08 13:54:09 2007
    8.418: [GC 8.418: [DefNew: 102782K->18803K(130560K), 0.0398691 secs] 102782K->18803K(2053632K), 0.0399374 secs]
    Mon Jan 08 13:54:10 2007
    9.624: [GC 9.624: [DefNew: 105843K->21607K(130560K), 0.0518553 secs] 105843K->21607K(2053632K), 0.0519496 secs]
    Mon Jan 08 13:54:11 2007
    10.996: [GC 10.996: [DefNew: 108647K->23088K(130560K), 0.0457538 secs] 108647K->23088K(2053632K), 0.0458224 secs]
    Mon Jan 08 13:54:16 2007
    15.746: [GC 15.746: [DefNew: 110128K->26264K(130560K), 0.0618036 secs] 110128K->26264K(2053632K), 0.0618841 secs]
    Mon Jan 08 13:54:22 2007
    21.442: [GC 21.442: [DefNew: 113304K->26073K(130560K), 0.0600622 secs] 113304K->26073K(2053632K), 0.0601435 secs]
    Mon Jan 08 13:54:27 2007
    27.037: [GC 27.037: [DefNew: 113113K->25829K(130560K), 0.0542426 secs] 113113K->25829K(2053632K), 0.0543274 secs]
    Mon Jan 08 13:54:33 2007
    32.670: [GC 32.670: [DefNew: 112869K->25850K(130560K), 0.0582416 secs] 112869K->25850K(2053632K), 0.0583258 secs]
    Mon Jan 08 13:54:39 2007
    38.367: [GC 38.367: [DefNew: 112890K->25889K(130560K), 0.0542917 secs] 112890K->25889K(2053632K), 0.0543729 secs]
    Mon Jan 08 13:54:44 2007
    43.999: [GC 44.000: [DefNew: 112929K->25844K(130560K), 0.0581064 secs] 112929K->25844K(2053632K), 0.0581876 secs]
    Mon Jan 08 13:54:50 2007
    49.608: [GC 49.608: [DefNew: 112884K->25821K(130560K), 0.0542883 secs] 112884K->25821K(2053632K), 0.0543712 secs]
    Mon Jan 08 13:54:55 2007
    55.259: [GC 55.260: [DefNew: 112861K->25846K(130560K), 0.0589922 secs] 112861K->25846K(2053632K), 0.0590744 secs]
    Mon Jan 08 13:55:01 2007
    60.945: [GC 60.945: [DefNew: 112886K->25885K(130560K), 0.0550006 secs] 112886K->25885K(2053632K), 0.0550789 secs]
    Mon Jan 08 13:55:07 2007
    66.641: [GC 66.641: [DefNew: 112925K->25894K(130560K), 0.0583144 secs] 112925K->25894K(2053632K), 0.0583952 secs]
    Mon Jan 08 13:55:13 2007
    72.403: [GC 72.403: [DefNew: 112934K->25946K(130560K), 0.0550346 secs] 112934K->25946K(2053632K), 0.0551135 secs]
    Mon Jan 08 13:55:18 2007
    77.995: [GC 77.995: [DefNew: 112986K->25815K(130560K), 0.0583925 secs] 112986K->25815K(2053632K), 0.0584736 secs]
    Mon Jan 08 13:55:24 2007
    83.644: [GC 83.644: [DefNew: 112855K->25866K(130560K), 0.0548353 secs] 112855K->25866K(2053632K), 0.0549154 secs]
    Mon Jan 08 13:55:29 2007
    89.339: [GC 89.339: [DefNew
    Mon Jan 08 13:55:30 2007
    : 112906K->25895K(130560K), 0.0582408 secs] 112906K->25895K(2053632K), 0.0583223 secs]
    [Thr 5884] Mon Jan 08 13:55:34 2007
    [Thr 5884] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 5884] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 5884] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 5960
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:55:35 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5536] Mon Jan 08 13:55:35 2007
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 5536] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5536] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5944] JLaunchRequestFunc: Thread 5944 started as listener thread for np messages.
    [Thr 5964] WaitSyncSemThread: Thread 5964 started as semaphore monitor thread.
    [Thr 5536] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 5536] CPIC (version=700.2006.09.13)
    [Thr 5536] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 5536] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -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 -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 5536] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5952] JLaunchIStartFunc: Thread 5952 started as Java VM thread.
    [Thr 5952] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=5960
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5952] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3180] Mon Jan 08 13:55:36 2007
    [Thr 3180] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3180] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3180] JLaunchISetClusterId: set cluster id 7184550
    [Thr 3180] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3180] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Jan 08 13:55:39 2007
    3.367: [GC 3.367: [DefNew: 87040K->6005K(130560K), 0.0328299 secs] 87040K->6005K(2053632K), 0.0329153 secs]
    Mon Jan 08 13:55:41 2007
    5.317: [GC 5.317: [DefNew: 93045K->13136K(130560K), 0.0564287 secs] 93045K->13136K(2053632K), 0.0565132 secs]
    Mon Jan 08 13:55:42 2007
    6.437: [GC 6.437: [DefNew: 100176K->15410K(130560K), 0.0327957 secs] 100176K->15410K(2053632K), 0.0328516 secs]
    Mon Jan 08 13:55:43 2007
    7.358: [GC 7.358: [DefNew: 102450K->17411K(130560K), 0.0390006 secs] 102450K->17411K(2053632K), 0.0390694 secs]
    8.206: [GC 8.207: [DefNew
    Mon Jan 08 13:55:44 2007
    : 104451K->21186K(130560K), 0.0474035 secs] 104451K->21186K(2053632K), 0.0474693 secs]
    Mon Jan 08 13:55:45 2007
    9.648: [GC 9.649: [DefNew: 108226K->23700K(130560K), 0.0524182 secs] 108226K->23700K(2053632K), 0.0524931 secs]
    [Thr 5988] Mon Jan 08 13:57:08 2007
    [Thr 5988] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 5988] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 5988] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 3264
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:57:10 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 6036] Mon Jan 08 13:57:10 2007
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 6036] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 6036] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 3268] JLaunchRequestFunc: Thread 3268 started as listener thread for np messages.
    [Thr 6092] WaitSyncSemThread: Thread 6092 started as semaphore monitor thread.
    [Thr 6036] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 6036] CPIC (version=700.2006.09.13)
    [Thr 6036] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 6036] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -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 -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 6036] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4220] JLaunchIStartFunc: Thread 4220 started as Java VM thread.
    [Thr 4220] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=3264
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exc

    Hi,
    Check the Config memory parameters.
    goto the config tool
    click on instance
    --> select server general tab
    --> check -Xmx   -Xms check 512 MB
    ---> select server and check
         -Xmx   -Xms   check 2048
    -XX:MaxNewSize = 340M
    -XX:NewSize = 340M
    -XX:MAxPermSize=400M
    -XX:PermSize=400M
    Regards
    Ben

  • RemoteException: 111 java.rmi.ServerError: Error occurred in server thread

    Hi,
    I'm just new to the RMI field of JAVA. I'm trying to write a program that import the math.jar file in the server side. And the client end can invoke the methods of math.jar and get the value.
    I got the error messages as below:
    RemoteException: 111 java.rmi.ServerError: Error occurred in server thread; nested exception is:
         java.lang.NoClassDefFoundError: org/mathwhizz/Heron
    It can work well if I use source classes(*.class) directly instead of importing math.jar. The failure only happened when I try to make use of jar file. Thus I guess my setup and configuration should be ok. Is there anything I should be very careful if I try to run RMI and import a jar file in the program of server side ?
    Do I need to use JNLP and web start application in this issue?
    I'm appreciated for your responses...thanks...
    Sincerely,
    Brandon

    I've got a problem with rmi, when I launch my server, I have this error:
    Erreur du remote: java.rmi.ServerError: Error occurred in server thread; nested exception is:
    java.lang.NoClassDefFoundError: com/borland/dx/dataset/DataSetData
    Help me please
    Thank you

  • New @ RMI need help with  java.rmi.UnmarshalException: error unmarshalling

    Hi @ all out there,
    I'm new with Java RMI and have to write a EventSystem for an college project where clients can subscribe to a topic and get notified when someone publishes a message to the subscribed topic.
    At server-side I have a class called EventSystem that provides methods for subscribing and unsubscribing from topics, and also for posting messages (for publishers).
    To subscribe i thought that the client must specify the topic and also itself ( means that a client calls in this way: obj.subscribe("mytopic", this).
    The EventSystem handles a list of all clients, and whenever a new message is posted it goes trough all clients and invokes the handleMessage(String msg) method that all Clients have to provide.
    On my local machine without RMi this concept works just great.
    I now tried to get it working using RMI , but I get the following Exception when starting the client (the server starts fine) :
    Looking up for rmiregistry at 138.232.248.22:1099
    Subscriber exception:
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
            java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
            java.io.InvalidClassException: SubscriberImpl; SubscriberImpl; class invalid for deserialization
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:336)
            at sun.rmi.transport.Transport$1.run(Transport.java:159)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
            at java.lang.Thread.run(Thread.java:619)
            at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
            at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
            at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
            at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
            at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
            at $Proxy0.subscribe(Unknown Source)
            at SubscriberImpl.main(SubscriberImpl.java:48)
    Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
            java.io.InvalidClassException: SubscriberImpl; SubscriberImpl; class invalid for deserialization
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:293)
            at sun.rmi.transport.Transport$1.run(Transport.java:159)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.InvalidClassException: SubscriberImpl; SubscriberImpl; class invalid for deserialization
            at java.io.ObjectStreamClass.checkDeserialize(ObjectStreamClass.java:713)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1733)
            at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
            at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
            at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)
            at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:290)
            ... 9 more
    Caused by: java.io.InvalidClassException: SubscriberImpl; class invalid for deserialization
            at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:587)
            at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
            at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
            at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
            ... 13 moreI googled now for 2 hours but can't resolve the problem alone. As far as I can understand I have to serialize Objects that I want to send to the server, right?
    So how can i do this? I've never used serialization till now.
    any ideas how to solve this problem?
    greets from italy and sorry for my very weak english
    bd_italy

    A class has been modified after deployment. Stop the Registry, clean, recompile, and redeploy.

  • Java.rmi.UnmarshalException: Error unmarshaling return header

    Hi,
    We are running an RMI server instance to serve data ( from memory) to clients. It works fine if fewer number of inquiries goes in. But when the number of inquiries are larger, I am getting some exceptions at the client side. The server crashes without throwing any exceptions. Following are the exceptions received at client side:
    java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
         java.net.SocketException: Connection reset
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:203)
         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
         at com.emf1.dataserver.KeyFrequencyKeeper_Stub.getDUNSCounts(Unknown Source)
         at com..match.KeyFrequencyKeeperProxy.getKeyKQSs(KeyFrequencyKeeperProxy.java:307)
         at com.emf1.match.KeyGenerator.generateKeys(KeyGenerator.java:453)
         at com.emf1.match.InquiryProcessor.run(InquiryProcessor.java:870)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         at java.io.DataInputStream.readByte(DataInputStream.java:331)
         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:189)
         ... 6 more
    The period of time, the server keeps on running (before it crashes) is also not the same. Sometimes it works fine without any problem. But most of the time the server crashes after processing some records.
    I don't know why this is happening.
    Please help...
    Thanks in advance..

    I have this error too when I running my rmi server site program.
    I am running it in Linux Environment.
    Anyone got any idea about this?

  • ITunes producer error 3000 character content of element "file_name" invalid. Can anyone help me out? This happens when i try and submit an epub file, i haven't had this before.

    Can anyone help me out? This happens when i try and submit an epub file, i haven't had this before. "iTunes producer error 3000 character content of element "file_name" invalid."
    This is the full message

    You really need to put your codes between the
    [\code] tags
    see http://forum.java.sun.com/features.jsp#Formatting
    for more infoCode tags might make it look a little better, but there's still too darn much code. We're volunteers, after all. It'd be a lot of work to review all of this stuff. Can you demonstrate your problem with something smaller? Learn out how to do a combo box with just a page or two and then appy that to your big problem. That's how I'd do it. - MOD

  • Java Web Start Error in through codebase url with SSL

    I have created one Java web-start plugin application in swing which is launched from PHP site at browser plugin.
    All things were working fine, but when we implemented SSL in our site it stopped working. And when we try to start the application from browser it thorws error like:
    Unable to launch Application.
    In Java console it puts following log:
    JNLP Ref (...): NULL !
    #### Java Web Start Error:
    #### null
    Following is my JNLP file:
    <jnlp spec="1.0+" codebase="https://<<server_domain>>/MyPlugin/">
      <information>
        <title>Test Plugin</title>
        <vendor>The Java(tm) Tutorial</vendor>
        <homepage href="null"/>
        <description>Test Plugin</description>
        <description kind="short">Test Plugin</description>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.7+"/>
        <jar href="http://<<server_domain>>/MyPluginJar.jar" download="eager" main="false"/>
      </resources>
      <application-desc>
        <argument>test</argument>
        <argument>test</argument>
        <argument>test</argument>
        <argument>test</argument>
        <argument>test</argument>
      </application-desc>
    </jnlp>
    The issue started only after implementation of SSL in our site. Please provide any solution for this. Many thanks in advance.
    P.S. My Jar file is signed by third party authorized certificate.

    Have you tried using Rosetta?

  • Report Script returns no data and "java.io.FileNotFoundException" error

    When attempting to write to a new file (Eg: C:\TEST.txt), Report Script returns no data and "java.io.FileNotFoundException" error occurs.
    This error occurs only in Essbase 9.3.1.3 release, however it works fine in release 9.3.1.0.
    After running the report the script, it pops up the follwing message:
    "java.io.FileNotFoundException: ..\temp\eas17109.tmp (The system cannot find the file specified): C:\TEST.txt"
    When checked the TEST.txt, it was empty.

    Sorry folks, I just found out the reason. Its because there was no data in the combination what I was extracting.
    but is this the right error message for that? It should have atleast create a blank file right?

  • Java.sql.SQLException: Error while trying to retrieve text for error ORA-24

    Hi All,
    Am having serious problem with ORA-24327 and the behavior is very very unpredictable. I have couple of environment where the same error comes in different context. The recent one was surprising. I have describe bellow the environment configuration and the stack trace. The error which surprised me was when I use type � 3 driver while starting weblogic I get ORA �24327 but when I use Type �4 it starts properly. If you could kindly provide solution it would be great help. I would also appreciate if u can provide information which driver to use where performance is the major concern. I would also appreciate if u could provide feed-back from the industry about booth the driver. Apart from that I have couple have environment where it occurs when 10/12 user access simultaneously. All the open connection is closed in program properly still am getting the error.
    Thanks in anticipation.
    Cheers,
    Tapas
    Environment
    OS - SunOS 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise
    JDK - Solaris VM (build Solaris_JDK_1.2.2_07, native threads, sunwjit)
    Weblogic - 5.1.0 Service Pack 9 04/05/2001 14:59:53 #105983
    Oracle � 8.1.6
    Delaying 10 seconds before making a beuatpool pool connection.
    Pool 1 (Type �3 )
    weblogic.jdbc.connectionPool.beuatpool=\
    url=jdbc:weblogic:oracle,\
    driver=weblogic.jdbc.oci.Driver,\
    loginDelaySecs=10,\
    initialCapacity=10,\
    maxCapacity=20,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=10,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=xxx;password=xxx;server=xxxx
    Pool 2(Type �4)
    weblogic.jdbc.connectionPool.thinPool=\
    url=jdbc:oracle:thin:@xxx:1521:xxx,\
    driver=oracle.jdbc.driver.OracleDriver,\
    loginDelaySecs=1,\
    initialCapacity=1,\
    maxCapacity=10,\
    capacityIncrement=1,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=15,\
    testTable=dual,\
    props=user=xxx;password=xxx;server=xxx:1521:xxx
    allow=everyone
    ---------- LOGIN ERROR CODE: 24327
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327 �
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:143)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:157)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:149)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:109)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    ---------- LOGIN ERROR CODE: 24327
    ---------- LOGIN ERROR CODE: 24327
    Fri Aug 31 00:57:22 GMT-05:00 2001:<I> <JDBC Pool> Sleeping in createResource()
    Fri Aug 31 00:57:23 GMT-05:00 2001:<E> <JDBC Pool> Failed to create connection p
    ool "beuatpool"
    weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327 -
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(SQLException.java:43)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:143)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:157)
    at java.sql.DriverManager.getConnection(Compiled Code)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:172)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:109)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at weblogic.common.ResourceException.<init>(ResourceException.java:18)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:182)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:109)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at weblogic.common.ResourceException.<init>(ResourceException.java:18)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:125)
    at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
    e)
    at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:330)
    at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
    at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
    at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
    at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)

    Hi,
    I guess you can try some of these:
    - Make sure you're not missing an entry inside your tnsnames.ora file. Thin driver does not require the information inside that file, as opposed to Weblogic's OCI driver. If you are able to connect to the DB using a thin driver, then the problem is most probably (WL)driver-related.
    - Make sure you've properly configured the DB user / password inside your weblogic.properties (config.xml if WL6+).
    - Make sure you're able to access all drivers and classes required (PATH, CLASSPATH, etc...)
    - Make sure the OCI driver version you are using is fully compatible with the Oracle (server) version you are pointing to.
    - Try to access the DB user through some other client (for instance, SQLPlus*).
    Hope this is of some help,
    Freddy.

  • Ever since I downloaded FF's v6, everytime I go to YouTube and open a video, I get an error message that says: "[Java Script Application] Error: Div is null" How do I fix this problem?

    If I go to YouTube, no matter what video I click on to watch, the error message "[Java Script Application] Error: Div is null" pops up. It started happening right after I updated to FF v6. I also have installed the latest version of Java. I submitted this question a few weeks ago, but never received a reply.
    Thanks for any help you can provide to fix this.
    Scott Cromwell
    [email protected]

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Java.sql.SQLException: Error in allocating a connection. Cause: No Password

    I'm deploying an EJB Module with a CMP in SJAS from SJSE.
    I get the following exception "java.sql.SQLException: Error in allocating a connection. Cause: No PasswordCredential found" the first time a CMP tries to connect to the MS SQL Server database.
    I can connect through the Admin console (PING works fine) but this error hapens in runtime.
    The datasource classname i'm using is "com.sun.sql.jdbcx.sqlserver.SQLServerDataSource" which is suggested by the SJSE.
    Any help will be welcome...
    Nelson Marques

    If you are using Netbeans, then this link might help:
    http://forum.java.sun.com/thread.jspa?forumID=136&threadID=598423
    Otherwise, have you try this ?
    Verify your sun-ejb-jar.xml does not use default-resource-princinpal element:
    <res-ref-name>jdbc/pdisasdb</res-ref-name>
    <jndi-name>jdbc/pdisasdb</jndi-name>
    <default-resource-principal>
    <name>myname</name>
    <password>geheim</password>
    </default-resource-principal>
    </resource-ref>

  • Java.sql.SQLException: Error in allocating a connection

    hi,
    I have developed enterprise application using net beans IDE 5.5.I created one enity bean using sql server database.When i tried deploy this project i am getting following error...
    Internal Exception: java.sql.SQLException: Error in allocating a connection.
    Cause: Class name is wrong or classpath is not set for : com.microsoft.jdbc.sqlserver.SQLServerDataSourceError
    can anybody please help me.....where i went wrong...i am new to netbeans IDE
    regrds
    patel

    u need to download the three jar files.
    download the following jar files and add in ur classpath.
    msutil-2000.sp2-lib.jar
    msbase-2000.sp2-lib.jar
    mssqlserver-2000.sp2-lib.jar
    This is sample program...
    u can test in standalone first and do in netbeans....
    import java.sql.*;
    public class querybean {
    public String getdata(String sql) {
         try {
    System.out.println("testing connection ");
              Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
         Connection connection = DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433;databaseName=master;user=sa;password=userpass;");
         Statement statement = connection.createStatement();
    ResultSet rs = statement.executeQuery(sql);
    System.out.println("testing connection pooling");
    while(rs.next()) {
    System.out.println(rs.getString(1));
    } catch(Exception e1) {
    System.out.println("exception caught" + e1);
    return "";
    public static void main (String args[]) throws Exception {
    querybean qb = new querybean();
    qb.getdata("select * from sampletable");
    I belive it will work now

  • Java.lang.OutOfMemory error while retrieving data from a large table

    Hi,
    i am trying to fetch data using "executeQuery()" into a ResultSet from the database. But since the data in that table is large. i am recieving "java.lang.OutOfMemory" Error. So, to resolve that, i have used "setMaxRows()" for my statement object. This resolved the error but i don't recieve the entire data. If i call "executeQuery()" again, i recieve the same data. I don't even know a filtering criterion where by i can filter the data for each "executeQuery()"..
    How can i resolve this problem
    Thanx in advance
    --Chaitanya                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Either use some criteria you develop related to one of the keys on the table or use some sort of record limiting method.
    Note the method of limiting will vary related to the database you are using. You will have to look at the documentation.
    For example I am told this will work in MySQL to get 200 records starting at record 100.
    SELECT * FROM myTable ORDER BY whatever ASC LIMIT 100,200
    Because you are running out of memroy I assume the table is large,
    I am not sure what the impact of the above will have on performance because if in the above if the order by is not based on an index at the server level all the records will be selected and sorted before the records are limited.
    I would make sure you have an appropriate index.
    If you use the advanced search over the user forums using "resultset paging" and possibility the database you are using you should be able to get some ideas.
    I hope this makes sense to you.
    rykk

  • SID generation error

    Hi All,
    I am loading data for Sales Item for this i have enhanced the DataSource. Now while i am loading the data to DSO it is giving error while activating the DSO--SID generation error as it found some hex. values.
    To overcome this i tried with TOUPPER formula for that field but still it is giving error. So i have removed unchecked the check box 'SID generation upon activation' as i am not going to use this DSO for reporting.
    But i am transferring data to InfoCube where again it is giving the same error.
    Kindly help me out to overcome this error.

    Hi
    Always Load Master Data before Transaction data to get rid of SID Generation Error.
    And Hex Values FM -- CHAR_HEX_CONVERSION.
    http://help.sap.com/saphelp_nw70/helpdata/EN/48/b4e431c0ca11d2a97100a0c9449261/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/25/73725c700511d3aa40006094b92fad/frameset.htm
    Re: How-to convert a character to its hex value?
    Hope it helps

Maybe you are looking for

  • Archiving Inspection lots

    Hi, i am usging Archiving Object QM_CONTROL. i want to Archive selected Inspection lots like 140000000001 to 140000001000. in my maintain variant i am giving input Plant : 1000 Selection Profile : SAPQL01 Inspection Lots  : 140000000001 to 1400000010

  • CREMDM and DEBMDM via Proxy/BAPI

    Has anyone used a BAPI/proxy interface for customer and vendor master data instead of IDoc?  If so could i get some pointers on where to start or some things that need to be done to make this happen? My scenario is File from MDM and want to use proxy

  • "Black screen" after "rendering"

    After rendering a 3-tracks of the timeline (without effects), when i play the project into sequence, I see black screen. The files are created correctly, but are not "called" automatically on the timeline. Help me! Thank you. Luca

  • Eclipse: Problem With Path Variable

    I'd be very grateful for any help with this.... I have an app that runs fine from the windows shell but errors when run through Eclipse (even though I'm using exactly the same class files in both cases). The error I get is: native lib 'hrtlib' not fo

  • Android 4.4.2 and Skype 5.1.0.57240 - Unable to Si...

    Hi there, I have the following smartphone: Producer: UTOK Romania Phone Model: UTOK500Q HD OS: Android 4.4.2 (the phone came initially with Android 4.2 but the producer offers for those phones an upgrade to Android 4.4.2 KitKat -which I did update) S