Weblogic managed server shutdown immediately after going to STARTING state

Our configuration has 3 managed servers M1, M2, M3. M2 and M3 are in a cluster to share JNDI name for JMS servers. Are M3 server often shutdown on starting up just after the server goes to the STARTING state. I have 2 log traces. The first shows when the server shuts down, the 2nd is when the server initializes correctly. No configuration changes, just a timing race condition. Any help is greatly appreciated.....
Bad startup log trace....
Starting WLS with line:
/Oracle/Middleware/jdk1.6.0_25/bin/java -server -Xms2048m -Xmx2048m -XX:NewSizeThreadIncrease=200 -Dweblogic.ThreadPoolPercentSocketReaders=50 -XX:MaxPermSize=512m -Dweblogic.Name=staAdapter -Djava.security.policy=/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/Oracle/Middleware/wlserver_10.3 -Dwls.home=/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/Oracle/Middleware/wlserver_10.3/server -Ddomain.home=/Oracle/Middleware/user_projects/domains/TBI -Dcommon.components.home=/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.domain.config.dir=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig -Doracle.server.config.dir=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/servers/staAdapter -Doracle.security.jps.config=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/carml -Digf.arisidstack.home=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=false -Dweblogic.management.server=t3://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Duser.timezone=UTC -Xrs -Dweblogic.MaxMessageSize=100000000 -Dweblogic.ext.dirs=/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/Oracle/Middleware/patch_jdev1112/profiles/default/sysext_manifest_classpath -Djps.app.credential.overwrite.allowed=true weblogic.Server
<Jan 24, 2013 9:29:16 PM UTC> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Jan 24, 2013 9:29:17 PM UTC> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
<Jan 24, 2013 9:29:17 PM UTC> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.0-b11 from Sun Microsystems Inc.>
<Jan 24, 2013 9:29:23 PM UTC> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<Jan 24, 2013 9:29:24 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Jan 24, 2013 9:29:24 PM UTC> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Jan 24, 2013 9:29:24 PM UTC> <Notice> <Log Management> <BEA-170019> <The server log file /Oracle/Middleware/user_projects/domains/TBI/servers/staAdapter/logs/staAdapter.log is opened. All server side log events will be written to this file.>
<Jan 24, 2013 9:29:25 PM UTC> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :'/Oracle/Middleware/jdk1.6.0_25/jre/lib/amd64/server:/Oracle/Middleware/jdk1.6.0_25/jre/lib/amd64:/Oracle/Middleware/jdk1.6.0_25/jre/../lib/amd64:/Oracle/Middleware/patch_wls1035/profiles/default/native:/Oracle/Middleware/patch_jdev1112/profiles/default/native:/Oracle/Middleware/wlserver_10.3/server/native/linux/i686:/Oracle/Middleware/wlserver_10.3/server/native/linux/i686/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib'
>
<Jan 24, 2013 9:29:28 PM UTC> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Jan 24, 2013 9:29:30 PM UTC> <Warning> <Store> <BEA-280101> <The persistent file store "_WLS_staAdapter" is forced to use buffered I/O and so may have significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is missing. See store open log messages for the requested and final write policies. See the documentation on store synchronous write policy configuration for advice.>
<Jan 24, 2013 9:29:31 PM UTC> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at '/Oracle/Middleware/wlserver_10.3/server/lib/uddi.war'.>
<Jan 24, 2013 9:29:31 PM UTC> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at '/Oracle/Middleware/wlserver_10.3/server/lib/uddiexplorer.war'.>
<Jan 24, 2013 9:29:31 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<Jan 24, 2013 9:29:31 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
*<Jan 24, 2013 9:29:51 PM UTC> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>*
*<Jan 24, 2013 9:29:51 PM UTC> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>*
*<Jan 24, 2013 9:29:51 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>*
Good startup trace.....
Starting WLS with line:
/Oracle/Middleware/jdk1.6.0_25/bin/java -server -Xms2048m -Xmx2048m -XX:NewSizeThreadIncrease=200 -Dweblogic.ThreadPoolPercentSocketReaders=50 -XX:MaxPermSize=512m -Dweblogic.Name=staAdapter -Djava.security.policy=/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/Oracle/Middleware/wlserver_10.3 -Dwls.home=/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/Oracle/Middleware/wlserver_10.3/server -Ddomain.home=/Oracle/Middleware/user_projects/domains/TBI -Dcommon.components.home=/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.domain.config.dir=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig -Doracle.server.config.dir=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/servers/staAdapter -Doracle.security.jps.config=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/carml -Digf.arisidstack.home=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=false -Dweblogic.management.server=t3://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Duser.timezone=UTC -Xrs -Dweblogic.MaxMessageSize=100000000 -Dweblogic.ext.dirs=/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/Oracle/Middleware/patch_jdev1112/profiles/default/sysext_manifest_classpath -Djps.app.credential.overwrite.allowed=true weblogic.Server
<Jan 24, 2013 5:31:06 PM UTC> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Jan 24, 2013 5:31:06 PM UTC> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
<Jan 24, 2013 5:31:06 PM UTC> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.0-b11 from Sun Microsystems Inc.>
<Jan 24, 2013 5:31:07 PM UTC> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<Jan 24, 2013 5:31:08 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Jan 24, 2013 5:31:08 PM UTC> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Jan 24, 2013 5:31:08 PM UTC> <Notice> <Log Management> <BEA-170019> <The server log file /Oracle/Middleware/user_projects/domains/TBI/servers/staAdapter/logs/staAdapter.log is opened. All server side log events will be written to this file.>
<Jan 24, 2013 5:31:09 PM UTC> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :'/Oracle/Middleware/jdk1.6.0_25/jre/lib/amd64/server:/Oracle/Middleware/jdk1.6.0_25/jre/lib/amd64:/Oracle/Middleware/jdk1.6.0_25/jre/../lib/amd64:/Oracle/Middleware/patch_wls1035/profiles/default/native:/Oracle/Middleware/patch_jdev1112/profiles/default/native:/Oracle/Middleware/wlserver_10.3/server/native/linux/i686:/Oracle/Middleware/wlserver_10.3/server/native/linux/i686/oci920_8:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib'
>
<Jan 24, 2013 5:31:13 PM UTC> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Jan 24, 2013 5:31:14 PM UTC> <Warning> <Store> <BEA-280101> <The persistent file store "_WLS_staAdapter" is forced to use buffered I/O and so may have significantly degraded performance. Either the OS/hardware environment does not support the chosen write policy or the native wlfileio library is missing. See store open log messages for the requested and final write policies. See the documentation on store synchronous write policy configuration for advice.>
<Jan 24, 2013 5:31:15 PM UTC> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at '/Oracle/Middleware/wlserver_10.3/server/lib/uddi.war'.>
<Jan 24, 2013 5:31:15 PM UTC> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at '/Oracle/Middleware/wlserver_10.3/server/lib/uddiexplorer.war'.>
<Jan 24, 2013 5:31:16 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<Jan 24, 2013 5:31:16 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
**<Jan 24, 2013 5:31:30 PM UTC> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>**
**<Jan 24, 2013 5:31:30 PM UTC> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>**
**<Jan 24, 2013 5:31:30 PM UTC> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of STA_cluster.>**
**<Jan 24, 2013 5:31:38 PM UTC> <Notice> <Cluster> <BEA-000142> <Trying to download cluster JNDI tree from server staEngine.>**
**<Jan 24, 2013 5:31:38 PM UTC> <Notice> <Cluster> <BEA-000164> <Synchronized cluster JNDI tree from server staEngine.>**
**<Jan 24, 2013 5:31:38 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>**
**<Jan 24, 2013 5:31:38 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>**

