Starting ColdFusion Multi-Server Instances - Correct Method

Can someone please provide me with the correct method of starting multi-server instances of ColdFusion from the command line?
I have been using:
/<jrun4 home>/bin/jrun -nohup -start cfusion  (for the cfusion instance)
/<jrun4 home>/bin/jrun -nohup -start <coldfusion instance 2>  (for a second instance of coldfusion)
etc.
I see however that when the second instance of coldfusion (<coldfusion instance 2>) is started from the ColdFusion Administrator (Enterprise Manager - Instance Manager), it appears as the following:
/<jrun4 home>/bin/jrun -nohup -start -childVM <coldfusion instance 2>
What is the purpose of the -childVM switch that appears to be used when starting the instance from the ColdFusion Administrator (Enterprise Manager - Instance Manager)?  Should it be used when manually starting the instance from the command line?
Is there an online reference for the jrun swithces to be used when starting ColdFusion instances?  I have not been able to find any.
Thank you in advance for your assistance.

This is one are were you won't find too many good docs on.
I have two servers running CentOS in a cluster, with each server running two CF 8.1 servers in a cluster on each server. So I have 4 CF prod servers.
The problem you will find is that the admin server interface can stop/start a service, but it uses the same jvm.config file as with thich the admin server was started. I have searched a lot, but couldn't find a solution to start the servers from the admin console. So I start them vir the "service" option on the OS level.
So I build a script were I can start each server with its own jvm.config file. Madness to allocate 1Gig of mem for the admin server just so that the other servers can get 1Gig as well.
Here is my startup script:
[root@clu1 logs]# cat /etc/init.d/coldfusion8multi
#!/bin/sh
# chkconfig: 345 90 14
# description: starts the MultiServer cfusion instance
if [ -f /etc/rc.common ]; then
. /etc/rc.common
fi
# Start ColdFusion 8 Multiserver
# Because this is a start up script, and will be run by root, we use a specific
# user (the user who installed) to run ColdFusion
CF_DIR="/opt/cfusion/clu1_man"
RUNTIME_USER=""cfusion""
su $RUNTIME_USER -c "$CF_DIR/bin/jrun -start cfusion >& $CF_DIR/logs/cfusion-event.log &"
su $RUNTIME_USER -c "$CF_DIR/bin/jrun -config $CF_DIR/bin/jvm.config_clu1 -start clu1_01 >& $CF_DIR/logs/cfusion-event.log &"
su $RUNTIME_USER -c "$CF_DIR/bin/jrun -config $CF_DIR/bin/jvm.config_clu2 -start clu1_02 >& $CF_DIR/logs/cfusion-event.log &"
Hope it helps a bit.

