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.

Similar Messages

  • 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!

  • 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.....

  • 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

  • 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

  • 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

  • Auto-Deployment and Restarting Managed Server

    Hi,
    We are using WebLogic Server 7.0 SP2 on Solaris 8. Yesterday, a developer copied
    over a new WAR file into the applications directory. Then he ried to restart the
    managed server. This appeared to hang, so he tried restarting the admin. server,
    which also failed. Looking at the log, it looks like the admin. server is trying
    to deploy apps. from the applications/backup directory.
    After I removed the backup directory and edited config.xml to remove all references
    to this directory, I was able to startup the Admin. server (though there were
    still some errors; see later) and the managed server.
    The servers are actually running in "developemnt" mode and have the Aut-Deploy
    feature enabled, so my theory is that the auto-deployment was conflicting with
    the managed server restart. He shouldn't have had to restart the managed server
    since Auto-Deploy is enabled, right?
    I'm also wondering about these errors I got when I the Admin. server finally started:
    Starting WebLogic Server...
    <May 4, 2004 11:41:04 AM MDT> <Notice> <Management> <140005> <Loading configuration
    /wlsapp/prod/ivrprod/./config.xml>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "admin" for domain "ivrprod">
    <May 4, 2004 11:41:44 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir>
    <May 4, 2004 11:41:49 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Running>
    <May 4, 2004 11:41:51 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Completed>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Management> <141052> <Application Poller
    started for development server.>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir-0>
    <May 4, 2004 11:41:57 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:41:59 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    <May 4, 2004 11:42:13 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=2268781,name=InternetTroubleshooting,context-path=/backup/
    InternetTroubleshooting)] failed to compile /dialogs/ADSLDisambig.jsp, compiler
    errors:
    /wlsapp/prod/ivrprod/./admin/.wlnotdelete/_appsdir_backup_dir_InternetTroubleshooting_2268781/jsp_servlet/_dialogs/__ADSLDisambig.ja
    va:17: package com.nuance.ps.telus does not exist
    <May 4, 2004 11:42:20 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=1642582,name=ReportAPayment,context-path=/backup/ReportAPa
    yment)] translation of /dialogs/GetStatus.jsp failed: weblogic.servlet.jsp.JspException:
    (line 7): class 'com.nuance.ps.telus.Shared
    Storage' could not be loaded>
    <May 4, 2004 11:42:20 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:22 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=3439810,name=TelusLogin,context-path=/backup/TelusLogin)]
    translation of /conf/ClearOldKeys.jsp failed: weblogic.servlet.jsp.JspException:
    (line 2): class 'com.nuance.ps.telus.SharedStorage'
    could not be loaded>
    <May 4, 2004 11:42:22 AM MDT> <Error> <Deployer> <149201> <The Slave Deployer
    failed to complete the deployment task with id 16 for
    the application appsdirbackup_dir.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 16
    Thanks,
    Paul

    The short answer to your question is that auto-deployment and multiple
    servers don't mix.
    If you have a single-server domain and choose to use auto-deployment,
    that'll work fine.
    Once you have separate admin/managed servers, you need to use
    weblogic.Deployer, the wldeploy ant task (8.1), or the console to deploy
    applications.
    -- Rob
    Paul wrote:
    Hi,
    We are using WebLogic Server 7.0 SP2 on Solaris 8. Yesterday, a developer copied
    over a new WAR file into the applications directory. Then he ried to restart the
    managed server. This appeared to hang, so he tried restarting the admin. server,
    which also failed. Looking at the log, it looks like the admin. server is trying
    to deploy apps. from the applications/backup directory.
    After I removed the backup directory and edited config.xml to remove all references
    to this directory, I was able to startup the Admin. server (though there were
    still some errors; see later) and the managed server.
    The servers are actually running in "developemnt" mode and have the Aut-Deploy
    feature enabled, so my theory is that the auto-deployment was conflicting with
    the managed server restart. He shouldn't have had to restart the managed server
    since Auto-Deploy is enabled, right?
    I'm also wondering about these errors I got when I the Admin. server finally started:
    Starting WebLogic Server...
    <May 4, 2004 11:41:04 AM MDT> <Notice> <Management> <140005> <Loading configuration
    /wlsapp/prod/ivrprod/./config.xml>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 4, 2004 11:41:14 AM MDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "admin" for domain "ivrprod">
    <May 4, 2004 11:41:44 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir>
    <May 4, 2004 11:41:49 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Running>
    <May 4, 2004 11:41:51 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir on admin - Completed>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Management> <141052> <Application Poller
    started for development server.>
    <May 4, 2004 11:41:54 AM MDT> <Notice> <Application Poller> <149400> <Activating
    application: appsdirbackup_dir-0>
    <May 4, 2004 11:41:57 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:41:59 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000365> <Server state
    changed to RUNNING>
    <May 4, 2004 11:42:02 AM MDT> <Notice> <WebLogicServer> <000360> <Server started
    in RUNNING mode>
    <May 4, 2004 11:42:13 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=2268781,name=InternetTroubleshooting,context-path=/backup/
    InternetTroubleshooting)] failed to compile /dialogs/ADSLDisambig.jsp, compiler
    errors:
    /wlsapp/prod/ivrprod/./admin/.wlnotdelete/_appsdir_backup_dir_InternetTroubleshooting_2268781/jsp_servlet/_dialogs/__ADSLDisambig.ja
    va:17: package com.nuance.ps.telus does not exist
    <May 4, 2004 11:42:20 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=1642582,name=ReportAPayment,context-path=/backup/ReportAPa
    yment)] translation of /dialogs/GetStatus.jsp failed: weblogic.servlet.jsp.JspException:
    (line 7): class 'com.nuance.ps.telus.Shared
    Storage' could not be loaded>
    <May 4, 2004 11:42:20 AM MDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbackup_dir-0 on admin - Running>
    <May 4, 2004 11:42:22 AM MDT> <Error> <HTTP> <101045> <[ServletContext(id=3439810,name=TelusLogin,context-path=/backup/TelusLogin)]
    translation of /conf/ClearOldKeys.jsp failed: weblogic.servlet.jsp.JspException:
    (line 2): class 'com.nuance.ps.telus.SharedStorage'
    could not be loaded>
    <May 4, 2004 11:42:22 AM MDT> <Error> <Deployer> <149201> <The Slave Deployer
    failed to complete the deployment task with id 16 for
    the application appsdirbackup_dir.
    weblogic.management.ApplicationException: Prepare failed. Task Id = 16
    Thanks,
    Paul

  • Query regarding the Node manager configuration(WLS and OAM Managed server)

    Query regarding the Node manager configuration(WLS and OAM Managed server):
    1) In the nodemanager.properties I have added the ListenAddress:myMachineName and ListenPort: 5556
    My setup : One physical Linux machine(myMachineName) has : WLS admin server, managed server(OAM 11G) and nodemanager.No clustered environment.
    2) nodemanager.log has the following exception when I start the oam_server1 using EM(Enterprise Manager11g):
    Mar 23 2012 1:39:55 AM> <SEVERE> <Fatal error in node manager server>
    java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:336)
    at java.net.ServerSocket.bind(ServerSocket.java:336)
    at javax.net.ssl.impl.SSLServerSocketImpl.bind(Unknown Source)
    at java.net.ServerSocket.<init>(ServerSocket.java:202)
    at javax.net.ssl.SSLServerSocket.<init>(SSLServerSocket.java:125)
    at javax.net.ssl.impl.SSLServerSocketImpl.<init>(Unknown Source)
    at javax.net.ssl.impl.SSLServerSocketFactoryImpl.createServerSocket(Unknown Source)
    Default port on which node manager listen for requests is localhost:5556.I have changed it to point to my machine. The port should be of WLS admin server or it should be the managed server port?
    3) I have started the NodeManager using the startNodeManager.sh script.
    4) The admin server port is 7001 and the oam managed server port is 14100.
    Any inputs on what might be wrong in the setup will be helpful.Thanks !

    By using netstat -anp|grep 5556 you can check which process on your machine is using the 5556 port.

  • 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

  • Error configuring and starting Managed Server in WebLogic 10.3

    Hi,
    I am able to configure and start the Managed Server on windows environment. I am trying to configure Managed Server on linux environment. I am configuring the Managed Server with custom keystore. When I configured the Managed Server I specified the keystore/trustsote information in the Keystores tab of the Admin Console for Managed Server settings. Specified Private Key Alias, Password in SSL tab.But when I am starting the Managed Server from command line, I see the process looking for demo trust files and failing.
    Here is the command I run to start the Managed Server:
    ./startManagedWebLogic.sh MyManagedServer1 https://localhost.localdomain:8443
    Below is the console output:
    <Mar 11, 2015 12:37:44 PM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.45-b01 from Sun Microsystems Inc.>
    <Mar 11, 2015 12:37:45 PM PDT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:beaadmin
    Enter password to boot WebLogic server:
    <Mar 11, 2015 12:37:53 PM PDT> <Info> <Security> <BEA-090908> <Using default WebLogic SSL Hostname Verifier implementation.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Mar 11, 2015 12:37:53 PM PDT> <Error> <Security> <BEA-090132> <Could not open the keystore file /opt/wlserver_10.3/server/lib/DemoTrust.jks for read access. Exception: java.io.FileNotFoundException: /opt/wlserver_10.3/server/lib/DemoTrust.jks (No such file or directory)>
    <Mar 11, 2015 12:37:53 PM PDT> <Warning> <Security> <BEA-090164> <Failed to load trusted certificates from keystore /opt/wlserver_10.3/server/lib/DemoTrust.jks of type jks>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/jre1.6.0_45/lib/security/cacerts.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 11, 2015 12:37:53 PM PDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Mar 11, 2015 12:37:54 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:54 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:54 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:54 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:54 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:55 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:55 PM PDT> <Warning> <Security> <BEA-090477> <Certificate chain received from localhost.localdomain - 127.0.0.1 was not trusted causing SSL handshake failure.>
    <Mar 11, 2015 12:37:55 PM PDT> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at https://localhost.localdomain:8443.>
    <Mar 11, 2015 12:37:55 PM PDT> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Mar 11, 2015 12:37:55 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 11, 2015 12:37:55 PM PDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 11, 2015 12:37:55 PM PDT> <Notice> <LoggingService> <BEA-320400> <The log file /h/data/local/base_domain/servers/MyManagedServer1/logs/MyManagedServer1.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Mar 11, 2015 12:37:55 PM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /h/data/local/base_domain/servers/MyManagedServer1/logs/MyManagedServer1.log00015. Log messages will continue to be logged in /h/data/local/base_domain/servers/MyManagedServer1/logs/MyManagedServer1.log.>
    <Mar 11, 2015 12:37:55 PM PDT> <Notice> <Log Management> <BEA-170019> <The server log file /h/data/local/base_domain/servers/MyManagedServer1/logs/MyManagedServer1.log is opened. All server side log events will be written to this file.>
    <Mar 11, 2015 12:37:56 PM PDT> <Error> <Security> <BEA-000000> <[Security:090837]The configured keystore location for the PKI Credential Mapper is either null or empty.>
    <Mar 11, 2015 12:37:56 PM PDT> <Error> <Security> <BEA-000000> <[Security:090815]The password provided for the keystore configured for the PKICredential Mapper was null.>
    <Mar 11, 2015 12:37:57 PM PDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 11, 2015 12:37:57 PM PDT> <Critical> <Security> <BEA-090403> <Authentication for user beaadmin denied>
    <Mar 11, 2015 12:37:57 PM PDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user beaadmin denied
    weblogic.security.SecurityInitializationException: Authentication for user beaadmin 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 beaadmin 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
    >
    <Mar 11, 2015 12:37:57 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Mar 11, 2015 12:37:57 PM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Mar 11, 2015 12:37:57 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Why is it looking for demotrust.jks file to start the Managed Server. We don't use the demo trust and cannot copy to the location it is referring to. I followed the solution provided at the below link:
    http://serverfault.com/questions/106499/custom-trust-and-custom-identity-keystore-in-weblogic-10-3
    There are 2 options given in the link. To update the boot.properties of the Admin Server and appending JAVA_OPTIONS to DomainEnv file. Both of these caused the failure of Admin Server. I couldn't bring up the server after these changes.I also came across posts talking about boot.properties for Managed Server. I don't see the security folder that has boot.properties for my Managed Server (verified it on both windows and linux boxes).
    Thanks in advance.
    -nn.

    Hi Faisal,
    Here is the config.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <domain xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd"
            xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security"
            xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <name>JCRMDomain</name>
        <domain-version>10.3.4.0</domain-version>
        <security-configuration xmlns:xacml="http://xmlns.oracle.com/weblogic/security/xacml">
            <name>JCRMDomain</name>
            <realm>
                <sec:authentication-provider xsi:type="wls:default-authenticatorType">
                    <sec:control-flag>SUFFICIENT</sec:control-flag>
                </sec:authentication-provider>
                <sec:authentication-provider xmlns:ext="http://xmlns.oracle.com/weblogic/security/extension" xsi:type="ext:jcrm-authenticatorType">
                    <sec:name>JcrmAuthenticator</sec:name>
                    <sec:control-flag>SUFFICIENT</sec:control-flag>
                </sec:authentication-provider>
                <sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
                <sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
                <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
                <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
                <sec:credential-mapper xsi:type="wls:pki-credential-mapperType">
                    <sec:name>PKICredentialMapper</sec:name>
                </sec:credential-mapper>
                <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
                <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
                <sec:user-lockout-manager>
                    <sec:lockout-threshold>3</sec:lockout-threshold>
                    <sec:lockout-duration>15</sec:lockout-duration>
                    <sec:lockout-reset-duration>99999</sec:lockout-reset-duration>
                </sec:user-lockout-manager>
                <sec:deploy-role-ignored>false</sec:deploy-role-ignored>
                <sec:deploy-policy-ignored>false</sec:deploy-policy-ignored>
                <sec:fully-delegate-authorization>true</sec:fully-delegate-authorization>
                <sec:security-dd-model>DDOnly</sec:security-dd-model>
                <sec:combined-role-mapping-enabled>true</sec:combined-role-mapping-enabled>
                <sec:name>myrealm</sec:name>
                <sec:delegate-m-bean-authorization>false</sec:delegate-m-bean-authorization>
                <sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator"
                                        xsi:type="pas:system-password-validatorType">
                    <sec:name>JCRMPasswordValidator</sec:name>
                    <pas:max-password-length>31</pas:max-password-length>
                    <pas:min-password-length>15</pas:min-password-length>
                    <pas:min-numeric-characters>2</pas:min-numeric-characters>
                    <pas:min-lowercase-characters>2</pas:min-lowercase-characters>
                    <pas:min-uppercase-characters>2</pas:min-uppercase-characters>
                    <pas:min-non-alphanumeric-characters>2</pas:min-non-alphanumeric-characters>
                </sec:password-validator>
                <sec:deployable-provider-synchronization-enabled>false</sec:deployable-provider-synchronization-enabled>
            </realm>
            <default-realm>myrealm</default-realm>
            <credential-encrypted>{AES}cpwhv2peqwl0Z8Ma1Jk7KlmC6d1gtCAqxnzrmR5ssybHpM9AUzbBRJ7rE7m4/7U16IHgsTMkcOr/5/abZJ4NeuHR45jdDK1EjFmnUuPssISmGkan3EIpCKHmPPIynVxh</credential-encrypted>
            <node-manager-username>wdUXiuwL5A</node-manager-username>
            <node-manager-password-encrypted>{AES}UDiZjaLOrm0y+/I9noQVURudpzmRKMBOQR2B8ofNIt8=</node-manager-password-encrypted>
        </security-configuration>
        <server>
            <name>AdminServer</name>
            <max-http-message-size>10000000</max-http-message-size>
            <ssl>
                <name>AdminServer</name>
                <enabled>true</enabled>
                <hostname-verifier xsi:nil="true"></hostname-verifier>
                <hostname-verification-ignored>true</hostname-verification-ignored>
                <client-certificate-enforced>false</client-certificate-enforced>
                <listen-port>8443</listen-port>
                <two-way-ssl-enabled>true</two-way-ssl-enabled>
                <server-private-key-alias>localhost.localdomain</server-private-key-alias>
                <server-private-key-pass-phrase-encrypted>{AES}eZnL/NM4/xJaFj8rZAE4oB2htDm3srPUsTWYtDXblvk=</server-private-key-pass-phrase-encrypted>
                <ssl-rejection-logging-enabled>true</ssl-rejection-logging-enabled>
                <allow-unencrypted-null-cipher>false</allow-unencrypted-null-cipher>
                <use-server-certs>true</use-server-certs>
                <jsse-enabled>true</jsse-enabled>
            </ssl>
            <listen-port-enabled>false</listen-port-enabled>
            <web-server>
                <keep-alive-secs>60</keep-alive-secs>
                <https-keep-alive-secs>60</https-keep-alive-secs>
            </web-server>
            <listen-address/>
            <java-compiler>javac</java-compiler>
            <tunneling-enabled>true</tunneling-enabled>
            <tunneling-client-ping-secs>45</tunneling-client-ping-secs>
            <tunneling-client-timeout-secs>40</tunneling-client-timeout-secs>
            <client-cert-proxy-enabled>false</client-cert-proxy-enabled>
            <key-stores>CustomIdentityAndCustomTrust</key-stores>
            <custom-identity-key-store-file-name>certstores/keystore</custom-identity-key-store-file-name>
            <custom-identity-key-store-type>JKS</custom-identity-key-store-type>
            <custom-identity-key-store-pass-phrase-encrypted>{AES}eZnL/NM4/xJaFj8rZAE4oB2htDm3srPUsTWYtDXblvk=</custom-identity-key-store-pass-phrase-encrypted>
            <custom-trust-key-store-file-name>certstores/truststore</custom-trust-key-store-file-name>
            <custom-trust-key-store-type>JKS</custom-trust-key-store-type>
            <custom-trust-key-store-pass-phrase-encrypted>{AES}uSkLzfC74bMCEjomgVdHtVw47iZg8BN71g7cdKr+XHo=</custom-trust-key-store-pass-phrase-encrypted>
        <overload-protection>
          <panic-action>system-exit</panic-action>
          <failure-action>force-shutdown</failure-action>
          <server-failure-trigger>
            <max-stuck-thread-time>600</max-stuck-thread-time>
            <stuck-thread-count>3</stuck-thread-count>
          </server-failure-trigger>
        </overload-protection>
        </server>
        <server>
          <name>MyManagedServer1</name>
          <ssl>
            <enabled>true</enabled>
            <listen-port>8445</listen-port>
            <server-private-key-alias>localhost.localdomain</server-private-key-alias>
            <server-private-key-pass-phrase-encrypted>{AES}eZnL/NM4/xJaFj8rZAE4oB2htDm3srPUsTWYtDXblvk=</server-private-key-pass-phrase-encrypted>
          </ssl>
          <machine xsi:nil="true"></machine>
          <listen-port>8444</listen-port>
          <listen-port-enabled>true</listen-port-enabled>
          <cluster xsi:nil="true"></cluster>
          <web-server>
            <web-server-log>
              <number-of-files-limited>false</number-of-files-limited>
            </web-server-log>
          </web-server>
          <listen-address></listen-address>
          <key-stores>CustomIdentityAndCustomTrust</key-stores>
          <custom-identity-key-store-file-name>certstores/keystore</custom-identity-key-store-file-name>
          <custom-identity-key-store-type>JKS</custom-identity-key-store-type>
          <custom-identity-key-store-pass-phrase-encrypted>{AES}eZnL/NM4/xJaFj8rZAE4oB2htDm3srPUsTWYtDXblvk=</custom-identity-key-store-pass-phrase-encrypted>
          <custom-trust-key-store-file-name>certstores/truststore</custom-trust-key-store-file-name>
          <custom-trust-key-store-type>JKS</custom-trust-key-store-type>
          <custom-trust-key-store-pass-phrase-encrypted>{AES}uSkLzfC74bMCEjomgVdHtVw47iZg8BN71g7cdKr+XHo=</custom-trust-key-store-pass-phrase-encrypted>
          <data-source>
            <rmi-jdbc-security xsi:nil="true"></rmi-jdbc-security>
          </data-source>
        </server>
        <production-mode-enabled>false</production-mode-enabled>
        <embedded-ldap>
            <name>JCRMDomain</name>
            <credential-encrypted>{AES}LNAnq4qCQQmy9rCOMN+uIZVPq1bVvPrwQqqtOScZrnYmwESt9aruHNVy4IjqMWz7</credential-encrypted>
        </embedded-ldap>
        <administration-port-enabled>true</administration-port-enabled>
        <configuration-version>10.3.4.0</configuration-version>
        <admin-server-name>AdminServer</admin-server-name>
    </domain>
    It has 'CustomIdentityAndCustomTrust' for both Admin Server as well as managed Server in it.
    Thanks,
    nn

  • Facing Problem in Starting Weblogic Managed Server

    Hi,
    While starting a managed server through Weblogic Console it is giving "nodemanager is not running" related error. I am not sure what is happening here. It was working fine earlier.
    Thanks
    Pawan

    Hi,
    Please check wheather node manager is running inside the server. Please check the nodemanager listen port in nodemanager.properties file and issue below command from your server.
    netstat -a |grep "port"
    Regards,
    Kishore

  • Error while starting weblogic Managed Server

    Hi ,
    I am new to SOA 11g. I installled the latest version(11.1.1.4) of all the components.I started web logic and able to login into Admin Console but I have a problem
    while starting Managed Server.It gives me an error saying
    <Feb 2, 2011 2:01:29 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 17.0-b17
    from Sun Microsystems Inc.>
    <Feb 2, 2011 2:01:30 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on C:\Oracle\Middleware\user_projects\domains\fmw_domain\servers\AdminServer\tmp\AdminServer.lok.
    Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:879)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:566)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:467)
    at weblogic.Server.main(Server.java:71)>
    <Feb 2, 2011 2:01:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 2, 2011 2:01:30 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 2, 2011 2:01:30 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Can anyone help ?
    Regards,
    Vikas Manchanda
    Edited by: 829347 on Feb 2, 2011 12:48 AM

    How are you starting the managed server? Is it a new install? The error suggests that the managed server is already running. You could check the windows task manager to see if there is a Java process running (or two if managed and admin server is on the same machine)
    Damien

  • 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.

  • How to stop and start Managed Server using weblogicServer

    Hi
    We are new.
    We have 2 managed servers and an Admin Server.
    We're trying to use the command line to stop/start our Managed Server.
    Could someone share examples on how one could write the command line that's similar to the WLS console Server Start tab ?
    We have a couple of classpaths and a bunch a arguments;
    When we tried to start one of the managed server it defaults to use some other settings as opposed to the ones in Server Start tab.
    What did we do wrong ?
    Thanks

    Hi,
    Follow the below links,each n every links have various methods and example for starting and stopping of Weblogic services
    We have 2 managed servers and an Admin Server.
    We're trying to use the command line to stop/start our Managed Server.http://docs.oracle.com/cd/E15523_01/core.1111/e10105/start.htm#CIHBIGCD
    We have a couple of classpaths and a bunch a arguments;http://docs.oracle.com/cd/E13222_01/wls/docs90/admin_ref/weblogicServer.html#frequently_used_optional_arguments
    http://docs.oracle.com/cd/E13222_01/wls/docs90/admin_ref/weblogicServer.html#1008628
    Regards
    Fabian

Maybe you are looking for