Warning message for Managed server

Hi,
I am using weblogic 11g and OS is LINUX.
I am getting warning message for my managed server as "ThreadPool has stuck threads".
And values of "Self-Tuning Thread Pool" are
Active Execute Threads : 17
Execute Thread Total Count : 17
Execute Thread Idle Count : 8
Queue Length : 0
Pending User Request Count : 0
Completed Request Count : 18529
Hogging Thread Count: 6
Standby Thread Count: 0
Throughput : 13.486513486513486
and thread dump is
"main" waiting for lock weblogic.t3.srvr.T3Srvr@4c704c70 WAITING native
     java.lang.Object.wait(Native Method)
     java.lang.Object.wait(Object.java:167)
     weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:849)
     weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:465)
     weblogic.Server.main(Server.java:67)
"JIT Compilation Thread" RUNNABLE
null
"Signal Dispatcher" RUNNABLE native
     com.ibm.misc.SignalDispatcher.waitForSignal(Native Method)
     com.ibm.misc.SignalDispatcher.run(SignalDispatcher.java:54)
"Gc Slave Thread" RUNNABLE
null
"Gc Slave Thread" RUNNABLE
null
"Gc Slave Thread" RUNNABLE
null
"Thread-4" waiting for lock java.util.Timer$TimerImpl@13ee13ee WAITING native
     java.lang.Object.wait(Native Method)
     java.lang.Object.wait(Object.java:167)
     java.util.Timer$TimerImpl.run(Timer.java:210)
"Thread-5" waiting for lock java.util.Timer$TimerImpl@344a344a TIMED_WAITING native
     java.lang.Object.wait(Native Method)
     java.lang.Object.wait(Object.java:196)
     java.util.Timer$TimerImpl.run(Timer.java:230)
"[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@4a2f4a2f WAITING native
"[STUCK] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[STUCK] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[STUCK] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock [email protected]238d2 TIMED_WAITING native
"[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@63776377 WAITING native
"[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@b230b23 WAITING native
"[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@6d096d09 WAITING native
"[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@8ee08ee WAITING native
"[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@64426442 WAITING native
"[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
"[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@7a087a08 WAITING native
"[ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@35d035d WAITING native
"[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@6300630 WAITING native
Please suggest me how to resolve this issue.

Hi,
The problem is that the <b>directory /appl/webbus/bea/user_projects/domains/ITIC-DEVEL-WLI/</b> does not exist at the node, because we have move it to <b>/appl/webdbus/</b> instead of <b>/appl/webbus/</b>. The question is why applications need to create adminServerDevel/upload directory and how can override it.
Thanks in advanced