Similar Messages

  • Java plug-in not working in multi-server instance

    I am having problems getting the Sun Java plug-in to work
    when attempting to use the Browse Server button within the CF
    Administrator for directory browsing features such as the Code
    Analyzer, Verity Collections,etc., in a multi-server instance
    setup. The plug-in works fine within the first instance. For all
    the other instances (2 through n), the Java plug-in doesn't do
    anything except show an image of a sun with the words Java Sun
    Microsystems with the rays of the sun going around and round.
    We are using CFMX 7.0.1 with the Sun Java plug-in 1.5.0_06.
    Anyone else experience this problem before?

    First, you need to get off of Java 1.5 and back to 1.4.2. 1.5
    isn't supported yet and breaks stuff.
    Secondly, you need to make sure RDS is enabled on all of your
    instances.

  • Error while starting the app server instance

    Hi,
    When I am starting the stand-alone instance on app sever, i am getting the following error:
    An error has occurred.
    Operation 'start' failed in 'server' Config Mbean. Target exception message: The node agent could not start instance imgr. It is starting and must be stopped.
    Could you please tell what might be wrong.
    Regards.

    I got this same error and it turned out to be because one of the developers had changed the line AS_JAVA="/usr/jdk/entsys-j2se" in /opt/sun/appserver/config/asenv.conf
    to point to a 1.4.2_10 jre. (/usr/jdk/entsys-j2se was a symlink to /usr/java/jdk1.5.0_04/)
    I changed it to an installation of 1.4.2_09 sdk that we had previously installed on their and everything worked fine.
    I don't know whether it was because it pointed to a jre as opposed to an sdk or whether the jre was incorrectly installed. (it's a much around box, so everyone's allowed to do pretty much whatever they want to it)
    Hope this helps,
    Adam

  • Automatically starting ColdFusion when server boots up.

    We have multi-home ColdFusion running under Jrun4  installed on our 64 bit Solaris 10 boxes working with a 32 bit Apache 2.0 web server.
    When ever these boxes boot up (as happend after a recent power failure), we have to manually start all the ColdFusion instances.  Neither the script that ships with ColdFusion nor putting the command line "{jrun_root}/bin/jrun                                      start {server_name}" into the boxes start up scripts seem to work.
    Can anybody advise us.

    I can't remember the exact syntax, but you might need a nohup parameter in there so the CF process doesn't get killed as soon as the shell running the start command ends.
    Adam

  • Error when starting IPlanet Web Server instance

    We are currently using ServletExec 3.0c with IPlanet WebServer, but we have decided to utilise the servlet engine of IPlanet WebServer without much success. We have changed the setting in WebServer Admin to allow Servlets/JSPs to be dealt with by IPlanet, but when we attempt to start the instance we get the following error:
    [https-AM]: start failed. (2: unknown early startup error)
    [https-AM]: /opt/netscape4/https-AM/start: !/bin/sh: not found
    [https-AM]: warning: daemon is running as super-user
    [https-AM]: conf_init: Error running init function load-modules: dlopen of /opt/netscape4/bin/https/lib/libNSServletPlugin.so failed (ld.so.1: ns-httpd: fatal: libNSServletLayer.so: open failed: No such file or directory)
    [https-AM]: server exit: status 1
    The only information we found regarding this error was to add the path of libjvm.so to the LD_LIBRARY_PATH. We did this, but it didn't make any difference.
    Thanks in advance
    Vince

    I got this same error and it turned out to be because one of the developers had changed the line AS_JAVA="/usr/jdk/entsys-j2se" in /opt/sun/appserver/config/asenv.conf
    to point to a 1.4.2_10 jre. (/usr/jdk/entsys-j2se was a symlink to /usr/java/jdk1.5.0_04/)
    I changed it to an installation of 1.4.2_09 sdk that we had previously installed on their and everything worked fine.
    I don't know whether it was because it pointed to a jre as opposed to an sdk or whether the jre was incorrectly installed. (it's a much around box, so everyone's allowed to do pretty much whatever they want to it)
    Hope this helps,
    Adam

  • Cannot start coldfusion 9 server

    After several weeks of running CF9 on my PC, I can no longer start the server.  I am running Apache 2.2 under windows with CF9.  It gives me the following error message in the jrun4/logs/cfusion-out log:
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    and this is the error in the apache2.2 error log:
    [Tue Feb 14 11:03:27 2012] [notice] jrApache[1908: 9444]  Couldn't initialize from remote server, JRun server(s) probably down.
    [Tue Feb 14 11:03:27 2012] [notice] jrApache[1908: 9444]  JRun will not accept request.  Check JRun web server configuration and JRun mappings on JRun server.
    Any ideas??

    Thanks!  I now have an error that I can chase and hopefully diagnose.
    "Error: no known VMs.  (check for corrupt jvm.cfg file)" was the exposed error.
    With a little big of the Goog I ended up with a solution from another CF user experiencing the same joys: http://forums.adobe.com/thread/795168
    Found the problem to be as I suspected some incorrect path.  It was the java.home variable that was incorrect.  java.home=<IncorrectDrive>:/ColdFusion9/runtime/jre  I changed that to java.home=C:/ColdFusion9/runtime/jre and it fired up just fine.  Solved!

  • Error when re-starting an SQL Server Instance from VBA - [SQL-DMO]Service Control Error: Access is denied.

    Our Application needs to have the use of the [Named Pipes] and [TCP/IP] Protocols.  To save our Users the hassle of having to enable them manually our application has always done it for them and then stopped and restarted SQL Server.  However
    since the advent of Vista and Windows 7, the restart stopped working.  We solved the problem by detecting the failure to re-start and giving Users sufficient instructions for them to do it themselves.  Since this only occurs during installation on
    the Server, this approach has not been too much of a hassle.  However we would like to tidy this up if possible. This the VBA code that is causing the problem:
        obj_SQLServerInstance2.Start _
            g_SQL_UseWindowsAuthentication, _
            SQLServerInstance, _
            UserName, _
            Password
    This still works when run under XP, but fails under Windows 7 with the Error:
    [SQL-DMO]Service Control Error: Access is denied.
    Does anyone know how to resolve the problem?

    This still works when run under XP, but fails under Windows 7 with the Error:
    [SQL-DMO]Service Control Error: Access is denied.
    Hello Brian,
    Under Windows 7 you have to run the VBA script with admin permission, a normal user don't have permissions to start/stop services.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • NullPointerException while starting Weblogic server instance

              Hi,
              I am running Weblogic 7.0 SP1 on Windows 2000 SP3. I had configured a cluster
              with a single server in it. With that set up the admin server & Weblogic server
              instance started up fine. Both(admin & server instance) were run on the same machine.
              Then I added another server(on a different to the cluster & tried to start the
              local server instance after running the admin server. I get the following exception,
              C:\bea7>C:\bea7\jdk131_03\bin\java -Djava.compiler=NONE -ms64m -mx64m -classpath
              ""C:\SBM742\conf;C:\SBM742\ebmsapps;C:\SBM\jar\inetmssql.jar;.;C:\bea7\weblogic
              700\server\lib\weblogic_sp.jar;C:\bea7\weblogic700\server\lib\weblogic.jar;C:\SB
              M742\jar\tools.jar;C:\SBM742\jar\log4j.jar;C:\SBM742\BizPulse\JMSFileStore;C:\SB
              M742\BizPulse\jmsmaps;C:\SBM742\jar\castor-0.9.3-xml.jar;C:\SBM742\jar\jdbc-se2.
              0.jar;C:\SBM742\jar\jta1.0.1.jar;C:\SBM742\jar\jakarta-regexp-1.2.jar;C:\SBM742\
              jar\xerces-J_1.4.0.jar"" -Dweblogic.Name="MILPITAS" "-Dbea.home=C:\bea7" -Dweblo
              gic.management.server="milpitas.savvion.com:18793" "-Djava.security.policy==C:\b
              ea7\projects\sbm4.0\sbm.policy" -Dweblogic.ProductionModeEnabled=true -Dweblogic
              .management.username="system" -Dweblogic.management.password="wlsysadmin" weblog
              ic.Server
              Starting WebLogic Server...
              Connecting to http://milpitas.savvion.com:18793...
              <Apr 30, 2003 12:10:33 PM PDT> <Notice> <Security> <090093> <No configuration
              da
              ta was found on server MILPITAS for realm CompatibilityRealm.>
              <Apr 30, 2003 12:10:33 PM PDT> <Notice> <Security> <090082> <Security initializi
              ng using realm CompatibilityRealm.>
              <Apr 30, 2003 12:10:33 PM PDT> <Notice> <WebLogicServer> <000328> <Starting WebL
              ogic Managed Server "MILPITAS" for domain "sbm4.0">
              Starting Cluster Service...
              <Apr 30, 2003 12:11:08 PM PDT> <Notice> <Cluster> <000138> <Listening for announ
              cements from cluster sbm_cluster on 237.0.0.1:7001>
              <Apr 30, 2003 12:11:08 PM PDT> <Notice> <Cluster> <000133> <Waiting to synchroni
              ze with other running members of sbm_cluster>
              <Apr 30, 2003 12:11:38 PM PDT> <Notice> <Cluster> <000134> <Discovered and synch
              ronized with 1 other running members of sbm_cluster>
              <Apr 30, 2003 12:11:39 PM PDT> <Emergency> <WebLogicServer> <000342> <Unable to
              initialize the server: Fatal initialization exception
              Throwable: java.lang.NullPointerException
              java.lang.NullPointerException
              at weblogic.transaction.internal.TransactionRecoveryService.getOrCreate(
              TransactionRecoveryService.java:345)
              at weblogic.transaction.internal.TransactionRecoveryService.deployAllTra
              nsactionRecoveryServices(TransactionRecoveryService.java:390)
              at weblogic.transaction.internal.TransactionRecoveryService.resume(Trans
              actionRecoveryService.java:160)
              at weblogic.transaction.internal.TransactionService.resume(TransactionSe
              rvice.java:138)
              at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
              61)
              at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
              at weblogic.Server.main(Server.java:32)
              >
              The WebLogic Server did not start up properly.
              Exception raised:
              java.lang.NullPointerException
              at weblogic.transaction.internal.TransactionRecoveryService.getOrCreate(
              TransactionRecoveryService.java:345)
              at weblogic.transaction.internal.TransactionRecoveryService.deployAllTra
              nsactionRecoveryServices(TransactionRecoveryService.java:390)
              at weblogic.transaction.internal.TransactionRecoveryService.resume(Trans
              actionRecoveryService.java:160)
              at weblogic.transaction.internal.TransactionService.resume(TransactionSe
              rvice.java:138)
              at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
              61)
              at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
              at weblogic.Server.main(Server.java:32)
              Reason: Fatal initialization exception
              Throwable: java.lang.NullPointerException
              java.lang.NullPointerException
              at weblogic.transaction.internal.TransactionRecoveryService.getOrCreate(
              TransactionRecoveryService.java:345)
              at weblogic.transaction.internal.TransactionRecoveryService.deployAllTra
              nsactionRecoveryServices(TransactionRecoveryService.java:390)
              at weblogic.transaction.internal.TransactionRecoveryService.resume(Trans
              actionRecoveryService.java:160)
              at weblogic.transaction.internal.TransactionService.resume(TransactionSe
              rvice.java:138)
              at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
              61)
              at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
              at weblogic.Server.main(Server.java:32)
              The local server instance doesn't start because of this. The other server added
              to the cluster was to run on a different machine & was not started yet. If I remove
              the other server the server instance starts up fine. I am attaching the config.xml(the
              working version, without the second server).
              This used to work in Weblogic 6.1.
              Thanks,
              Aejaz
              [config.xml]
              

    This is fixed in SP2.
              Sree Bodapati wrote:
              > This is probably fixed already please contact support@bea<DOT>com.
              >
              > /
              > sree
              >
              > "Aejaz" <[email protected]> wrote in message
              > news:[email protected]...
              > >
              > > Hi,
              > >
              > > I am running Weblogic 7.0 SP1 on Windows 2000 SP3. I had configured a
              > cluster
              > > with a single server in it. With that set up the admin server & Weblogic
              > server
              > > instance started up fine. Both(admin & server instance) were run on the
              > same machine.
              > > Then I added another server(on a different to the cluster & tried to start
              > the
              > > local server instance after running the admin server. I get the following
              > exception,
              > >
              > >
              > C:\bea7>C:\bea7\jdk131_03\bin\java -Djava.compiler=NONE -ms64m -mx64m -class
              > path
              > >
              > ""C:\SBM742\conf;C:\SBM742\ebmsapps;C:\SBM\jar\inetmssql.jar;.;C:\bea7\weblo
              > gic
              > >
              > 700\server\lib\weblogic_sp.jar;C:\bea7\weblogic700\server\lib\weblogic.jar;C
              > :\SB
              > >
              > M742\jar\tools.jar;C:\SBM742\jar\log4j.jar;C:\SBM742\BizPulse\JMSFileStore;C
              > :\SB
              > >
              > M742\BizPulse\jmsmaps;C:\SBM742\jar\castor-0.9.3-xml.jar;C:\SBM742\jar\jdbc-
              > se2.
              > >
              > 0.jar;C:\SBM742\jar\jta1.0.1.jar;C:\SBM742\jar\jakarta-regexp-1.2.jar;C:\SBM
              > 742\
              > > jar\xerces-J_1.4.0.jar"" -Dweblogic.Name="MILPITAS"
              > "-Dbea.home=C:\bea7" -Dweblo
              > > gic.management.server="milpitas.savvion.com:18793"
              > "-Djava.security.policy==C:\b
              > >
              > ea7\projects\sbm4.0\sbm.policy" -Dweblogic.ProductionModeEnabled=true -Dwebl
              > ogic
              > > management.username="system" -Dweblogic.management.password="wlsysadmin"
              > weblog
              > > ic.Server
              > > Starting WebLogic Server...
              > > Connecting to http://milpitas.savvion.com:18793...
              > > <Apr 30, 2003 12:10:33 PM PDT> <Notice> <Security> <090093> <No
              > configuration
              > > da
              > > ta was found on server MILPITAS for realm CompatibilityRealm.>
              > > <Apr 30, 2003 12:10:33 PM PDT> <Notice> <Security> <090082> <Security
              > initializi
              > > ng using realm CompatibilityRealm.>
              > > <Apr 30, 2003 12:10:33 PM PDT> <Notice> <WebLogicServer> <000328>
              > <Starting WebL
              > > ogic Managed Server "MILPITAS" for domain "sbm4.0">
              > > Starting Cluster Service...
              > > <Apr 30, 2003 12:11:08 PM PDT> <Notice> <Cluster> <000138> <Listening for
              > announ
              > > cements from cluster sbm_cluster on 237.0.0.1:7001>
              > > <Apr 30, 2003 12:11:08 PM PDT> <Notice> <Cluster> <000133> <Waiting to
              > synchroni
              > > ze with other running members of sbm_cluster>
              > > <Apr 30, 2003 12:11:38 PM PDT> <Notice> <Cluster> <000134> <Discovered and
              > synch
              > > ronized with 1 other running members of sbm_cluster>
              > > <Apr 30, 2003 12:11:39 PM PDT> <Emergency> <WebLogicServer> <000342>
              > <Unable to
              > > initialize the server: Fatal initialization exception
              > > Throwable: java.lang.NullPointerException
              > > java.lang.NullPointerException
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.getOrCreate(
              > > TransactionRecoveryService.java:345)
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.deployAllTra
              > > nsactionRecoveryServices(TransactionRecoveryService.java:390)
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.resume(Trans
              > > actionRecoveryService.java:160)
              > > at
              > weblogic.transaction.internal.TransactionService.resume(TransactionSe
              > > rvice.java:138)
              > > at
              > weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
              > > 61)
              > > at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
              > > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
              > > at weblogic.Server.main(Server.java:32)
              > > >
              > >
              > ***************************************************************************
              > > The WebLogic Server did not start up properly.
              > > Exception raised:
              > > java.lang.NullPointerException
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.getOrCreate(
              > > TransactionRecoveryService.java:345)
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.deployAllTra
              > > nsactionRecoveryServices(TransactionRecoveryService.java:390)
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.resume(Trans
              > > actionRecoveryService.java:160)
              > > at
              > weblogic.transaction.internal.TransactionService.resume(TransactionSe
              > > rvice.java:138)
              > > at
              > weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
              > > 61)
              > > at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
              > > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
              > > at weblogic.Server.main(Server.java:32)
              > > Reason: Fatal initialization exception
              > > Throwable: java.lang.NullPointerException
              > > java.lang.NullPointerException
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.getOrCreate(
              > > TransactionRecoveryService.java:345)
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.deployAllTra
              > > nsactionRecoveryServices(TransactionRecoveryService.java:390)
              > > at
              > weblogic.transaction.internal.TransactionRecoveryService.resume(Trans
              > > actionRecoveryService.java:160)
              > > at
              > weblogic.transaction.internal.TransactionService.resume(TransactionSe
              > > rvice.java:138)
              > > at
              > weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
              > > 61)
              > > at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:806)
              > > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
              > > at weblogic.Server.main(Server.java:32)
              > >
              > >
              > ***************************************************************************
              > >
              > > The local server instance doesn't start because of this. The other server
              > added
              > > to the cluster was to run on a different machine & was not started yet. If
              > I remove
              > > the other server the server instance starts up fine. I am attaching the
              > config.xml(the
              > > working version, without the second server).
              > >
              > > This used to work in Weblogic 6.1.
              > >
              > > Thanks,
              > > Aejaz
              Rajesh Mirchandani
              Developer Relations Engineer
              BEA Support
              

  • Unable to start the server Instance

    Hello!!
    I am using the JDeveloper(11g) IDE first time.I am reading the help provided with the IDE.Uptill now I know how to create an application.When I run the jsp file for first 2-3 times it runs well, but after that the error comes like "Failed to start the server instance" and due to this I unable to proceed my work.
    Please tell me the exact solution to this error.

    When I run a JSPX file,following error comes in the log file:
    http://Running application Sample1 on Server Instance DefaultServer...
    Uploading credentials.
    ---- Deployment started. ---- Feb 21, 2009 4:07:56 AM
    Target platform is (Weblogic 10.3).
    Running dependency analysis...
    2009-02-21 04:07:57.128: Writing WAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-ViewController-webapp
    2009-02-21 04:07:57.394: Wrote WAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-ViewController-webapp
    2009-02-21 04:07:57.41: Writing EJB JAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-Model-ejb
    2009-02-21 04:07:57.488: Wrote EJB JAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1\Sample1-Model-ejb
    2009-02-21 04:07:58.675: Writing EAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1
    2009-02-21 04:07:58.847: Wrote EAR file to F:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.51.56\o.j2ee\drs\Sample1
    #### Deployment incomplete. #### Feb 21, 2009 4:08:01 AM
    oracle.jdeveloper.deploy.DeployException
    at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:52)
    at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:139)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
    at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
    at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
    at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
    at oracle.jdevimpl.runner.adrs.AdrsStarter$4$1.run(AdrsStarter.java:1316)
    Caused by: oracle.rc.asadapter.connection.ConnectionException: J2EE Deployment SPI:260010Unable to connect to 't3s://127.0.0.1:7002' as user, 'weblogic'. Error received: null
    at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:100)
    at oracle.rc.asadapter.connection.AppServerConnectionImpl.getPresentation(AppServerConnectionImpl.java:65)
    at oracle.jdevimpl.deploy.adrs.wls.Jsr88AdrsRemoteDeployer.initializeHelper(Jsr88AdrsRemoteDeployer.java:43)
    ... 11 more
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: J2EE Deployment SPI:260010Unable to connect to 't3s://127.0.0.1:7002' as user, 'weblogic'. Error received: null
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
    at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    at oracle.rc.asadapter.weblogic.connection.Weblogic10Jsr88Provider.getPresentation(Weblogic10Jsr88Provider.java:97)
    ... 13 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: J2EE Deployment SPI:260010Unable to connect to 't3s://127.0.0.1:7002' as user, 'weblogic'. Error received: null
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
    ... 15 more
    Caused by: java.io.IOException
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:240)
    ... 19 more
    Caused by: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://127.0.0.1:7002: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused: connect; No available router to destination]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    at javax.naming.InitialContext.<init>(InitialContext.java:197)
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    ... 23 more
    Caused by: java.net.ConnectException: t3s://127.0.0.1:7002: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused: connect; No available router to destination
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:203)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
    at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
    ... 31 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
    java.net.ConnectException: Connection refused: connect; No available router to destination
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
    at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
    at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
    at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
    at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:225)
    at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:188)
    ... 36 more
    #### Cannot run application Sample1 due to error deploying to DefaultServer.
    Application Sample1 stopped and undeployed from Server Instance DefaultServer
    And on status bar the following message is shown:
    Failed to start application in server instance
    Please assist me with exact solution.
    Please help me I am doing my final year project using this tool.And I am geting furstrated due to this problem.
    Please reply quick!!
    Edited by: [email protected] on Feb 22, 2009 10:53 PM

  • Can't start Directory Server instance

    I just installed DSEE 6.2 and DSCC on a SPARC based Solaris 10 server. After following the Sun installation guide and accessing the DSCC panel, I tried to start a directory server instance. After entering all of the parameters, I cannot get the server instance started due to the following error.
    Could not contact the DSCC agent on ldap. Use the command cacaoadm to check that the DSCC agent is installed and running on port 11162.
    After this I verified the that cacaoadm was in fact running and operating on port 11162. I then tried changing the port numbers, and received the same error (although on a different port number). Can anyone advise me on a course of action to get this directory server up and running?
    Thanks

    Here is the dir listing:
    -rw------- 1 nobody nobody 0 Oct 28 20:37 import
    -rw------- 1 nobody nobody 16384 Oct 28 20:37 NetscapeRoot_uniquemember.db3
    -rw------- 1 nobody nobody 41 Oct 28 20:37 DBVERSION
    -rw------- 1 nobody nobody 16384 Oct 28 22:21 NetscapeRoot_uid.db3
    -rw------- 1 nobody nobody 16384 Oct 28 22:21 NetscapeRoot_sn.db3
    -rw------- 1 nobody nobody 16384 Oct 28 22:21 NetscapeRoot_givenName.db3
    -rw------- 1 nobody nobody 16384 Oct 31 09:55 NetscapeRoot_parentid.db3
    -rw------- 1 nobody nobody 16384 Oct 31 09:55 NetscapeRoot_objectclass.db3
    -rw------- 1 nobody nobody 16384 Oct 31 09:55 NetscapeRoot_numsubordinates.db3
    -rw------- 1 nobody nobody 90112 Oct 31 09:55 NetscapeRoot_nsuniqueid.db3
    -rw------- 1 nobody nobody 204800 Oct 31 09:55 NetscapeRoot_entrydn.db3
    -rw------- 1 nobody nobody 81920 Oct 31 09:55 NetscapeRoot_cn.db3
    -rw------- 1 nobody nobody 40960 Oct 31 09:55 NetscapeRoot_ancestorid.db3
    -rw------- 1 nobody nobody 16384 Oct 31 09:55 NetscapeRoot_aci.db3
    -rw------- 1 nobody nobody 942080 Oct 31 10:14 NetscapeRoot_id2entry.db3

  • Server instances starts automatically

    my server instances are starting automatically  ( I have multi server cf envronment on j-run)
    The server log file has following logs messages
    Primary
    "Information","scheduler-20","05/01/12","10:00:41",,"Starting logging..."
    "Information","scheduler-5","05/01/12","10:43:11",,"Starting logging..."
    nformation","scheduler-1","05/01/12","11:37:14",,"Starting logging..."
    Seconday
    "Information","scheduler-20","05/01/12","10:00:55",,"Starting logging..."
    The Primary service was restarted 3 times  and secondary once . Did not find much in the logs to find the reason.
    Can anyboy have reasons why this might happen?

    Hi Charlie,
    Server re-starting severals times this mornig..
    the PID log is as following
    # A fatal error has been detected by the Java Runtime Environment:
    # java.lang.OutOfMemoryError: requested 99562752 bytes for jbyte in C:\BUILD_AREA\jdk6_17\hotspot\src\share\vm\prims\jni.cpp. Out of swap space?
    #  Internal Error (allocation.inline.hpp:39), pid=7492, tid=8840
    #  Error: jbyte in C:\BUILD_AREA\jdk6_17\hotspot\src\share\vm\prims\jni.cpp
    # JRE version: 6.0_17-b04
    # Java VM: Java HotSpot(TM) Server VM (14.3-b01 mixed mode windows-x86 )
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread (0x51091c00):  JavaThread "jrpp-1" [_thread_in_vm, id=8840, stack(0x625d0000,0x626d0000)]
    Stack: [0x625d0000,0x626d0000],  sp=0x626cec48,  free space=1019k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x3067f7]
    V  [jvm.dll+0xf81ec]
    V  [jvm.dll+0x198b49]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  com.sun.medialib.codec.png.Encoder.encode(Ljava/io/OutputStream;Lcom/sun/medialib/codec/j iio/mediaLibImage;JI)V+0
    j  com.sun.medialib.codec.png.Encoder.encode(Ljava/io/OutputStream;)V+14
    j  com.sun.media.imageioimpl.plugins.png.CLibPNGImageWriter.write(Ljavax/imageio/metadata/II OMetadata;Ljavax/imageio/IIOImage;Ljavax/imageio/ImageWriteParam;)V+796
    j  javax.imageio.ImageWriter.write(Ljava/awt/image/RenderedImage;)V+13
    j  javax.imageio.ImageIO.write(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljavax/imagei o/stream/ImageOutputStream;)Z+92
    j  javax.imageio.ImageIO.write(Ljava/awt/image/RenderedImage;Ljava/lang/String;Ljava/io/Outp utStream;)Z+41
    j  coldfusion.image.ImageWriter.writeImagetoStream(Ljava/lang/String;Ljava/awt/image/Rendere dImage;Lcoldfusion/image/Image;FLjava/io/OutputStream;Ljavax/imageio/metadata/IIOMetadata; )V+140
    j  coldfusion.image.ImageWriter.writeImage(Ljava/awt/image/RenderedImage;Lcoldfusion/image/I mage;Ljava/lang/String;Ljava/lang/String;FLjava/lang/String;)V+108
    j  coldfusion.image.Image.write(Ljava/lang/String;FZLjavax/servlet/jsp/PageContext;)V+464
    j  coldfusion.tagext.io.ImageTag.performWrite(Ljava/lang/String;Ljava/lang/String;Ljavax/ser vlet/jsp/PageContext;)V+35
    j  coldfusion.tagext.io.ImageTag.writeTempImageFile(Ljava/io/File;)V+19
    j  coldfusion.tagext.io.ImageTag.writeImageToBrowser(Ljava/lang/String;)V+8
    j  coldfusion.tagext.io.ImageTag.doStartTag()I+918
    j  cfdspSSCProcessing22ecfm1546786630._factor8(Ljavax/servlet/jsp/tagext/Tag;Ljavax/servlet/ jsp/JspWriter;)Ljava/lang/Object;+1007
    j  cfdspSSCProcessing22ecfm1546786630.runPage()Ljava/lang/Object;+22
    j  coldfusion.runtime.CfJspPage.invoke(Lcoldfusion/filter/FusionContext;)V+84
    j  coldfusion.tagext.lang.IncludeTag.doStartTag()I+90
    j  coldfusion.runtime.CfJspPage._emptyTcfTag(Ljavax/servlet/jsp/tagext/Tag;)Z+6
    j  cfindex2ecfm493090355.runPage()Ljava/lang/Object;+2267
    j  coldfusion.runtime.CfJspPage.invoke(Lcoldfusion/filter/FusionContext;)V+84
    j  coldfusion.tagext.lang.IncludeTag.doStartTag()I+90
    j  coldfusion.filter.CfincludeFilter.invoke(Lcoldfusion/filter/FusionContext;)V+75
    j  coldfusion.filter.ApplicationFilter.invoke(Lcoldfusion/filter/FusionContext;)V+1039
    j  coldfusion.filter.RequestMonitorFilter.invoke(Lcoldfusion/filter/FusionContext;)V+56
    j  coldfusion.filter.MonitoringFilter.invoke(Lcoldfusion/filter/FusionContext;)V+12
    j  coldfusion.filter.PathFilter.invoke(Lcoldfusion/filter/FusionContext;)V+146
    j  coldfusion.filter.ExceptionFilter.invoke(Lcoldfusion/filter/FusionContext;)V+13
    j  coldfusion.filter.BrowserDebugFilter.invoke(Lcoldfusion/filter/FusionContext;)V+193
    j  coldfusion.filter.ClientScopePersistenceFilter.invoke(Lcoldfusion/filter/FusionContext;)V +5
    j  coldfusion.filter.BrowserFilter.invoke(Lcoldfusion/filter/FusionContext;)V+35
    j  coldfusion.filter.NoCacheFilter.invoke(Lcoldfusion/filter/FusionContext;)V+120
    j  coldfusion.filter.GlobalsFilter.invoke(Lcoldfusion/filter/FusionContext;)V+13
    j  coldfusion.filter.DatasourceFilter.invoke(Lcoldfusion/filter/FusionContext;)V+5
    j  coldfusion.filter.CachingFilter.invoke(Lcoldfusion/filter/FusionContext;)V+36
    j  coldfusion.CfmServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletRespons e;)V+182
    j  coldfusion.bootstrap.BootstrapServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servle t/ServletResponse;)V+30
    j  jrun.servlet.FilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletRes ponse;)V+53
    j  coldfusion.monitor.event.MonitoringServletFilter.doFilter(Ljavax/servlet/ServletRequest;L javax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+9
    j  coldfusion.bootstrap.BootstrapFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servle t/ServletResponse;Ljavax/servlet/FilterChain;)V+25
    j  jrun.servlet.FilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletRes ponse;)V+80
    j  jrun.servlet.FilterChain.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResp onse;)V+3
    j  jrun.servlet.ServletInvoker.invoke(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/ http/HttpServletResponse;Ljrun/servlet/InvokerChain;)V+183
    j  jrun.servlet.JRunInvokerChain.invokeNext(Ljavax/servlet/http/HttpServletRequest;Ljavax/se rvlet/http/HttpServletResponse;)V+55
    j  jrun.servlet.JRunRequestDispatcher.invoke(Ljrun/servlet/ServletConnection;)V+249
    j  jrun.servlet.ServletEngineService.dispatch(Ljrun/servlet/ServletConnection;)V+74
    j  jrun.servlet.jrpp.JRunProxyService.invokeRunnable(Ljava/lang/Runnable;)V+24
    j  jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(Ljava/lang/Runnable;)V+16
    j  jrunx.scheduler.WorkerThread.run()V+25
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x51742400 JavaThread "Timer-4" [_thread_blocked, id=864, stack(0x5be30000,0x5bf30000)]
      0x510c9400 JavaThread "cfthread-4" [_thread_blocked, id=9620, stack(0x5bd30000,0x5be30000)]
      0x5543a800 JavaThread "cfthread-3" [_thread_blocked, id=1664, stack(0x5ba30000,0x5bb30000)]
      0x50f4d400 JavaThread "cfthread-2" [_thread_blocked, id=8884, stack(0x59dc0000,0x59ec0000)]
      0x5160c400 JavaThread "task" daemon [_thread_blocked, id=8016, stack(0x5b6c0000,0x5b7c0000)]
      0x553f9800 JavaThread "task" daemon [_thread_blocked, id=728, stack(0x5b5c0000,0x5b6c0000)]
      0x5541d800 JavaThread "task" daemon [_thread_blocked, id=1744, stack(0x5b4c0000,0x5b5c0000)]
      0x5197e400 JavaThread "task" daemon [_thread_blocked, id=9044, stack(0x5b3c0000,0x5b4c0000)]
      0x5150c800 JavaThread "task" daemon [_thread_blocked, id=1248, stack(0x5b2c0000,0x5b3c0000)]
      0x50b33000 JavaThread "RMI TCP Connection(43)-161.80.200.121" daemon [_thread_in_native, id=8948, stack(0x564c0000,0x565c0000)]
      0x559f6800 JavaThread "RMI TCP Connection(42)-161.80.200.121" daemon [_thread_in_native, id=8368, stack(0x561c0000,0x562c0000)]
      0x5fd57c00 JavaThread "task" daemon [_thread_blocked, id=10176, stack(0x5b1c0000,0x5b2c0000)]
      0x50c50400 JavaThread "task" daemon [_thread_blocked, id=2044, stack(0x5abc0000,0x5acc0000)]
      0x552f7400 JavaThread "task" daemon [_thread_blocked, id=5288, stack(0x5aac0000,0x5abc0000)]
      0x5f4f3400 JavaThread "task" daemon [_thread_blocked, id=3416, stack(0x5a9c0000,0x5aac0000)]
      0x5152bc00 JavaThread "task" daemon [_thread_blocked, id=7416, stack(0x5a8c0000,0x5a9c0000)]
      0x51395400 JavaThread "RMI TCP Connection(40)-161.80.200.121" daemon [_thread_in_native, id=5564, stack(0x5a7c0000,0x5a8c0000)]
      0x51355400 JavaThread "RMI TCP Connection(41)-161.80.200.121" daemon [_thread_in_native, id=8316, stack(0x5a6c0000,0x5a7c0000)]
      0x50be3400 JavaThread "RMI TCP Connection(39)-161.80.200.121" daemon [_thread_in_native, id=7480, stack(0x5a5c0000,0x5a6c0000)]
      0x513f3800 JavaThread "task" daemon [_thread_blocked, id=5344, stack(0x5a3c0000,0x5a4c0000)]
      0x5144a400 JavaThread "task" daemon [_thread_blocked, id=5440, stack(0x59ec0000,0x59fc0000)]
      0x55850400 JavaThread "task" daemon [_thread_blocked, id=8928, stack(0x560c0000,0x561c0000)]
      0x554b9800 JavaThread "task" daemon [_thread_blocked, id=10112, stack(0x563c0000,0x564c0000)]
      0x512f3400 JavaThread "task" daemon [_thread_blocked, id=620, stack(0x580c0000,0x581c0000)]
      0x559a5000 JavaThread "task" daemon [_thread_blocked, id=9900, stack(0x574c0000,0x575c0000)]
      0x51501400 JavaThread "task" daemon [_thread_blocked, id=3948, stack(0x573c0000,0x574c0000)]
      0x51863000 JavaThread "RMI RenewClean-[161.80.200.121:2108]" daemon [_thread_blocked, id=8816, stack(0x546c0000,0x547c0000)]
      0x50f4a400 JavaThread "RMI TCP Connection(35)-161.80.200.121" daemon [_thread_in_native, id=748, stack(0x537d0000,0x538d0000)]
      0x554c9400 JavaThread "RMI TCP Connection(37)-161.80.200.121" daemon [_thread_in_native, id=7752, stack(0x533c0000,0x534c0000)]
      0x50b6c800 JavaThread "RMI TCP Connection(32)-161.80.200.121" daemon [_thread_in_native, id=10100, stack(0x531c0000,0x532c0000)]
      0x513f2400 JavaThread "jrpp-6" [_thread_in_native, id=7452, stack(0x52ec0000,0x52fc0000)]
      0x554b9400 JavaThread "RMI TCP Connection(36)-161.80.200.121" daemon [_thread_in_native, id=5384, stack(0x52cc0000,0x52dc0000)]
      0x5f4f4c00 JavaThread "jrpp-5" [_thread_in_native, id=9804, stack(0x528c0000,0x529c0000)]
      0x5144c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=8640, stack(0x53bc0000,0x53cc0000)]
      0x5587b800 JavaThread "jrpp-4" [_thread_in_native, id=8984, stack(0x536d0000,0x537d0000)]
      0x5148c400 JavaThread "cfthread-1" [_thread_blocked, id=5264, stack(0x535d0000,0x536d0000)]
      0x50daac00 JavaThread "cfthread-0" [_thread_blocked, id=220, stack(0x534d0000,0x535d0000)]
      0x556dd400 JavaThread "jrpp-3" [_thread_in_native, id=9468, stack(0x52dc0000,0x52ec0000)]
      0x51356c00 JavaThread "scheduler-1" [_thread_blocked, id=3220, stack(0x52bc0000,0x52cc0000)]
      0x50ce7000 JavaThread "jrpp-2" [_thread_in_native, id=5528, stack(0x623d0000,0x624d0000)]
      0x003f7000 JavaThread "DestroyJavaVM" [_thread_blocked, id=416, stack(0x00030000,0x00130000)]
      0x50fe1800 JavaThread "HashSessionScavenger-0" daemon [_thread_blocked, id=5272, stack(0x668d0000,0x669d0000)]
      0x55996800 JavaThread "qtp25678348-329 - Acceptor1 [email protected]:5501" [_thread_in_native, id=4548, stack(0x674c0000,0x675c0000)]
      0x51417400 JavaThread "qtp25678348-328 - Acceptor0 [email protected]:5501" [_thread_in_native, id=6272, stack(0x667d0000,0x668d0000)]
      0x5f56a800 JavaThread "worker #4" daemon [_thread_blocked, id=5096, stack(0x673c0000,0x674c0000)]
      0x51935400 JavaThread "worker #3" daemon [_thread_blocked, id=4916, stack(0x672c0000,0x673c0000)]
      0x51625000 JavaThread "worker #2" daemon [_thread_blocked, id=8744, stack(0x671c0000,0x672c0000)]
      0x5fd4e400 JavaThread "worker #1" daemon [_thread_blocked, id=4716, stack(0x670c0000,0x671c0000)]
      0x5f5c2400 JavaThread "worker #0" daemon [_thread_blocked, id=10016, stack(0x66fc0000,0x670c0000)]
      0x5f7e0400 JavaThread "Thread-34" [_thread_blocked, id=9600, stack(0x66e40000,0x66f40000)]
      0x50fd7c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5780, stack(0x66bd0000,0x66cd0000)]
      0x512b0400 JavaThread "obj-skimmer-changeRequestProd" daemon [_thread_blocked, id=8420, stack(0x666d0000,0x667d0000)]
      0x51628400 JavaThread "obj-skimmer-atsprod_stg" daemon [_thread_blocked, id=2928, stack(0x665d0000,0x666d0000)]
      0x50f75400 JavaThread "obj-skimmer-PDLibrary" daemon [_thread_blocked, id=1160, stack(0x664d0000,0x665d0000)]
      0x5572c400 JavaThread "obj-skimmer-PARKING" daemon [_thread_blocked, id=8296, stack(0x663d0000,0x664d0000)]
      0x51a3a800 JavaThread "obj-skimmer-CMS_OLD" daemon [_thread_blocked, id=9028, stack(0x662d0000,0x663d0000)]
      0x5f60b400 JavaThread "obj-skimmer-adminKANSAS" daemon [_thread_blocked, id=968, stack(0x661d0000,0x662d0000)]
      0x512c8800 JavaThread "obj-skimmer-rolemanagement" daemon [_thread_blocked, id=5060, stack(0x660d0000,0x661d0000)]
      0x5570c800 JavaThread "obj-skimmer-adminWFMS_WASHDC" daemon [_thread_blocked, id=8288, stack(0x65fd0000,0x660d0000)]
      0x5597b800 JavaThread "obj-skimmer-PSB_EPASS_REPORT_CMSP" daemon [_thread_blocked, id=3024, stack(0x65ed0000,0x65fd0000)]
      0x512d8c00 JavaThread "obj-skimmer-PSB_EPASS_REPORT_CMST" daemon [_thread_blocked, id=1112, stack(0x65dd0000,0x65ed0000)]
      0x5f7b2800 JavaThread "obj-skimmer-ps_stg" daemon [_thread_blocked, id=4588, stack(0x65cd0000,0x65dd0000)]
      0x556dc400 JavaThread "obj-skimmer-oasis_shared" daemon [_thread_blocked, id=8032, stack(0x65bd0000,0x65cd0000)]
      0x5f5cbc00 JavaThread "obj-skimmer-WMMpd" daemon [_thread_blocked, id=5168, stack(0x65ad0000,0x65bd0000)]
      0x50b9d400 JavaThread "obj-skimmer-CATS_PROD" daemon [_thread_blocked, id=8612, stack(0x659d0000,0x65ad0000)]
      0x510e6400 JavaThread "obj-skimmer-EPASSfailover" daemon [_thread_blocked, id=1204, stack(0x658d0000,0x659d0000)]
      0x5563f400 JavaThread "obj-skimmer-adminWASHDCdev" daemon [_thread_blocked, id=6256, stack(0x657d0000,0x658d0000)]
      0x5f51a400 JavaThread "obj-skimmer-cfr2_stg" daemon [_thread_blocked, id=9180, stack(0x656d0000,0x657d0000)]
      0x557c9400 JavaThread "obj-skimmer-conman_stg" daemon [_thread_blocked, id=7648, stack(0x655d0000,0x656d0000)]
      0x5f7a6400 JavaThread "obj-skimmer-oarm_workflow_stg" daemon [_thread_blocked, id=7852, stack(0x654d0000,0x655d0000)]
      0x5f5c8400 JavaThread "obj-skimmer-changereq_stg" daemon [_thread_blocked, id=9684, stack(0x653d0000,0x654d0000)]
      0x5f510800 JavaThread "obj-skimmer-CoopProd" daemon [_thread_blocked, id=10120, stack(0x652d0000,0x653d0000)]
      0x55779800 JavaThread "obj-skimmer-cdx_epass" daemon [_thread_blocked, id=2280, stack(0x651d0000,0x652d0000)]
      0x55630400 JavaThread "obj-skimmer-persec_stg" daemon [_thread_blocked, id=3008, stack(0x650d0000,0x651d0000)]
      0x5193d400 JavaThread "obj-skimmer-meteringProd_namp" daemon [_thread_blocked, id=4368, stack(0x64fd0000,0x650d0000)]
      0x5f9ba800 JavaThread "obj-skimmer-PRINTJOB_OAPD" daemon [_thread_blocked, id=9184, stack(0x64ed0000,0x64fd0000)]
      0x552de800 JavaThread "obj-skimmer-coop_stg" daemon [_thread_blocked, id=3004, stack(0x64dd0000,0x64ed0000)]
      0x552de400 JavaThread "obj-skimmer-dt_stg" daemon [_thread_blocked, id=7064, stack(0x64cd0000,0x64dd0000)]
      0x517f8800 JavaThread "obj-skimmer-adminWFMS_RTP" daemon [_thread_blocked, id=7116, stack(0x64bd0000,0x64cd0000)]
      0x5f6ad400 JavaThread "obj-skimmer-persec_oadv" daemon [_thread_blocked, id=8792, stack(0x64ad0000,0x64bd0000)]
      0x517a9800 JavaThread "obj-skimmer-persec_oapd" daemon [_thread_blocked, id=9320, stack(0x649d0000,0x64ad0000)]
      0x5602f800 JavaThread "obj-skimmer-oarm_workflow" daemon [_thread_blocked, id=9216, stack(0x648d0000,0x649d0000)]
      0x5589b400 JavaThread "obj-skimmer-IDMSProd" daemon [_thread_blocked, id=5740, stack(0x647d0000,0x648d0000)]
      0x50c45c00 JavaThread "obj-skimmer-PSBProd" daemon [_thread_blocked, id=6008, stack(0x646d0000,0x647d0000)]
      0x5f6cf400 JavaThread "obj-skimmer-adminWASHDC" daemon [_thread_blocked, id=8108, stack(0x645d0000,0x646d0000)]
      0x5531b400 JavaThread "obj-skimmer-action_jands_stg" daemon [_thread_blocked, id=4656, stack(0x644d0000,0x645d0000)]
      0x518bd400 JavaThread "obj-skimmer-PSB_EPASS_APPS_CMSP" daemon [_thread_blocked, id=4552, stack(0x643d0000,0x644d0000)]
      0x5187c800 JavaThread "obj-skimmer-ATSProd" daemon [_thread_blocked, id=7400, stack(0x642d0000,0x643d0000)]
      0x50c09c00 JavaThread "obj-skimmer-PSB_EPASS_APPS_CMST" daemon [_thread_blocked, id=6248, stack(0x641d0000,0x642d0000)]
      0x50c09800 JavaThread "obj-skimmer-oasis_shared_stg" daemon [_thread_blocked, id=6444, stack(0x640d0000,0x641d0000)]
      0x5519c400 JavaThread "obj-skimmer-cfrv2" daemon [_thread_blocked, id=9012, stack(0x63fd0000,0x640d0000)]
      0x50f70800 JavaThread "obj-skimmer-cats_stg" daemon [_thread_blocked, id=5864, stack(0x63ed0000,0x63fd0000)]
      0x51926c00 JavaThread "obj-skimmer-pdlibrary_stg" daemon [_thread_blocked, id=6956, stack(0x63dd0000,0x63ed0000)]
      0x50ce9800 JavaThread "obj-skimmer-bsd_stg" daemon [_thread_blocked, id=3960, stack(0x63cd0000,0x63dd0000)]
      0x50fa8800 JavaThread "obj-skimmer-metering_stg" daemon [_thread_blocked, id=7732, stack(0x63bd0000,0x63cd0000)]
      0x5106f800 JavaThread "obj-skimmer-parktrans_stg" daemon [_thread_blocked, id=420, stack(0x63ad0000,0x63bd0000)]
      0x50fd0800 JavaThread "obj-skimmer-clicks_stg" daemon [_thread_blocked, id=8920, stack(0x639d0000,0x63ad0000)]
      0x51060c00 JavaThread "obj-skimmer-psoapd" daemon [_thread_blocked, id=4464, stack(0x638d0000,0x639d0000)]
      0x519e5400 JavaThread "obj-skimmer-dtoapd" daemon [_thread_blocked, id=4348, stack(0x637d0000,0x638d0000)]
      0x55cf4400 JavaThread "obj-skimmer-BSD" daemon [_thread_blocked, id=8380, stack(0x636d0000,0x637d0000)]
      0x50eba400 JavaThread "obj-skimmer-CredBadgeProd" daemon [_thread_blocked, id=8636, stack(0x635d0000,0x636d0000)]
      0x51804800 JavaThread "obj-skimmer-ticket_stg" daemon [_thread_blocked, id=8952, stack(0x634d0000,0x635d0000)]
      0x50b40800 JavaThread "obj-skimmer-contract_management" daemon [_thread_blocked, id=9340, stack(0x633d0000,0x634d0000)]
      0x5515b400 JavaThread "obj-skimmer-EPASSprod" daemon [_thread_blocked, id=4364, stack(0x632d0000,0x633d0000)]
      0x51957400 JavaThread "obj-skimmer-psb_stg" daemon [_thread_blocked, id=8536, stack(0x631d0000,0x632d0000)]
      0x51427800 JavaThread "obj-skimmer-Ticket_Prod" daemon [_thread_blocked, id=5832, stack(0x630d0000,0x631d0000)]
      0x55262800 JavaThread "obj-skimmer-PERSECOPM" daemon [_thread_blocked, id=664, stack(0x62fd0000,0x630d0000)]
      0x559bc400 JavaThread "obj-skimmer-oa_workflow" daemon [_thread_blocked, id=8348, stack(0x62ed0000,0x62fd0000)]
      0x55f95800 JavaThread "obj-skimmer-action_tracking_jands" daemon [_thread_blocked, id=9816, stack(0x62dd0000,0x62ed0000)]
      0x5148c800 JavaThread "obj-skimmer-MCMpd" daemon [_thread_blocked, id=8904, stack(0x62cd0000,0x62dd0000)]
      0x4fe65c00 JavaThread "obj-skimmer-printjob_stg" daemon [_thread_blocked, id=7724, stack(0x62bd0000,0x62cd0000)]
      0x50bec800 JavaThread "obj-skimmer-CredBadge_stg" daemon [_thread_blocked, id=7168, stack(0x62ad0000,0x62bd0000)]
      0x5138f800 JavaThread "obj-skimmer-mcm_stg" daemon [_thread_blocked, id=8624, stack(0x629d0000,0x62ad0000)]
      0x5158a400 JavaThread "obj-skimmer-wmm_stg" daemon [_thread_blocked, id=9644, stack(0x628d0000,0x629d0000)]
      0x5137f400 JavaThread "obj-skimmer-oapd_stg" daemon [_thread_blocked, id=5388, stack(0x627d0000,0x628d0000)]
      0x51397400 JavaThread "obj-skimmer-oa_workflow_stg" daemon [_thread_blocked, id=7084, stack(0x626d0000,0x627d0000)]
    =>0x51091c00 JavaThread "jrpp-1" [_thread_in_vm, id=8840, stack(0x625d0000,0x626d0000)]
      0x517fac00 JavaThread "scheduler-0" [_thread_blocked, id=8808, stack(0x624d0000,0x625d0000)]
      0x55bfc400 JavaThread "Thread-27" daemon [_thread_blocked, id=9980, stack(0x620d0000,0x621d0000)]
      0x5f513400 JavaThread "scheduler-22" [_thread_blocked, id=4792, stack(0x61fd0000,0x620d0000)]
      0x51580c00 JavaThread "task" daemon [_thread_blocked, id=7196, stack(0x61dd0000,0x61ed0000)]
      0x519dc000 JavaThread "task" daemon [_thread_blocked, id=7176, stack(0x5ca30000,0x5cb30000)]
      0x55c94c00 JavaThread "task" daemon [_thread_blocked, id=8696, stack(0x618d0000,0x619d0000)]
      0x55ef0800 JavaThread "jndi-5" [_thread_blocked, id=5376, stack(0x5ed30000,0x5ee30000)]
      0x560bf800 JavaThread "task" daemon [_thread_blocked, id=9616, stack(0x617d0000,0x618d0000)]
      0x55be5400 JavaThread "Timer-2" daemon [_thread_blocked, id=3840, stack(0x616d0000,0x617d0000)]
      0x51a9a400 JavaThread "Timer-1" [_thread_blocked, id=9396, stack(0x615d0000,0x616d0000)]
      0x5f51dc00 JavaThread "Timer-0" [_thread_blocked, id=2912, stack(0x614d0000,0x615d0000)]
      0x50e3d800 JavaThread "task" daemon [_thread_blocked, id=7728, stack(0x5f130000,0x5f230000)]
      0x5179e800 JavaThread "task" daemon [_thread_blocked, id=5284, stack(0x5f2d0000,0x5f3d0000)]
      0x50da4400 JavaThread "task" daemon [_thread_blocked, id=7736, stack(0x5f030000,0x5f130000)]
      0x51660000 JavaThread "task" daemon [_thread_blocked, id=7224, stack(0x5ee30000,0x5ef30000)]
      0x5603a800 JavaThread "task" daemon [_thread_blocked, id=9084, stack(0x57bc0000,0x57cc0000)]
      0x55f5bc00 JavaThread "task" daemon [_thread_blocked, id=8228, stack(0x5b7c0000,0x5b8c0000)]
      0x519d6800 JavaThread "scheduler-21" [_thread_blocked, id=6876, stack(0x5d930000,0x5da30000)]
      0x5152c400 JavaThread "task" daemon [_thread_blocked, id=8400, stack(0x5d530000,0x5d630000)]
      0x5152fc00 JavaThread "Thread-23" daemon [_thread_blocked, id=4336, stack(0x5d230000,0x5d330000)]
      0x513a3400 JavaThread "Thread-22" daemon [_thread_blocked, id=8544, stack(0x5d130000,0x5d230000)]
      0x51530800 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=8656, stack(0x5d030000,0x5d130000)]
      0x5172f400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=5128, stack(0x5cf30000,0x5d030000)]
      0x51526000 JavaThread "jrpp-0" [_thread_in_native, id=9672, stack(0x5cc30000,0x5cd30000)]
      0x519dd400 JavaThread "web-0" [_thread_in_native, id=9652, stack(0x5cb30000,0x5cc30000)]
      0x55860c00 JavaThread "Thread-21" daemon [_thread_blocked, id=8940, stack(0x5c730000,0x5c830000)]
      0x550c0c00 JavaThread "Thread-20" daemon [_thread_blocked, id=8412, stack(0x5c630000,0x5c730000)]
      0x551fd400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=7288, stack(0x5c530000,0x5c630000)]
      0x51523800 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=4480, stack(0x5c430000,0x5c530000)]
      0x515a1000 JavaThread "task" daemon [_thread_blocked, id=3444, stack(0x5c130000,0x5c230000)]
      0x556e0800 JavaThread "task" daemon [_thread_blocked, id=4744, stack(0x5b8c0000,0x5b9c0000)]
      0x55883400 JavaThread "Thread-19" [_thread_blocked, id=8604, stack(0x5bc30000,0x5bd30000)]
      0x51780c00 JavaThread "task" daemon [_thread_blocked, id=6252, stack(0x5bb30000,0x5bc30000)]
      0x51413800 JavaThread "scheduler-20" [_thread_blocked, id=5808, stack(0x572c0000,0x573c0000)]
      0x55835800 JavaThread "Thread-17" daemon [_thread_blocked, id=7080, stack(0x5b0c0000,0x5b1c0000)]
      0x5590c400 JavaThread "Thread-16" daemon [_thread_blocked, id=8684, stack(0x5afc0000,0x5b0c0000)]
      0x556b1800 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=7764, stack(0x5aec0000,0x5afc0000)]
      0x5170dc00 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=3108, stack(0x5adc0000,0x5aec0000)]
      0x5170c800 JavaThread "RMI RenewClean-[161.80.200.121:4518]" daemon [_thread_blocked, id=9944, stack(0x5acc0000,0x5adc0000)]
      0x51818400 JavaThread "Thread-15" daemon [_thread_blocked, id=4900, stack(0x5a2c0000,0x5a3c0000)]
      0x55825000 JavaThread "Thread-14" daemon [_thread_blocked, id=9632, stack(0x5a1c0000,0x5a2c0000)]
      0x55823c00 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=1740, stack(0x5a0c0000,0x5a1c0000)]
      0x5574e400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=9532, stack(0x59fc0000,0x5a0c0000)]
      0x55840000 JavaThread "Thread-13" daemon [_thread_blocked, id=9008, stack(0x59cc0000,0x59dc0000)]
      0x5583ec00 JavaThread "Thread-12" daemon [_thread_blocked, id=9964, stack(0x59bc0000,0x59cc0000)]
      0x556c3000 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=5276, stack(0x59ac0000,0x59bc0000)]
      0x556c2400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=7060, stack(0x599c0000,0x59ac0000)]
      0x518a2c00 JavaThread "scheduler-19" [_thread_blocked, id=4708, stack(0x596c0000,0x597c0000)]
      0x518a1800 JavaThread "scheduler-18" [_thread_blocked, id=2924, stack(0x595c0000,0x596c0000)]
      0x518a0000 JavaThread "scheduler-17" [_thread_blocked, id=4452, stack(0x594c0000,0x595c0000)]
      0x5189ec00 JavaThread "scheduler-16" [_thread_blocked, id=8024, stack(0x593c0000,0x594c0000)]
      0x5189d400 JavaThread "scheduler-15" [_thread_blocked, id=7304, stack(0x592c0000,0x593c0000)]
      0x51617400 JavaThread "scheduler-14" [_thread_blocked, id=6204, stack(0x591c0000,0x592c0000)]
      0x51616000 JavaThread "scheduler-13" [_thread_blocked, id=7696, stack(0x590c0000,0x591c0000)]
      0x51614800 JavaThread "scheduler-12" [_thread_blocked, id=2748, stack(0x58fc0000,0x590c0000)]
      0x51613400 JavaThread "scheduler-11" [_thread_blocked, id=6996, stack(0x58ec0000,0x58fc0000)]
      0x51612400 JavaThread "scheduler-10" [_thread_blocked, id=6112, stack(0x58dc0000,0x58ec0000)]
      0x51841400 JavaThread "scheduler-9" [_thread_blocked, id=6720, stack(0x58cc0000,0x58dc0000)]
      0x51840000 JavaThread "scheduler-8" [_thread_blocked, id=7760, stack(0x58bc0000,0x58cc0000)]
      0x51a12000 JavaThread "scheduler-7" [_thread_blocked, id=10064, stack(0x58ac0000,0x58bc0000)]
      0x51a10c00 JavaThread "scheduler-6" [_thread_blocked, id=8912, stack(0x589c0000,0x58ac0000)]
      0x51a0fc00 JavaThread "scheduler-5" [_thread_blocked, id=4804, stack(0x588c0000,0x589c0000)]
      0x517aa400 JavaThread "scheduler-4" [_thread_blocked, id=10184, stack(0x587c0000,0x588c0000)]
      0x51629c00 JavaThread "scheduler-3" [_thread_blocked, id=4768, stack(0x586c0000,0x587c0000)]
      0x55681400 JavaThread "scheduler-2" [_thread_blocked, id=5368, stack(0x585c0000,0x586c0000)]
      0x519e6800 JavaThread "scheduler-1" [_thread_blocked, id=9032, stack(0x584c0000,0x585c0000)]
      0x51503000 JavaThread "scheduler-0" [_thread_blocked, id=712, stack(0x583c0000,0x584c0000)]
      0x51770800 JavaThread "Transaction Domain PrivateJmsDomain" [_thread_blocked, id=5756, stack(0x582c0000,0x583c0000)]
      0x55461800 JavaThread "clock" daemon [_thread_blocked, id=4800, stack(0x581c0000,0x582c0000)]
      0x5158bc00 JavaThread "task" daemon [_thread_blocked, id=7132, stack(0x57fc0000,0x580c0000)]
      0x551cf400 JavaThread "task" daemon [_thread_blocked, id=5072, stack(0x57ec0000,0x57fc0000)]
      0x51581800 JavaThread "Transaction Domain DefaultDomain" [_thread_blocked, id=4732, stack(0x57dc0000,0x57ec0000)]
      0x5193e400 JavaThread "tyrex.util.daemonMaster" daemon [_thread_blocked, id=5200, stack(0x57cc0000,0x57dc0000)]
      0x517d7800 JavaThread "Thread-10" daemon [_thread_blocked, id=10108, stack(0x578c0000,0x579c0000)]
      0x517d6400 JavaThread "Thread-9" daemon [_thread_blocked, id=9728, stack(0x577c0000,0x578c0000)]
      0x517d4c00 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=5088, stack(0x576c0000,0x577c0000)]
      0x515cf400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=3424, stack(0x575c0000,0x576c0000)]
      0x51a9f000 JavaThread "Thread-8" daemon [_thread_blocked, id=196, stack(0x56fc0000,0x570c0000)]
      0x51a9d800 JavaThread "Thread-7" daemon [_thread_blocked, id=5908, stack(0x56ec0000,0x56fc0000)]
      0x51a9c400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=1164, stack(0x56dc0000,0x56ec0000)]
      0x5144b000 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=9200, stack(0x56cc0000,0x56dc0000)]
      0x5140dc00 JavaThread "jndi-4" [_thread_in_native, id=9576, stack(0x569c0000,0x56ac0000)]
      0x51987800 JavaThread "jndi-3" [_thread_blocked, id=1168, stack(0x568c0000,0x569c0000)]
      0x551d0400 JavaThread "jndi-2" [_thread_blocked, id=5044, stack(0x567c0000,0x568c0000)]
      0x51988c00 JavaThread "jndi-1" [_thread_blocked, id=7500, stack(0x566c0000,0x567c0000)]
      0x515cd000 JavaThread "jndi-0" [_thread_blocked, id=7376, stack(0x565c0000,0x566c0000)]
      0x5158c400 JavaThread "Thread-6" daemon [_thread_blocked, id=8832, stack(0x54ec0000,0x54fc0000)]
      0x519b6800 JavaThread "Thread-5" daemon [_thread_blocked, id=7952, stack(0x54cc0000,0x54dc0000)]
      0x518d0400 JavaThread "RMI RenewClean-[161.80.200.121:1393]" daemon [_thread_blocked, id=9284, stack(0x54dc0000,0x54ec0000)]
      0x513a9400 JavaThread "Thread-4" daemon [_thread_blocked, id=6216, stack(0x54bc0000,0x54cc0000)]
      0x5110c400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=4796, stack(0x548c0000,0x549c0000)]
      0x50f98400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=8452, stack(0x547c0000,0x548c0000)]
      0x513b1c00 JavaThread "jms-fifo-5" [_thread_blocked, id=10192, stack(0x544c0000,0x545c0000)]
      0x513b1400 JavaThread "jms-fifo-4" [_thread_blocked, id=7680, stack(0x543c0000,0x544c0000)]
      0x51416800 JavaThread "jms-fifo-3" [_thread_blocked, id=4936, stack(0x542c0000,0x543c0000)]
      0x5177a400 JavaThread "jms-fifo-2" [_thread_blocked, id=1000, stack(0x541c0000,0x542c0000)]
      0x5110a000 JavaThread "jms-fifo-1" [_thread_blocked, id=5252, stack(0x52ac0000,0x52bc0000)]
      0x51106800 JavaThread "RMI RenewClean-[161.80.200.121:1220]" daemon [_thread_blocked, id=6288, stack(0x53ac0000,0x53bc0000)]
      0x50f94000 JavaThread "RMI TCP Connection(38)-161.80.200.121" daemon [_thread_in_native, id=7124, stack(0x539c0000,0x53ac0000)]
      0x50f49000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=9704, stack(0x529c0000,0x52ac0000)]
      0x50d18800 JavaThread "snapshot thread" daemon [_thread_blocked, id=1772, stack(0x527c0000,0x528c0000)]
      0x50e90000 JavaThread "discovery announcement" daemon [_thread_blocked, id=5188, stack(0x526c0000,0x527c0000)]
      0x50eaa400 JavaThread "multicast request" daemon [_thread_in_native, id=9024, stack(0x525c0000,0x526c0000)]
      0x50e6d400 JavaThread "unicast request" daemon [_thread_in_native, id=8956, stack(0x524c0000,0x525c0000)]
      0x50d0c400 JavaThread "event expire" daemon [_thread_blocked, id=8324, stack(0x523c0000,0x524c0000)]
      0x50db8400 JavaThread "service expire" daemon [_thread_blocked, id=484, stack(0x522c0000,0x523c0000)]
      0x50e98000 JavaThread "Thread-3" daemon [_thread_blocked, id=1784, stack(0x520d0000,0x521d0000)]
      0x50f52400 JavaThread "Thread-2" daemon [_thread_blocked, id=7020, stack(0x51fd0000,0x520d0000)]
      0x50d7c400 JavaThread "multicast announcement timer" daemon [_thread_blocked, id=9140, stack(0x51ed0000,0x51fd0000)]
      0x50e51400 JavaThread "multicast discovery announcement listener" daemon [_thread_in_native, id=10084, stack(0x51dd0000,0x51ed0000)]
      0x51449800 JavaThread "GC Daemon" daemon [_thread_blocked, id=4884, stack(0x51cd0000,0x51dd0000)]
      0x50eea400 JavaThread "RMI Reaper" [_thread_blocked, id=9880, stack(0x51bd0000,0x51cd0000)]
      0x51407c00 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=8548, stack(0x51ad0000,0x51bd0000)]
      0x4fe7a400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5872, stack(0x50890000,0x50990000)]
      0x4fe77400 JavaThread "CompilerThread1" daemon [_thread_blocked, id=9976, stack(0x50790000,0x50890000)]
      0x4fe72400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1140, stack(0x50690000,0x50790000)]
      0x4fe70800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1804, stack(0x50590000,0x50690000)]
      0x4fe6f400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5488, stack(0x50490000,0x50590000)]
      0x4fe5d000 JavaThread "Finalizer" daemon [_thread_blocked, id=1116, stack(0x50390000,0x50490000)]
      0x4fe5b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=8892, stack(0x50290000,0x50390000)]
    Other Threads:
      0x4fe57800 VMThread [stack: 0x50190000,0x50290000] [id=5304]
      0x4fe7c000 WatcherThread [stack: 0x50990000,0x50a90000] [id=6708]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen      total 77696K, used 52443K [0x48630000, 0x4f7f0000, 0x4f7f0000)
      eden space 38912K, 35% used [0x48630000,0x49389070,0x4ac30000)
      from space 38784K, 99% used [0x4d210000,0x4f7edc50,0x4f7f0000)
      to   space 38784K, 0% used [0x4ac30000,0x4ac30000,0x4d210000)
    PSOldGen        total 291584K, used 244182K [0x0f7f0000, 0x214b0000, 0x48630000)
      object space 291584K, 83% used [0x0f7f0000,0x1e665810,0x214b0000)
    PSPermGen       total 89600K, used 71687K [0x037f0000, 0x08f70000, 0x0f7f0000)
      object space 89600K, 80% used [0x037f0000,0x07df1ce8,0x08f70000)
    Dynamic libraries:
    0x00400000 - 0x00411000  D:\JRun4\bin\jrun.exe
    0x7c800000 - 0x7c8c3000  C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000  C:\WINDOWS\system32\kernel32.dll
    0x7d1e0000 - 0x7d27c000  C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cf0000  C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000  C:\WINDOWS\system32\Secur32.dll
    0x78520000 - 0x785c3000  C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_D08D0375\MSVCR 90.dll
    0x6db60000 - 0x6df6a000  D:\JRun4\jre\bin\server\jvm.dll
    0x77380000 - 0x77411000  C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c49000  C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000  C:\WINDOWS\system32\WINMM.dll
    0x7c340000 - 0x7c396000  D:\JRun4\bin\MSVCR71.dll
    0x76290000 - 0x762ad000  C:\WINDOWS\system32\IMM32.DLL
    0x6d860000 - 0x6d86c000  D:\JRun4\jre\bin\verify.dll
    0x6d3e0000 - 0x6d3ff000  D:\JRun4\jre\bin\java.dll
    0x6d340000 - 0x6d348000  D:\JRun4\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000  C:\WINDOWS\system32\PSAPI.DLL
    0x6d8a0000 - 0x6d8af000  D:\JRun4\jre\bin\zip.dll
    0x6d6c0000 - 0x6d6d3000  D:\JRun4\jre\bin\net.dll
    0x71c00000 - 0x71c17000  C:\WINDOWS\system32\WS2_32.dll
    0x77ba0000 - 0x77bfa000  C:\WINDOWS\system32\msvcrt.dll
    0x71bf0000 - 0x71bf8000  C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000  C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000  C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000  C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000  C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000  C:\WINDOWS\system32\rasadhlp.dll
    0x51150000 - 0x5115c000  D:\JRun4\bin\portscan.dll
    0x5f270000 - 0x5f2ca000  C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000  C:\WINDOWS\System32\wshtcpip.dll
    0x68000000 - 0x68035000  C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0cf000  C:\WINDOWS\system32\SHELL32.dll
    0x7d180000 - 0x7d1d2000  C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.4770_x- ww_05FDF087\comctl32.dll
    0x6d7b0000 - 0x6d7b6000  D:\JRun4\jre\bin\rmi.dll
    0x6d840000 - 0x6d848000  D:\JRun4\jre\bin\sunmscapi.dll
    0x761b0000 - 0x76243000  C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000  C:\WINDOWS\system32\MSASN1.dll
    0x521d0000 - 0x52250000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\izmjniado.dll
    0x77670000 - 0x777a9000  C:\WINDOWS\system32\ole32.dll
    0x7d0e0000 - 0x7d16b000  C:\WINDOWS\system32\OLEAUT32.dll
    0x76cf0000 - 0x76d0a000  C:\WINDOWS\system32\iphlpapi.dll
    0x76cd0000 - 0x76ce9000  C:\WINDOWS\system32\MPRAPI.dll
    0x76df0000 - 0x76e24000  C:\WINDOWS\system32\ACTIVEDS.dll
    0x76dc0000 - 0x76de8000  C:\WINDOWS\system32\adsldpc.dll
    0x71c40000 - 0x71c97000  C:\WINDOWS\system32\NETAPI32.dll
    0x76b80000 - 0x76bae000  C:\WINDOWS\system32\credui.dll
    0x76a80000 - 0x76a92000  C:\WINDOWS\system32\ATL.DLL
    0x76e30000 - 0x76e3c000  C:\WINDOWS\system32\rtutils.dll
    0x7e020000 - 0x7e02f000  C:\WINDOWS\system32\SAMLIB.dll
    0x770e0000 - 0x771e8000  C:\WINDOWS\system32\SETUPAPI.dll
    0x52280000 - 0x522a3000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\CFXNeo.dll
    0x5b9d0000 - 0x5b9e3000  D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib\cfregistry.dll
    0x5ba10000 - 0x5ba23000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\cfregistry.dll
    0x6d0b0000 - 0x6d1fa000  D:\JRun4\jre\bin\awt.dll
    0x73070000 - 0x73097000  C:\WINDOWS\system32\WINSPOOL.DRV
    0x77530000 - 0x775c7000  C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.4770_x -ww_A689AB02\comctl32.dll
    0x6d2e0000 - 0x6d334000  D:\JRun4\jre\bin\fontmanager.dll
    0x6d6e0000 - 0x6d6e9000  D:\JRun4\jre\bin\nio.dll
    0x6d610000 - 0x6d619000  D:\JRun4\jre\bin\management.dll
    0x538d0000 - 0x538de000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\NeoUUID.dll
    0x53900000 - 0x5390b000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\mlib_jai_util.dll
    0x5da30000 - 0x5de7e000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\mlib_jai_mmx.dll
    0x52fc0000 - 0x52fcb000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\clib_jiio_util.dl l
    0x52fe0000 - 0x530ec000  D:\JRun4\servers\CF9Primary\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\clib_jiio_sse2.dl l
    VM Arguments:
    jvm_args: -Xmx1G -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir=D:\JRun4/ -Djmx.invoke.getters=true
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=D:\Documentum\dctm.jar;D:\Documentum\config
    PATH=D:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib;D:\JRun4\servers \cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\jintegra\bin;D:\JRun4\servers\cfusion\cfu sion-ear\cfusion-war\WEB-INF\cfusion\jintegra\bin\international;D:\JRun4\servers\cfusion\c fusion-ear\cfusion-war\WEB-INF\cfusion\lib\oosdk\classes\win;D:\Documentum\Shared;D:\Docum entumRuntime\Shared;D:\JRun4\verity\k2\_nti40\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOW S\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Intel\DMIX;D:\Program Files\Dell\SysMgt\RAC5;D:\Program Files\Dell\SysMgt\oma\bin
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 4 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (14.3-b01) for windows-x86 JRE (1.6.0_17-b04), built on Oct 11 2009 00:46:21 by "java_re" with MS VC++ 7.1
    time: Fri Aug 31 12:50:50 2012
    elapsed time: 300 seconds

  • Unable to Start server instances created

    Hello Friends,
    I'm kind of newbie with in this area.
    However,i hope i might get a direction to resolve my issues.
    We have a server(Sun Java System Application Server 7 2004Q2UR4) where we have created few instances for deploying our applications on Solaris v9.0 SPARC environment.
    We have confirgured it in the right way and it was working quite long time.
    However,we had a problem with change of timezone earlier and as per the request we have changed /etc/TIMEZONE file and rebooted our server physically.
    now soon after we intially had few space problems and none of the instances were starting in first place.we resolved it by increasing it and made sure that our admin-server instance is starting.
    However,when we are trying to start other instances our JMS is not Accepting any connections what so ever.
    and this what we are encountering.
    # ./startserv
    couldn't set locale correctly
    CORE1116: Sun Java System Application Server 7 2004Q2UR4
    INFO: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_12] from [Sun Microsystems Inc.]
    INFO: JMS5035: Timed out after 30000 milliseconds while trying to verify if the JMS service startup succeeded.
    INFO: JMS5036: More details may be available in the log file for the JMS service broker instance ge_domain1_ge_server01. Please refer to the JMS provider documentation for the exact location of this log file.
    SEVERE: JMS5024: JMS service startup failed.
    SEVERE: CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [APPSERVER01:40709]. - cause: java.net.ConnectException: Connection refused
            at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:247)
            at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:224)
            at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: com.sun.appserv.server.ServerLifecycleException: [C4003]: Error occurred on connection creation [APPSERVER01:40709]. - cause: java.net.ConnectException: Connection refused
            at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:231)
            ... 2 more
    Caused by: com.sun.messaging.jms.JMSException: [C4003]: Error occurred on connection creation [APPSERVER01:40709]. - cause: java.net.ConnectException: Connection refused
            at com.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSConnectException(ExceptionHandler.java:233)
            at com.sun.messaging.jmq.jmsclient.ExceptionHandler.handleConnectException(ExceptionHandler.java:180)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(PortMapperClient.java:191)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.init(PortMapperClient.java:116)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.<init>(PortMapperClient.java:54)
            at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPConnectionHandler.<init>(TCPConnectionHandler.java:61)
            at com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler.openConnection(TCPStreamHandler.java:102)
            at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnectionOld(ConnectionInitiator.java:291)
            at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:113)
            at com.sun.messaging.jmq.jmsclient.ConnectionInitiator.createConnection(ConnectionInitiator.java:98)
            at com.sun.messaging.jmq.jmsclient.ProtocolHandler.init(ProtocolHandler.java:613)
            at com.sun.messaging.jmq.jmsclient.ProtocolHandler.<init>(ProtocolHandler.java:1194)
            at com.sun.messaging.jmq.jmsclient.ConnectionImpl.openConnection(ConnectionImpl.java:1949)
            at com.sun.messaging.jmq.jmsclient.ConnectionImpl.init(ConnectionImpl.java:745)
            at com.sun.messaging.jmq.jmsclient.ConnectionImpl.<init>(ConnectionImpl.java:315)
            at com.sun.messaging.jmq.jmsclient.UnifiedConnectionImpl.<init>(UnifiedConnectionImpl.java:33)
            at com.sun.messaging.jmq.jmsclient.QueueConnectionImpl.<init>(QueueConnectionImpl.java:32)
            at com.sun.messaging.ConnectionFactory.createQueueConnection(ConnectionFactory.java:72)
            at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.pingProvider(JMSAdminImpl.java:783)
            at com.iplanet.ias.jms.JmsProviderLifecycle.waitForJmsProvider(JmsProviderLifecycle.java:284)
            at com.iplanet.ias.jms.JmsProviderLifecycle.onInitialization(JmsProviderLifecycle.java:224)
            ... 2 more
    Caused by: java.net.ConnectException: Connection refused
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
            at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
            at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
            at java.net.Socket.connect(Socket.java:461)
            at java.net.Socket.connect(Socket.java:411)
            at java.net.Socket.<init>(Socket.java:310)
            at java.net.Socket.<init>(Socket.java:125)
            at com.sun.messaging.jmq.jmsclient.PortMapperClient.readBrokerPorts(Port
    SEVERE: MapperClient.java:171)
            ... 20 more
    SEVERE: CORE3186: Failed to set configurationthe same thing happens with other instances too however the JMS application port is different which quite explainable(40709).
    Am i missing something here other than starting admin-server instance stated in domain.
    I'd be glad if someone can guide me further may be guiding me to the right path would be helpful.i did tried googling on this and tried to search sun resources aswel.
    Thanks in advance !!
    REGARDS,
    RaHuL

    Hi Rahul,
    Remove the /path/AS7/imq/var/instances/domain_instance-name/lock file and try restarting. This file will have the JMS port information. If U remove the lock file and then try starting the instance.
    Thanks,
    Ajeya Krishna K R

  • Problem: Deployment to WL10.3 Server Instance started as Windows Service

    Hi Everybody,
    I have deployed my J2EE Application to a Standalone WebLogic Server Instance (in development mode) started from the Windows Command Level via startWebLogic.cmd. I also tested the deployment to a Clustered Managed Server Environment(1 AdminServer+2 MS Servers in the cluster; development mode), all servers started from the command line. The application could be tested and everything worked fine.
    But:
    When I set up the WebLogic Server Instance(s) as a Windows Service(s) (following the instructions http://e-docs.bea.com/wls/docs103/server_start/winservice.html) my application can’t be deployed at startup time.
    I get 3 ClassNotFoundExceptions:
    - on startup class "DMS-Startup" (oracle.dms.wls.DMSStartup)
    - on startup class "ODL-Startup" (oracle.core.ojdl.weblogic.ODLConfiguration)
    - on startup class "JPS Startup Class" (oracle.security.jps.wls.JpsWlsStartupClass)
    The Service is started but under Administration Console/Deployments the Enterprise Application is marked as “New” and not as “ Active”. The other Deployments: adf.oracle.domain(1.0, 11.1.1.0.0), jsf(1.2, 1.2.7.1) and jstl(1.2, 1.2.0.1) are shown as “Active”.
    I tried to redeploy the Application directly from the JDeveloper to the running Standalone WLS Instance (Single Server) - as I did before.
    The Deployment failed:
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ... on AdminServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete.
    #### Nov 25, 2008 9:58:53 PM
    Deployment Failed
    Why does the deployment work on the WLS Instance started from command line and why does it fail when started as Windows Service?
    I am Using WLServer 10.3 and the JDeveloper 11g on a Windows Vista OS - both installed via jdevstudio11110install.exe. My Web Application uses BC and ADF Faces.
    The Windows Service is set up by doing the following in a server-specific script placed under the USERDOMAIN_HOME directory:
    set DOMAIN_NAME=mydomain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\mydomain
    set JAVA_OPTIONS=Dweblogic.Stdout = … Dweblogic.Stderr=…
    set MEM_ARGS=-Xms40m –Xmx250m
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    And there’s one more problem with the Windows Service:
    I’m not able to Uninstall the service from a server-specific script, first setting the DOMAIN_NAME and the SERVER_NAME=AdminServer and than
    using call "C:\Oracle\Middleware\wlserver_10.3\server\bin\uninstallSvc.cmd".
    I must do this directly in the registry.
    Is anything missing? What’s wrong?
    Please help!
    Thanks
    Anita
    Edited by: user586097 on 26.11.2008 11:55
    Edited by: user586097 on 26.11.2008 12:00
    Edited by: user586097 on 26.11.2008 12:02

    This thread was very helpful to get WebLogic 11g running as a Windows service. My problem was that I couldn't get the Enterprise Manager application to deploy correctly on startup, so I had to tweak both the installSvc.cmd and my script that installs the service (by copying important Java Options from the startup script that works as noted above). It was too hard to discern what exactly Enterprise Manager needed, so I copied a whole bunch.
    What I ended up doing was using this as a script to install the Windows service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=base_domain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\base_domain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=false
    set JAVA_OPTIONS=-client -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Doracle.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -noverify -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Dtangosol.coherence.log=jdk -Dwc.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -DjiveHome=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\servers\AdminServer\owc_discussions_11.1.1.1.0 -Dtangosol.coherence.log=jdk -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.mds.bypassCustRestrict=true -Djava.awt.headless=true -XX:+UseParallelGC -XX:+DisableExplicitGC -Dem.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sysext_manifest_classpath
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    and slightly modifying my installSvc.cmd to:
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\Oracle_WC1\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    It needed those extra .jars to deploy properly.
    Edited by: user11090163 on Sep 2, 2009 9:04 AM

  • Coldfusion Multi instance Memory Issues

    Hello,  we recently got brand new servers with 8gb of ram and 64bit Windows 2008.  We have about 7 instances created on these servers and I am noticing something extremely disturbing. On 2 of the instances which I just created today that have absolutely no sites running on them yet as we are still migrating sites.  Coldfusion immediately consumes 700 to 900 mb of working set memory.  this is for all instances which then makes my server seem like it is out of memory.  on the old box it only took the about of working memory that is needed and this would grow over time but not immediately upon starting the server.  I started on of these instances and litterally watched as it took 850mb of ram within 2 minutes of starting and it doesn't get released.
    I do have the jvm set to 2gb and they do for now all share the same jvm.  I am just curious if anyone else running 64bit Windows 2008 is having the same issue and if it is just normal behavior with 64bit systems.  We moved to these beefy servers to help with memory issues but it seems I am still plauged with the issue even when there is no site allocated to the instance.
    Any ideas and thoughts would be appreciated.
    thank you.

    If you have a min memory parameter in your jvm.config (-xmxMin or somethingn like that, then each instance on start will immediately reserve that amount of memory.
    This is a java thing not CF.  With CF8, I don't think having the min memory value matters with the most recent java versions.  I previous versions you would occasionally get out of memory errors if you didn't, but I haven't heard of this since CF8 came out.
    They may have also fixed something in 8 to help alleviate that issue.
    So chaulk it up as normal.  With 7 instances you'll probably run into more CPU issues.
    Byron Mann
    [email protected]
    [email protected]
    Software Architect
    hosting.com | hostmysite.com
    http://www.hostmysite.com/?utm_source=bb

  • Problem in starting server instances in Cluster using nodeagent

    Hi,
    I have a cluster which is having 2 servers and in that one server is under nodeagent1(on the same host) and another is on nodeagent2 which is on an another host.
    When I start the Cluster instances the server in the nodeagent1 is getting started. But the server on the nodeagent2(which is on the other host) is not getting started.
    Always it says
    "Operation 'start' failed in 'server' Config Mbean. Target exception message: NAGT0023:The node agent could not start instance testserver. It is starting and must be stopped."
    If you wait for considerable amount of time and try to start it gives the same error. It looks like some process or something is running and depending on that it says the particular message.
    In the domain server.log also it has the same information. There is nothing comes in the server specific log.
    This seems to be an issue.
    Is anybody observed this issue. Is there any workaround for this?
    I am using Sun java Enterprise System 8.1 2005q4 version.
    Sebas

    It seems you created your second NodeAgent when the first Nodeagent is not running.
    Remember, the AS8 uses several ports other ports like jms,iiop. for the first one it takes the default port numbers and if those are free when you create second, it uses them again.
    So check the port numbers that are in use for agent1 and agent2 from the domain.xml and change them, if they are same.

Maybe you are looking for

  • Problem: Failed to open the connection. Error Code 0x800002F4 (-2147482892)

    Problem: Failed to open the connection. Error Code 0x800002F4 (-2147482892) This is on two (2) separate machines. These are NEW INSTALLATION development work stations (laptops). One is Vista (Visual Studio 2008 / Crystal Reports 2008), and the other

  • Crystal Deployment Issue

    I am having a problem deploying Crystal Reports to a test server. The site is an ASP.NET 4.0 site developed with Crystal version 13.0.1.220 engine for .NET. The site is deployed on Windows Server 2008 R2 64 bit using IIS 7 and Plesk. I've had multipl

  • Lion mail doesn't allow shortcuts for bold and italics.

    Hi, I've come across this problem in which Lion mail doesn't allow shortcuts for bold and italics. I try pressing the short cut for Command + B or Command + I but it does not affect the text at all. I have to move my cursor to the Bold or Italic icon

  • Cover Flow in Safari

    My Safari appears to be working well with the exception of Top Sites and Cover Flow, though the latter works fine in iTunes. I'm not too worried about Top Sites, but I like the option of viewing my browsing history in Cover Flow. I've tried binning S

  • Introducing Oracle Business Intelligence 11g  - Your Opinion

    Hi Experts, I missed the 11g webcast and really didn't get a chance to see the replay. I am inquisitive to know your expert comments on how the new release is, would it be significantly different with its predecessors? please comment. Thanks & Best R