CORBA RESTART

Hi All,
A similar question was asked a while ago by a friend but our base line issue remained unanswered.
In a Tuxedo service call, we are asked to shutdown the server and get it up again, as soon as possible.
To get this done, we use tpreturn with the TPEXIT flag.
The server (set s RESTART=Y) is than coming up immediately~.
Is it possible to get the same "fast restart" affect in CORBA object (i.e. where TPRETURN with TPEXIT is not relevant?
Many Thanks,
Avner.

Hi Avner,
I'm not aware of anything similar to TPEXIT for CORBA based servers. I also can't think of a simple work around assuming this is something you want to do from program control and not via administration. You could certainly write a simple script or other .TMIB based client or even tmadmin script that shuts down the server and then starts it again.
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • CORBA COMM FAILURE AND ORB

    We are currently experiencing numerious and periodic CORBA COMM FAILUREs in prd. We are utilizing JDK 1.3 / CORBA and trying to submit to a C++ server object. When the web server starts up, it initializes the ORB using the ior and orb.init(). When the actual calls are made, we are narrowing to the server object and making the call. Problem is that periodically we get the CORBA COMM FAILURE when we make the call. During our investigation, we determined that the actual servers look to be running just fine and they are registared with the naming service. When this error occurs, we present the user with a communication failure message.
    Our theory is that the ORB is caching the server objects and their connection paths. If the connection is broken for whatever reason, it throws a CORBA COMM FAILURE instead of trying to reconnect to the server object. Can anyone verify our theory? A detailed understanding of how the java ORB works would be very helpful.
    Secondly, what is the best way to handle this exception. Should we shutdown the ORB and restart it? I am very apprehensive about this since users running on the other threads will be affected. Anyone familiar with orb.disconnect(Object ob) or orb.connect(Object ob)? Should I do these steps in my exception handling block to get the ORB to set up or cache a real server object?
    In reading another discussion thread, I ran across someone using the objRef._non_existent() to get it to go. Anyone familiar with this method and understand the implications of its use?

    If your server objects get recycled, which it sounds like might be happening, in general you are not guaranteed of getting the same IOR. If you have clients out there that have already narrowed on the server, and then the server gets recycled, you will need to go through the steps of narrowing on those objects again.
    The nonexistent() does exactly what you expect it to do. If the referenced object does not exist, nonexistent() will return true, else false.
    Hope this helps.

  • Why com.sun.CORBA.ORBServerHost can not be cleared after the JVM is closed?

    run an application on a multiple IPs windows box. In order to initialize the ORB on the right IP, i set the com.sun.CORBA.ORBServerHost property at the app startup.
    If the right IP is set, then the software works fine as expected. Btut ionce the wrong IP is set, the software won't work even if I restart it with the right parameter. It looks like the new value just does not take effect.
    And until the box is rebooted, the new parameter will take effect. As per my understanding, this parameter should be set at a JVM level and will be cleared after the JVM is shutdown......
    Have no idea how to fix this issue and even don't know where to start to investigate it?
    Would you please provide any suggestion on it? Thx in advance.

    I had the same problem when I upgraded to snv_114 from snv_98
    on SPARC. The important line in /var/dt/Xerrors is this one:
    could not open default font 'fixed'
    The problem (in my case, anyway) was that the fonts.dir files were
    not updated during the install/upgrade process. This fixed it:
    $ su -
    # cd /usr/X11/lib/X11/fonts
    # for f in *; do cd $f; mkfontdir; cd -; done

  • J2EE engine shuts down and restarts....

    Hi,
    I am doing a scenrio using BPM with multiple parallel process. I am using a inbound file adapter for the incoming message to feed the BPM process. I have set 500 messages/per recordset.The process is stable when the message size is small but when the message size increases may be to 2MB,the J2EE engine collapses and restarts a certain period of time.
    When I look at the incoming messages they seem to have failed at the BPM process. I am not sure what is causing the J2EE engine to collapse and restart...It works fine with less than 1MB incoming messages....Does it mean XI cannot support messages greater than 1MB? I know its absurd but this is very interesting..Checking the SMICM, I find the processes are all normal...
    -Teresa

    Hi :
    Did u checked  up the  java heap parameters in the configtool set for the server
    Raise the heap parameters as per the following steps
    1) Open up the configtool and increase the heap size and memory size for the server
    Cluster Data -> instance_IDXXX ->  ServerIDXXXX
    Max heap Size 2048MB
    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
    -Xdebug
    -Xms1280m
    -Xmx3072m
    -XX:MaxPermSize=192m
    -XX:NewSize=160m
    -XX:MaxNewSize=160m
    -XX:NewRatio=3
    -XX:+DisableExplicitGC
    -verbose:gc
    -XX:+PrintCompilation
    -XX:SurvivorRatio=2
    -XX:TargetSurvivorRatio=90
    -XX:PermSize=192m
    -XX:+UseParNewGC
    -XX:+PrintGCTimeStamps
    -XX:SoftRefLRUPolicyMSPerMB=1
    -Djava.awt.headless=true
    2) Restart the server using Visual Administrator
    3) open up the configtool again to ensure that the settings you have set in the config tool are available
    4) Now check whether the problem occurs again or not
    regards & cheers
    karthik

  • CORBA client reconnection: InvalidDomain

    I'm developing a CORBA-client for WLE 5.1. In short, the problem is:
    I can't restore a connection after a COMM_FAILURE. When trying to create a Tobj_Bootstrap object again I get
    com.beasys.Tobj.InvalidDomain: Can't connect to the domain (//my.domain:2600)
    Here are some details. The client must work without restart during a long time. It is normal that sometimes network problems occur or server is restarted or any other thing happens that can make a remote object reference invalid. So, when getting a COMM_FAILURE, I try to "reconnect" - that is to obtain remote reference again. I do it in the same way as on the first start of the client:
    1. Create Tobj_Bootstrap.
    2. Obtain Factory Finder.
    3. Obtain Factory.
    4. Obtain remote interface reference.
    On the first step I get this InvalidDomain exception. Even if the connection is OK, the server is up and running and the URL passed to Tobj_Bootstrap(orb, url) is correct. The other strange thing is - there is no network activity during this call (observed by network monitoring tool). Seems ORB doesn't really try to do its job.
    BTW, I use m3envobj.jar and wleclient.jar for CORBA-functionality.
    The same client using SUN's ORB (with simple CORBA-server from JDK 1.4) reconnects well.
    What is the reason?
    Thanks in advance.
    Yury.

    Generally, no. If you carefully massage the IDL that results from the EJB, it's possible to manufacture a subset of the EJB's interface that a 2.2 or 2.1 ORB can call, but there is currently no automagical support for this in WLS. Beyond the use of value types, the trouble that most ORBs run into is
    the IIOP type codes that start with RMI: instead of IDL:
    Loaner wrote:
    Hi,
    I have a CORBA client developed on pre CORBA 2.3 ORB, i.e. the ORB
    doesn't supports Object by Value. Can this client access the services
    being provided by the EJB somehow??
    Any help will be appreicated.
    Vikas

  • WebI Server goes in Restart mode

    I have successfully installed BOE XI 3.0  and SAP Inegration for SAP 3.0
    But after every 2 to 3 days, when I try to open a webi doc, i get an error " An error has occurred Could not initialize Report Engine server"
    Have checked in the CMC and found out that the WebI ProcessingServer goes on a Restart state.
    Have enabled tracing on the server and collected the following log
    [Mon Jun 29 14:52:55 2009]     1720     3852     trace message: Deactivating BOA...
    [Mon Jun 29 14:52:55 2009]     1720     3852     trace message: Deactivated BOA
    [Mon Jun 29 14:52:55 2009]     1720     7384     trace message: CDZServer::run: ... left CORBA event loop!
    [Mon Jun 29 14:52:55 2009]     1720     4120     trace message: SIServiceStopThread::run: SIServiceStopThread::run exited
    [Mon Jun 29 14:52:55 2009]     1720     7384     trace message: CDZServer::uninitialize
    [Mon Jun 29 14:52:55 2009]     1720     3852     trace message: CCDZMgrCleanUpThread exited
    [Mon Jun 29 14:52:55 2009]     1720     7384     trace message: --> FileRepositoryMgr::~FileRepositoryMgr
    [Mon Jun 29 14:52:55 2009]     1720     7384     (.\oscafactorymgr.cpp:386): trace message: waiting for OSCASimpleFactoryMgr <FileRepositoryMgr via NS> to terminate
    Can anybody help in this issue??
    Edited by: RAgarwal on Jul 9, 2009 12:08 PM

    For Xi3.0 installation you have 2 choices :
    1. Install Xi3.1 upgrade, then install Fp1.7
    or
    2. Install Xi3.1 fresh , then install Fp1.7
    Fp 3 for Xi3.0 might have some webi improvements, but Fp1.7 has more and better

  • CF11 services won't restart

    I have 2 Windows Server 2012r2 boxes that I'm setting up. One is an RDS machine for some Devs to log onto and they other one will be a Production server for running scheduled tasks (separate from our main production server). The issue I've run into is that for some reason Coldfusion11 will no longer restart. If I restart the Server it is fine, but a restart after that it just stalls. I've checked all the logs I can and non show an error except for a Windows Event error that says:
    The description for Event ID 261 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    ColdFusion 11 Application Server
    240
    C:\ColdFusion11\cfusion\bin\coldfusionsvc.exe
    ColdFusion 11 Application Server
    the message resource is present but the message is not found in the string/message table
    And another that says:
    The description for Event ID 263 from source ColdFusion 11 Application Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    ColdFusion 11 Application Server
    6652
    the message resource is present but the message is not found in the string/message table
    Note that while the Event IDs are consistant on each respective server, they are different between the 2 servers.
    I even tried a reinstall on our RDS machine and during the re-install it wouldn't even start up the service during the install. I had to restart the server to get it to start.
    I have nothing installed on the Utilities server and the only thing on the RDS is CF11, CFEclipse, CFBuilder, and SSMS 2014.
    Any help would be appreciated as I am under a deadline to get these two servers up and running. I can get any log details needed to get this resolved.
    Thanks,
    Frank

    Thanks for the suggestions Carl. The issue is that the service never starts fully and it never shows an error or reason in the coldfusion logs (that i can see). A re-install is no good. I am about to try CF10 in hopes that I can at least get that going as this is a time sensative issue. I've been installing CF since MS and I have never had this issue.
    Here is the coldfusion-out log for one of the servers:
    May 28, 2014 18:09:02 PM Information [localhost-startStop-1] - Starting license...
    May 28, 2014 18:09:03 PM Information [localhost-startStop-1] - Evaluation Edition enabled
    May 28, 2014 18:09:03 PM Information [localhost-startStop-1] - Starting crypto...
    May 28, 2014 18:09:04 PM Information [localhost-startStop-1] - Installed JSafe JCE provider: Version 6.0 Crypto-J 6.0, EMC Corporation. JsafeJCE Security Provider (implements RSA, DSA, ECDSA, Diffie-Hellman, ECDH, AES, DES, Triple DES, DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, FIPS186PRNG, ECDRBG, HMACDRBG, SHA1PRNG, MD5PRNG; RFC 3394, RFC 5649 AES Key Wrap; X.509 CertificateFactory; PKCS12, PKCS15 KeyStore; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathValidators; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathBuilders; LDAP, Collection CertStores)
    May 28, 2014 18:09:04 PM Information [localhost-startStop-1] - Starting security...
    May 28, 2014 18:09:04 PM Information [localhost-startStop-1] - Starting scheduler...
    May 28, 2014 18:09:04 PM Information [localhost-startStop-1] - Starting WatchService...
    May 28, 2014 18:09:04 PM Information [localhost-startStop-1] - Starting debugging...
    May 28, 2014 18:09:04 PM Information [localhost-startStop-1] - Starting sql...
    May 28, 2014 18:09:05 PM Information [localhost-startStop-1] - Pool Manager Started
    May 28, 2014 18:09:05 PM Information [localhost-startStop-1] - Starting mail...
    May 28, 2014 18:09:05 PM Information [localhost-startStop-1] - Starting runtime...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - CORBA Configuration not enabled
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting cron...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting registry...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting client...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting xmlrpc...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting jaxrs...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting graphing...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting solr...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting archive...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting document...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Starting eventgateway...
    May 28, 2014 18:09:07 PM Information [localhost-startStop-1] - Event Gateway Disabled.
    May 28, 2014 18:09:08 PM Information [localhost-startStop-1] - Starting FlexAssembler...
    May 28, 2014 18:09:08 PM Information [localhost-startStop-1] - Starting .NET...
    May 28, 2014 18:09:08 PM Information [localhost-startStop-1] - Starting Monitoring...
    May 28, 2014 18:09:08 PM Information [localhost-startStop-1] - Starting Monitoring Server on port 5500.
    May 28, 2014 18:09:08 PM Information [localhost-startStop-1] - Starting WebSocket...
    May 28, 2014 18:09:33 PM Information [Thread-11] - PDFg service manager http://127.0.0.1:8987/PDFgServlet/ registered.
    Here is the Coldfusion-error file:
    May 28, 2014 6:05:07 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\ColdFusion11\cfusion\lib;C:\ColdFusion11\cfusion\jintegra\bin;C:\ColdFusion11\cfusion\ jintegra\bin\international;C:\ColdFusion11\cfusion\lib\oosdk\classes\win
    May 28, 2014 6:05:07 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["ajp-bio-8014"]
    May 28, 2014 6:05:08 PM org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    May 28, 2014 6:05:08 PM org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting Servlet Engine: Apache Tomcat/7.0.52
    May 28, 2014 6:05:12 PM org.apache.catalina.core.ApplicationContext log
    INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services
    May 28, 2014 6:05:12 PM org.apache.catalina.core.ApplicationContext log
    INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 24.51-b03
    May 28, 2014 6:08:57 PM org.apache.catalina.core.AprLifecycleListener init
    INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\ColdFusion11\cfusion\lib;C:\ColdFusion11\cfusion\jintegra\bin;C:\ColdFusion11\cfusion\ jintegra\bin\international;C:\ColdFusion11\cfusion\lib\oosdk\classes\win
    May 28, 2014 6:08:57 PM org.apache.coyote.AbstractProtocol init
    INFO: Initializing ProtocolHandler ["ajp-bio-8014"]
    May 28, 2014 6:08:58 PM org.apache.catalina.core.StandardService startInternal
    INFO: Starting service Catalina
    May 28, 2014 6:08:58 PM org.apache.catalina.core.StandardEngine startInternal
    INFO: Starting Servlet Engine: Apache Tomcat/7.0.52
    May 28, 2014 6:09:02 PM org.apache.catalina.core.ApplicationContext log
    INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services
    May 28, 2014 6:09:02 PM org.apache.catalina.core.ApplicationContext log
    INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 24.51-b03
    I did also try starting it manually, it gets to the point where it says the same as the last line in the coldfusion-out log but just hangs there and never does anything. I can't access CF or the Administrator.
    The most confusing part is that I know for a fact that 1 of the servers had no changes to it between it being operational and not operational. It is also intesting to note that on one of the servers a restart will allow the CF services to all start as the other one will not let the services start at all.
    I will note that both of these are running IIS8.5.

  • CORBA instance for OLAP Services?

    Hi All,
    I am new to OLAP, and I am trying to use OLAP API over a data warehouse I've created for test. I am developping on the following environement:
    - Windows 2000 Professional
    - OLAP API
    - Oracle 9.0.1
    I am having a javax.naming.NamingNotFoundException. It seems that the OLAP Instance Manager does not have the right permission to create the CORBA Instance in the JVM, as you can see in the following piece of log:
         [598] OLAPI Interface - Cannot bind to folder context OLAPServer, creating....
         [598] OLAPI Interface - CORBA::NO_PERMISSION.
         [598] OLAPI Interface - Cannot create folder context OLAPServer.
         [598] OES Kernel - Remote Operations Interface resolution failed.
    I've found a previous message in this forum that explain us how to create manually the /etc/OLAPServer instance to have access to OLAP Services through OLAP API, as shown here:
    sess_sh -u sys -p change_on_install -service sess_iiop://YOUR-HOSTNAME:2481:SID
         mkdir /etc/OLAPServer
         chmod +rwx PUBLIC /etc/OLAPServer
    I've done it and restarted the OLAP Instance. This time, the OLAP Instance Manager was able to create the CORBA Instance for OLAP Services, but in /etc/debugagent/OLAPServer (as seen in the OEM JVM), with the following URL for connecting to it through CORBA:
    sess_iiop://YOUR-HOSTNAME:2481:SID/etc/OLAPServer/OLAPServer.
    Does anyone know what is the problem? Is there a permission problem with the OLAP Instance Manager when it tries to create the CORBA instance in JVM?
    Thanks a lot,
    Mario

    Hi Anthony,
    First place, thank you for your help.
    I4ve already applied those patches and the users you specified in the previous mail are unlocked and already have rwx permission.
    I found really strange too when the /etc/OLAPServer instance was created under the debugagent context. I really don4t know what is going on?
    Do you know something about problems on OLAP Services when you are working with brazilian portuguese language? I am asking this because I know a lot of people that have applied those patches and everything worked just nice, the only difference between our platform and their is the language.
    Thanks again.
    Mario

  • Sun One 7 2004Q2 restart on breakpoint in debug

    Hi,
    I have a very annoying problem.
    I took over a project from another team of another company. I have to migrate the web application (using Struts, J2EE, EJB 2.0, ...) from Sun One to JBoss.
    For this, a specific profile is searched, and awaiting this profile, i have to get to know the project, structure and code (i don't know any EJB 2.0, i know Hibernate and Spring and like that a lot more than EJB).
    Now i'm working a month and a half already on this project, reading documentation, adding documentation, inspecting the code, and developing small changes and bugfixes.
    Every time i wanted to perform a remote application debug from within Eclipse to the Sun One AS, things fail.
    I start Sun One in debug mode, i check the address port, i connect to that port from Eclipse in debug mode (remote application debug), but when the application reaches the breakpoint, the Sun One AS just restarts, and the application gives a page not found.
    First i thought it was a memory problem (i read logs with OutOfMemory and parallel GC errors, but i can't find the logs anymore), and i finally got a computer with 2GB RAM (we work on VPC's). But that didn't solve the problem either.
    I removed the -Xmx option for maximum heap size, but that didn't do any good either.
    Does anyone know how i can perform debugging from within Eclipse to the Sun One AS without problems?
    Thanks very much in advance.

    And i found an error log in the /config directory of the used server instance:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (50532D41524B33574545500E435050011C), pid=3964, tid=2368
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_11-b06 mixed mode)
    ---------------  T H R E A D  ---------------
    Current thread (0x00d89968):  VMThread [id=2368]
    Stack: [0x05900000,0x05a00000)
    [error occurred during error reporting, step 110, id 0xc0000005]
    [error occurred during error reporting, step 120, id 0xc0000005]
    VM_Operation (0x0c5bfbb4): parallel gc failed allocation, mode: safepoint, requested by thread 0x066e1008
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x06eb1008 JavaThread "service-j2ee-2" [_thread_in_native, id=2108]
      0x0eb52e00 JavaThread "Thread-54" daemon [_thread_blocked, id=276]
      0x070b9110 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=2796]
      0x06eb1170 JavaThread "StandardManager[]" daemon [_thread_blocked, id=1804]
      0x00f915f8 JavaThread "Thread-53" daemon [_thread_blocked, id=1984]
      0x069cfb70 JavaThread "StandardManager[/kwatraWeb]" daemon [_thread_blocked, id=3772]
      0x06eccbe0 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=2592]
      0x06c0dfb8 JavaThread "GC Daemon" daemon [_thread_blocked, id=3680]
      0x06e03258 JavaThread "RMI Reaper" [_thread_blocked, id=772]
      0x06594dd8 JavaThread "Thread-52" daemon [_thread_blocked, id=2920]
      0x06adac70 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3528]
      0x06c3adf8 JavaThread "Thread-51" [_thread_blocked, id=3860]
      0x06c3a810 JavaThread "Thread-50" daemon [_thread_blocked, id=2544]
      0x0682e5b0 JavaThread "JTS Timeout Thread" daemon [_thread_blocked_trans, id=1964]
      0x06789c60 JavaThread "ORB Server-side Reader, conn from MVG-WRK-0041.DG3.be:3019"
    daemon [_thread_in_native, id=2236]
      0x06c314f8 JavaThread "ORB Client-side Reader, conn to 10.20.24.3:4653" daemon [_thread_in_native, id=132]
      0x06eb29c0 JavaThread "Thread-47" [_thread_blocked, id=4008]
      0x06d315c0 JavaThread "ORB Listener 0.0.0.0:4653" daemon [_thread_in_native, id=3956]
      0x06bb8a40 JavaThread "Thread-46" daemon [_thread_blocked, id=3040]
      0x06bb7e30 JavaThread "Thread-45" daemon [_thread_blocked, id=376]
      0x067e8c70 JavaThread "Thread-44" daemon [_thread_blocked, id=2968]
      0x067e8100 JavaThread "Thread-43" daemon [_thread_blocked, id=2928]
      0x067e7518 JavaThread "Thread-42" daemon [_thread_blocked, id=3384]
      0x066ebc70 JavaThread "Thread-41" daemon [_thread_blocked, id=3180]
      0x066eb100 JavaThread "Thread-40" daemon [_thread_blocked, id=3876]
      0x066ea620 JavaThread "Thread-39" daemon [_thread_blocked, id=2372]
      0x069505d0 JavaThread "Thread-38" daemon [_thread_blocked, id=3504]
      0x0694f930 JavaThread "Thread-37" daemon [_thread_blocked, id=2116]
      0x0694ee50 JavaThread "Thread-36" daemon [_thread_blocked, id=3784]
      0x06705298 JavaThread "Thread-35" daemon [_thread_blocked, id=3524]
      0x06704408 JavaThread "Thread-34" daemon [_thread_blocked, id=3080]
      0x06b80b80 JavaThread "Thread-33" daemon [_thread_blocked, id=264]
      0x06b80068 JavaThread "Thread-32" daemon [_thread_blocked, id=1020]
      0x06787670 JavaThread "Thread-31" daemon [_thread_blocked, id=472]
      0x06786a60 JavaThread "Thread-30" daemon [_thread_blocked, id=3464]
      0x06a5e1d0 JavaThread "Thread-29" daemon [_thread_blocked, id=2520]
      0x06a5d660 JavaThread "Thread-28" daemon [_thread_blocked, id=3804]
      0x067773c0 JavaThread "Thread-27" daemon [_thread_blocked, id=2164]
      0x06776c50 JavaThread "Thread-26" daemon [_thread_blocked, id=1852]
      0x066e22b0 JavaThread "Thread-25" daemon [_thread_blocked, id=3148]
      0x066e1b40 JavaThread "Thread-24" daemon [_thread_blocked, id=3828]
      0x066e1008 JavaThread "Thread-23" daemon [_thread_blocked, id=3060]
      0x069cdc88 JavaThread "Thread-22" daemon [_thread_blocked, id=3708]
      0x06994a00 JavaThread "Thread-21" daemon [_thread_blocked, id=960]
      0x06993fd0 JavaThread "Thread-20" daemon [_thread_blocked, id=2224]
      0x06ae8578 JavaThread "Thread-19" daemon [_thread_blocked, id=2704]
      0x06a1c680 JavaThread "Thread-18" daemon [_thread_blocked, id=3892]
      0x06ed4ca8 JavaThread "Thread-17" daemon [_thread_blocked, id=1144]
      0x06713280 JavaThread "Thread-16" daemon [_thread_blocked, id=3476]
      0x0680c080 JavaThread "Thread-15" daemon [_thread_blocked, id=3160]
      0x0680ba18 JavaThread "Thread-14" daemon [_thread_blocked, id=1308]
      0x066e7f08 JavaThread "Thread-13" daemon [_thread_blocked, id=1652]
      0x066e7d10 JavaThread "Thread-12" daemon [_thread_blocked, id=1388]
      0x00f816a0 JavaThread "Thread-11" daemon [_thread_blocked, id=2880]
      0x066e8868 JavaThread "Thread-10" daemon [_thread_blocked, id=2248]
      0x06ac6810 JavaThread "Thread-9" daemon [_thread_blocked, id=3844]
      0x066a86e0 JavaThread "Thread-8" daemon [_thread_blocked, id=1192]
      0x066a84e8 JavaThread "Thread-7" daemon [_thread_blocked, id=1732]
      0x066560d0 JavaThread "Thread-0" [_thread_blocked, id=476]
      0x00d9a948 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1256]
      0x00d99c40 JavaThread "CompilerThread0" daemon [_thread_blocked, id=408]
      0x00d98c98 JavaThread "AdapterThread" daemon [_thread_blocked, id=2640]
      0x00d98008 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2056]
      0x00d818c8 JavaThread "JDWP Event Helper Thread" daemon [_thread_in_native, id=1520]
      0x00ee7e40 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=3712]
      0x00d8bb78 JavaThread "Finalizer" daemon [_thread_blocked, id=3688]
      0x00d8a768 JavaThread "Reference Handler" daemon [_thread_blocked, id=3624]
      0x00d67a18 JavaThread "main" [_thread_in_native, id=2080]
    Other Threads:
    =>0x00d89968 VMThread [id=2368]
      0x00db2630 WatcherThread [id=384]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x00db4eb0/0x00000600] Threads_lock - owner thread: 0x00d89968
    [0x00cf2ba8/0x000005c4] Heap_lock - owner thread: 0x066e1008
    Heap
    PSYoungGen      total 280768K, used 53248K [0x10010000, 0x27e70000, 0x27e70000)
      eden [0x10010000,0x10010000,0x1a610000)
      from [0x21240000,0x24640000,0x27e70000)
      to   [0x1a610000,0x1a610000,0x21240000)
    PSOldGen        total 217536K, used 156605K [0x27e70000, 0x352e0000, 0x4fc10000)
      object [0x27e70000,0x3175f7c8,0x352e0000)
    PSPermGen       total 44800K, used 44727K [0x4fc10000, 0x527d0000, 0x53c10000)
      object [0x4fc10000,0x527bdff8,0x527d0000)
    Dynamic libraries:
    0x00400000 - 0x00406000      C:\Sun\AppServer7\bin\appservd.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x60b90000 - 0x60c79000      C:\Sun\AppServer7\bin\ns-httpd40.dll
    0x60e00000 - 0x60e1a000      C:\Sun\AppServer7\bin\ssl3.dll
    0x60ce0000 - 0x60d5d000      C:\Sun\AppServer7\bin\nss3.dll
    0x60b10000 - 0x60b17000      C:\Sun\AppServer7\bin\libplc4.dll
    0x60ac0000 - 0x60af1000      C:\Sun\AppServer7\bin\libnspr4.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\MSWSOCK.dll
    0x60b20000 - 0x60b26000      C:\Sun\AppServer7\bin\libplds4.dll
    0x60c80000 - 0x60c88000      C:\Sun\AppServer7\bin\nsfc.dll
    0x60db0000 - 0x60db6000      C:\Sun\AppServer7\bin\nstime.dll
    0x60cd0000 - 0x60cda000      C:\Sun\AppServer7\bin\nsprwrap.dll
    0x60e20000 - 0x60e2c000      C:\Sun\AppServer7\bin\support.dll
    0x60dc0000 - 0x60dc5000      C:\Sun\AppServer7\bin\nstp.dll
    0x600e0000 - 0x600e5000      C:\Sun\AppServer7\bin\getprop.dll
    0x7e410000 - 0x7e4a1000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x60b30000 - 0x60b4e000      C:\Sun\AppServer7\bin\libsi18n.dll
    0x60aa0000 - 0x60aaa000      C:\Sun\AppServer7\bin\libdbm.dll
    0x600a0000 - 0x600a5000      C:\Sun\AppServer7\bin\ares3.dll
    0x7c9c0000 - 0x7d1d6000      C:\WINDOWS\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x60da0000 - 0x60da8000      C:\Sun\AppServer7\bin\NSSLDAP32V50.dll
    0x60cc0000 - 0x60cc6000      C:\Sun\AppServer7\bin\NSLDAPPR32V50.dll
    0x60c90000 - 0x60cb5000      C:\Sun\AppServer7\bin\NSLDAP32V50.dll
    0x60e30000 - 0x60ec1000      C:\Sun\AppServer7\bin\xerces-c.dll
    0x609e0000 - 0x60a3c000      C:\Sun\AppServer7\bin\icuuc2.dll
    0x60100000 - 0x60904000      C:\Sun\AppServer7\bin\icudt2.dll
    0x60910000 - 0x609a2000      C:\Sun\AppServer7\bin\icuin2.dll
    0x00320000 - 0x00331000      C:\WINDOWS\system32\MSVCIRT.dll
    0x773d0000 - 0x774d3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls
    _6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x5d090000 - 0x5d12a000      C:\WINDOWS\system32\comctl32.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x60a60000 - 0x60a72000      C:\Sun\AppServer7\bin\j2eeplugin.dll
    0x08000000 - 0x082b8000      C:\Sun\AppServer7\jdk\jre\bin\server\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x5dac0000 - 0x5dac8000      C:\WINDOWS\system32\rdpsnd.dll
    0x76360000 - 0x76370000      C:\WINDOWS\system32\WINSTA.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x60070000 - 0x6007a000      C:\Sun\AppServer7\bin\PSAPI.DLL
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x10000000 - 0x10007000      C:\Sun\AppServer7\jdk\jre\bin\hpi.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x01400000 - 0x0140e000      C:\Sun\AppServer7\jdk\jre\bin\verify.dll
    0x022b0000 - 0x022c9000      C:\Sun\AppServer7\jdk\jre\bin\java.dll
    0x022d0000 - 0x022de000      C:\Sun\AppServer7\jdk\jre\bin\zip.dll
    0x05c00000 - 0x05c1c000      C:\Sun\AppServer7\jdk\jre\bin\jdwp.dll
    0x05c20000 - 0x05c25000      C:\Sun\AppServer7\jdk\jre\bin\dt_socket.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x07140000 - 0x0714f000      C:\Sun\AppServer7\jdk\jre\bin\net.dll
    0x600b0000 - 0x600bd000      C:\Sun\AppServer7\bin\cis.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x76d40000 - 0x76d58000      C:\WINDOWS\system32\MPRAPI.dll
    0x77cc0000 - 0x77cf2000      C:\WINDOWS\system32\ACTIVEDS.dll
    0x76e10000 - 0x76e35000      C:\WINDOWS\system32\adsldpc.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x76e80000 - 0x76e8e000      C:\WINDOWS\system32\rtutils.dll
    0x71bf0000 - 0x71c03000      C:\WINDOWS\system32\SAMLIB.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x07f60000 - 0x07f66000      C:\Sun\AppServer7\jdk\jre\bin\ioser12.dll
    0x07f70000 - 0x07f75000      C:\Sun\AppServer7\jdk\jre\bin\rmi.dll
    0x0ffd0000 - 0x0fff8000      C:\WINDOWS\system32\rsaenh.dll
    VM Arguments:
    jvm_args: -DJAVA_HOME=C:/Sun/AppServer7/jdk
    -Dcom.sun.aas.installRoot=C:/Sun/AppServer7
    -Dcom.sun.aas.instanceRoot=C:\Sun\AppServer7\domains\domain1
    -Duser.language=nl
    -Duser.country=BE
    -Duser.variant= exit vfprintf
    -Djava.security.policy=C:/Sun/AppServer7/domains/domain1/kwatraNieuw/config/server.policy
    -Djava.security.auth.login.config=C:/Sun/AppServer7/domains/domain1/kwatraNieuw/config/login.conf
    -Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager
    -Dcom.sun.aas.configRoot=C:/Sun/AppServer7/config
    -Dcom.sun.aas.imqLib=C:/Sun/AppServer7/imq/lib
    -Dcom.sun.aas.imqBin=C:/Sun/AppServer7/imq/bin
    -Dcom.sun.aas.webServicesLib=C:\Sun\AppServer7\share\lib
    -XX:+AggressiveHeap -XX:+DisableExplicitGC
    -Djavax.rmi.CORBA.UtilClass=com.iplanet.ias.util.orbutil.IasUtilDelegate
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    -Dcom.sun.jdo.api.persistence.model.multipleClassLoaders=reload
    -server -Xss128k -Xms512m -Xdebug
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=2876
    -Xnoagent -Djava.compiler=NONE
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=C:\Program Files\QuickTime\QTSystem\QTJava.zip
    PATH=C:/Sun/AppServer7/jdk\jre\bin\server;
    C:/Sun/AppServer7/jdk\jre\bin;;C:/Sun/AppServer7/bin/;
    C:\oracle\product\10.2.0\client_1;C:\oracle\product\10.2.0\client_1\bin;
    C:\orarun\bin;C:\WINDOWS\system32;C:\WINDOWS;
    C:\WINDOWS\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;
    C:\orarun\jdk\bin;C:\Program Files\Provision Networks\Virtual Access Client\
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2088428k(641700k free), swap 4030576k(2605040k free)
    vm_info: Java HotSpot(TM) Server VM (1.4.2_11-b06) for windows-x86,
    built on Feb 13 2006 10:02:05 by "java_re" with MS VC++ 6.0Anyone who has more information as to what to do?
    Thx.
    Message was edited by:
    DonStevo
    Message was edited by:
    DonStevo

  • Need help!---lookup connectionFactory failed after restart j2ee server!

    hi,
    I wonder anyone could help me to solve this context lookup problem described as bellows.i should say 'thanks' in advance!!!
    At the end of the message i post the code used to lookup administered objects then create connection.
    i use sun's default jms implementation (j2sdkee1.3.1) and jdk1.4 as environment.
    The jms client will try to establish a new connection if the j2ee server restarts (perhaps due to remote j2ee server shutdown or network trouble) , but it fails to lookup topicConnectionFactory in the JNDI this time. An namingException will be caught :
    "javax.naming.CommunicationException: java.rmi.MarshalException: CORBA COMM_FAILURE 1398079689 No; nested exception is:
         org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
         at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:92)
         at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
         at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.lookup(Unknown Source)
         at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
         at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:176)
         at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:68)
         at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:70)
         at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:641)
         at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:583)
         at com.sun.corba.ee.internal.corba.ClientDelegate.request(ClientDelegate.java:875)
         at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:431)
         at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.lookup(Unknown Source)
         ... 6 more
    Some code in the establish() method:
    try {
    TopicConnectionFactory topicConnectionFactory = null;
    InitialContext ctx = null;
    ctx = new InitialContext();
    System.out.println("ctx:" + ctx);
    topicConnectionFactory =
    (TopicConnectionFactory) ctx.lookup ("connectionfactory");
    System.out.println("topicConnectionFactory:" + topicConnectionFactory);
    while (connection == null)
    try{
    connection = topicConnectionFactory.createTopicConnection();
    } catch (javax.jms.JMSException jmse)
    System.out.print("Cannot connect to message server...");
    System.out.println("Pausing " +
    CONNECTION_RETRY_PERIOD / 1000 + " seconds before retry.");
    try
    Thread.sleep(CONNECTION_RETRY_PERIOD);
    } catch (java.lang.InterruptedException ie) {ie.printStackTrace();}
    continue;
    System.out.println("\nConnection established");
    session =
    connection.createTopicSession(false,Session.AUTO_ACKNOWLEDGE);
    topic = (Topic) ctx.lookup ("subscribeTopic");
    connection.setExceptionListener( (javax.jms.ExceptionListener) this);
    catch (javax.naming.NamingException jne){
    System.err.println("[MessageSubscriber] - NamingException!");
    //jne.printStackTrace( );
    Best Regards,
    -bawanglongqiqi

    Hi!
    I've encountered a similar problem with looking up the Home-interface
    of an EJB from a client through the InitialContext object after a
    restart of the application server.
    Try to set an additional property before creating your InitialContext
    object that clears the JNDI cache (the property name seems to differ
    between context factories - e.g. I'm using a WebSphere one and had to
    set a WebSphere specific property name).
    I'm sure you will find further info when you do a web search on "clear
    JNDI cache" for your specific JNDI provider.
    Kind regards,
    Markus

  • Recursive plunge inside sun CORBA code?

    I'm seeing a stack overflow from a recursive plunge inside
    com.sun.corba.se.impl.protocol.CorbaServerRequestDispatchImpl.dispatch()
    with both JDK 1.5 and JDK 1.6.
    Sure enough, at line 214 in the source is a recursive call, preceded by
    a comment that seems to indicate it shouldn't be a problem:
            // Destroyed POAs can be recreated by normal adapter activation.
            // So just restart the dispatch.
            dispatch(request);However, request is the same as the original argument to dispatch, so a recursive
    plunge isn't unexpected! Is that code really correct?
    Being a CORBA novice, I'm sure I'm doing something odd that results in
    this particular path being taken in dispatch(), but because of the stack overflow,
    I haven't been able to trace down exactly what in my code is resulting in reaching
    line 214, but it appears related to breaking a CORBA connection. (The application
    is multi-threaded application that is connecting/unconnecting to/from multiple
    applications.)

    Hi Mike,
    Thanks for your suggestion. Making the interface local was the first thing I tried. (In fact, I started out with a local interface.) The strange thing is that the servlet cannot resolve the interface when it's local. That's why I made the interface remote. But now I know this only makes things worse.
    So the real problem is probably my JSF servlet that doesn't resolve the local interface in the EJB JAR. In fact, it seems all EJB annotations are ignored in the servlet. Even the remote interface could only be resolved "manually" (via an JNDI lookup, using a InitalContext, etc.) Is there any known issue with EJB annotations in JSF servlets?
    (By the way: it was hard to find information on the CORBA MARSHAL error. Perhaps this error can be clarified somehow in a newer version of TopLink (Essentials). At least a warning about this happening in the TopLink documentation should be nice.)
    Anyway, thanks for your prompt reply. I hope you (or someone else) has some suggestions on how to getting things working the proper way (with a local interface). Do you think it will help to deploy both modules in a single EAR file instead of deploying them as separate JAR and WAR?

  • JSPM: Cannot restart cluster in safe mode / JSPM still wait for the Cluster

    Hello,
    i try to deploy some new packages for my J2EE.
    The JSPM works fine.
    After the sixth package he restartet the J2EE Engine and wait and wait and wait and wait...
    In the log file of JSPM i find this:
    #1.5 #C000AC1082210000000009D252275227000459AF45746358#1224509226247#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    #1.5 #C000AC1082210000000009D352275227000459AF460D1918#1224509236254#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D452275227000459AF460D1918#1224509236255#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D552275227000459AF460D1D00#1224509236256#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    #1.5 #C000AC1082210000000009D652275227000459AF46A5D6A8#1224509246265#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D752275227000459AF46A5DA90#1224509246266#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009D852275227000459AF46A5DE78#1224509246267#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    #1.5 #C000AC1082210000000009D952275227000459AF473F6728#1224509256329#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009DA52275227000459AF473F7AB0#1224509256334#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC1082210000000009DB52275227000459AF473F7E98#1224509256335#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    The SAP Note 1037478 dosn't help, because we have JSPM SP16.
    Have restart the Engine manually, but nothing happend.
    I couln't found any error in other log's.
    some ideas?

    last night we have restart the system ABAP & JAVA.
    the system is full funktional ABAP & JAVA.
    now i tried to deploy with JSPM again.
    the JSPM restart the J2EE for run in save mode...
    std_server0.out
    stdout/stderr redirect
    node name   : server0
    pid         : 475296
    system name : BW2
    system nr.  : 01
    started at  : Wed Oct 22 09:26:26 2008
    [Thr 01] MtxInit: 10001 0 0
    <?xml version="1.0" ?>
    <verbosegc version="20070227_AA">
    SAP J2EE Engine Version 7.00   PatchLevel 111772.44 is starting...
    Loading: LogManager ... 2528 ms.
    Loading: PoolManager ... 5 ms.
    Loading: ApplicationThreadManager ... 566 ms.
    Loading: ThreadManager ... 31 ms.
    Loading: IpVerificationManager ... 15 ms.
    Loading: ClassLoaderManager ... 26 ms.
    Loading: ClusterManager ... 776 ms.
    Loading: LockingManager ... 151 ms.
    Loading: ConfigurationManager ... 3203 ms.
    Loading: LicensingManager ... 39 ms.
    Loading: CacheManager ... 250 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (8 ms).
      Service runtimeinfo started. (53 ms).
      Service caf~eu~odi~mnuacc started. (0 ms).
      Service cross started. (206 ms).
      Service file started. (137 ms).
      Service timeout started. (171 ms).
      Service memory started. (181 ms).
      Service trex.service started. (136 ms).
      Service p4 started. (569 ms).
      Service caf~eu~cc~api started. (895 ms).
      Service userstore started. (11 ms).
      Service classpath_resolver started. (104 ms).
      Service jmx_notification started. (72 ms).
      Service deploy started. (8824 ms).
      Service com.sap.portal.runtime.config.kmreadonly started. (4 ms).
      Service MigrationService started. (33 ms).
      Service bi~mmr~deployer started. (9 ms).
      Service log_configurator started. (11307 ms).
      Service locking started. (6 ms).
      Service http started. (353 ms).
      Service naming started. (732 ms).
      Service failover started. (45 ms).
      Service ts started. (162 ms).
      Service appclient started. (88 ms).
      Service javamail started. (219 ms).
      Service licensing started. (52 ms).
      Service jmsconnector started. (242 ms).
      Service connector started. (322 ms).
      Service configuration started. (44 ms).
      Service iiop started. (565 ms).
      Service webservices started. (1055 ms).
      Service dbpool started. (2300 ms).
      Service UT started. (12 ms).
      Service caf~eu~gp~mail~cf started. (56 ms).
      Service com.sap.security.core.ume.service started. (9110 ms).
      Service security started. (1349 ms).
      Service classload started. (121 ms).
      Service applocking started. (241 ms).
      Service shell started. (327 ms).
      Service tc~eCATTPing~service started. (30 ms).
      Service telnet started. (59 ms).
      Service keystore started. (1021 ms).
      Service ssl started. (27 ms).
      Service developmentserver started. (456 ms).
      Service tc~sec~securestorage~service started. (309 ms).
      Service tc~sec~certrevoc~service started. (373 ms).
      Service servlet_jsp started. (1565 ms).
      Service ejb started. (1646 ms).
      Service dsr started. (418 ms).
      Service jmx started. (2046 ms).
      Service caf~um~metadata~imp started. (1250 ms).
      Service caf~eu~gp~model started. (101 ms).
      Service caf~eu~er~service started. (0 ms).
      Service tc~sec~wssec~service started. (977 ms).
      Service tc~eu~jwf~ui~wizsvc started. (586 ms).
      Service tc~lm~ctc~confs~service_sda started. (945 ms).
      Service CUL started. (942 ms).
      Service tc~sec~destinations~service started. (1784 ms).
      Service caf~runtime~connectivity~impl started. (27021 ms).
      Service sld started. (2000 ms).
      Service com.adobe~DataManagerService started. (1380 ms).
      Service webdynpro started. (1434 ms).
      Service rfcengine started. (1688 ms).
      Service tc~di~sdic~srv started. (6252 ms).
      Service prtbridge started. (2794 ms).
      Service com.adobe~DocumentServicesDestProtoService started. (1825 ms).
      Service com.adobe~DocumentServicesLicenseSupportService started. (2958 ms).
      Service tc~sec~vsi~service started. (2159 ms).
      Service caf~um~relgroups~imp started. (3335 ms).
      Service basicadmin started. (3899 ms).
      Service adminadapter started. (198 ms).
      Service apptracing started. (680 ms).
      Service com.adobe~LicenseService started. (237 ms).
      Service com.sap.portal.pcd.gl started. (72 ms).
      Service pmi started. (183 ms).
      Service com.adobe~DocumentServicesBinaries2 started. (4177 ms).
      Service com.sap.portal.prt.sapj2ee started. (275 ms).
      Service com.adobe~DocumentServicesConfiguration started. (385 ms).
      Service com.adobe~TrustManagerService started. (204 ms).
      Service com.adobe~XMLFormService started. (4954 ms).
      Service monitor started. (1365 ms).
      Service jms_provider started. (5862 ms).
      Service com.adobe~PDFManipulation started. (5913 ms).
      Service com.adobe~FontManagerService started. (7023 ms).
      Service tc.monitoring.logviewer started. (8129 ms).
    ServiceManager started for 43037 ms.
    Framework started for 53259 ms.
    SAP J2EE Engine Version 7.00   PatchLevel 111772.44 is running!
    PatchLevel 111772.44 June 09, 2008 16:28 GMT
    >
    dev_server0
    trc file: "/usr/sap/BW2/DVEBMGS01/work/dev_server0", trc level: 1, release: "700"
    node name   : ID14451950
    pid         : 442380
    system name : BW2
    system nr.  : 01
    started at  : Wed Oct 22 09:26:26 2008
    arguments       :
           arg[00] : /usr/sap/BW2/DVEBMGS01/exe/jlaunch
           arg[01] : pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
           arg[02] : -DSAPINFO=BW2_01_server
           arg[03] : pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60329
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=BW2
           arg[08] : -DSAPMYNAME=p570vc11_BW2_01
           arg[09] : -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 01] Wed Oct 22 09:26:26 2008
    [Thr 01] *** WARNING => INFO: Unknown property [instance.box.number=BW2DVEBMGS01p570vc11] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.host=bw2scs] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.port=3250] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties]
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> OS libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> os libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID14451900 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID14451950 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID14451900           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] ID14451950           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    [Thr 01] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 01] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 258] JLaunchRequestFunc: Thread 258 started as listener thread for np messages.
    [Thr 515] WaitSyncSemThread: Thread 515 started as semaphore monitor thread.
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 01] CPIC (version=700.2006.09.13)
    [Thr 01] [Node: server0] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/DVEBMGS01/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID14451950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -verbose:gc -Djco.jarm=1 -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.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -verbose:gc -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/DVEBMGS01/exe/jstartup.jar:/usr/sap/BW2/DVEBMGS01/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 01] JLaunchISetDebugMode: set debug mode [no]
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -verbose:gc
    -> arg[  4]: -Djco.jarm=1
    -> arg[  5]: -Djava.security.policy=./java.policy
    -> arg[  6]: -Djava.security.egd=file:/dev/urandom
    -> arg[  7]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  8]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  9]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -verbose:gc
    -> arg[ 12]: -Dstartup.mode=SAFE
    -> arg[ 13]: -Dstartup.action=UPGRADE
    -> arg[ 14]: -Dsys.global.dir=/usr/sap/BW2/SYS/global
    -> arg[ 15]: -Dapplication.home=/usr/sap/BW2/DVEBMGS01/exe
    -> arg[ 16]: -Djava.class.path=/usr/sap/BW2/DVEBMGS01/exe/jstartup.jar:/usr/sap/BW2/DVEBMGS01/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 17]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> arg[ 18]: -Dmemory.manager=2048M
    -> arg[ 19]: -Xmx2048M
    -> arg[ 20]: -Xms2048M
    -> arg[ 21]: -DLoadBalanceRestricted=no
    -> arg[ 22]: -Djstartup.mode=JCONTROL
    -> arg[ 23]: -Djstartup.ownProcessId=442380
    -> arg[ 24]: -Djstartup.ownHardwareId=T1308487043
    -> arg[ 25]: -Djstartup.whoami=server
    -> arg[ 26]: -Djstartup.debuggable=no
    -> arg[ 27]: -DSAPINFO=BW2_01_server
    -> arg[ 28]: -DSAPSTART=1
    -> arg[ 29]: -DCONNECT_PORT=60329
    -> arg[ 30]: -DSAPSYSTEM=01
    -> arg[ 31]: -DSAPSYSTEMNAME=BW2
    -> arg[ 32]: -DSAPMYNAME=p570vc11_BW2_01
    -> arg[ 33]: -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[ 34]: -DFRFC_FALLBACK=ON
    -> arg[ 35]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 36]: -DSAPSTARTUP=1
    -> arg[ 37]: -DSAPSYSTEM=01
    -> arg[ 38]: -DSAPSYSTEMNAME=BW2
    -> arg[ 39]: -DSAPMYNAME=p570vc11_BW2_01
    -> arg[ 40]: -DSAPDBHOST=bw2dba
    -> arg[ 41]: -Dj2ee.dbhost=bw2dba
    [Thr 772] Wed Oct 22 09:26:27 2008
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3343] Wed Oct 22 09:26:36 2008
    [Thr 3343] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3343] Wed Oct 22 09:26:37 2008
    [Thr 3343] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3343] JLaunchISetClusterId: set cluster id 14451950
    [Thr 3343] Wed Oct 22 09:26:38 2008
    [Thr 3343] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3343] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 33670] Wed Oct 22 09:27:08 2008
    [Thr 33670] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 33670] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 33670] Wed Oct 22 09:27:09 2008
    [Thr 33670] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.engine.Compress
    [Thr 35726] Wed Oct 22 09:27:19 2008
    [Thr 35726] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 3343] Wed Oct 22 09:27:25 2008
    [Thr 3343] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    [Thr 18507] Wed Oct 22 09:27:33 2008
    [Thr 18507] JLaunchISetState: change state from [Starting applications (10)] to [Running (3)]
    dev_jcontrol
    [Thr 772] Wed Oct 22 09:26:04 2008
    [Thr 772] JControlProcessMessage: received <shutdown and restart> command
    [Thr 772] JControlIStopInstance: shutting down (command: 33)
    [Thr 01] JControlMainLoop: execute bootstrap process (step 0)
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 01] [Node: bootstrap] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : /usr/java14_64
    -> java parameters    : -Djco.jarm=1 -Xj9
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 512M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0144519
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679950)
    [Thr 01] Wed Oct 22 09:26:11 2008
    [Thr 01] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 01] *** WARNING => INFO: Unknown property [instance.box.number=BW2DVEBMGS01p570vc11] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.host=bw2scs] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.en.port=3250] [jstartxx_mt. 841]
    [Thr 01] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties:/usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties]
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> OS libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    [Thr 01] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : bw2scs
    -> ms port    : 3950
    -> os libs    : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> admin URL  :
    -> run mode   : safe
    -> run action : UPGRADE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID14451900 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID14451950 : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID14451900           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [01] ID14451950           : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> [02] sdm                  : /usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties
    [Thr 01] Check run mode
    [Thr 01] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 01] [Node: dispatcher] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [ID14451900]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -verbose:gc -Djava.security.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 170M
    -> init heap size     : 170M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/dispatcher
    -> class path         : ./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 01] [Node: server0] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [ID14451950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -verbose:gc -Djco.jarm=1 -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.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -verbose:gc -Dstartup.mode=SAFE -Dstartup.action=UPGRADE
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 01] INFO: Invalid property value [Debbugable=yes]
    [Thr 01] [Node: SDM] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : /usr/java14_64
    -> java parameters    :
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 256M
    -> root path          : /usr/sap/BW2/DVEBMGS01/SDM/program
    -> class path         : /usr/sap/BW2/DVEBMGS01/SDM/program/bin/SDM.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/j2ee/os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=/usr/sap/BW2/DVEBMGS01/SDM/program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 01] JControlMainLoop: execute bootstrap process (step 1)
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID14451900]
    [Thr 01] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID14451900]
    -> node name          : dispatcher bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Djco.jarm=1 -Xj9
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 256M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014451900
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=bootstrap_ID14451900
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_bootstrap_ID14451900.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_bootstrap_ID14451900.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_bootstrap_ID14451900
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679952)
    [Thr 01] Wed Oct 22 09:26:19 2008
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID14451950]
    [Thr 01] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr 01] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BW2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID14451950]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Djco.jarm=1 -Xj9
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 256M
    -> root path          : /usr/sap/BW2/DVEBMGS01/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BW2/DVEBMGS01/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     : /usr/sap/BW2/SYS/exe/run/jstartup.jar:/usr/sap/BW2/SYS/exe/run/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014451950
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=bootstrap_ID14451950
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_bootstrap_ID14451950.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_bootstrap_ID14451950.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_bootstrap_ID14451950
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679954)
    [Thr 01] Wed Oct 22 09:26:26 2008
    [Thr 01] JControlMainLoop: starting the processes
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=ID14451900
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_dispatcher.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_dispatcher.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 679956)
    [Thr 01] JControlICheckProcessList: process dispatcher started (PID:679956)
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=ID14451950
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_server0.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_server0.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 442380)
    [Thr 01] JControlICheckProcessList: process server0 started (PID:442380)
    JControlStartJLaunch: program = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[00] = /usr/sap/BW2/DVEBMGS01/exe/jlaunch
    -> arg[01] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[02] = -DSAPINFO=BW2_01_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=/usr/sap/BW2/DVEBMGS01/SDM/program/config/sdm_jstartup.properties
    -> arg[05] = -syncSem=2097258
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=/usr/sap/BW2/DVEBMGS01/work/jvm_sdm.out
    -> arg[08] = -stdOutFile=/usr/sap/BW2/DVEBMGS01/work/std_sdm.out
    -> arg[09] = -locOutFile=/usr/sap/BW2/DVEBMGS01/work/dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=60329
    -> arg[14] = -DSAPSYSTEM=01
    -> arg[15] = -DSAPSYSTEMNAME=BW2
    -> arg[16] = -DSAPMYNAME=p570vc11_BW2_01
    -> arg[17] = -DSAPPROFILE=/usr/sap/BW2/SYS/profile/BW2_DVEBMGS01_p570vc11
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/BW2/DVEBMGS01/exe::/usr/lib:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/sap/BW2/DVEBMGS01/exe:/usr/lib:/lib:/usr/sap/BW2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BW2/DVEBMGS01/j2ee/os_libs:/oracle/BW2/102_64/bin:/usr/java14_64/bin:.:/home/bw2adm:/usr/sap/BW2/SYS/exe/run::/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin
    [Thr 01] JStartupICreateProcess: fork process (pid 819438)
    [Thr 01] JControlICheckProcessList: process SDM started (PID:819438)
    log_bootstrap_ID0144519.0.log
    [Oct 22, 2008 9:26:07 AM ] --------------------------------------------------
    [Oct 22, 2008 9:26:07 AM ] Bootstrap MODE:
    [Oct 22, 2008 9:26:07 AM ] <INSTANCE GLOBALS>
    [Oct 22, 2008 9:26:07 AM ]  determined by parameter [ID0144519].
    [Oct 22, 2008 9:26:07 AM ] --------------------------------------------------
    [Oct 22, 2008 9:26:10 AM ] Instance [ID144519] will run in [safe] mode, performing action [UPGRADE]
    [Oct 22, 2008 9:26:10 AM ] Safe mode lock is imposed by instance [ID144519] - only server [ID14451950] and dispatcher [ID14451900] will be started locally.
    [Oct 22, 2008 9:26:10 AM ] Discovered property [instance.en.port] with value [3250] !
    [Oct 22, 2008 9:26:10 AM ] Discovered property [instance.en.host] with value [bw2scs] !
    [Oct 22, 2008 9:26:10 AM ] Synchronizing file [./.hotspot_compiler].
    [Oct 22, 2008 9:26:10 AM ] ...Synched ok!
    [Oct 22, 2008 9:26:10 AM ] Synchronizing file [../../SDM/program/.hotspot_compiler].
    [Oct 22, 2008 9:26:10 AM ] ...Synched ok!
    [Oct 22, 2008 9:26:10 AM ] Synch time: 2838 ms
    imho all is ok, or?
    the log of JSPM...
    #1.5 #C000AC10822100000000044957175717000459D3082E8A90#1224662817082#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A dispatcher is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC10822100000000044A57175717000459D3082E8E78#1224662817083#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###A server is running on instance {0}.#1#JC_p570vc11_BW2_01                      #
    #1.5 #C000AC10822100000000044B57175717000459D3082E9260#1224662817084#/System/Server/Upgrade/JSPM##com.sap.sdt.j700.startupfrmw.J2EEClusterController700#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.j700.startupfrmw.J2EEClusterController700#Java###Cluster has not been started. Waiting for another {0} seconds...#1#10#
    JCMon
    SAP System Name   : BW2
    SAP System        : 01
    MS Host           : bw2scs
    MS Port           : 3950
    Process Count     : 3
    PID of JControl   : 639054
    State of JControl : All processes running
    State inside MS   : All processes running
    Admin URL         :
    |Idx|Name               |PID     |State                |Error|Restart|
    |---|-------------------|--------|---------------------|-----|-------|
    |  0|dispatcher         |  794676|Running              |    0|yes    |
    |  1|server0            |  696554|Running              |    0|yes    |
    |  2|SDM                |  450724|Running              |    0|yes    |
    for what he is waiting?
    Edited by: Christian F. on Oct 27, 2008 3:39 PM

  • Server0 node is restarting automatically

    Hi all,
    i have implemented EP. but server0 node is automatically restarting.
    the java parameters that i have given in the config tool is as below..
    -Djco.jarm=1
    -XX:MaxPermSize=256M
    -XX:PermSize=256M
    -Xms1024M
    -Xmx1024M
    -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
    -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.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    Can any help me to solve this issue at the earliest..
    Thanks in advance.
    Regards
    kali

    Damian Javier,
    Can you Please give me in detail which log i have to give.
    in side the log folder again so many folders are there
    here i am giving "hs_err_pid7572.log" as below.
    An unexpected error has been detected by HotSpot Virtual Machine:
    EXCEPTION_STACK_OVERFLOW (0xc00000fd) at pc=0x00000000080e3dd6, pid=7572, tid=2392
    Java VM: Java HotSpot(TM) 64-Bit Server VM (1.4.2_18-b06 mixed mode)
    Problematic frame:
    V  [jvm.dll+0xe3dd6]
      T H R E A D  -
    Current thread (0x000000000127e2f0):  JavaThread "CompilerThread0" daemon [_thread_in_native, id=2392]
    siginfo: ExceptionCode=0xc00000fd, ExceptionInformation=0x0000000000000001 0x0000000002a70ff8
    Registers:
    EAX=0x00000000082f3cf0, EBX=0x0000000000000001, ECX=0x0000000021223a08, EDX=0x0000000020ee8090
    ESP=0x0000000002a71000, EBP=0x0000000002aaea68, ESI=0x0000000021223a08, EDI=0x0000000000000000
    EIP=0x00000000080e3dd6, EFLAGS=0x0000000000010246
    Top of Stack: (sp=0x0000000002a71000)
    0x0000000002a71000:   0000000000000000 0000000000000000
    0x0000000002a71010:   0000000000000000 0000000000000000
    0x0000000002a71020:   0000000000000000 00000000081ec3a4
    0x0000000002a71030:   0000000000000000 0000000000000000
    0x0000000002a71040:   00000000212239c8 0000000002aaea68
    0x0000000002a71050:   0000000000000001 00000000080e3ee8
    0x0000000002a71060:   0000000002aaec10 0000000002aaea68
    0x0000000002a71070:   0000000000000000 0000000000000000
    0x0000000002a71080:   0000000000000000 0000000000000000
    0x0000000002a71090:   0000000000000000 0000000000000008
    0x0000000002a710a0:   00000000210be038 0000000002aaea68
    0x0000000002a710b0:   0000000000000001 00000000080e3ee8
    0x0000000002a710c0:   0000000002aaec10 0000000002aaea68
    0x0000000002a710d0:   0000000000000000 0000000000000000
    0x0000000002a710e0:   0000000000000000 0000000000000000
    0x0000000002a710f0:   0000000000000000 0000000000000000
    Instructions: (pc=0x00000000080e3dd6)
    0x00000000080e3dc6:   0c 82 85 c0 0f 85 30 01 00 00 48 8b 06 48 8b ce
    0x00000000080e3dd6:   ff 90 10 02 00 00 4c 8b 4c 24 60 33 ff 85 c0 0f
    Stack: [0x0000000002a70000,0x0000000002ab0000),  sp=0x0000000002a71000,  free space=4k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0xe3dd6]
    Current CompileTask:
    opto:2626  !   com.sap.engine.core.cluster.impl6.ms.MSRawConnection.sendMessage(Lcom/sap/engine/core/cluster/impl6/ms/MSMessageObjectImpl;Lcom/sap/engine/core/cluster/impl6/ms/MSRegistrable;[BIIZ)Lcom/sap/engine/frame/cluster/message/MessageAnswer; (1477 bytes)
    Java Threads: ( => current thread )
      0x00000000202c8db0 JavaThread "Thread-103" daemon [_thread_blocked, id=6520]
      0x000000001fbd6850 JavaThread "Thread-102" daemon [_thread_blocked, id=7936]
      0x000000001f660500 JavaThread "Thread-101" daemon [_thread_blocked, id=300]
      0x000000001f660270 JavaThread "PRT-Timer-Async 2" [_thread_blocked, id=6992]
      0x000000001f65f080 JavaThread "PRT-Async 2" [_thread_blocked, id=800]
      0x000000001f65ffe0 JavaThread "PRT-Timer-Async 1" [_thread_blocked, id=6988]
      0x000000001f65fd50 JavaThread "PRT-Async 1" [_thread_blocked, id=4172]
      0x000000001f65f830 JavaThread "PRT-Timer-Async 0" [_thread_blocked, id=5624]
      0x000000001f65dc00 JavaThread "PRT-Async 0" [_thread_blocked, id=8160]
      0x000000001f65fac0 JavaThread "Thread-99" [_thread_blocked, id=4776]
      0x000000001f65f5a0 JavaThread "Thread-98" [_thread_blocked, id=5640]
      0x000000001f65edf0 JavaThread "Thread-97" [_thread_blocked, id=7712]
      0x000000001f65f310 JavaThread "ConnectionSetCleaner Thread (UNMANAGED)." [_thread_blocked, id=3620]
      0x000000001f65e8d0 JavaThread "Thread-88" [_thread_blocked, id=7012]
      0x000000001f65e3b0 JavaThread "Thread-87" [_thread_blocked, id=7420]
      0x000000001f65d970 JavaThread "PRTBridge_StartupNotification_Thread" [_thread_blocked, id=3220]
      0x000000001f65d450 JavaThread "ThreadPool.Worker2" daemon [_thread_blocked, id=6164]
      0x00000000207b9590 JavaThread "ThreadPool.Worker1" daemon [_thread_blocked, id=8036]
      0x000000001f65d1c0 JavaThread "KM RF Event Sender: com.sapportals.wcm.service.relation.wcm.ResourceWatcher" [_thread_blocked, id=7768]
      0x000000001fbd60a0 JavaThread "KMC CM Subscription EventBuffer Thread" [_thread_blocked, id=6484]
      0x000000001f65cf30 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=7196]
      0x000000001f65cca0 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=7180]
      0x000000001fbd89a0 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=2228]
      0x000000001fbd8710 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=7976]
      0x000000001fbd8480 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=6444]
      0x000000001fbd81f0 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=756]
      0x000000001fbd7f60 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=4392]
      0x000000001fbd7cd0 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=7040]
      0x000000001fbd7a40 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=6364]
      0x000000001fbd77b0 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=2540]
      0x000000001fbd7520 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=7292]
      0x000000001fbd7290 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=4940]
      0x000000001fbd7000 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.subscription.wcm.ResourceWatcher" [_thread_blocked, id=6792]
      0x000000001fbd6d70 JavaThread "KMC CM Subscription EventBuffer Thread" [_thread_blocked, id=7024]
      0x000000001fbd6ae0 JavaThread "com.sapportals.wcm.notificator.sender" daemon [_thread_blocked, id=7232]
      0x000000001fbd58f0 JavaThread "KM CM CacheStatisticsDumpThread" [_thread_blocked, id=6596]
      0x000000001fbd65c0 JavaThread "KM RF Event Sender: com.sapportals.wcm.repository.service.feedback.FeedbackManager" [_thread_blocked, id=7900]
      0x000000001fbd6330 JavaThread "KM RF Event Sender: com.sapportals.wcm.service.actioninbox.wcm.EventWatcher" [_thread_blocked, id=4732]
      0x000000001fbd5660 JavaThread "Thread-68" [_thread_blocked, id=6440]
      0x000000001fbd5b80 JavaThread "KM BC RF Urimapper" daemon [_thread_blocked, id=4740]
      0x000000001fbd5140 JavaThread "Thread-66" [_thread_blocked, id=6308]
      0x000000001fbd53d0 JavaThread "KM BC RF ACL OpenSQLDatabaseConnectionUncached Cleanup" daemon [_thread_blocked, id=4792]
      0x000000001fb329a0 JavaThread "com.sapportals.wcm.service.cache.ClusterCacheTable$Refresher" [_thread_blocked, id=5512]
      0x0000000006f9a5d0 JavaThread "SAPEngine_Application_Thread[impl:3]_ThreadManager Maintaining thread." [_thread_blocked, id=7176]
      0x0000000006f9a340 JavaThread "SAPEngine_Application_Thread[impl:3]_39" [_thread_blocked, id=6836]
      0x0000000006f9a0b0 JavaThread "SAPEngine_Application_Thread[impl:3]_38" [_thread_blocked, id=7472]
      0x00000000074f2ba0 JavaThread "SAPEngine_Application_Thread[impl:3]_37" [_thread_blocked, id=7412]
      0x00000000074f2910 JavaThread "SAPEngine_Application_Thread[impl:3]_36" [_thread_blocked, id=4156]
      0x00000000074f2680 JavaThread "SAPEngine_Application_Thread[impl:3]_35" [_thread_blocked, id=7972]
      0x00000000074f23f0 JavaThread "SAPEngine_Application_Thread[impl:3]_34" [_thread_blocked, id=2212]
      0x00000000074f2160 JavaThread "SAPEngine_Application_Thread[impl:3]_33" [_thread_blocked, id=5708]
      0x00000000074f1ed0 JavaThread "SAPEngine_Application_Thread[impl:3]_32" [_thread_blocked, id=7860]
      0x00000000074f1c40 JavaThread "SAPEngine_Application_Thread[impl:3]_31" [_thread_blocked, id=8144]
      0x00000000074f19b0 JavaThread "SAPEngine_Application_Thread[impl:3]_30" [_thread_blocked, id=4916]
      0x00000000074f1720 JavaThread "SAPEngine_Application_Thread[impl:3]_29" [_thread_blocked, id=7596]
      0x00000000074f1490 JavaThread "SAPEngine_Application_Thread[impl:3]_28" [_thread_blocked, id=7444]
      0x00000000074f1200 JavaThread "SAPEngine_Application_Thread[impl:3]_27" [_thread_blocked, id=6140]
      0x00000000074f0f70 JavaThread "SAPEngine_Application_Thread[impl:3]_26" [_thread_in_native, id=6832]
      0x00000000074f0ce0 JavaThread "SAPEngine_Application_Thread[impl:3]_25" [_thread_blocked, id=3116]
      0x00000000074f0a50 JavaThread "SAPEngine_Application_Thread[impl:3]_24" [_thread_blocked, id=1968]
      0x00000000074f07c0 JavaThread "SAPEngine_Application_Thread[impl:3]_23" [_thread_blocked, id=8088]
      0x00000000074f0530 JavaThread "SAPEngine_Application_Thread[impl:3]_22" [_thread_blocked, id=7796]
      0x00000000074f02a0 JavaThread "SAPEngine_Application_Thread[impl:3]_21" [_thread_blocked, id=2936]
      0x00000000074f0010 JavaThread "SAPEngine_Application_Thread[impl:3]_20" [_thread_blocked, id=6672]
      0x00000000074efd80 JavaThread "SAPEngine_Application_Thread[impl:3]_19" [_thread_blocked, id=5468]
      0x00000000074efaf0 JavaThread "SAPEngine_Application_Thread[impl:3]_18" [_thread_blocked, id=6852]
    Other Threads:
      0x000000000159a290 VMThread [id=7700]
      0x000000000159a490 WatcherThread [id=452]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 131328K, used 38921K [0x000000007fff0000, 0x000000008aaf0000, 0x000000008aaf0000)
      eden space 87552K,   1% used [0x000000007fff0000, 0x00000000800cd438, 0x0000000085570000)
      from space 43776K,  86% used [0x0000000088030000, 0x000000008a554fe8, 0x000000008aaf0000)
      to   space 43776K,   0% used [0x0000000085570000, 0x0000000085570000, 0x0000000088030000)
    tenured generation   total 1922048K, used 405100K [0x000000008aaf0000, 0x00000000ffff0000, 0x00000000ffff0000)
       the space 1922048K,  21% used [0x000000008aaf0000, 0x00000000a368b360, 0x00000000a368b400, 0x00000000ffff0000)
    compacting perm gen  total 262144K, used 231773K [0x00000000ffff0000, 0x000000010fff0000, 0x000000010fff0000)
       the space 262144K,  88% used [0x00000000ffff0000, 0x000000010e247560, 0x000000010e247600, 0x000000010fff0000)
    Dynamic libraries:
    0x0000000000400000 - 0x0000000000fcb000      F:\usr\sap\EP1\JC01\exe\jlaunch.exe
    0x0000000077ec0000 - 0x0000000077ff9000      C:\WINDOWS\system32\ntdll.dll
    0x0000000077d40000 - 0x0000000077eb3000      C:\WINDOWS\system32\kernel32.dll
    0x0000000077c20000 - 0x0000000077d2c000      C:\WINDOWS\system32\USER32.dll
    0x000007ff7fc90000 - 0x000007ff7fd2c000      C:\WINDOWS\system32\GDI32.dll
    0x000007ff7fbf0000 - 0x000007ff7fbfb000      C:\WINDOWS\system32\VERSION.dll
    0x000007ff7fc00000 - 0x000007ff7fc86000      C:\WINDOWS\system32\msvcrt.dll
    0x000007ff7fee0000 - 0x000007ff7ffe5000      C:\WINDOWS\system32\ADVAPI32.dll
    0x000007ff7fd30000 - 0x000007ff7fec9000      C:\WINDOWS\system32\RPCRT4.dll
    0x000007ff7e9c0000 - 0x000007ff7e9e2000      C:\WINDOWS\system32\Secur32.dll
    0x000007ff77310000 - 0x000007ff77340000      C:\WINDOWS\system32\WS2_32.dll
    0x000007ff77140000 - 0x000007ff7714c000      C:\WINDOWS\system32\WS2HELP.dll
    0x0000000075010000 - 0x00000000750e8000      F:\usr\sap\EP1\JC01\exe\icuuc30.dll
    0x0000000075210000 - 0x0000000075a3c000      F:\usr\sap\EP1\JC01\exe\icudt30.dll
    0x0000000075b10000 - 0x0000000075c07000      F:\usr\sap\EP1\JC01\exe\icuin30.dll
    0x000007ff771b0000 - 0x000007ff7722d000      C:\WINDOWS\System32\mswsock.dll
    0x000007ff7e8f0000 - 0x000007ff7e93e000      C:\WINDOWS\system32\DNSAPI.dll
    0x000007ff7e9f0000 - 0x000007ff7e9fb000      C:\WINDOWS\System32\winrnr.dll
    0x000007ff7e950000 - 0x000007ff7e9b6000      C:\WINDOWS\system32\WLDAP32.dll
    0x000007ff77370000 - 0x000007ff77409000      C:\WINDOWS\system32\netapi32.dll
    0x000007ff7ea00000 - 0x000007ff7ea07000      C:\WINDOWS\system32\rasadhlp.dll
    0x000007ff7e4c0000 - 0x000007ff7e4fc000      C:\WINDOWS\system32\NTMARTA.DLL
    0x000007ff77150000 - 0x000007ff77166000      C:\WINDOWS\system32\SAMLIB.dll
    0x000007ff57140000 - 0x000007ff573c5000      C:\WINDOWS\system32\ole32.dll
    0x000007ff7f190000 - 0x000007ff7fb9b000      C:\WINDOWS\system32\SHELL32.dll
    0x000007ff7ef60000 - 0x000007ff7effb000      C:\WINDOWS\system32\SHLWAPI.dll
    0x000007ff7f000000 - 0x000007ff7f187000      C:\WINDOWS\WinSxS\amd64_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_0A7B2435\comctl32.dll
    0x0000000008000000 - 0x00000000083d4000      C:\j2sdk1.4.2_18-x64\jre\bin\server\jvm.dll
    0x000007ff7e240000 - 0x000007ff7e290000      C:\WINDOWS\system32\WINMM.dll
    0x0000000010000000 - 0x0000000010008000      C:\j2sdk1.4.2_18-x64\jre\bin\hpi.dll
    0x000007ff7e380000 - 0x000007ff7e390000      C:\WINDOWS\system32\PSAPI.DLL
    0x00000000021e0000 - 0x00000000021f4000      C:\j2sdk1.4.2_18-x64\jre\bin\verify.dll
    0x0000000002200000 - 0x0000000002225000      C:\j2sdk1.4.2_18-x64\jre\bin\java.dll
    0x0000000002230000 - 0x0000000002243000      C:\j2sdk1.4.2_18-x64\jre\bin\zip.dll
    0x0000000007710000 - 0x0000000007723000      C:\j2sdk1.4.2_18-x64\jre\bin\net.dll
    0x000007ff6d200000 - 0x000007ff6d293000      C:\WINDOWS\system32\hnetcfg.dll
    0x000007ff77170000 - 0x000007ff7717b000      C:\WINDOWS\System32\wshtcpip.dll
    0x0000000007fc0000 - 0x0000000007fc8000      C:\j2sdk1.4.2_18-x64\jre\bin\ioser12.dll
    0x0000000007fd0000 - 0x0000000007fd9000      C:\j2sdk1.4.2_18-x64\jre\bin\nio.dll
    0x0000000023340000 - 0x000000002361b000      F:\usr\sap\EP1\SYS\exe\uc\NTAMD64\jmon.dll
    VM Arguments:
    can you please give me some advise on this log...please let me know any further log need to give.
    Regards
    Kali

  • Javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDB

    Hi!!!
    I have a problem while I'm trying to create CMP Entity Beans. I got these CMP Entity Beans using Netbeans IDE 5.0, getting the beans from an SQL Server 2000 database.
    I got this error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.transaction.TransactionRolledbackException: CORBA TRANSACTION_ROLLEDBACK 9998 Maybe; nested exception is:
         org.omg.CORBA.TRANSACTION_ROLLEDBACK: vmcid: 0x2000 minor code: 1806 completed: Maybe
         com.sun.corba.ee.impl.javax.rmi.CORBA.Util.mapSystemException(Util.java:207)
         com.sun.corba.ee.impl.javax.rmi.CORBA.Util.wrapException(Util.java:651)
         javax.rmi.CORBA.Util.wrapException(Util.java:279)
         com.sun.corba.ee.impl.presentation.rmi.StubInvocationHandlerImpl.invoke(StubInvocationHandlerImpl.java:177)
         com.sun.corba.ee.impl.presentation.rmi.bcel.BCELStubBase.invoke(Unknown Source)
         session._SesionRemote_DynamicStub.getClienteInfo(_SesionRemote_DynamicStub.java)
         web.ClientDetails.processRequest(ClientDetails.java:43)
         web.ClientDetails.doGet(ClientDetails.java:68)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server logs.
    And my code is:
    package session;
    import javax.ejb.*;
    * This is the bean class for the SesionBean enterprise bean.
    * Created 26-sep-2006 17:58:35
    * @author DSalvat
    public class SesionBean implements SessionBean, SesionRemoteBusiness {
        private SessionContext context;
        private data.ClientepruebaLocalHome cliente;
        // <editor-fold defaultstate="collapsed" desc="EJB infrastructure methods. Click the + sign on the left to edit the code.">
        // TODO Add code to acquire and use other enterprise resources (DataSource, JMS, enterprise bean, Web services)
        // TODO Add business methods or web service operations
         * @see javax.ejb.SessionBean#setSessionContext(javax.ejb.SessionContext)
        public void setSessionContext(SessionContext aContext) {
            context = aContext;
         * @see javax.ejb.SessionBean#ejbActivate()
        public void ejbActivate() {
         * @see javax.ejb.SessionBean#ejbPassivate()
        public void ejbPassivate() {
         * @see javax.ejb.SessionBean#ejbRemove()
        public void ejbRemove() {
        // </editor-fold>
         * See section 7.10.3 of the EJB 2.0 specification
         * See section 7.11.3 of the EJB 2.1 specification
        public void ejbCreate() {
            // TODO implement ejbCreate if necessary, acquire resources
            // This method has access to the JNDI context so resource aquisition
            // spanning all methods can be performed here such as home interfaces
            // and data sources.
            cliente = lookupClientepruebaBean();
        // Add business logic below. (Right-click in editor and choose
        // "EJB Methods > Add Business Method" or "Web Service > Add Operation")
        private data.ClientepruebaLocalHome lookupClientepruebaBean() {
            try {
                javax.naming.Context c = new javax.naming.InitialContext();
                data.ClientepruebaLocalHome rv = (data.ClientepruebaLocalHome) c.lookup("java:comp/env/ejb/ClientepruebaBean");
                return rv;
            catch(javax.naming.NamingException ne) {
                java.util.logging.Logger.getLogger(getClass().getName()).log(java.util.logging.Level.SEVERE,"exception caught" ,ne);
                throw new RuntimeException(ne);
        public String getClienteInfo(String NIF) throws javax.ejb.FinderException
            data.ClientepruebaLocal cli = cliente.findByPrimaryKey(NIF);
            return cli.getNombre();
        I've seen a lot of posts, but I can't find my error.
    Can you help me?
    Thanks a lot.

    Hello Kranti ...
    We have the same problem, but we haven't found a real solution. I think you need to install some fix pack.
    What we do is restart the Data Base Instance and the WAS.
    Seems that the table is bloked for any reason. Our case is because there are too much transactions with the table.
    Also we reorganize the table indexes to improve the performance... it helps a lot...

  • ConnectionServer CORBA server encountered a problem

    Hi
    We have a distributed environment. We have WEBI services installed on second app server and all other services were installed on first app server and CMS and FRS were installed on third app server.  WEBI server is going into starting mode and will stay like that until I restart the server.  It is happening very frequently. When I checked the logs I see
    u201CConnectionServer CORBA connection encountered a problem and needed to close.u201D
    It is our production environment and could you please advise me?
    Thanks and appreciate your help.
    Environment: BOXI3.1 SP2 FP2.5, Crystal reports 2008, Windows server 2003 32 bit.
    Sudharsan.

    Hi,
    can all of the three nodes communicate under each other by IP, Hostname and FQDN ?
    Are there any Firewalls, Software or Hardware, between the three nodes ?
    Regards
    -Seb.

Maybe you are looking for

  • Basic functions missing after replacing hard drive

    My drive crashed. I took it to Apple to have it replaced. I then noticed some differences. I no longer see the hard drive in the finder window or on the desktop. Its no where to be found. 2nd, there is no longer the folder with 'your name' that conta

  • Selecting records based on value of field

    I have a table test with 10,000 records in it and 50 columns. I have to select those rows which contain values as "Sales Dum" in their field For table with small number of colums i did this SELECT * FROM tbl_website_dtl WHERE created_by like '%Sales%

  • Netweaver 7.4 with Oracle

    Hi All, I'm currently trying an installation of NW 7.4 running an Oracle DB on a Linux virtual machine. I have scanned through the SMP looking for proper installation guides and software, but it seems like in can only be done if NW uses Sybase, HANA

  • Pumping up the size in iweb

    I had display errors in Windows IE; my solution was to restart from scratch. OK, I understand setting up templates now; but the blog is a bit too small. So I want to pump up the size. I see the numbers in inspector for content width , height; so I pu

  • HT1918 i cannot update my itunes account billing info

    Hello. My dad used an amex gift card to buy games using my itunes account and now I cannot switch it back to none to be able to redeem my itunes cards.