Thanks. Unfortunately I've already done that and it doesn't work. I've included the -Xrs option in the managed server java command line arguments, see below. However, either it is in the wrong location on the java argument list or something else is going on, because it is not working. See the JVM command line below of the managed server.....
/Oracle/Middleware/jdk1.6.0_25/bin/java -server -Xms2048m -Xmx2048m -XX:NewSizeThreadIncrease=200 -Dweblogic.ThreadPoolPercentSocketReaders=50 -XX:MaxPermSize=512m -Dweblogic.Name=staAdapter -Djava.security.policy=/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/Oracle/Middleware/wlserver_10.3 -Dwls.home=/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/Oracle/Middleware/wlserver_10.3/server -Ddomain.home=/Oracle/Middleware/user_projects/domains/TBI -Dcommon.components.home=/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.domain.config.dir=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig -Doracle.server.config.dir=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/servers/staAdapter -Doracle.security.jps.config=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/carml -Digf.arisidstack.home=/Oracle/Middleware/user_projects/domains/TBI/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=false -Dweblogic.management.server=t3://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Duser.timezone=UTC -Xrs -Dweblogic.MaxMessageSize=100000000 -Dweblogic.ext.dirs=/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/Oracle/Middleware/patch_jdev1112/profiles/default/sysext_manifest_classpath -Djps.app.credential.overwrite.allowed=true weblogic.Serve

