Error configuring the Oracle 8.1.7 XA Thin driver with WLS 6.1 SP1

I am trying to configure the Oracle 8.1.7.0 thin driver and am getting an SystemException
when the pool tries to test the connection at server startup. It looks like the
start() method is failing. I have put Oracle's Classes12.zip, jndi.zip, and the
jta.zip on the classpath immediately after the weblogic.jar entry. Is this a
classpath issue? Can someone that has this working please help me. Thanks in
advance. Steve
The following is the JDBC Pool entry in the config.xml file:
<JDBCConnectionPool
DriverName="oracle.jdbc.xa.client.OracleXADataSource"
InitialCapacity="0" LoginDelaySeconds="1" MaxCapacity="20"
Name="oraclePoolSun3500XAThin" Properties="user=sschaber;url=jdbc:oracle:thin:@199.191.94.4:1521:ORCLT;password=sschaber;dataSourceName=oraclePoolSun3500XAThin"
RefreshMinutes="5" ShrinkPeriodMinutes="30"
Targets="memphisserver" TestConnectionsOnRelease="true"
TestConnectionsOnReserve="true" TestTableName="Dual" URL="jdbc:oracle:thin:@199.191.94.4:1521:ORCLT"/>
Also, here is the entire exception being thrown:
<Apr 5, 2002 1:33:08 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin> <javax.transaction.SystemException:
start() failed on resource 'oracle.jdbc.xa.client.Or
acleXAResource' null
at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo.java:998)
at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.java:234)
at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:374)
at weblogic.jdbc.common.internal.ConnectionEnv.test(ConnectionEnv.java:915)
at weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java:1114)
at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:238)
at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:229)
at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:65)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
<Apr 5, 2002 1:33:08 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin> <This
connection will now be refreshed.>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC> <Connection for XA pool "oraclePoolSun3500XAThin"
refreshed.>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin> <A connection
from pool oraclePoolSun3500XAThin was tested during reserve with a select
count(*) from Dual and failed:>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin> <javax.transaction.SystemException:
start() failed on resource 'oracle.jdbc.xa.client.Or
acleXAResource' null at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo.java:998)
at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.java:234)
at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:374)
at weblogic.jdbc.common.internal.ConnectionEnv.test(ConnectionEnv.java:915)
at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:465)
at weblogic.common.internal.ResourceAllocator.reserveUnused(ResourceAllocator.java:376)
at weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java:1103)
at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:238)
at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:229)
at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:65)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin> <This
connection will now be refreshed.>

This still does not work for me. I must be missing something here. Any help would
be appreciated.
Thanks,
Steve
"Sree Bodapati" <[email protected]> wrote:
Hi Steve,
I see the initial capacity is set to zero , can you push it up to atleast
few connections and see if it helps, and Let me know.
thanks
sree
"Steve Schaber" <[email protected]> wrote in message
news:[email protected]...
I made sure that we have the latest version of the classes12.zip file(8.1.7).
Also, moved the classes12.zip, jndi.zip, and the jta.zip file beforethe
weblogic.jar
file in the classpath. I am still getting the same error.
Steve
"Sree Bodapati" <[email protected]> wrote:
Put the classes12.zip and other zip files before the weblogic.jar
file
in
the classpath. ensure that you have the latest classes12.zip filefrom
oracle.
sree
"Steve Schaber" <[email protected]> wrote in message
news:[email protected]...
I am trying to configure the Oracle 8.1.7.0 thin driver and am gettingan
SystemException
when the pool tries to test the connection at server startup. It
looks
like the
start() method is failing. I have put Oracle's Classes12.zip,
jndi.zip,
and the
jta.zip on the classpath immediately after the weblogic.jar entry.Is
this a
classpath issue? Can someone that has this working please help
me.
Thanks in
advance. Steve
The following is the JDBC Pool entry in the config.xml file:
<JDBCConnectionPool
DriverName="oracle.jdbc.xa.client.OracleXADataSource"
InitialCapacity="0" LoginDelaySeconds="1" MaxCapacity="20"
Name="oraclePoolSun3500XAThin"
Properties="user=sschaber;url=jdbc:oracle:thin:@199.191.94.4:1521:ORCLT;pass
word=sschaber;dataSourceName=oraclePoolSun3500XAThin"
RefreshMinutes="5" ShrinkPeriodMinutes="30"
Targets="memphisserver" TestConnectionsOnRelease="true"
TestConnectionsOnReserve="true" TestTableName="Dual"URL="jdbc:oracle:thin:@199.191.94.4:1521:ORCLT"/>
Also, here is the entire exception being thrown:
<Apr 5, 2002 1:33:08 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin><javax.transaction.SystemException:
start() failed on resource 'oracle.jdbc.xa.client.Or
acleXAResource' null
at
weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo..
java:998)
at
weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.j
ava:234)
at
weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTra
nsactionImpl.java:374)
atweblogic.jdbc.common.internal.ConnectionEnv.test(ConnectionEnv.java:915)
at
weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java:11
14)
at
weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigg
er.java:238)
at
weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java
:229)
atweblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:65)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
<Apr 5, 2002 1:33:08 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin><This
connection will now be refreshed.>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC> <Connection for XA pool"oraclePoolSun3500XAThin"
refreshed.>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin><A
connection
from pool oraclePoolSun3500XAThin was tested during reserve with
a
select
count(*) from Dual and failed:>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin><javax.transaction.SystemException:
start() failed on resource 'oracle.jdbc.xa.client.Or
acleXAResource' null at
weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResourceInfo..
java:998)
at
weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourceInfo.j
ava:234)
at
weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTra
nsactionImpl.java:374)
atweblogic.jdbc.common.internal.ConnectionEnv.test(ConnectionEnv.java:915)
at
weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:46
5)
at
weblogic.common.internal.ResourceAllocator.reserveUnused(ResourceAllocator.j
ava:376)
at
weblogic.common.internal.ResourceAllocator.trigger(ResourceAllocator.java:11
03)
at
weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigg
er.java:238)
at
weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java
:229)
atweblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:65)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
<Apr 5, 2002 1:33:10 PM CST> <Info> <JDBC Pool oraclePoolSun3500XAThin><This
connection will now be refreshed.>