Similar Messages

  • Warning message at managed server start up for an EAR application

    Hi all, I have an wli <b>cluster 8.1 sp3 running on AIX</b> machines. When i deploy an <u>webservice application</u> (ear) i get an exception in the node which does not host admin server. The strange thing is that the application seems to be deployed correctly. My suspicion, about the exception, is the it's caused by the different directory structure of the two nodes. As you can see at bold words, weblogic tries to create ear at a directory that does not exist at this node. It finds the latter webbus from the path of admin server at the other machine. My question is straightforwad, Can we have different paths at cluster nodes ? In this case, Should we deploy ear (webservice application) in a different way ? <Feb 22, 2005 12:33:26 PM EET> <Info> <Deployer> <BEA-149060> <Module faxManWeb of application faxManAppl successfully transitioned from prepared to active on server wliBusServerPatmosDevel.> <b>javax.management.InvalidAttributeValueException: Unable to create path to /appl/webbus/bea/user_projects/domains/ITIC-DEVEL-WLI/adminServerDevel/upload/faxManAppl/faxManAppl.ear</b> at weblogic.management.internal.BootStrap.apply(BootStrap.java:580) at weblogic.management.internal.BootStrap.apply(BootStrap.java:474) at weblogic.management.mbeans.custom.Application.getFullPath2(Application.java:3476) at weblogic.management.mbeans.custom.Application.getFullPath(Application.java:3055) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at weblogic.management.internal.DynamicMBeanImpl.getAttribute(DynamicMBeanImpl.java(Compiled Code)) at weblogic.management.internal.ConfigurationMBeanImpl.getAttribute(ConfigurationMBeanImpl.java(Compiled Code)) at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java(Compiled Code)) at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java(Inlined Compiled Code)) at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java(Compiled Code)) at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java(Compiled Code)) at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java(Compiled Code)) at weblogic.management.configuration.ApplicationMBean_Stub.getFullPath(ApplicationMBean_Stub.java:543) at com.bea.wli.broker.manifest.ApplicationManager.load(ApplicationManager.java:71) at com.bea.wli.broker.MessageBroker.registerApplication(MessageBroker.java:999) at com.bea.wli.management.WLIAppListener$1.run(WLIAppListener.java:294) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at com.bea.wli.management.WLIAppListener.applicationInitialized(WLIAppListener.java:290) at weblogic.j2ee.ListenerInvocationAction.run(ListenerInvocationAction.java:46) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4721) at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4706) at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2201) at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2146) at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094) at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976) at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751) at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359) at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229) at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131) at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361) at weblogic.Server.main(Server.java:32) --------------- nested within: ------------------ weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with nested exception: [javax.management.InvalidAttributeValueException: Unable to create path to /appl/webbus/bea/user_projects/domains/ITIC-DEVEL-WLI/adminServerDevel/upload/faxManAppl/faxManAppl.ear] at weblogic.management.mbeans.custom.Application.getFullPath2(Application.java:3479) at weblogic.management.mbeans.custom.Application.getFullPath(Application.java:3055) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java(Compiled Code)) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at weblogic.management.internal.DynamicMBeanImpl.getAttribute(DynamicMBeanImpl.java(Compiled Code)) at weblogic.management.internal.ConfigurationMBeanImpl.getAttribute(ConfigurationMBeanImpl.java(Compiled Code)) at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java(Compiled Code)) at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java(Inlined Compiled Code)) at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java(Compiled Code)) at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java(Compiled Code)) at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java(Compiled Code)) at weblogic.management.configuration.ApplicationMBean_Stub.getFullPath(ApplicationMBean_Stub.java:543) at com.bea.wli.broker.manifest.ApplicationManager.load(ApplicationManager.java:71) at com.bea.wli.broker.MessageBroker.registerApplication(MessageBroker.java:999) at com.bea.wli.management.WLIAppListener$1.run(WLIAppListener.java:294) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at com.bea.wli.management.WLIAppListener.applicationInitialized(WLIAppListener.java:290) at weblogic.j2ee.ListenerInvocationAction.run(ListenerInvocationAction.java:46) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at weblogic.j2ee.J2EEApplicationContainer.notifySecureListener(J2EEApplicationContainer.java:4721) at weblogic.j2ee.J2EEApplicationContainer.notify(J2EEApplicationContainer.java:4706) at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2201) at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2146) at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2094) at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:2976) at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1751) at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:359) at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229) at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131) at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361) at weblogic.Server.main(Server.java:32)

    Hi,
    The problem is that the <b>directory /appl/webbus/bea/user_projects/domains/ITIC-DEVEL-WLI/</b> does not exist at the node, because we have move it to <b>/appl/webdbus/</b> instead of <b>/appl/webbus/</b>. The question is why applications need to create adminServerDevel/upload directory and how can override it.
    Thanks in advanced

  • Install window services for managed server

    hi all, i wanted to install window services for managed server. Can anyone advice me how to do it? My weblogic version is 10. Thanks in advance.

    Hi,
    Please refer to the following link....it might be helpful: http://weblogic-wonders.com/weblogic/2010/03/13/managed-server-as-windows-service/

  • Warning message for ARAP payment difference

    Dear all,
    Is there any way to display warning message for AR/AP clearing if there is payment difference? spro can set the tolerance level but will not display any message if the difference is within tolerance group.
    My qn is how to warn the users before posting such payment difference txn. Thx

    Normally if it is within tolerance limit, nothin get populated.
    You can see the messages in OBA5.
    You can ask your ABAPer to customize a message.
    Assign them accordingly in OBA5 to achieve this.
    Regards,
    Ravi

  • Requirements for managing Server Core

    Hello,
    What are the requirements for managing Server Core? We have a Windows 2008 functional level forest and domain and were thinking about installing 2012 server core servers but weren't sure we'd be able to manage them with 2008 server or Windows 7 tools.
    Thanks,
    Robert

    Hi Robert,
    To remotely manage a server in server core mode, we can use the following ways:
    Remotely using Windows PowerShell
    Remotely using Server Manager
    Remotely using an MMC snap-in
    Remotely with Remote Desktop Services
    However, we can’t use server manager in Windows Server 2008 or in RSAT for Windows 7 to remotely manage Windows Server 2012 in server core mode. To
    use server manager to remotely manage Windows Server 2012 in server core mode, we must use the version of Server Manager in Windows Server 2012 or that is available as part of the Remote Server Administration Tools for Windows 8 download package.
    Regarding how to manage a Windows Server 2012 in server core mode, the following articles can be referred to for more information.
    Manage a Server Core Server
    http://technet.microsoft.com/en-us/library/jj574205.aspx#BKMK_1_1
    Server Core remote management – Part 1
    http://4sysops.com/archives/server-core-remote-management-part-1/
    Best regards,
    Frank Shen

  • Disaster Recovery Scripts for Managed Server MSI Startup

    I am trying to get some custom start scripts created for each of my managed servers in the event the admin console is down or server gets hosed. We use nodemanager to start the managed servers in a Windows environment. I have about 8 managed servers and they all use the same nodemanager classpath but all have different server start arguments (different memory settings, etc....) so I need to make different custom scripts for each.
    Verbose Garbage Collection to Determine Heap Size .....this thread by Jay has been very helpful but so far I am just getting kicked back to the syntax screen like something is wrong in my script. Attached is the script and the output when I run it. Any help would be appreciated...thanks.
    startManagedFPCE1.cmd contents
    java.exe -Xms400m -Xmx400m -classpath $CLASSPATH -Dweblogic.Name=FPCE1 -Dbea.home="C:\Oracle\Middleware" -Dweblogic.management.username=beaadmin -Dweblogic.management.password=beaadminxxx -Dweblogic.management.server=http://sitportal1:8098 -Djava.library.path=c:\Oracle\Middleware\wlserver_10.3\server\bin -Dweblogic.ext.dirs=C:\Oracle\Middleware\patch_wls1032\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\patch_wlp1032\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\patch_oepe1111\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\wlportal_10.3\p13n\lib\system;C:\Oracle\Middleware\wlportal_10.3\light-portal\lib\system;C:\Oracle\Middleware\wlportal_10.3\portal\lib\system;C:\Oracle\Middleware\wlportal_10.3\info-mgmt\lib\system;C:\Oracle\Middleware\wlportal_10.3\analytics\lib\system;C:\Oracle\Middleware\wlportal_10.3\apps\lib\system;C:\Oracle\Middleware\wlportal_10.3\info-mgmt\deprecated\lib\system;C:\Oracle\Middleware\wlportal_10.3\content-mgmt\lib\system -Dweblogic.alternateTypesDirectory=C:\Oracle\Middleware\wlportal_10.3\portal\lib\security
    Results of running above script:
    C:\Oracle\Middleware\user_projects\domains\SIT11\servers\FPCE1>java.exe -Xms400m -Xmx400m -classpath $CLASSPATH -Dweblogic.Name=FPCE1 -Dbea.home="C:\Oracle\Middleware" -Dweblogic.management.username=b
    eaadmin -Dweblogic.management.password=beaadminsit11 -Dweblogic.management.server=http://sitportal1:8098 -Djava.library.path=c:\Oracle\Middleware\wlserver_10.3\server\bin -Dweblogic.ext.dirs=C:\Oracle
    \Middleware\patch_wls1032\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\patch_wlp1032\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\patch_oepe1111\profiles\default\
    sysext_manifest_classpath;C:\Oracle\Middleware\wlportal_10.3\p13n\lib\system;C:\Oracle\Middleware\wlportal_10.3\light-portal\lib\system;C:\Oracle\Middleware\wlportal_10.3\portal\lib\system;C:\Oracle\M
    iddleware\wlportal_10.3\info-mgmt\lib\system;C:\Oracle\Middleware\wlportal_10.3\analytics\lib\system;C:\Oracle\Middleware\wlportal_10.3\apps\lib\system;C:\Oracle\Middleware\wlportal_10.3\info-mgmt\dep
    recated\lib\system;C:\Oracle\Middleware\wlportal_10.3\content-mgmt\lib\system -Dweblogic.alternateTypesDirectory=C:\Oracle\Middleware\wlportal_10.3\portal\lib\security
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -server to select the "server" VM
    -hotspot is a synonym for the "server" VM [deprecated]
    The default VM is server.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options

    "bharat nagwani" <[email protected]> wrote:
    >
    Hi,
    Configuration: Weblogic 8.1SP2 on Windows 2000, 1 admin server and 14
    managed
    servers
    whats the right way from these 2 scenarious to create a domain on managed
    server
    1. create domain on managed server using configuration wizard. Then point
    to this
    domain from administration server remote start tab(root directory). This
    is what
    we do so far.This is the best way to create managed servers for your domain.
    >
    2. Just enter user_projects/domains folder/$domain name$ in remote start
    tab(root
    directory)
    on admin server console and when you start the managed server from
    admin console
    the domain folder and files will be created.
    Yes, the managed server is started in this case at the root directory you specified.
    The difference is in the
    1. first case we see all scripts like startManagedWeblogic, setenv, boot.properties
    etc
    this may help(we still dont know) if one wants to bring up managed
    server
    manually using
    startManagedServer.bat without using node manager.Yes, that is correct. You will need to edit the startManagedServer.bat to include
    the admin server URL, username and paswword..
    >
    2. second case only 2-3 files get created like msi-config.xml and SerializedSystemIni.dat
    Basically first case is superset of second case.
    What is the experience of people in this regard?
    thanks much
    bharat

  • Startup problems for managed server

    I am starting up a managed server - although I havent designated this server
              to be in a cluster yet and on startup, I get the exception below.
              Does anyone have any suggestions as to what the cause might be - or what I
              should investigate to narrow it down.
              I am using WLS6.1 GA (it is an eval license).
              Cheers, Nick
              <31-Aug-01 01:44:01 BST> <Info> <WebLogicServer> <Using low strength
              (exportable) SSL.>
              <31-Aug-01 01:44:02 BST> <Info> <Dispatcher> <Exception thrown by rmi
              server: 'weblogic.rmi.cluster.ReplicaAwareServerRef@9 - jvmid:
              '-8115623877909240659S:192.168.0.2:[8080,8080,8090,8090,8080,8090,-1]:CCOMDe
              v:CCOMServer01', oid: '9', implementation:
              'weblogic.jndi.internal.RootNamingNode@2130c2''
              javax.naming.NameNotFoundException: Unable to resolve
              weblogic.transaction.resources.CCOMServer01. Resolved:
              'weblogic.transaction.resources' Unresolved:'CCOMServer01' ; remaining name
              at
              weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingN
              ode.java:802)
              at
              weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:209)
              at
              weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:129
              at
              weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:496)
              at
              weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:500)
              at
              weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:500)
              at
              weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:500)
              at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
              Source)
              at
              weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:288)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              :93)
              at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:257)
              at
              weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:158)
              at
              weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              at
              weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
              :253)
              at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
              :220)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy6.list(Unknown Source)
              at weblogic.jndi.internal.WLContextImpl.list(WLContextImpl.java:151)
              at
              weblogic.transaction.internal.ServerCoordinatorDescriptor.refreshServer(Serv
              erCoordinatorDescriptor.java:1008)
              at
              weblogic.transaction.internal.ServerCoordinatorDescriptor.access$1(ServerCoo
              rdinatorDescriptor.java:944)
              at
              weblogic.transaction.internal.ServerCoordinatorDescriptor$2.execute(ServerCo
              ordinatorDescriptor.java:936)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              <31-Aug-01 01:44:02 BST> <Info> <Connector> <Initializing J2EE Connector
              Service>
              <31-Aug-01 01:44:02 BST> <Info> <Connector> <J2EE Connector Service
              initialized successfully>
              

    Make sure you have admin server running when you start your managed server.
              Also, in your admin server you have already configured this managed server
              name and it's ip address.
              Wenji
              "Movva" <[email protected]> wrote in message
              news:[email protected]...
              > Hi,
              > Iam also having the same problem. Iam starting the weblogic servers
              > as windows 2K services. The service install script is as follows:
              > (Infact it is the same in case of starting the servers using scripts
              > in the cmd shell also).
              > ------------------------------------------------------
              > @echo off
              >
              > SETLOCAL
              >
              > cd C:\bea\wlserver6.0\config\cdes
              >
              > rem *** Set Classpath to load Weblogic Classes
              > set
              CLASSPATH=.;C:\bea\wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\we
              blogic.jar;C:\bea\mssqlserver4\classes;C:\bea\mssqlserver4\license
              >
              > rem *** Set Command Line for service to execute
              > rem *** %JAVA_HOME%\java will automatically be prepended.
              > rem C:\bea\jdk130\bin\java -ms128m -mx256m -classpath
              >
              .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;C:\bea\mssqlserver4\classes;C:\be
              a\mssqlserver4\license;
              > -Dweblogic.Domain=cdes -Dweblogic.Name="cdesServer11j2"
              > "-Dbea.home=C:\bea" -Dweblogic.management.server="156.15.59.38:7001"
              > "-Djava.security.policy==C:\bea\wlserver6.0/lib/weblogic.policy"
              > -Dweblogic.management.password=weblogic weblogic.Server
              >
              > set CMDLINE="-ms64m -mx256m -classpath \"%CLASSPATH%\"
              > -Dweblogic.Domain=cdes -Dweblogic.Name=cdesServer11i1
              > -Djava.security.policy==\"C:\bea\wlserver6.0/lib/weblogic.policy\"
              > -Dbea.home=\"C:\bea\" -Dweblogic.management.server=156.15.59.38:7001
              > -Dweblogic.management.password= weblogic.Server"
              >
              > rem *** Install the service
              > "C:\bea\wlserver6.0\bin\beasvc" -install -svcname:cdesServer11i1
              > -javahome:"C:\bea\jdk130" -execdir:"C:\bea\wlserver6.0"
              > -extrapath:"C:\bea\wlserver6.0\bin" -cmdline:%CMDLINE%
              >
              > ENDLOCAL
              > ------------------------------------------------------ END OF FILE
              >
              > Any problem in this script ? please let me know.
              >
              > Thnx in Adv,
              > Movva
              >
              >
              > "Prasad Peddada" <[email protected]> wrote in message
              news:<[email protected]>...
              > > Did you use scripts to start servers or do you have your own scripts. If
              > > have your own, could you tell me how you did it.
              > >
              > > -- Prasad
              > >
              > > "Nick Minnutello" <[email protected]>
              wrote
              > > in message news:[email protected]...
              > > > I am starting up a managed server - although I havent designated this
              > > server
              > > > to be in a cluster yet and on startup, I get the exception below.
              > > >
              > > > Does anyone have any suggestions as to what the cause might be - or
              what I
              > > > should investigate to narrow it down.
              > > >
              > > > I am using WLS6.1 GA (it is an eval license).
              > > >
              > > > Cheers, Nick
              > > >
              > > > <31-Aug-01 01:44:01 BST> <Info> <WebLogicServer> <Using low strength
              > > > (exportable) SSL.>
              > > > <31-Aug-01 01:44:02 BST> <Info> <Dispatcher> <Exception thrown by rmi
              > > > server: 'weblogic.rmi.cluster.ReplicaAwareServerRef@9 - jvmid:
              > > >
              > >
              '-8115623877909240659S:192.168.0.2:[8080,8080,8090,8090,8080,8090,-1]:CCOMDe
              > > > v:CCOMServer01', oid: '9', implementation:
              > > > 'weblogic.jndi.internal.RootNamingNode@2130c2''
              > > > javax.naming.NameNotFoundException: Unable to resolve
              > > > weblogic.transaction.resources.CCOMServer01. Resolved:
              > > > 'weblogic.transaction.resources' Unresolved:'CCOMServer01' ; remaining
              > > name
              > > > ''
              > > > at
              > > >
              > >
              weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingN
              > > > ode.java:802)
              > > > at
              > > >
              > >
              weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:209)
              > > > at
              > > >
              > >
              weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:129
              > > > )
              > > > at
              > > > weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:496)
              > > > at
              > > > weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:500)
              > > > at
              > > > weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:500)
              > > > at
              > > > weblogic.jndi.internal.BasicNamingNode.list(BasicNamingNode.java:500)
              > > > at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
              > > > Source)
              > > > at
              > > > weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:288)
              > > > at
              > > >
              > >
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              > > > :93)
              > > > at
              > > >
              > >
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:257)
              > > > at
              > > > weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:158)
              > > > at
              > > >
              weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              > > > at
              > > >
              weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              > > > at
              > > >
              > >
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
              > > > :253)
              > > > at
              > > >
              > >
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
              > > > :220)
              > > > at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              > > > at $Proxy6.list(Unknown Source)
              > > > at
              > > weblogic.jndi.internal.WLContextImpl.list(WLContextImpl.java:151)
              > > > at
              > > >
              > >
              weblogic.transaction.internal.ServerCoordinatorDescriptor.refreshServer(Serv
              > > > erCoordinatorDescriptor.java:1008)
              > > > at
              > > >
              > >
              weblogic.transaction.internal.ServerCoordinatorDescriptor.access$1(ServerCoo
              > > > rdinatorDescriptor.java:944)
              > > > at
              > > >
              > >
              weblogic.transaction.internal.ServerCoordinatorDescriptor$2.execute(ServerCo
              > > > ordinatorDescriptor.java:936)
              > > > at
              weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > > > >
              > > > <31-Aug-01 01:44:02 BST> <Info> <Connector> <Initializing J2EE
              Connector
              > > > Service>
              > > > <31-Aug-01 01:44:02 BST> <Info> <Connector> <J2EE Connector Service
              > > > initialized successfully>
              > > >
              > > >
              

  • Problem adding classpath for managed server in 10.3

    Hi All,
    I have a managed server that uses startup classes. According to the documentation, you have to put the absolute path to the startup classes in the server's classpath. I go to the server's configuration and the Server Startup tab to enter the classpath information. When I do this and try to start the managed server I receive the following message:
    <Jun 30, 2009 8:24:47 AM PDT> <Error> <NodeManager> <BEA-300048> <Unable to star
    t the server IntegrationServer : Exception while starting server 'IntegrationSer
    ver': java.io.IOException: Server failed to start up. See server output log for
    more details.>
    The server output log shows:
    <Jun 30, 2009 8:24:47 AM> <Debug> <NodeManager> <Waiting for the process to die: 4288>
    <Jun 30, 2009 8:24:47 AM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <Jun 30, 2009 8:24:47 AM> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    If I don't put the classpath in, the managed server will start up, but will throw classnotfound exceptions for the start classes.
    I am not sure what I am doing wrong.
    We are in a time crunch so any help would be greatly appreciated.
    Thank you,
    Greg

    I've seen something like this before on a windows machine where the PATH environment variable had some additional values which contained spaces.
    If it's a windows machine, could you check your path and see if there is more there then the default:
    %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
    In my case there where values like c:\program files\.... and WL couldnt handle that apparently.
    when I removed them from my windows path it was fixed.
    the logging you showed, is it the MS logging ?
    Could you post the nodemanager logging as well, maybe it has more detailed information.

  • Messaging Bridge & Managed Server

              Hi,
              I am trying to use the messaging bridge in a cluster
              (WLS61SP3 with CR081404_61sp3.jar + CR081511_61sp3.jar),
              but I am getting the following error on startup of one
              of my managed servers (error attached).
              What am I doing wrong here?
              Regards,
              -Per
              [error.txt]
              

              Hi,
              Came up with the idea of putting the jmsadapter.jar archive (included in the jms-xa-adp.rar
              archive) in the system classpath,
              of my managed servers.
              This was mentioned in a previous posting I found, and now it seems to be working...
              -Per
              ####<12.sep.02 09:34:18 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! creating bridge
              bridgeOne>
              ####<12.sep.02 09:34:21 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! Bridge bridgeOne's
              source properties are:
                   AdapterJNDIName=eis.jms.WLSConnectionFactoryJNDIXA
                   Classpath=null
                   ConnectionURL = t3://localhost:7011
                   DestinationType = Queue
                   DestinationJNDIName = XmlQueue2
                   InitialContextFactory = weblogic.jndi.WLInitialContextFactory
                   ConnectionFactoryJNDIName = connFac>
              ####<12.sep.02 09:34:21 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! Bridge bridgeOne's
              target properties are:
                   AdapterJNDIName=eis.jms.WLSConnectionFactoryJNDIXA
                   Classpath=null
                   ConnectionURL = t3://localhost:8011
                   DestinationType = Queue
                   DestinationJNDIName = queue
                   InitialContextFactory = weblogic.jndi.WLInitialContextFactory
                   ConnectionFactoryJNDIName = connFac>
              ####<12.sep.02 09:34:21 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! Bridge bridgeOne
              is successfully initialized>
              ####<12.sep.02 09:34:21 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <main> <system> <> <200004> <Messaging Bridge "bridgeOne" has been successfully
              deployed.>
              ####<12.sep.02 09:34:25 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200012> <Bridge
              "bridgeOne" suceesfully found the two adapters configured for it.>
              ####<12.sep.02 09:34:25 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging STARTUP! BridgeBridge bridgeOne forwarding policy is AUTO>
              ####<12.sep.02 09:34:25 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200033> <Bridge
              "bridgeOne" is getting the connections to the two adapters.>
              ####<12.sep.02 09:34:25 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne Getting source connection>
              ####<12.sep.02 09:34:26 CEST> <Notice> <WebLogicServer> <6S19FHGZN2CM> <serverone>
              <ListenThread> <system> <> <000202> <ListenThread listening on port 7011>
              ####<12.sep.02 09:34:26 CEST> <Notice> <WebLogicServer> <6S19FHGZN2CM> <serverone>
              <SSLListenThread> <system> <> <000202> <SSLListenThread listening on port 7012>
              ####<12.sep.02 09:34:26 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190011> <Unable to locate context:
              java:/comp/env/wls-connector-resref>
              ####<12.sep.02 09:34:26 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190010> <Unable to determine Resource
              Principal for Container Managed Security Context.>
              ####<12.sep.02 09:34:26 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190011> <Unable to locate context:
              java:/comp/env/wls-connector-resref>
              ####<12.sep.02 09:34:26 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190010> <Unable to determine Resource
              Principal for Container Managed Security Context.>
              ####<12.sep.02 09:34:28 CEST> <Info> <Management> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '1' for queue: '__weblogic_admin_rmi_queue'> <system> <> <141060> <Reconnected
              to Admin Server running at http://6S19FHGZN2CM:7001 from Managed Server - serverone.>
              ####<12.sep.02 09:34:29 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190035> <There was/were 1 physical
              connection(s) created with the following Meta Data: Product name of EIS instance:
              Java Messaging Service Product version of EIS instance: 1.0.2 Maximum number of
              connections supported from different processes: 0 User name for connection: system>
              ####<12.sep.02 09:34:29 CEST> <Notice> <Cluster> <6S19FHGZN2CM> <serverone> <main>
              <system> <> <000102> <Listening for multicast messages (cluster MyCluster) on
              port 7011 at address 224.0.0.1>
              ####<12.sep.02 09:34:29 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne Successfully got connection to the
              source destination>
              ####<12.sep.02 09:34:29 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne Getting target connection>
              ####<12.sep.02 09:34:29 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190011> <Unable to locate context:
              java:/comp/env/wls-connector-resref>
              ####<12.sep.02 09:34:29 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190010> <Unable to determine Resource
              Principal for Container Managed Security Context.>
              ####<12.sep.02 09:34:29 CEST> <Notice> <WebLogicServer> <6S19FHGZN2CM> <serverone>
              <main> <system> <> <000330> <Started WebLogic Managed Server "serverone" for domain
              "dmsdomain" running in Production Mode>
              ####<12.sep.02 09:34:29 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190011> <Unable to locate context:
              java:/comp/env/wls-connector-resref>
              ####<12.sep.02 09:34:29 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190010> <Unable to determine Resource
              Principal for Container Managed Security Context.>
              ####<12.sep.02 09:34:30 CEST> <Info> <Connector> <6S19FHGZN2CM> <serverone> <ExecuteThread:
              '0' for queue: 'MessagingBridge'> <system> <> <190035> <There was/were 1 physical
              connection(s) created with the following Meta Data: Product name of EIS instance:
              Java Messaging Service Product version of EIS instance: 1.0.2 Maximum number of
              connections supported from different processes: 0 User name for connection: system>
              ####<12.sep.02 09:34:30 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne Successfully got connection to the
              target destination>
              ####<12.sep.02 09:34:30 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne: both source and target adapters support
              XA = true>
              ####<12.sep.02 09:34:30 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200032> <Bridge
              "bridgeOne" is configured not to allow degradation of its quality of service in
              cases where the configured quality of service is not reachable.>
              ####<12.sep.02 09:34:30 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne supportsMDBTX = true supportsXA = true
              async = true>
              ####<12.sep.02 09:34:30 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006> <Messaging
              Bridge Debugging RUNTIME! Bridge bridgeOne WorkMode = Exactly-once>
              ####<12.sep.02 09:34:30 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200030> <Bridge
              "bridgeOne" is configured to work in "Exactly-once" mode and it is actually working
              in "Exactly-once" mode.>
              ####<12.sep.02 09:34:30 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200028> <Bridge
              "bridgeOne" starts transferring messages.>
              ####<12.sep.02 09:35:29 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <> <> <200027> <Bridge "bridgeOne"
              works in asynchronous mode and has not received messages for the predefined maximum
              idle time. The connections to the adapters will be interrupted and re-established.>
              ####<12.sep.02 09:35:29 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <> <> <200020> <Bridge "bridgeOne"
              is stopped.>
              ####<12.sep.02 09:35:29 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM> <serverone>
              <ExecuteThread: '0' for queue: 'MessagingBridge'> <> <> <200033> <Bridge "bridgeOne"
              is getting the connections to the two adapters.>
              "Per Mengshoel" <[email protected]> wrote:
              >
              >Hi,
              >
              >I got the patch, but didn't quite succeed in configuring
              >it... I am getting exceptions in the managed server's log.
              >
              >Ideas?
              >-Per
              >
              >####<12.sep.02 08:44:58 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! creating
              >bridge
              >bridgeOne>
              >####<12.sep.02 08:44:59 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! Bridge
              >bridgeOne's
              >source properties are:
              >     AdapterJNDIName=eis.jms.WLSConnectionFactoryJNDIXA
              >     Classpath=null
              >     ConnectionURL = t3://localhost:7011
              >     DestinationType = Queue
              >     DestinationJNDIName = XmlQueue2
              >     InitialContextFactory = weblogic.jndi.WLInitialContextFactory
              >     ConnectionFactoryJNDIName = connFac>
              >####<12.sep.02 08:44:59 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! Bridge
              >bridgeOne's
              >target properties are:
              >     AdapterJNDIName=eis.jms.WLSConnectionFactoryJNDIXA
              >     Classpath=null
              >     ConnectionURL = t3://localhost:8011
              >     DestinationType = Queue
              >     DestinationJNDIName = queue
              >     InitialContextFactory = weblogic.jndi.WLInitialContextFactory
              >     ConnectionFactoryJNDIName = connFac>
              >####<12.sep.02 08:44:59 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><main> <system> <> <200006> <Messaging Bridge Debugging STARTUP! Bridge
              >bridgeOne
              >is successfully initialized>
              >####<12.sep.02 08:44:59 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><main> <system> <> <200004> <Messaging Bridge "bridgeOne" has been successfully
              >deployed.>
              >####<12.sep.02 08:44:59 CEST> <Info> <HTTP> <6S19FHGZN2CM> <serverone>
              ><main>
              ><system> <> <101133> <Initializing WEB server serverone>
              >####<12.sep.02 08:45:01 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200012>
              ><Bridge
              >"bridgeOne" suceesfully found the two adapters configured for it.>
              >####<12.sep.02 08:45:02 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006>
              ><Messaging
              >Bridge Debugging STARTUP! BridgeBridge bridgeOne forwarding policy is
              >AUTO>
              >####<12.sep.02 08:45:02 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200033>
              ><Bridge
              >"bridgeOne" is getting the connections to the two adapters.>
              >####<12.sep.02 08:45:02 CEST> <Debug> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200006>
              ><Messaging
              >Bridge Debugging RUNTIME! Bridge bridgeOne Getting source connection>
              >
              >####<12.sep.02 08:45:02 CEST> <Info> <MessagingBridge> <6S19FHGZN2CM>
              ><serverone>
              ><ExecuteThread: '0' for queue: 'MessagingBridge'> <system> <> <200042>
              ><Bridge
              >"bridgeOne" failed to connect to the source destination and will try
              >again in
              >20 seconds. (java.lang.Exception: javax.resource.ResourceException: Problem
              >granting
              >connection request to a ManagedConnectionFactory which does not exist
              >in connection
              >pool. Check your MCF's hashcode()
              >     at weblogic.connector.common.internal.ConnectionPoolManager.getConnection(ConnectionPoolManager.java:149)
              >     at weblogic.connector.common.internal.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:20)
              >     at weblogic.jms.adapter.JMSBaseConnectionFactory.getSourceConnection(JMSBaseConnectionFactory.java:97)
              >     at weblogic.jms.bridge.internal.MessagingBridge.getConnections(MessagingBridge.java:696)
              >     at weblogic.jms.bridge.internal.MessagingBridge.execute(MessagingBridge.java:901)
              >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >)>
              >
              >
              >"Dongbo Xiao" <[email protected]> wrote:
              >>This is a known problem in the adapter deployment area.
              >>Contact BEA customer support and ask about CR083563.
              >>
              >>Dongbo
              >>
              >>"Per Mengshoel" <[email protected]> wrote in message
              >>news:[email protected]...
              >>>
              >>> Hi,
              >>>
              >>> I am trying to use the messaging bridge in a cluster
              >>> (WLS61SP3 with CR081404_61sp3.jar + CR081511_61sp3.jar),
              >>> but I am getting the following error on startup of one
              >>> of my managed servers (error attached).
              >>>
              >>> What am I doing wrong here?
              >>>
              >>> Regards,
              >>> -Per
              >>>
              >>>
              >>
              >>
              >
              

  • How to remove the 'New Entry' button in the warning message for a dialog bo

    Hi Experts,
    I am calling a Modal Dialog box screen having a pushbutton.
    On the click of the pushbutton, I am performing some checks, and giving a warning message.
    The warning message comes as a popup in this case and has three buttons on it.
    One of these buttons is titled 'New entry'.
    I dont want that button to come on the warning popup.
    Please let me know if there is a way out for this.
    Thanks in advance.
    Useful answers will surely be rewarded.
    Regards,
    Himanshu

    Hi Jyothi,
    Thanks a lot for ur prompt reply.
    But, in my dialog screen, on click of the button I am simply using the statement :
    MESSAGE W000(0K) with 'text'.
    The resulting warning message comes as a popup with the 'New Entry' button on it.
    From the warning popup, how can I remove the button.
    Please let me know.
    Thanks.
    Regards,
    Himanshu

  • BI Publisher report ends with Warning Message for Pivot  type reports..

    Hi,
    I had used BI reporting(xml publisher) to develop our all reports and registered in R12 and works fine for all the tabular/forms type reports but it fails with the warning message(colored in yellow) for Pivot type reports. The output comes in xml..
    When I changed the pivot table type report to tabular it comes with pdf. No issues.I do not know how to solve this issue...
    Please help me on this..
    Thanks
    Imran

    Welcome to the forums !
    Pl post details of OS, database and EBS versions, along with the complete error message.
    HTH
    Srini

  • BADI/user exit for ME21N - Warning message for "our reference" field

    Dear all,
    I have a problem.
    In ME21N, I need to show a warning message (message w... ) when user enter an already-used-before input in "Our reference' field (EKKO-UNSEZ).
    I've tried in two methods.
    1. Using fm EXIT_SAPMM06E_004. But it can only works for Error message. My warning message never shows up.
    2. Tried to implement classic BADI ME_PROCESS_PO_CUST, using the PROCESS_HEADER method. Got the break-point spot on, but still didn't show the warning message.
    Why is my warning message always got override?
    Please advise.
    Thanks in advance
    Ahmad

    Hi Ahmad,
    Check the below links:
    Unable to put Warning messages in ME21N and ME22N in Exit / BAdI in ECC 6.0
    Warning message in me22n check user-exit can't process?
    Custome warning message in T. code me51n me52n & me21n , me22n
    Regards,
    Nisha Vengal.

  • Warning messages for purchage order date?

    Hi Friends,
      I am ABAP developer, and I am developing one webservice to create value contract from dotnet front end,
    So user can enter inputs from that front end and he will get SAP generated value contract id.
       Here I did validations for all the fields and giving error messages to restrict user to dont give incorrect values.
    Now coming to my issue..,
    While entering the PO Date in the initial screen of contract creation,
    If I enter future date,
    > The purchase order date lies in the future. Please check
    If I enter the past date.,
    > The purchase order date is in the past. Please check
    I will get warning messages like this, so what should i do, I can enter, today's date to avoid these messages,
    And I can neglect these two messages to proceed, as they are warings only.
    But in my case , Can i process these messages to front end, Is it mandatory.
    I want to know the intention of these messages, then i can proceed.
    Thanks,
    Naveen.I

    Hi,
    It is telling an information about the date status and n=it is not an error message.
    so you can go ahead with this message.
    If you want the same message in front end then you can write the logic in the dotnet prog.
    Regards,
    Sumith

  • Vendor Payment TC F-58/F-53, warning message for selecting NON DUE invoices

    Hi,
    I have scenario with my client, they want that during manual vendor payment against  TC F-58&F-53, if the invoices are not due for payment but if selected by the user during manual payment, is there any configuration by which system will give a warning message to the user saying invoices are not due for payment before saving the document.
    Thanks
    MRS

    You have to find the appropriate "Message Area" and "Message Number" in "Maintain Message Control".
    Add the message into the Message Control and make it as WARNING message.
    << Moderator message - Point begging removed >>
    << Begging for points is against the furum rules. Repeated violation of forum rules can result in your userid being deelted. This is the third time you have been warned.>>
    Thanks.
    Edited by: Rob Burbank on Jan 18, 2011 3:57 PM

  • How to handle warning message for the fields in tab merging , PERSONAS 2.0

    Hi all,
    Please advice me on the below issue.
    In a transaction VA32 , I have merged the fields from one tab to another tab using tab caching.
    when i try to change the value of  a merged fields , it throws the warnings message. So it is continuously looping from one tab to another tab.
    So i tried to use the additional editor concepts in tab caching as below.
    Looping is stopped and throws warning message in the same tab.
    All the changes are saved successfully only when the enter button is clicked once in the main screen, else the changes are not saved and my previous value remains.
    Anybody have an idea on how we can use Additional actions in Tab caching concepts.
    Thank you,
    Arun

    Hi Kranthi,
    When i try to save the fields which i merged from different tab is not saving.
    Please find the below details.
    Green highlighted fields are custom fields which is merged from different screen like header or item overview screen. This is handled in script button.
    Red highlighted fields are merged from different tab like shipping or sales using tab caching concept.
    While changing the value of the fields which is merged from different tab , and press ENTER then it throws the Warning message if occurs.
    After warning message, if i try to save using the script button for copying all the custom fields which is merged from different screen , pasted it to their respective screens and also saved.
    Its working fine.
    When i try to save it before pressing ENTER button then the respective changes had made in the merged fields from different tab are not reflected.
    How we can handle this issue?
    Thank you,
    Arun

Maybe you are looking for

  • Yosemite showing old icons for Hard Disks and Disk images

    Hey all, I'm running OS X Yosemite, all fully up to date, based on an upgrade install from Mavericks. Everything's basically fine, with the exception that any sort of disk icon (Internal, USB, Disk Images etc) all still use the old Mavericks style ic

  • Class java.util.MissingResourceException

    Hi all - I'm working on implementing the DocumentAccessReport => https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e6811377c0 I had this working for a while and recently decided to add some enhancement

  • XE and UTL_PDF

    Had a play with UTL_PDF, loaded into database and tried running it. I expected the call to one of the examples to open the newly generated PDF. In my case it didn't, it did insert a record into the table though. Any ideas on what I may be doing wrong

  • Regarding date ranges in search criteria in oracle forms

    I am using employee number,name, person type, and date ranges as search criteria in custom form. when I enter employee number, hit the find button, I am getting the exact info in the result block. Result block contains employee name,personid,emp numb

  • BTFON support 24/7 Helpdesk closed no mention o...

    Just started to think about using FON  service as it has been magically enabled on my Homehub. I need my orginal email  and password to login, this has been lost in the mists of time  as just use BT as a connection.   Found this on bt website "To get