Similar Messages

  • Managed Server is Not coming UP from STARTING state

    Managed Server is Not coming UP from STARTING state

    Hi,
    Please try the following options:
    1) Apply -D_Offline_FileDataArchive=true
    The WebLogic Diagnostics Framework creates the diagnostic store (DAT) file which is used for different purposes. The initial size of the store file is about 1M.
    Here are the details of the parameter suggested: -D_Offline_FileDataArchive=true
    The above parameter is a (undocumented and unsupported) system property that disables WLDF indexing on the log file.
    Engineering has delivered an undocumented system property to disable the file archive indexing task (-D_Offline_FileDataArchive=true),
    This property will disable incremental as well as full indexing of WLDF archiving, if property is not properly applied, you can see a File Indexer timer kicks in for every 30 seconds.
    2) WLW page-flow event reporter may be creating several entries in the diagnostics store
    apply -Dcom.bea.wlw.netui.disableInstrumentation=true
    3) Disable JDBC profiling. (Under JDBC/datasource_name/diagnostics uncheck all the options there)
    If JDBC profiling is turned on, it inserts profiling data into the diagnostic store, which can cause it to grow.
    4) Disable Harvesting (change the value for Profile Harvest Frequency Seconds to zero)
    5) try setting the "synchronous-write-policy" parameter in the server configuration to "Cache-Flush". This bypasses the "direct I/O" code in the file store.
    Servers--->Configuration--->Services--->Default Store you can set the synchronous-write-policy to Cache-Flush
    Synchronous Write Policy:
    The disk write policy that determines how the file store writes data to disk.
    This policy also affects the JMS file store's performance, scalability, and reliability. The valid policy options are:
    * Direct-Write
    File store writes are written directly to disk. This policy is supported on Solaris, HP-UX, and Windows. On Windows systems, this option generally performs faster than the Cache-Flush option writes.
    * Disabled
    Transactions are complete as soon as their writes are cached in memory, instead of waiting for the writes to successfully reach the disk. This policy is the fastest, but the least reliable (that is, transactionally safe). It can be more than 100 times faster than the other policies, but power outages or operating system failures can cause lost and/or duplicate messages.
    * Cache-Flush
          Transactions cannot complete until all of their writes have been flushed down to disk. This policy is reliable and scales well as the number of simultaneous users increases.
    HTH
    Regards
    RC2
    http://crkthoughts.blogspot.com

  • The Oracle MapViewer brings the WebLogic Managed Server to crash

    Problem Description: The Oracle MapViewer brings the WebLogic Managed Server to crash, when we call a GetMap-Request with wrong Coordinates.
    This was found out for the SRS=EPSG:25833. Example:
    http://igdb-qm-svra1.blva.bayern.de:8080/mapviewer/wms?
    REQUEST=getMap&
    Version=1.1.1&
    LAYERS=&
    FORMAT=image/png&
    TRANSPARENT=false&
    STYLES=&
    Datasource=igvert_alkis_wms&
    basemap=AT_WMS_TN-KOMPLETT&
    SRS=EPSG:25833&
    BBOX=3.32358690717E7,5529425.0143,3.32369088846E7,5530464.8272&
    WIDTH=500&
    HEIGHT=500&
    With the Enterprise Manager was also evaluated during and after a crash of Server the SQL-Statements.
    If the SQL statements executed on the database itself, it takes a few seconds after a correct answer returns.
    I know that have the look for the EPSG coordinate as follows:
    BBOX=235869.071700,5529425.014300,236908.884600,5530464.827200&
    My question therefore: Why are these coordinates by the Oracle MapViewer approved and not caught? An Request with incorrect
    coordinates goes into a StuckThreads and then the ManagedServer crashed.
    In the appendix you will find the evaluation of the Enterprise Manager.
    I have tested the request with two different versions of Oracle MapViewer (Ver11_1_1_5_B110527 and Ver11_B100426). In both the same problem occurs on.
    I have also filed an SR.
    Best Regards
    Kerstin

    Hi,
    Can you confirm that you're trying to setup a managed server on another machine using the pack/unpack commands ?
    You might to want to take a look at that post.
    Clustering of 2 Physical server
    Hope that helps !
    Regards

  • EJB 3.0, BC4J and weblogic managed server

    Hi, I've got a problem using EJB 3.0 with a BC4J Application module in a weblogic managed server.
    My bean is a stateless session bean that use BC4J for database transaction.
    When I call the bean the first time, It returns de values I need, without problem. If I do the same call again, I always get "null". I deployed the same bean on the AdminServer, linking to the same DataSource, It works fine and I never got a null result.
    My application module is created insid my EJB abstract class by :
    _am = (BaseServiceImpl)Configuration.createRootApplicationModule(adfModel, adfConfiguration);*
    Where adfModel and adfConfiguration are configured through annotations in my EJB Implementation.
    In my abstract EJB, I have a methode with a +@PreDestroy+ method like that :
    +@PreDestroy+
    *protected void releaseModele() {*
    *if (_am != null) {*
    Configuration.releaseRootApplicationModule(_am, false);
    _am = null;*
    My Data Source on the server is defined as Supporting Global Transaction, one-phase commit. I activated the BC4J Logs on the server to see what was going on and I see that the JDBC seems to close after the first call :
    *** closing jdbc connection now **** (weblogic.jdbc.wrapper.JTSConnection_oracle_jdbc_driver_T4CConnection@0)
    And that is when I've got the error on the server :
    oracle.jbo.InvalidObjAccessException: JBO-25036: An invalid object operation was invoked on type View Object with name AppModAD
    So, my JDBC connection seems to close somewhere beetween the first and the second call, but only on a managed server... Someone has ever encountered a problem like that?
    Maybe there is something with the configuration of a datasource on a managed server? Or with the lifecycle of an

    The solution was to NOT have glabal transaction checked in the configuration of the data-source and "Failover Transaction State Upon Managed Release" uncked in the configuration of the Business component configuration.

  • Weblogic.management.server bound more than once?

    Sorry if I already posted this in cluster, but I realized that it should belong here instead....
    I have an admin server that does not belong in any cluster. I set up 2 managed server (app01,
    app02) targetted to "app cluster". I can start up app01 or app02 by itself, when when I start both
    up, I get the following message on both managed servers; the admin server, on the other hand, does
    not display any errors. Why are the managed servers trying to bind weblogic.management.server to
    jndi????
    <Apr 3, 2001 11:07:37 AM PDT> <Info> <Cluster> <Adding
    server -4094822875006454559S:fortran-1:[10085,10085,7002,7002,10085,7002,-1] to cluster view>
    <Apr 3, 2001 11:07:37 AM PDT> <Info> <Cluster>
    <Adding -4094822875006454559S:fortran-1:[10085,10085,7002,7002,10085,7002,-1] to the cluster>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.server in the jndi tree. The object you have bound
    weblogic.management.internal.RemoteMBeanServerImpl from fortran is non clusterable and you have
    tried to bind more than once from two or more servers. Such objects can only deployed from one
    server.>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.server in the jndi tree. The object you have bound
    weblogic.management.internal.RemoteMBeanServerImpl_WLStub from fortran-1 is non clusterable and you
    have tried to bind more than once from two or more servers. Such objects can only deployed from one
    server.>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.adminhome in the jndi tree. The object you have bound
    weblogic.management.internal.AdminMBeanHomeImpl from fortran is non clusterable and you have tried
    to bind more than once from two or more servers. Such objects can only deployed from one server.>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.adminhome in the jndi tree. The object you have bound
    weblogic.management.internal.AdminMBeanHomeImpl_WLStub from fortran-1 is non clusterable and you
    have tried to bind more than once from two or more servers. Such objects can only deployed from one
    server.>
    Gene

    Prasad diagnosed the problem. Look in clustering under the same title if you're interested!
    Gene
    "Gene Chuang" <[email protected]> wrote in message news:[email protected]...
    Sorry if I already posted this in cluster, but I realized that it should belong here instead....
    I have an admin server that does not belong in any cluster. I set up 2 managed server (app01,
    app02) targetted to "app cluster". I can start up app01 or app02 by itself, when when I startboth
    up, I get the following message on both managed servers; the admin server, on the other hand,does
    not display any errors. Why are the managed servers trying to bind weblogic.management.server to
    jndi????
    <Apr 3, 2001 11:07:37 AM PDT> <Info> <Cluster> <Adding
    server -4094822875006454559S:fortran-1:[10085,10085,7002,7002,10085,7002,-1] to cluster view>
    <Apr 3, 2001 11:07:37 AM PDT> <Info> <Cluster>
    <Adding -4094822875006454559S:fortran-1:[10085,10085,7002,7002,10085,7002,-1] to the cluster>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.server in the jndi tree. The object you have bound
    weblogic.management.internal.RemoteMBeanServerImpl from fortran is non clusterable and you have
    tried to bind more than once from two or more servers. Such objects can only deployed from one
    server.>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.server in the jndi tree. The object you have bound
    weblogic.management.internal.RemoteMBeanServerImpl_WLStub from fortran-1 is non clusterable andyou
    have tried to bind more than once from two or more servers. Such objects can only deployed fromone
    server.>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.adminhome in the jndi tree. The object you have bound
    weblogic.management.internal.AdminMBeanHomeImpl from fortran is non clusterable and you have tried
    to bind more than once from two or more servers. Such objects can only deployed from one server.>
    <Apr 3, 2001 11:07:38 AM PDT> <Error> <Cluster> <Conflict start: You tried to bind an object under
    the name weblogic.management.adminhome in the jndi tree. The object you have bound
    weblogic.management.internal.AdminMBeanHomeImpl_WLStub from fortran-1 is non clusterable and you
    have tried to bind more than once from two or more servers. Such objects can only deployed fromone
    server.>
    Gene

  • Weblogic managed server crash and automatic restart on Solaris SPARC platform

    hi Everyone,
    We are facing a problem a problem with Weblogic managed server where the managed server crashes and automatically restarts (via nodemanager) on Solaris SPARC platform.
    The system info is as below:
    OS:                            Oracle Solaris 11.1 SPARC
      Copyright (c) 1983, 2012, Oracle and/or its affiliates.  All rights reserved.
                               Assembled 19 September 2012
    uname:SunOS 5.11 11.1 sun4v
      (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:1.04 0.52 0.32
    CPU:total 4 v9, popc, vis1, vis2, vis3, blk_init, cbcond, sun4v, niagara_plus
    Memory: 8k page, physical 16777216k(5930008k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for solaris-sparc JRE (1.7.0_25-b11), built on May 15 2013 04:30:17 by "" with Sun Studio 12u1
    The pstack output of analyzing the core file is as below (for the particular thread, I can attach the entire output of pstack if required):
    --- called from signal handler with signal 11 (SIGSEGV) ---
    ffffffff7ec1a7c4 memcpy%sun4v-hwcap3 (103d34720, 10a7e7710, 108ae1060, 6300, 0, ffffffff5f66394b) + 990
    ffffffff36102fa4 ZIP_GetEntry (103d34720, ffffffff636f66a4, bd, 103d347f0, a26f1c, 2f) + e4
    ffffffff36103440 Java_java_util_zip_ZipFile_getEntry (2b, ffffffff636f66a4, 103d34720, ffffffff636f6b70, 2b, 1) + a8
    ffffffff7586ac1c * *java/util/zip/ZipFile.getEntry(J[BZ)J [compiled]
    ffffffff75b61b58 * *java/util/zip/ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry; [compiled] +39 (line 606)
    ffffffff75b61b58 * *java/util/jar/JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;+3 (line 452)
    ffffffff75b61b58 * *weblogic/utils/classloaders/ZipClassFinder.getSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+36 (line 75)
    ffffffff75b6eb84 * *weblogic/utils/classloaders/JarClassFinder.getSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +6 (line 100)
    ffffffff75a40938 * *weblogic/utils/classloaders/AbstractClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +74 (line 58)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75806d10 * weblogic/application/utils/CompositeWebAppFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+5 (line 176)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75806d10 * weblogic/utils/classloaders/CodeGenClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+43 (line 48)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.findLocalClass(Ljava/lang/String;)Ljava/lang/Class;+87 (line 571)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+117 (line 515)
    ffffffff75806d10 * weblogic/utils/classloaders/ChangeAwareClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+60 (line 121)
    ffffffff75a465c8 * *java/lang/ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; [compiled] +71 (line 836)
    ffffffff75db42c0 * *java/lang/ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; [compiled] +4 (line 714)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+2 (line 358)
    ffffffff75806d10 * weblogic/utils/classloaders/ChangeAwareClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+27 (line 83)
    ffffffff7580024c * StubRoutines (1)
    ffffffff3691f44c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (ffffffff636f7f98, 10234f000, 2, c, 2, 10) + 2f4
    ffffffff36e546c0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_pnGSymbol_63pnGThread__v_ (ffffffff636f7f98, 1013e7748, 10234f000, 10011bf30, 100119ec0, 772d4ec08) + 1b8
    ffffffff3725bf0c __1cQSystemDictionaryTload_instance_class6FpnGSymbol_nGHandle_pnGThread__nTinstanceKlassHandle__ (105cb6100, 1013e7978, 10234f000, 102b6e500, 0, 1013e7748) + 494
    ffffffff3725a028 __1cQSystemDictionarybEresolve_instance_class_or_null6FpnGSymbol_nGHandle_3pnGThread__pnMklassOopDesc__ (105cb6100, 19dc00, 70, 10234f000, 70, 1013e7700) + ae0
    ffffffff37257800 __1cQSystemDictionaryPresolve_or_fail6FpnGSymbol_nGHandle_3bpnGThread__pnMklassOopDesc__ (105cb6100, 1013e76f0, 1013e76f8, 1, 10234f000, 1) + 290
    ffffffff368ba9dc __1cTconstantPoolOopDescNklass_at_impl6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__ (10201b6e0, 1013e7978, 10234f000, 10201b6e0, 783cfb098, ffffffff37588000) + 264
    ffffffff36937380 __1cSInterpreterRuntimeE_new6FpnKJavaThread_pnTconstantPoolOopDesc_i_v_ (10234f000, 77548b730, 49, 10201b6e0, 1013e76e8, 10234f000) + b8
    ffffffff7581ab58 * com/jdedwards/base/logging/log4j/JdeLogger.warn(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V+14
    ffffffff75807bcc * com/jdedwards/system/security/proxy/SecurityServerProxyImpl.install(Ljava/util/Hashtable;)Lcom/jdedwards/system/security/proxy/SecurityServerProxyImpl;+30
    ffffffff75806d10 * com/jdedwards/system/security/proxy/SecurityServerProxyFactory.create(Ljava/util/Hashtable;)Lcom/jdedwards/system/security/SecurityServer;+1
    ffffffff75807898 * com/jdedwards/system/security/SecurityServerInstance.getInstance()Lcom/jdedwards/system/security/SecurityServer;+27
    ffffffff75806d10 * com/jdedwards/mgmt/security/UserManager.checkPassword(Ljava/lang/String;Ljava/lang/String;)Z+59
    ffffffff75806b24 * com/jdedwards/mgmt/security/UserManagerImpl.checkPassword(Ljava/lang/String;Ljava/lang/String;)Z+5
    ffffffff75806b24 * com/jdedwards/mgmt/security/SCFLoginModule.login()Z+481
    The output of the hs_err_pid1127.log file is as below:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0xffffffff7ec1a544, pid=1127, tid=20
    # JRE version: 7.0_25-b11
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode solaris-sparc compressed oops)
    # Problematic frame:
    # C  [libc.so.1+0x11a544]  memcpy%sun4v-hwcap3+0x710
    # Core dump written. Default location: /slot/ems9437/appmgr/Oracle/Middleware/user_projects/domains/smc_domain/core or core.1127
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x000000010294d000):  JavaThread "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=20, stack(0xffffffff62f00000,0xffffffff63000000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0xffffffff5f6ce000
    I ran the suspect code which i believed was causing the issue as a standalone Java program using the same Java executable and it worked fine without any crash.
    Appreciate any inputs / discussion / feedback / thoughts on this topic.
    Good day.

    I just wanted to throw in one more thought.  I have also seen that there is a restart=true parameter.  Maybe if we set this to true, and just issue the command to shut down the server in the script, the managed server will restart on its own. 
    Would greatly appreciate any advice!

  • Java.rmi.server.ExportException: while stopping weblogic Managed server

    Hello,
    I am getting the below error while I try to stop the weblogic managed server from the stop script in the server. I am able to do it thru the console.
    the weblogic version is 9.23.
    -server -Xms1536m -Xmx1536m
    Stopping Weblogic Server...
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 9990; nested exception is:
         java.net.BindException: Address already in use
    I am a newbie , so anyone could help me figure out the things I need to check so that I can troubleshoot the issue?
    thanks in advance.

    Are you using a custom script or <domain>/bin/stopManagedWebLogic.sh ?
    The msg you've informed seems to be an error that happens when you try to start a managed server that is trying to use a port that is already in use.

  • OBIEE 11.1.1.5 Weblogic Managed Server bi_server1 crashed

    Hello OTN,
    We are facing weblogic managed server crash issues. Our environment is RedHat Enterprise Linux version 5 X86_64 bit. Below is the exact error message captured from the output of the command (sh startManagedWebLogic.sh)
    /u01/app/oracle/fmw1/user_projects/domains/bifoundation_domain/bin/startWebLogic.sh: line 180: 2337 Segmentation fault ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${JAVA_OPTIONS} ${PROXY_SETTINGS} ${SERVER_CLASS}
    Request your directions...
    --Joe                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Joe,
    Segmentation refers to internal memory management by the OS. May be you want to narrow on the cause here. Here are few things you may want to check
    1. Did you make any modifications on the weblogic server? May be threads/stacks params etc
    2. How about the JVM heap size? Is it default or have you tuned it?
    3. Any modifications of the startup/config/common scripts?
    Hope this helps.
    Thank you,
    Dhar

  • Weblogic Managed server not starting after installing OIM 11g

    Hi All,
    I have installed OIM 11g successfully and I am able to start the WL Admin Server. But when I try to start the Managed Server for OIM (oim_server1), the screen just disappears and do not generate any logs.
    I haven't used the WL JDK while installing, used seperate JDK. Does it create any problem in starting the managed Server.
    Please help in solving this..
    Thanks,
    anag

    Hi,
    How are you starting the managed server, is it like this?
    xlStartManagedServer.cmd oim_server1 <URL of admin server>
    ~ Ketan

  • Getting a perl error when trying to discover a Weblogic Managed Server

    Hi,
    Any help working this out would be greatly appreciated. I've searched Oracle Support and here without success so far.
    I am trying to add a weblogic 10.3 manager server as a target for the agent on that host. Using Grid Control 10.2.0.5 patch 3 on both the OMS and the agent.
    I get past the 2nd screen of the wizard then it fails. So far I've entered hostname, port, credentials for weblogic, then on the next page the credentials for the linux user on the host. Hitting next goes to a clock icon for a few seconds then it fails with:
    Can't locate File/Find.pm in @INC (@INC contains: /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/5.8.3/i686-linux-thread-multi /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/5.8.3 /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/site_perl/5.8.3/i686-linux-thread-multi /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/site_perl/5.8.3 /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/site_perl .) at /app/oracle/agent10g/sysman/admin/scripts/weblogicdiscovery.pl line 2. BEGIN failed--compilation aborted at /app/oracle/agent10g/sysman/admin/scripts/weblogicdiscovery.pl line 2.
    I understand that when the agent runs the perl script weblogicdiscovery.pl, perl cant find the Find module to include (as instructed on line 2). The file in question exists in /app/oracle/agent10g/perl/lib/5.8.3/File/Find.pm .
    I've tried tweaking the PERL5LIB env variable in the shell before I start the agent, and also in the emctl script itself, but neither seems to have any effect on that error message. It at least should have the basic $ORACLE_HOME/perl/lib in the path which is doesn't.
    Anywhere else I should look for this variable setting?
    Edit: Next question. I've been wondering where those "/ade/smayer_perl58_main_linux/..." paths were coming from as they aren't going to work and I see them (or at least very similar paths) defined in /app/oracle/agent10g/perl/lib/5.8.3/i686-linux-thread-multi/Config.pm . I've checked another linux host with the agent installed and it is the same, so must be defaults from Oracle. Was I supposed to change these after the install? I didn't read that anywhere. Still if we can set PERL5LIB before running emctl this should prepend real paths, right?
    Quick test:
    export PERL5LIB=$ORACLE_HOME/perl/lib:$ORACLE_HOME/perl/lib/site_perl
    perl -e 'print join "\n", @INC'
    /perl/lib/5.8.3
    /app/oracle/agent10g/perl/lib/5.8.3/i686-linux-thread-multi
    /app/oracle/agent10g/perl/lib/5.8.3
    /app/oracle/agent10g/perl/lib
    /app/oracle/agent10g/perl/lib/site_perl/5.8.3/i686-linux-thread-multi
    /app/oracle/agent10g/perl/lib/site_perl/5.8.3
    /app/oracle/agent10g/perl/lib/site_perl
    /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/5.8.3/i686-linux-thread-multi
    /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/5.8.3
    /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/site_perl/5.8.3/i686-linux-thread-multi
    /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/site_perl/5.8.3
    /ade/smayer_perl58_main_linux/perl58/bin/Linux/Opt/lib/site_perl
    Should $ORACLE_HOME/Perl be rebuilt during the agent install? I'm thinking it should because those details in the file point to someone with a username smayer configuring perl as per his environment.
    Cheers,
    Damian
    Edited by: user11127564 on 29-Jun-2010 21:42
    I've located something slightly useful on Metalink. Note ID 762125.1 particularly as we're using delegated privs and sudo.
    However, this says this problem is fixed in 10.2.0.5. I'll prod my sysadmins some more on the sudoers configuration.
    Edited by: user11127564 on 30-Jun-2010 16:55

    Right. If you are using delegated privs and sudo, make sure that sudo is configured to pass on the PERL5LIB and ORACLE_HOME environment variables at least.

  • Problem starting Weblogic Managed Server SOA11g

    While restarting the server, after starting weblogic server(no errors), when i try to start managed server, getting this exception,
    SEVERE: FabricProviderServlet.handleException Error during retrieval of test page or composite resourceoracle.fabric.common.FabricException: Failed to concatanate the following 2 urls: home= "null" and relative="SCA-INF/classes".: no protocol: SCA-INF/classes
    at oracle.fabric.common.metadata.MetadataManagerImpl.resolve(MetadataManagerImpl.java:316)
    at oracle.fabric.composite.model.CompositeModel.getClassLoaderFiles(CompositeModel.java:362)
    at oracle.fabric.composite.model.CompositeModel.getCompositeClassloader(CompositeModel.java:203)
    at oracle.integration.platform.blocks.soap.FabricProviderServlet.doGet(FabricProviderServlet.java:289)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.net.MalformedURLException: no protocol: SCA-INF/classes
    at java.net.URL.<init>(URL.java:567)
    at java.net.URL.<init>(URL.java:464)
    at oracle.fabric.common.metadata.MetadataManagerImpl.resolve(MetadataManagerImpl.java:313)
    ... 20 more
    Also on the em console, all the deployed composites' status are shown as pending.
    Any idea why this is happening ?
    Thanks,
    Shyamala

    I am facing the same issue...
    any solution on this?
    Regards,
    Vikrant korde

  • Running Weblogic managed server as Windows service

    Hi,
    i'm using Weblogic 6.0 SP2 and i'm trying to run Managed Server as windows
    service (i'm using Win2k). I use a pretty long CLASSPATH in order to run my
    WebApplication and it looks like beasvc.exe truncates my CLASSPATH - that
    way my application wouldn't work.
    Is there any workaround to my problem ?
    Thanks alot for any help,
    Bybye.

    Windows has a command line limitation of 2K.
    Since you invoke beasvc.exe from command line, it will obviously get's
    truncated
    1)
    One work around will be to set the registry manually after invoking
    the beasvc.exe
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
    <service-name>\Parameters
    Alter cmdLine parameter to include everything. After this if you start
    the service, it should work.
    2)
    Put all the classpath in a file called C:/temp/foo.tmp (since classpath is
    long)
    Invoke beasvc.exe with cmdLine set as
    -cmdLine:... -classpath "@C:/temp/foo.tmp ...
    Since jvm pulls the classpath from the file, this should also solve your
    problem.
    Sun VM's support this feature as of 1.2 and above.
    Kumar
    Evgenya Borisenko wrote:
    Hi,
    i'm using Weblogic 6.0 SP2 and i'm trying to run Managed Server as windows
    service (i'm using Win2k). I use a pretty long CLASSPATH in order to run my
    WebApplication and it looks like beasvc.exe truncates my CLASSPATH - that
    way my application wouldn't work.
    Is there any workaround to my problem ?
    Thanks alot for any help,
    Bybye.

  • Cannot start WebLogic Managed Server

    Hi,
    I have an weblogic domain on a physical machine with two servers (AdminServer and osb_server1 [Managed Server]). (Weblogic 10.3.6)
    I started nodeManager and enrolled the domain using nmEnroll command through WLST.
    I can start "AdminServer" thourgh nmStart('AdminServer') command. AdminServer starts successfully.
    However, when I want to start managed server (osb_server1):
    1. Through WebLogic administrator console it says:
    (Warning) The user is not authorized to perform lifecycle operations on server osb_server1.
    (Warning) All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    2. Using startManagedWebLogic.cmd script after entering username/password, it returns authentication denied.
    Oct 22, 2012 10:31:21 AM EEST> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
    <Oct 22, 2012 10:31:21 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:966)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    3. Using nmStart command on nodeManager, it is complaining about boot.properties file.
    I can login AdminServer with same account without problems.
    Best Regards,
    Edited by: ToRRaDo on Oct 22, 2012 5:25 PM

    Copied boot.properties from AdminServer to osb_server1 and the error below occured. (I also with plain text passwords in boot.properties file but error did not change)
    <Oct 23, 2012 8:03:59 AM EEST> <Error> <Configuration Management> <BEA-150021> <The admin server failed to authenticate the identity of the user weblogic starting the managed server. The reason for the error is .>
    <Oct 23, 2012 8:03:59 AM EEST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001/.>
    <Oct 23, 2012 8:03:59 AM EEST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Oct 23, 2012 8:03:59 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 23, 2012 8:03:59 AM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 23, 2012 8:04:00 AM EEST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\my_domain\servers\osb_server1\logs\osb_server1.log is opened. All server side log events will be written to this file.>
    <Oct 23, 2012 8:04:19 AM EEST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 23, 2012 8:04:19 AM EEST> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid;
    The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
    <Oct 23, 2012 8:04:20 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password fromthe boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created.
    Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:960)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace>
    <Oct 23, 2012 8:04:20 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    Edited by: ToRRaDo on Oct 23, 2012 8:13 AM
    Edited by: ToRRaDo on Oct 23, 2012 8:14 AM

  • Weblogic Managed Server not starting from the ./startManagedWebLogic.sh

    We have installed weblogic 9.2 in unix environment, and created one admin server and a managed server
    My admin server is in running state, while starting the managed server, the folllowing message is showing
    <Jun 18, 2010 1:30:45 PM BST> <Info> <MessagingBridge> <BEA-200001> <The messaging bridge service has successfully shut down.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040308> <JMS service is suspending.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040107> <Undeployed 8 default connection factories.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040015> <JMS shutdown is complete.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001144> <Force Suspending the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001146> <Force suspend of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001147> <Shutting down the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001149> <Shutdown of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <Cluster> <BEA-000103> <Disconnecting fromcluster dcsCLSv1>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <WebLogicServer> <BEA-000236> <Stopping execute threads.>
    I have started my server in the following ways.
    from the weblogic/user_projects/V1.3.0/dsDOMv/bin directory
    bash-3.00$ ./startManagedWebLogic.sh dREGv1
    bash-3.00$ tail -f /weblogic/user_projects/V1.3.0/dsDOMv/logs/dREGv1startWeblogic.sh
    We have configured commomn user name for all admin and managed servers.
    Please reply.........

    The following is the managed server logs. i have stoped the server manually from weblogic console( from control tab and click on shutdown by force) om 18th June at 1:30:37. The following is the managed servers log
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Server> <BEA-002640> <A request has been received to force shut down of the server.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Server> <BEA-002638> <Force shutdown was issued remotely from 127.0.0.1>
    <Jun 18, 2010 1:30:37 PM BST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by weblogic>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Cluster> <BEA-000158> <Server has stopped sending cluster heartbeats and announcements. It is still receiving heartbeats and announcements from other cluster members.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module scheduler.jar of application scheduler is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module scheduler.jar of application scheduler successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsschedulerapp of application scheduler is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsschedulerapp of application scheduler successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module edcsejb.jar of application coreedcs is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module edcsejb.jar of application coreedcs successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsapp of application coreedcs is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsapp of application coreedcs successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 10.235.3.40:7221 was shutdown.>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on 156.150.200.190:7221 was shutdown.>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <Server> <BEA-002607> <Channel "Default[2]" listening on 127.0.0.1:7221 was shutdown.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <WebLogicServer> <BEA-000256> <Invoking bea.jolt.pool.servlet.weblogic.PoolManagerShutDown.main(null)>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Diagnostics> <BEA-320002> <The Diagnostics subsystem is stopping on Server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <JMX> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://10.235.3.40:7221/jndi/weblogic.management.mbeanservers.runtime .>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <WebService> <BEA-220028> <Web Service reliable agents are suspended.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <WebService> <BEA-220029> <Web Service reliable agents are shut down.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <SAFService> <BEA-281004> <SAF Service has been suspended.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <SAFService> <BEA-281005> <SAF Service has been shut down.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module scheduler.jar of application scheduler is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module scheduler.jar of application scheduler successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsschedulerapp of application scheduler is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <ServletContext-/edcsschedulerapp> <000000> <Closing Spring root WebApplicationContext>
    <Jun 18, 2010 1:30:37 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/webapp/edcsschedulerapp/17126420/comp). Unbinding it.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsschedulerapp of application scheduler successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module edcsejb.jar of application coreedcs is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <Deployer> <BEA-149060> <Module edcsejb.jar of application coreedcs successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsapp of application coreedcs is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <ServletContext-/edcsapp> <000000> <Closing Spring root WebApplicationContext>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/webapp/edcsapp/14679463/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsapp of application coreedcs successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/scheduler.jar#EDCSSchedulerTransManagerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSREFMessageListenerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSEventTransManagerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSERSMessageListenerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSReportMessageListenerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040324> <JMSServer "InMemoryObjectJMSServerREGv1" is suspending.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040325> <JMSServer "InMemoryObjectJMSServerREGv1" is suspended.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040324> <JMSServer "ERSJMSServer" is suspending.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040325> <JMSServer "ERSJMSServer" is suspended.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001514> <Destroying Data Source dcsDSdiagReadOnly.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001515> <Data Source dcsDSdiagReadOnly has been successfully destroyed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001508> <Destroying Connection Pool dcsDSdiagReadOnly.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001126> <Destroyed Connection Pool named dcsDSdiagReadOnly.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001514> <Destroying Data Source dcsDSdiag.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001515> <Data Source dcsDSdiag has been successfully destroyed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001508> <Destroying Connection Pool dcsDSdiag.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001126> <Destroyed Connection Pool named dcsDSdiag.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001514> <Destroying Data Source InMemoryJDBCDataSource.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001515> <Data Source InMemoryJDBCDataSource has been successfully destroyed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001508> <Destroying Connection Pool InMemoryJDBCDataSource.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001126> <Destroyed Connection Pool named InMemoryJDBCDataSource.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <MessagingBridge> <BEA-200001> <The messaging bridge service has successfully shut down.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040308> <JMS service is suspending.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040107> <Undeployed 8 default connection factories.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040015> <JMS shutdown is complete.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001144> <Force Suspending the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001146> <Force suspend of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001147> <Shutting down the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001149> <Shutdown of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <Cluster> <BEA-000103> <Disconnecting from cluster dcsCLSv1>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <WebLogicServer> <BEA-000236> <Stopping execute threads.>
    But i tried to restart the server today(21st may).
    From the admin server log says the following.
    [JMSMigrate] : Current hosting server dcsREGv1 is down
    [JMSMigrate] : Try to migrate...
    [JMSMigrate] : Candidate server dcsREGv1 is not runing
    [JMSMigrate] : Start Sleeping.......... End Sleeping
    Yes, Managed Server and AdminServer resides on the Same Physical Box.
    Thansk in advance.....

  • Schedule recycle of Weblogic managed server

    Hello everyone,
    We are having issues with gradual degradation of response time with our BI Publisher application.  Until the issue is solved, we would like to schedule a daily automatic recycle of the managed server that it runs on.  I have seen documentation for configuring node manager to recycle the server based on health status, but we would actually like to recycle this managed server daily at a specific time in the evening.  We have scripts that we call from the Linux command line to shutdown and restart a managed server.  I assume I could write a script that calls both of these with a sleep command in between the two to give the managed server time to shut down completely before calling the startup script.  Does anyone have any recommendations on the best approach for a task like this, or could a shutdown/restart at a specific time every day be configured with the l Admin console?
    We are running WebLogic Server Version 10.3.5.0 in Java 1.6 Runtime environment on JRockit R 28.1.4.   Bi Publisher application is Release 10.1.3.4.

    I just wanted to throw in one more thought.  I have also seen that there is a restart=true parameter.  Maybe if we set this to true, and just issue the command to shut down the server in the script, the managed server will restart on its own. 
    Would greatly appreciate any advice!

Maybe you are looking for

  • Report Generation & image

    Hello, I have been using Report Generation VIs to print Control/Indicator (Front Panel)icons on Word Document.  The only issue is that it is so white that it blends with the background (example attachment below). Any suggestions. Also, how can I use

  • "Failed to load the NVIDIA kernel module" [SOLVED]

    Hi, I've just done a fresh install of Arch64 and I'm having problems with NVIDIA driver from the repo. xorg, xf86-input-evdev -- INSTALLED nvidia, nvidia-utils, lib32-nvidia-utils -- INSTALLED (version 256.44-1) nouveau -- NOT INSTALLED here goes the

  • Process not found in Process Repository (Cons) after transport

    Hello everyone, I have a NWDI track with all SC's that I need.  After test all in my DEV system (develop on track, deploy) I tried to transport my escenario : 1. Activities on track, all components and sources are there.  Check In and Activate sucess

  • Office Add-Ins : Langauge mismatch

    Hello I installed on Wondows XP OBI EE 10.1.3.4.1 and Ms Office 2007 (english) After installing and configuring Oracle BI Office (like explain in OBE : Using OBI Office Add-Ins with OBI EE ...) I tried to insert data in Excell from Oracle BI Catalog

  • ITunes on Time Capsule - Front Row

    Hi, I have recently moved my songs to a Time Capsule which I play wirelessly through iTunes on my MacBook. I have just tried to get play the songs via Front Row but it is not bringing up any songs/playlists etc. Is there anywhere I can point Front Ro