Similar Messages

  • Fully_qualified_remote_host_name while Configuring the oracle User's Enviro

    Hello All,
    I am installing Oracle 11g R2 on HP-UX server.
    I am connected to the HP-UX server through putty.
    On the Quick Installation guide i reached the section "Configuring the oracle User’s Environment" and i have the below questions:
    In the below
    Enter the following command to ensure that X Window applications can display
    on this system:
    $ xhost fully_qualified_remote_host_name
    what is the fully_qualified_remote_host_name ? is it the IP address of the my own PC where i am connecting to the remote server? or the IP address of the server it self?
    and in the below example
    $ export DISPLAY=local_host:0.0 -- local host is the IP of the PC i am connecting from it to the server?
    Regards,

    Hi;
    In the below
    Enter the following command to ensure that X Window applications can display
    on this system:
    $ xhost fully_qualified_remote_host_name
    what is the fully_qualified_remote_host_name ? is it the IP address of the my own PC where i am connecting to the remote server? or the IP address of the server it self?
    and in the below example
    $ export DISPLAY=local_host:0.0 -- local host is the IP of the PC i am connecting from it to the server?If you use putty than you need to some program like VNCviwer or xming etc. to can see GUI screen on your desktop.Please check my previous post
    Re: 11gR2 Grid Infrastructure cannout launch installer OEL 5.5
    Still have some issue than update thread.
    Regard
    Helios

  • Error configuring the Kanaka Server via Wizard in Step 2 / 4

    Testing the Kanaka Client for Mac we have an error configuring the Kanaka Server via Setup Wizard in Step 2 of 4:
    After selecting the context where the Kanaka Proxy Object and the Administrator Group should be created and clicking on the next button the Wizard displays an error message >Unknown Directory services error has occurred< and stops. We are not able to complete the Wizard and do not find any message in the log(s) and eDirectory traces which let us know what is going wrong.
    Any help would be appreciated.
    Werner Seifert
    Information Management
    Johannes Kepler University Linz/Austria
    werner dot seifert at jku dot at

    On 24/01/2012 06:46, wseifert wrote:
    > Testing the Kanaka Client for Mac we have an error configuring the
    > Kanaka Server via Setup Wizard in Step 2 of 4:
    >
    > After selecting the context where the Kanaka Proxy Object and the
    > Administrator Group should be created and clicking on the next button
    > the Wizard displays an error message>Unknown Directory services error
    > has occurred< and stops. We are not able to complete the Wizard and do
    > not find any message in the log(s) and eDirectory traces which let us
    > know what is going wrong.
    >
    > Any help would be appreciated.
    Does the container you're adding the Kanaka Proxy object to have a
    Universal Password policy assigned?
    HTH.
    Simon
    Novell/SUSE/NetIQ Knowledge Partner
    Do you work with Novell technologies at a university, college or school?
    If so, your campus could benefit from joining the Novell Technology
    Transfer Partner (TTP) program. See novell.com/ttp for more details.

  • Error initializing the Oracle JMS Resource provider for Topics

    Getting this error when starting OC4J 9.0.3 standlone on Windows2000.
    Resource provider config'd as
    <resource-provider class="oracle.jms.OjmsContext" name="ojms">
    <description> OJMS/AQ </description>
    <property name="datasource" value="jdbc/ProlianceDS"></property>
    </resource-provider>
    Datasource config'd as
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="ProlianceDS"
              location="jdbc/ProlianceDS"
              xa-location="jdbc/xa/ProlianceDS"
              ejb-location="jdbc/ProlianceDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="proliance"
              password="******"
              url="jdbc:oracle:thin:@aps67.ere.com:1538:ifstst"
              inactivity-timeout="30"
         />
    ejb-jar config'd as
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <description>Proliance Message Driven Bean</description>
    <display-name>ProlianceMDB</display-name>
    <ejb-name>ProlianceMDB</ejb-name>
    <ejb-class>com.lendlease.bll.ProlianceMDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-selector>
    <method>
    <ejb-name>ProlianceMDB</ejb-name>
    <method-name>onMessage</method-name>
    </method>
    </message-selector>
    <message-driven-destination>
    <destination-type>javax.jms.Topic</destination-type>
    <subscription-durability>Durable</subscription-durability>
    </message-driven-destination>
    <resource-ref>
    <res-ref-name>java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ</res-ref-name>
    <res-type>javax.jms.Topic</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>java:comp/resource/ojms/TopicConnectionFactories/aqTcf</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.TopicConnectionFactory</resource-env-ref-type>
    </resource-env-ref>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>ProlianceMDB</ejb-name>
    <method-name>onMessage</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    orion-ejb-jar config'd as:
    <?xml version = '1.0'?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar deployment-time="e7f1ce76f6" deployment-version="1.0.2.2">
    <enterprise-beans>
    <message-driven-deployment
    name="ProlianceMDB"
    connection-factory-location="java:comp/resource/ojms/TopicConnectionFactories/aqTcf"
    destination-location="java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ"
    subscription-name="PROLIANCE_SUBSCRIBER">
    </message-driven-deployment>
    </enterprise-beans>
    </orion-ejb-jar>
    Full startup trace is:
    C:\ora\oc4j_9.0.3\j2ee\home>java -Djdbc.connection.debug=true -jar oc4j.jar
    Node started with id=-2143203582
    Auto-unpacking C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB.ear... done.
    Auto-unpacking C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB\ProlianceMDB.war... done.
    Auto-deploying ProlianceMDB (New server version detected)...
    Copying default deployment descriptor from archive at C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB/ProlianceMDB
    .jar/META-INF/orion-ejb-jar.xml to deployment directory C:\ora\oc4j_9.0.3\j2ee\home\application-deployments\ProlianceMDB
    \ProlianceMDB.jar...
    Auto-deploying ProlianceMDB.jar (New server version detected)... done.
    Error initializing the Oracle JMS Resource provider for Topics: Not an OracleConnection
    Error deploying file:/C:/ora/oc4j_9.0.3/j2ee/home/applications/ProlianceMDB/ProlianceMDB.jar homes: No javax.jms.Destina
    tion found at the specified destination-location (java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ) for MessageDrivenBean
    ProlianceMDB
    OrionCMTConnection not closed, check your code!
    Logical connection not closed, check your code!
    Created at:
    java.lang.Throwable: OrionCMTConnection created
    at com.evermind.sql.OrionCMTConnection.<init>(OrionCMTConnection.java:42)
    at com.evermind.sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:82)
    at oracle.jms.AQjmsConnection.newDBConnection(AQjmsConnection.java:1681)
    at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:537)
    at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:232)
    at oracle.jms.OjmsResource.initT(OjmsResource.java:512)
    at oracle.jms.OjmsResource.initAQ(OjmsResource.java:411)
    at oracle.jms.OjmsResource.init(OjmsResource.java:214)
    at oracle.jms.OjmsContextFactory.getObjectInstance(OjmsContextFactory.java:103)
    at oracle.jms.OjmsContext.getResource(OjmsContext.java:328)
    at com.evermind.server.Application.lookupResource(Application.java:2548)
    at com.evermind.server.Application.lookupResource(Application.java:2563)
    at com.evermind.server.ApplicationContext.handleResourceLookup(ApplicationContext.java:639)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:162)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:66)
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:236)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:304)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:595)
    at com.evermind.server.Application.postInit(Application.java:431)
    at com.evermind.server.Application.setConfig(Application.java:136)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1635)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1585)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1240)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:484)
    Auto-deploying ProlianceMDB Poster (New server version detected)...
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Using native aqapi.jar with OC4J -didn't copy from 9.2.0.2 DB. 9.2.0.2 patchset ran fully, completed fine. What's going wrong?
    Brian

    Shouldn't I be getting a com.evermind.sql.OrclCMTConnection created instead of a com.evermind.sql.OrionCMTConnection (per the stack trace)? OJMS is complaining that it doesn't have an OracleCOnnection but how do I tell it to use the "OrclCMTConnection" class instead?
    Brian

  • Can any one please tell me how to configure the oracle data gaurd. in steps

    can any one please tell me how to configure the oracle data gaurd. in steps

    Hi,
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/create_ps.htm#i63561
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/ha/dataguard/physstby/physstdby.htm
    Regards
    Yoonas

  • WLCS 3.5 with WLS 6.0 SP1--ERROR

    Hi,
    I just installed WLCS 3.5 with WLS 6.0 SP1. The weblogic server starts up
    great! However when i try starting WLCS 3.5 this is the error i get. I am
    however able to get to the tools page and there are no errors. I am also
    able to do stuff with the E-business control center! Any idea's of what this
    error is all abt
    CLASSPATH IS
    C:\bea\WebLogicCommerce3.5\lib\jdom.jar;C:\bea\WebLogicCommerce3.5\
    lib\mail.jar;C:\bea\WebLogicCommerce3.5\classes;C:\bea\WebLogicCommerce3.5\l
    ib\w
    lcsparsers.jar;C:\bea\WebLogicCommerce3.5\license;C:\bea\WebLogicCommerce3.5
    \eva
    l\Taxware\common\classes;C:\bea\jdk130\lib\tools.jar;C:\bea\wlserver6.0sp1\l
    ib\w
    eblogic_sp.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;C:\bea\wlserver6.0sp1\
    lib\
    xmlx.jar;C:\bea\wlserver6.0sp1\ext\weblogic-tags.jar;C:\bea\wlserver6.0sp1\s
    ampl
    es\eval\cloudscape\lib\cloudscape.jar;C:\bea\wlserver6.0sp1\samples\eval\clo
    udsc
    ape\lib\tools.jar;C:\bea\wlserver6.0sp1\samples\eval\cloudscape\lib\client.j
    ar
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Apr 27, 2001 11:26:58 AM CDT> <Info> <Security> <Getting boot password from
    use
    r.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    <Apr 27, 2001 11:27:17 AM CDT> <Notice> <Management> <Loading configuration
    file
    .\config\wlcsDomain\config.xml ...>
    log file: C:\bea\WebLogicCommerce3.5\.\config\wlcsDomain\logs\weblogic.log
    <Apr 27, 2001 11:27:23 AM CDT> <Info> <Logging> <Only log messages of
    severity "
    Error" or worse will be displayed in this window. This can be changed at
    Admin C
    onsole> wlcsDomain> Servers> wlcsServer> Logging> General> Stdout severity
    thres
    hold>
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDe

    Hi,
    This error message means that Rolling Patch 1 for WLS 6.0 is not installed. You
    can get it at: <http://commerce.bea.com/downloads/wls_patches.jsp>
    Cheers,
    Ted
    kapil khanna wrote:
    Hi,
    I just installed WLCS 3.5 with WLS 6.0 SP1. The weblogic server starts up
    great! However when i try starting WLCS 3.5 this is the error i get. I am
    however able to get to the tools page and there are no errors. I am also
    able to do stuff with the E-business control center! Any idea's of what this
    error is all abt
    CLASSPATH IS
    C:\bea\WebLogicCommerce3.5\lib\jdom.jar;C:\bea\WebLogicCommerce3.5\
    lib\mail.jar;C:\bea\WebLogicCommerce3.5\classes;C:\bea\WebLogicCommerce3.5\l
    ib\w
    lcsparsers.jar;C:\bea\WebLogicCommerce3.5\license;C:\bea\WebLogicCommerce3.5
    \eva
    l\Taxware\common\classes;C:\bea\jdk130\lib\tools.jar;C:\bea\wlserver6.0sp1\l
    ib\w
    eblogic_sp.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;C:\bea\wlserver6.0sp1\
    lib\
    xmlx.jar;C:\bea\wlserver6.0sp1\ext\weblogic-tags.jar;C:\bea\wlserver6.0sp1\s
    ampl
    es\eval\cloudscape\lib\cloudscape.jar;C:\bea\wlserver6.0sp1\samples\eval\clo
    udsc
    ape\lib\tools.jar;C:\bea\wlserver6.0sp1\samples\eval\cloudscape\lib\client.j
    ar
    # Note: Server initialization may take several minutes.
    # Please be patient.
    <Apr 27, 2001 11:26:58 AM CDT> <Info> <Security> <Getting boot password from
    use
    r.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    <Apr 27, 2001 11:27:17 AM CDT> <Notice> <Management> <Loading configuration
    file
    .\config\wlcsDomain\config.xml ...>
    log file: C:\bea\WebLogicCommerce3.5\.\config\wlcsDomain\logs\weblogic.log
    <Apr 27, 2001 11:27:23 AM CDT> <Info> <Logging> <Only log messages of
    severity "
    Error" or worse will be displayed in this window. This can be changed at
    Admin C
    onsole> wlcsDomain> Servers> wlcsServer> Logging> General> Stdout severity
    thres
    hold>
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:289)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    javax.naming.ServiceUnavailableException. Root exception is
    java.rmi.NoSuchObje
    ctException: The object identified by [9] could not because found. Either it
    was
    has not been exported or it has been collected by the distributed garbage
    colle
    ctor.
    at
    weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:4
    01)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newLocalContext(WLIniti
    alContextFactoryDelegate.java:315)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialCon
    textFactoryDelegate.java:275)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLIni
    tialContextFactoryDelegate.java:244)
    at weblogic.jndi.Environment.getContext(Environment.java:135)
    at weblogic.jndi.Environment.getInitialContext(Environment.java:118)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.<init>(EJBMBeanFactory.java:1
    01)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:577)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:1
    71)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:548)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    23)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:437)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:178)
    at $Proxy20.load(Unknown Source)
    at
    weblogic.servlet.internal.WebService.configureDefaultWebApps(WebServi
    ce.java:341)
    at
    weblogic.servlet.internal.WebService.configureWebForManagedServer(Web
    Service.java:311)
    at
    weblogic.management.internal.RemoteMBeanServerImpl.getMBeans(RemoteMB
    eanServerImpl.java:150)
    at weblogic.management.Admin.start(Admin.java:309)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    java.lang.NullPointerException:
    at
    weblogic.ejb20.internal.EJBMBeanFactory.createEJBMBean(EJBMBeanFactor
    y.java:277)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.parseEjbJar(EJBMBeanFactory.j
    ava:220)
    at
    weblogic.ejb20.internal.EJBMBeanFactory.getMBeans(EJBMBeanFactory.jav
    a:138)
    at
    weblogic.management.mbeans.custom.Application.initializeMBean(Applica
    tion.java:587)
    at
    weblogic.management.mbeans.custom.Application.initializeMBeans(Applic
    ation.java:497)
    at
    weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:286)
    at
    weblogic.management.mbeans.custom.Application.load(Application.java:2
    30)
    at
    weblogic.management.mbea

  • I got a Model Number: A1181, My hard drive burned out. I bouhgt a new hard drive Wd Scorpio 500 GB. When i tried to install the MAC OS, it identies a hard drive with 3.6 TB and i'm not able to do the installation.

    I got a Model Number: A1181, My hard drive burned out. I bouhgt a new hard drive Wd Blue Scorpio 500 GB. When i tried to install the MAC OS, it identifies a hard drive with 3.6 TB and i'm not able to do the installation. I touhgt the new ard drive was bad but i was able to install windows XP. Any ideas what do i have to do?

    Well, let's hope that nothing was jiggled out of place when you were installing the new hard drive. Your optical drive may just be out of alignment or the disc you have is "dirty." Get a lint-free cloth and some rubbing alcohol, then clean the disc as thoroughly as you can starting from the center and working outward in a concentric circlular motion. See if that helps. In particular clean the inner portion well.
    If this does not help, then you have a problem. You have opened the computer yourself. That action voids all support from Apple. If you take the computer in for service the store may refuse to service the computer. This is not related to your now expired warranty.

  • Error configuring the repository using Repository Assistant.

    Hi,
    I have a SYSDBA access to a oracle 9i instance and i tried to configure the OWB Repository through Repository Assistant. I am getting the following error.
    How can i rectify this error.
    INS0037 - The initialization parameter job_queue_processes of the Database <instance_Name> cannot be set to zero. the recommended value for OWB is 10 or larger. Please change the parameter settings in the database, then coontinue the repository installation.
    Thanks and Regards,
    Soma

    Hi Soma,
    you have to set the parameter job_queue_processes for your db to 10 or larger.
    In advance verify with your dba that the parameter is not set to zero on purpose to prevent other jobs from running!
    Regards,
    Carsten.

  • Error 1053 the oracle(8.1.6) service is not starting on a fresh windows 2000 install

    Can anyone help!!!!!!!!
    Oracle service does't start on windows 2000 gives error:
    Could not start the oracle service on Local computer
    Error 1053: The service did not respond to start or control
    request in a timely fashion.

    Can anyone help!!!!!!!!
    Oracle service does't start on windows 2000 gives error:
    Could not start the oracle service on Local computer
    Error 1053: The service did not respond to start or control
    request in a timely fashion. This is what I did to start the oracle service..
    1. Change the startup type to manual in the windows service panel
    2. Restart the Windows 2000 PC
    3. Start the Oracle service by clicking the start button in the services window.
    4. It will hit the same error ie 1053..
    5. Now kill the oracle process using windows Task Manager
    6 Once again go back to services window and click the start button
    7. It will show the status meter window with a close button..
    8. After the status meter crosses halfway hit the close button..
    9. Your oracle process is started now..

  • Error configuring the receiver http adapter.

    Hi All,
    I get the folllowing error in the ICM Monitor trace file after I configure teh HTTP Adpater.Please can anyone suggets what is this error message and how to fix it.
    Thr 34] Thu Sep  3 07:59:18 2009
    [Thr 34] *** ERROR => IcmConnRollInWP: AppServer context already released [icxxthr_mt.c 2388]
    [Thr 12] *** ERROR => IcmPlAllocBuf: MpiGetOutbuf failed (rc = 14) [icxxplugin_m 1121]
    Regards,
    Shreshtha

    Do I have to set up certificates of that external server in my XI server.
    Yes. You have to import certificates on abap stack using STRUST.
    Second thing ,do I have to create an entry for https,port 443 in the parameter list of the ICM monitor.
    Yes.
    See this
    http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm
    Regards,
    Prateek

  • Error starting the Oracle 9.2 runInstaller on Linux x86

    I am trying to install Oracle 9.2.0.4 on Linux.
    When I run the °runInstaller° script I get the following error: The Java RunTime Environment was not found at -tmp-OraInstall2006'05'21_08-12-30AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    I do not know how to proceed, I am following the Oracle Installation Manual for release 9.2i.
    Any Help?
    Thanks

    Hi,
    I got the same Error (Java Runtime Env Error) while installing 9i Oracle on Linux 4AS.
    Did you solve this?
    If so, kindly share the solution to me also.
    Regards,
    Marate

  • Error configuring the Web Dynpro ABAP

    Hi,
    I am configuring the web dynpro ABAP which is giving an error that is mentioned below when i try to logon to the system.
    I have followed the note 1088717 for activating the services for Web Dynpro ABAP in SICF .
    i have even followed the note 434918 for configuring the fully qualified host names for BSP.
    Please let me know what might be the error.
    Error when processing your request
    What has happened?
    The URL http://cgslsvr3:8020/sap/bc/webdynpro was not called due to an error.
    Note
    The following error text was processed in the system CGD : WebDynpro Exception: Application // Does Not Exist
    The error occurred on the application server cgslsvr3_CGD_20 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CGD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server cgslsvr3_CGD_20 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server cgslsvr3_CGD_20 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 110 -u: BASIS -l: E -s: CGD -i: cgslsvr3_CGD_20 -w: 0 -d: 20080401 -t: 144740 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi,
    than you have to add in the hostfile at c/windows/system32/drivers/etc
    your mapping with the ip address of the server, add a line like:
    XXX.XXX.XXX.XXX servername
    but it seems the server is found, so really check in sicf:
    /default_host/sap/bc/webdynpro/namespace/application_name
    this should be active as well
    grtz,
    Koen

  • Error During the Oracle Open Script Playback

    Hi,
    I'm getting the below error while I try to execute my recorded script, which executes fine in other systems:
    14:29:49,876 ERROR [EnumSrvc] Failed to get children by tag:window
    oracle.oats.scripting.modules.webdom.common.api.exception.WaitForPageTimeoutException: Timeout(60 seconds) occurred waiting for page to load.
         at oracle.oats.scripting.modules.webdom.common.api.exception.WaitForPageTimeoutException.createWaitForPageTimeoutException(WaitForPageTimeoutException.java:34)
         at oracle.oats.scripting.modules.webdom.common.api.internal.communication.MessageHandler.sendMessage(MessageHandler.java:80)
         at oracle.oats.scripting.modules.webdom.api.internal.InternalWebDOMService.sendMessage(InternalWebDOMService.java:272)
         at oracle.oats.scripting.modules.webdom.api.internal.service.EnumSrvc.getChildrenByTag(EnumSrvc.java:163)
         at oracle.oats.scripting.modules.webdom.api.internal.service.EnumSrvc.getChild(EnumSrvc.java:104)
         at oracle.oats.scripting.modules.webdom.api.internal.service.EnumSrvc.getChildren(EnumSrvc.java:240)
         at oracle.oats.scripting.modules.webdom.api.internal.service.EnumSrvc.getChildren(EnumSrvc.java:1)
         at oracle.oats.scripting.modules.functionalTest.api.internal.services.FindTestObjectSrvc.findTestObject(FindTestObjectSrvc.java:131)
         at oracle.oats.scripting.modules.functionalTest.api.internal.services.FindTestObjectSrvc.findTestObject(FindTestObjectSrvc.java:75)
         at oracle.oats.scripting.modules.functionalTest.api.internal.services.FuncTestSrvc.findTestObject(FuncTestSrvc.java:72)
         at oracle.oats.scripting.modules.functionalTest.api.internal.services.FuncTestSrvc.findTestObject(FuncTestSrvc.java:66)
         at oracle.oats.scripting.modules.webdom.api.internal.InternalWebDOMService.findDomElement(InternalWebDOMService.java:798)
         at oracle.oats.scripting.modules.webdom.api.internal.InternalWebDOMService.findDomElement(InternalWebDOMService.java:782)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMTestObject.checkTestObject(DOMTestObject.java:171)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMBrowser.checkTestObject(DOMBrowser.java:82)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMBrowser.navigate(DOMBrowser.java:103)
         at script.run(script.java:27)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:316)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:726)
         at java.lang.Thread.run(Thread.java:619)
    14:29:49,892 ERROR [1] Error in section Run at line (script.java:27). Find Object timeout. Detail information:/web:window[@index='0' or @title='about:blank'].
    oracle.oats.scripting.modules.webdom.common.api.exception.ObjectNotFoundException: Find Object timeout. Detail information:/web:window[@index='0' or @title='about:blank'].
         at oracle.oats.scripting.modules.webdom.api.elements.DOMTestObject.checkTestObject(DOMTestObject.java:174)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMBrowser.checkTestObject(DOMBrowser.java:82)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMBrowser.navigate(DOMBrowser.java:103)
         at script.run(script.java:27)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:316)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:726)
         at java.lang.Thread.run(Thread.java:619)
    14:29:49,907 ERROR [1] Iteration 1 failed at line (script.java:27). 4 Errors. Find Object timeout. Detail information:/web:window[@index='0' or @title='about:blank']. ...
    oracle.oats.scripting.modules.webdom.common.api.exception.ObjectNotFoundException: Find Object timeout. Detail information:/web:window[@index='0' or @title='about:blank'].
         at oracle.oats.scripting.modules.webdom.api.elements.DOMTestObject.checkTestObject(DOMTestObject.java:174)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMBrowser.checkTestObject(DOMBrowser.java:82)
         at oracle.oats.scripting.modules.webdom.api.elements.DOMBrowser.navigate(DOMBrowser.java:103)
         at script.run(script.java:27)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:316)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:726)
         at java.lang.Thread.run(Thread.java:619)
    14:29:49,907 INFO [1] Finished VU 1 for script WebTutor2
    Edited by: 916445 on Feb 23, 2012 1:14 AM
    Edited by: 916445 on Feb 23, 2012 1:15 AM

    Hi Elmar,
    I have checked the packages and the XFree86-libs-4.3.99 is not installed. I guess I will have to install it.
    Now your question about oracle user. I am not sure if you have performed any SAP MDM installation with ORACLE RDBMS but the installation guide is totally different than the normal SAP inst guides. Indeed someone needs to install separately SAP MDM and ORACLE and in my installation I do not install NetWeaver since it is not mandatory for the testing phase of the project. You can have a look at the guide (it is very poor -no reference to ORACLE details):
    https://websmp105.sap-ag.de/~sapidb/011000358700000271882007E
    So the official ORACLE inst gudie says to install the ORACLE software with the oracle user.
    Rgds,
    Louka

  • Errors configuring the Web Service Runtime

    Hi All, I'm trying to configure the Web Service Runtime using SRT_ADMIN on SAP Netweaver Trial 7.02.
    I have almost everything working, except three things. I ran SRT_ADMIN_CHECK and i got the following messages:
    Checking cross-system settings
    bgRFC destination is operational
    bgRFC supervisor destination is registered
    WSRM event handler is active
    Task watcher is active
    Data collector for monitoring is not activated
    ICF node is active. /sap/bc/srt/
    ICF node is active. /sap/bc/srt/wsil
    ICF node is active. /sap/bc/srt/wsdl
    ICF node is active. /sap/bc/srt/esf_in
    ICF node is active. /sap/bc/srt/xip
    ICF node is active. /sap/bc/srt/rfc
    ICF node does not exist. /sap/bc/srt/pm
    ICF node is active. /sap/bc/srt/xip/sap
    ICF node does not exist. /sap/bc/srt/scs
    Some of the SRT ICF nodes are inactive or do not exist
    Ending check of cross-system settings
    I checked in SICF and these two services does not exist in the tree. These two unexsting services are a limitation of the trial version?. If not, then how can I create them, if so, what are the parameters? Can I download a note or a manual regarding these two services?. Also how can I activate the data collector?

    Hi Mauro,
    Please check SAP Note 1501709 for the missing nodes issue.
    Regarding the Data Collector, I've never seen this activated anywhere before - without any repercussions. You could maybe try doing some research on a background job called SAP_SRT_COLLECTOR_FOR_MONITORING though.
    Regards, Trevor

  • There are errors on the Tuxedo-client (ULOG) while trying to work with Serv

    Hello,
    What we have:
    1. Tuxedo-server 8.1. (HP-UX)
    2. Tuxedo-client 9.1 (AIX 6.1)
    3. Java-program
    4. C-library which is supposed to work with tuxedo service (server side)
    and what we want:
    1.Java-program loads C-library using JNI and tries to communicate with Tuxedo service on server side.
    2. We get ULOG file on tuxedo-client side with errors which are after tpsend function. Program finishes after time out.
    3. We do not have JOLT system installed.
    Here are the errors from ULOG-file:
    114055.puma!AIX2C2TUX_stain.860250.515.0: 01-19-2011: Tuxedo Version 9.1, 64-bit
    114055.puma!AIX2C2TUX_stain.860250.515.0: LIBWSC_CAT:1332: ERROR: Unable to set mode to NONBLOCK
    114055.puma!AIX2C2TUX_stain.860250.515.0: LIBWSC_CAT:1085: ERROR: Unable to get reply to unsolicited message request
    114055.puma!AIX2C2TUX_stain.860250.258.0: LIBWSC_CAT:1332: ERROR: Unable to set mode to NONBLOCK
    114055.puma!AIX2C2TUX_stain.860250.258.0: LIBWSC_CAT:1085: ERROR: Unable to get reply to unsolicited message request
    114055.puma!AIX2C2TUX_stain.860250.1029.0: GP_CAT:1241: ERROR: An error occurred in the encryption subsystem code(60)
    114055.puma!AIX2C2TUX_stain.860250.1029.0: LIBWSC_CAT:1512: ERROR: Unable to generate first diffie-hellman packet
    114055.puma!AIX2C2TUX_stain.860250.1029.0: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
    114055.puma!AIX2C2TUX_stain.860250.1029.0: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
    114055.puma!AIX2C2TUX_stain.860250.1029.0: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level
    114055.puma!AIX2C2TUX_stain.860250.772.0: GP_CAT:1241: ERROR: An error occurred in the encryption subsystem code(60)
    114055.puma!AIX2C2TUX_stain.860250.772.0: LIBWSC_CAT:1512: ERROR: Unable to generate first diffie-hellman packet
    114055.puma!AIX2C2TUX_stain.860250.772.0: LIBWSC_CAT:1055: ERROR: Unable to establish WSL connection
    114055.puma!AIX2C2TUX_stain.860250.772.0: LIBWSC_CAT:1027: ERROR: Unable to connect to WSH
    114055.puma!AIX2C2TUX_stain.860250.772.0: LIBWSC_CAT:1020: ERROR: Unable to obtain authentication level
    I googling for a while but could not get a clue to solve this.
    Any help appreciated.
    Thanks.
    Andrei

    Hi Andrei,
    First, JNI loading the Tuxedo client libraries is not supported by Oracle. That isn't to say it won't work, it's just that Oracle won't support you. What you are trying to do, access Tuxedo services from Java, is exactly what Jolt is designed to provide and is the Oracle supported way to do this.
    That being said, my guess is that the JVM process environment is somehow restricting what the workstation libraries can do with the network as you are getting fundamental networking errors. How you work around this I can't really say.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

Maybe you are looking for