WLS 8.1 sp1 NameNotFoundException

Weblogic Sever 8.1 sp1, under Windows XP Professional version 2002 sp1.
I am getting an EJBException NameNotFoundException while trying to look up Session
bean 2 from session bean 1.
All the entity beans are found okay.
I had this scenario working under WLS 6.1 sp4.
Are there any known issues under WLS 8.1?
Thanks.
Roger Lee

Just read a few pages of the excellent Head First EJB
http://www.oreilly.com/catalog/hfjejb/
and realised my error.
I have no connection with publisher or authors.
"Roger Lee" <[email protected]> wrote:
>
Weblogic Sever 8.1 sp1, under Windows XP Professional version 2002 sp1.
I am getting an EJBException NameNotFoundException while trying to look
up Session
bean 2 from session bean 1.
All the entity beans are found okay.
I had this scenario working under WLS 6.1 sp4.
Are there any known issues under WLS 8.1?
Thanks.
Roger Lee

Similar Messages

  • WLS 8.1 sp1 with Struts 1.1 JSP with bean tag won't compile

              Hello,
              We are currently porting our application which uses struts 1.1 to WLS 8.1 sp1
              from another app server. Everything seems to deploy correctly and pages which
              use struts tags appear to compile and run fine. However, the pages with struts
              <bean:define> tags are not compiling.
              Example JSP Code:
              <bean:define id="userForm" name="userForm" scope="session" toScope="page" type="UserFormBean"/>
              <% if (userForm.hasUserData()) {hasUser=true;} %>
              WLS Console Output:
              ..jsp_servlet\_jsp\_sailor\__home.java:493: cannot resolve symbol
              symbol : variable userForm
              location: class jsp_servlet._jsp._sailor.__home
              if (userForm.hasUserData()) { //[ /jsp/sailor/home.jsp; Line: 38]
              When I look at the JSP's parsed java code (__home.java:493) I find that nowhere
              in the class is the variable userForm declared.
              Is this a bug in WLS? Does anyone know of a workaround?
              Thanks,
              Scott
              

    Please contact customer support [email protected] and request a patch for
              CR112789. AT_END tags do not work correctly in 81sp1
              --Nagesh
              "Scott Fleming" <[email protected]> wrote in message
              news:3f734c0d$[email protected]..
              >
              > Hello,
              >
              > We are currently porting our application which uses struts 1.1 to WLS 8.1
              sp1
              > from another app server. Everything seems to deploy correctly and pages
              which
              > use struts tags appear to compile and run fine. However, the pages with
              struts
              > <bean:define> tags are not compiling.
              >
              > Example JSP Code:
              >
              > <bean:define id="userForm" name="userForm" scope="session" toScope="page"
              type="UserFormBean"/>
              >
              > <% if (userForm.hasUserData()) {hasUser=true;} %>
              >
              > WLS Console Output:
              >
              > ..jsp_servlet\_jsp\_sailor\__home.java:493: cannot resolve symbol
              > symbol : variable userForm
              > location: class jsp_servlet._jsp._sailor.__home
              > if (userForm.hasUserData()) { //[ /jsp/sailor/home.jsp; Line:
              38]
              >
              > When I look at the JSP's parsed java code (__home.java:493) I find that
              nowhere
              > in the class is the variable userForm declared.
              >
              > Is this a bug in WLS? Does anyone know of a workaround?
              >
              > Thanks,
              > Scott
              

  • Inet opta2000 XDatasource with WLS 6.0 sp1, please help

              Hi,
              I am using I-net Opta 2000 v2.05 JDBC XADriver with WLS 6.0 sp1.
              I create a connection pool using com.inet.tds. XDatasouce. In
              WLS startup script, I put in -Dweblogic.Debug=weblogic.JTAJDBC
              debug switch. The output reports UnknownMethod datasourceName
              exception. I attached stack trace at the end. I didn't create datasourceName.
              the next thing I want to do is:
              1) Create one CMP entity bean name cmpBean_1 using XA Pool one
              connects with MS SQL Database DB1.
              2) Create second CMP entity bean name cmpBean_2 using XA Pool
              two connects with MS SQL Database DB2.
              3) In a sessionless bean, I will do
              ut = ctx.getUserTransaction();
              ut.begin();
              cmpBean_1.doSomething();
              cmpBean_2.doSomething();
              ut.commit();
              Could I do like this?
              Thanks in advance.
              Rock
              config.xml
              <JDBCConnectionPool DriverName="com.inet.tds.XDataSource"
              Name="rock_development_tx"
              properties="user=app;password=lication" Targets="Moon"
              URL="jdbc:inetdae7:rock_development@localhost"/>
              <JDBCTxDataSource EnableTwoPhaseCommit="true"
              JNDIName="jdbc/Tx4Rock" Name="Tx_DataSource_4_Rock"
              PoolName="rock_development_tx" Targets="Moon"/>
              debug outputs:
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - XADataSource props:{user=app, password=lication, dataSourceName=rock_development_tx}>
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - Property 'user' set>
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - Property 'password' set>
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - < Cannot set property 'dataSourceName'
              java.lang.NoSuchMethodException
              at java.lang.Class.getMethod0(Native Method)
              at java.lang.Class.getMethod(Class.java:888)
              at weblogic.jdbc.common.internal.DataSourceUtil.initProp(DataSourceUtil.java:48)
              at weblogic.jdbc.common.internal.DataSourceUtil.initProps(DataSourceUtil.java:19)
              at weblogic.jdbc.common.internal.XAConnectionEnvFactory.getXADataSrc(XAConnectionE
              nvFactory.java:124)
              at weblogic.jdbc.common.internal.XAConnectionEnvFactory.<init>(XAConnectionEnvFact
              ory.java:35)
              at weblogic.jdbc.common.internal.ConnectionPool.getResourceFactory(ConnectionPool.
              java:353)
              at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:301)
              at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:91)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarg
              et.java:283)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTar
              get.java:233)
              at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(Depl
              oymentTarget.java:194)
              at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deployment
              Target.java:158)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.ja
              va:559)
              at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanIm
              pl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              at $Proxy29.updateDeployments(Unknown Source)
              

              Hi,
              I am using I-net Opta 2000 v2.05 JDBC XADriver with WLS 6.0 sp1.
              I create a connection pool using com.inet.tds. XDatasouce. In
              WLS startup script, I put in -Dweblogic.Debug=weblogic.JTAJDBC
              debug switch. The output reports UnknownMethod datasourceName
              exception. I attached stack trace at the end. I didn't create datasourceName.
              the next thing I want to do is:
              1) Create one CMP entity bean name cmpBean_1 using XA Pool one
              connects with MS SQL Database DB1.
              2) Create second CMP entity bean name cmpBean_2 using XA Pool
              two connects with MS SQL Database DB2.
              3) In a sessionless bean, I will do
              ut = ctx.getUserTransaction();
              ut.begin();
              cmpBean_1.doSomething();
              cmpBean_2.doSomething();
              ut.commit();
              Could I do like this?
              Thanks in advance.
              Rock
              config.xml
              <JDBCConnectionPool DriverName="com.inet.tds.XDataSource"
              Name="rock_development_tx"
              properties="user=app;password=lication" Targets="Moon"
              URL="jdbc:inetdae7:rock_development@localhost"/>
              <JDBCTxDataSource EnableTwoPhaseCommit="true"
              JNDIName="jdbc/Tx4Rock" Name="Tx_DataSource_4_Rock"
              PoolName="rock_development_tx" Targets="Moon"/>
              debug outputs:
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - XADataSource props:{user=app, password=lication, dataSourceName=rock_development_tx}>
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - Property 'user' set>
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - Property 'password' set>
              <Mar 15, 2001 10:57:14 PM PST> <Debug> <JDBC XA> <main -tx:null-
              -pool:rock_development_tx
              - < Cannot set property 'dataSourceName'
              java.lang.NoSuchMethodException
              at java.lang.Class.getMethod0(Native Method)
              at java.lang.Class.getMethod(Class.java:888)
              at weblogic.jdbc.common.internal.DataSourceUtil.initProp(DataSourceUtil.java:48)
              at weblogic.jdbc.common.internal.DataSourceUtil.initProps(DataSourceUtil.java:19)
              at weblogic.jdbc.common.internal.XAConnectionEnvFactory.getXADataSrc(XAConnectionE
              nvFactory.java:124)
              at weblogic.jdbc.common.internal.XAConnectionEnvFactory.<init>(XAConnectionEnvFact
              ory.java:35)
              at weblogic.jdbc.common.internal.ConnectionPool.getResourceFactory(ConnectionPool.
              java:353)
              at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:301)
              at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:91)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarg
              et.java:283)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTar
              get.java:233)
              at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(Depl
              oymentTarget.java:194)
              at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deployment
              Target.java:158)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.ja
              va:559)
              at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:545)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanIm
              pl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:431)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:172)
              at $Proxy29.updateDeployments(Unknown Source)
              

  • 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

  • WLS 6.0 SP1 is installed -- but does not seem to

    I have downloaded WLS 6.0 for RedHat Linux and I am running a RedHat
    distro.
    I have also downloaded WLS 6.0 SP1 for UNIX, since the linux binaries do
    not include SP1. Installation went fine, I have the
    uninstaller_servicepack with all of the evidence that SP1 did install.
    Timestamps of certain files were also modified, again proof that SP1 is
    installed.
    I never really checked if all of the problems that I was having were
    fixed. Now I did check.
    SP1 does not SEEM to be installed based on the following:
    1) Running java weblogic.version returns the following:
    [weblogic@jsalvo-desktop mydomain]$ sh version.sh
    WebLogic Server Build: 6.0 12/13/2000 22:49:45 #94427
    WebLogic XML Module: 6.0 12/13/2000 23:02:44 #94427
    No proof of any SP1 in there. And SP1 is supposed to 2001, right?
    2) encodeURL() returns a session ID with slashes in it. This is a bug
    that existed prior to SP1 and I was one of those who reported in the
    servlet newsgroup. SP1 is supposed to fix this problem (see below and
    posts by BEA employees in the servlet newsgroup that this will be fixed
    in SP1), but I am still having the problem.
    From http://edocs.bea.com/wls/docs60/notes/bugfixes2.html#1073617:
         041478 There was a change in session cookie format that also fixed
    some problems with URL rewriting.
    3) This one I really do not know how to describe, but the problem with
    WLS 5.1 SP8 wherein you get the port 80 displayed on Netscape browsers'
    URL ( like: http://testserver:80/index.jsp ) also appears with my
    installation of WLS 6.0 SP1.
    Lastly, I am running Apache and have also updated the shared libraries /
    modules ( mod_wl.so, etc. ) accordingly from WLS 6.0 SP1 into libexec/
    of Apache. Of course restarting Apache via apachtl.
    So, I am sort of stumped.
    Any help appreciated,
    John Salvo

    It turned out to be a corrupted SP1 download.
    I just tried installing again ( using my original SP1 download ), it
    said "Congratulations! <blahh...>". But the log file in
    $BEA_HOME/logs/wlserver6.0/install_sp1.log did show that it failed.
    So I tried installing again with the new SP1 download ( same size,
    different checksum ), and everything worked okay.
    John
    "Jesus M. Salvo Jr." wrote:
    >
    I think I found out why.
    Although the installer did not complain, saying it installed
    sucessfully, I found a log file of the SP installation and there was an
    error logged.
    I'll try to reinstall.
    John
    "Jesus M. Salvo Jr." wrote:
    Neither of the items you suggested indicate SP1 is installed .... but I
    DID install SP1 and it did not complain. I did notice during the SP1
    installation ( console mode ) that it took a fair amount of time
    insatlling when it reached the last two dashes ( again, console install
    The only proofs that I have that SP1 is installed are
    * The uninstalled_servicepack directory, which is mentioned in the docs
    if you want to take a peek at what files have been changed or replaced
    by the service pack
    * Timestamps of certain files ( .jar files, .so files in lib/linux/ )
    have changed.
    * Filesizes of the above files also changed.
    Is this why Michael Girdley mentioned that there will be a separate WLS
    6.0 SP1 for RedHat Linux? But the SP1 for UNIX does contain Linux
    binaries ( lib/linux/*.so ).
    Thanks,
    John Salvo
    Per Jessen wrote:
    1. java weblogic.version:
    WebLogic Server Build: Service Pack 1 03/04/2001 22:05:05 #101616
    WebLogic XML Module: Service Pack 1 03/04/2001 22:16:50 #101616
    2. Check the weblogic logfile - you should see something along
    the lines of:
    ... Weblogic Server (6.0 Service Pack 1 03/04/2001 22:05:05 #101616) ...
    3. check the WLS60 console under <domain>:Servers:<server> - Versions.
    regards,
    Per Jessen
    Senior System Engineer, BEA Zurich.--
    Homepage: http://homepages.tig.com.au/~jmsalvo/
    Public Key:
    http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x51F47D34
    Jesus M. Salvo, Jr.
    Senior Consultant
    PGP PUBLIC KEY:
    http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x39F723FD
    PowerServe Pty Ltd
    Level 2, 116 Miller Street
    North Sydney 2060
    New South Wales, Australia
    Ph: (61-2) 9492 4800
    Direct (61-2) 9492 4853
    Fax: (61-2) 9492 4899
    http://www.powerserve.com.au
    Email: [email protected]
    This email is from PowerServe Pty Limited (ACN 069 037 056)
    The information contained in this email (including any attached files)
    may be privileged and confidential
    intended for the use of the person/persons named above. If you are not
    the intended recipient,
    you are advised that any use, distribution or copying of the information
    is strictly prohibited.
    If you have received this transmission in error, please notify
    PowerServe Pty Limited immediately
    on (61 3) 9618 1222 or reply by email to the sender.
    PowerServe Pty Limited does not represent or warrant that this email or
    any attached files are
    free from computer viruses or other defects. Any attached files are
    provi

  • WLS 8.1 SP1 Unsafe filename exception

    I have WLS 8.1 SP1 running on HP-UX. I have setup a samba share and have Workshop
    8.1 SP1 running on a Win2000 box. I access the HP-UX filesystem using a Windows
    drive mapped to the samba share. If I build a simple jpf app using Workshop on
    HP-UX it runs fine. When doing a clean build on Windows I always get the following
    exceptions.
    What is the problem?
    processing JDI Packet server.InitPacket(HPIS1115,true,0)
    Setting num inits to 15
    <Oct 28, 2003 1:52:11 PM EST> <Error> <HTTP> <BEA-101005> <[ServletContext(id=19321535,name=test6Web,context-path=/test6Web)]
    getRealPath() called with unsafe path: "/Controller.jpf".
    weblogic.utils.io.FilenameEncoder$UnsafeFilenameException: /home/sambashare/share/ESDHome/wliServer/apps/test6/test6Web/Controller.jpf
    not under: /home/sambashare/share/ESDHome/wliServer/domains/integration/./../../apps/test6/test6Web
    at weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:220)
    at weblogic.servlet.internal.WebAppServletContext.getRealPath(WebAppServletContext.java:924)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.displayCompileErrors(PageFlowUtils.java:1110)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:381)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    <Oct 28, 2003 1:52:11 PM EST> <Error> <HTTP> <BEA-101005> <[ServletContext(id=19321535,name=test6Web,context-path=/test6Web)]
    getRealPath() called with unsafe path: "/WEB-INF/jpf-struts-config.xml".
    weblogic.utils.io.FilenameEncoder$UnsafeFilenameException: /home/sambashare/share/ESDHome/wliServer/apps/test6/test6Web/WEB-INF/jpf-struts-config.xml
    not under: /home/sambashare/share/ESDHome/wliServer/domains/integration/./../../apps/test6/test6Web
    at weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:220)
    at weblogic.servlet.internal.WebAppServletContext.getRealPath(WebAppServletContext.java:924)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.registerStaleModule(DynamicSubappActionServlet.java:539)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.ensureModuleRegistered(DynamicSubappActionServlet.java:500)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.getModuleConfig(DynamicSubappActionServlet.java:455)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:389)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    >
    <Oct 28, 2003 1:52:11 PM EST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=19321535,name=test6Web,context-path=/test6Web)]
    Servlet failed with Exception
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:182)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.registerStaleModule(DynamicSubappActionServlet.java:540)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.ensureModuleRegistered(DynamicSubappActionServlet.java:500)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.getModuleConfig(DynamicSubappActionServlet.java:455)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:389)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

    had the same problem.
    the attached patch worked for me. Parrently should be fixed in sp2
    Stephen Kurlow wrote:
    I have WLS 8.1 SP1 running on HP-UX. I have setup a samba share and have Workshop
    8.1 SP1 running on a Win2000 box. I access the HP-UX filesystem using a Windows
    drive mapped to the samba share. If I build a simple jpf app using Workshop on
    HP-UX it runs fine. When doing a clean build on Windows I always get the following
    exceptions.
    What is the problem?
    processing JDI Packet server.InitPacket(HPIS1115,true,0)
    Setting num inits to 15
    <Oct 28, 2003 1:52:11 PM EST> <Error> <HTTP> <BEA-101005> <[ServletContext(id=19321535,name=test6Web,context-path=/test6Web)]
    getRealPath() called with unsafe path: "/Controller.jpf".
    weblogic.utils.io.FilenameEncoder$UnsafeFilenameException: /home/sambashare/share/ESDHome/wliServer/apps/test6/test6Web/Controller.jpf
    not under: /home/sambashare/share/ESDHome/wliServer/domains/integration/./../../apps/test6/test6Web
    at weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:220)
    at weblogic.servlet.internal.WebAppServletContext.getRealPath(WebAppServletContext.java:924)
    at com.bea.wlw.netui.pageflow.PageFlowUtils.displayCompileErrors(PageFlowUtils.java:1110)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:381)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    <Oct 28, 2003 1:52:11 PM EST> <Error> <HTTP> <BEA-101005> <[ServletContext(id=19321535,name=test6Web,context-path=/test6Web)]
    getRealPath() called with unsafe path: "/WEB-INF/jpf-struts-config.xml".
    weblogic.utils.io.FilenameEncoder$UnsafeFilenameException: /home/sambashare/share/ESDHome/wliServer/apps/test6/test6Web/WEB-INF/jpf-struts-config.xml
    not under: /home/sambashare/share/ESDHome/wliServer/domains/integration/./../../apps/test6/test6Web
    at weblogic.utils.io.FilenameEncoder.getSafeFile(FilenameEncoder.java:220)
    at weblogic.servlet.internal.WebAppServletContext.getRealPath(WebAppServletContext.java:924)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.registerStaleModule(DynamicSubappActionServlet.java:539)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.ensureModuleRegistered(DynamicSubappActionServlet.java:500)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.getModuleConfig(DynamicSubappActionServlet.java:455)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:389)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    <Oct 28, 2003 1:52:11 PM EST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=19321535,name=test6Web,context-path=/test6Web)]
    Servlet failed with Exception
    java.lang.NullPointerException
    at java.io.File.<init>(File.java:182)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.registerStaleModule(DynamicSubappActionServlet.java:540)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.ensureModuleRegistered(DynamicSubappActionServlet.java:500)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.getModuleConfig(DynamicSubappActionServlet.java:455)
    at com.bea.wlw.netui.pageflow.DynamicSubappActionServlet.process(DynamicSubappActionServlet.java:389)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6316)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    [CR103861_81sp1.jar]

  • Changing the document root in WLS 6.0 SP1

    Hello,
              I want to change the deployment folder of
              config/<domainName>/applications
              to another folder in our source tree. Is this possible? The reason we
              want to do this is because our root tree contains the java source code
              and web-related content in our configuration management system. It
              would seem very odd to map our web-related stuff to
              /WLS6.0sp1/config/<mydomain>/applications and everything else to the
              standard structure.
              In 5.1, setting the weblogic.httpd.documentRoot property does this.
              However, I understand that WLS 6.0 uses a classloader for the
              /applications directory. Can I use a system to property to notify WLS
              6.0 to look at a different directory instead?
              There seems to be error in docs related to this.
              http://e-docs.bea.com/wls/docs60///////config_xml/properties.html
              Says DocumentRoot entry can be set in config.xml.
              But the entry is not found in DTD (config.dtd)
              http://e-docs.bea.com/wls/docs60///////config_xml/config.html
              Thanks.
              --Bahar
              

    Bahar,
              The docs you pointed out is absolutely right. There is no error in the
              document.
              If you want to change the document root make the following
              modifications in your config.xml as per the example here:
              <Application Deployed="true" Name="DefaultWebApp_myserver"
              Path="d:\docmain">
              <WebAppComponent Name="DefaultWebApp_myserver"
              Targets="myserver" URI="www"/>
              </Application>
              Where Your document root is : d:\docmain\www
              Make sure that you have web.xml under
              d:\docmain\www\WEB-INF
              Kumar.
              Bahar Limaye wrote:
              > Hello,
              >
              > I want to change the deployment folder of
              > config/<domainName>/applications
              > to another folder in our source tree. Is this possible? The reason we
              > want to do this is because our root tree contains the java source code
              > and web-related content in our configuration management system. It
              > would seem very odd to map our web-related stuff to
              > /WLS6.0sp1/config/<mydomain>/applications and everything else to the
              > standard structure.
              >
              > In 5.1, setting the weblogic.httpd.documentRoot property does this.
              > However, I understand that WLS 6.0 uses a classloader for the
              > /applications directory. Can I use a system to property to notify WLS
              > 6.0 to look at a different directory instead?
              >
              > There seems to be error in docs related to this.
              > http://e-docs.bea.com/wls/docs60///////config_xml/properties.html
              > Says DocumentRoot entry can be set in config.xml.
              > But the entry is not found in DTD (config.dtd)
              > http://e-docs.bea.com/wls/docs60///////config_xml/config.html
              >
              > Thanks.
              >
              > --Bahar
              

  • Literalxml encoding style not working in WLS 7.0 SP1

    I am posting the following handcrafted message via an HTTPS client POST on to the
    Web Service URL :
    <env:Envelope
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
    <env:Header></env:Header>
    <env:Body>
    <sendMessage env:encodingStyle="http://xml.apache.org/xml-soap/literalxml">
    <string><TAG1><TAG>val</TAG>abcfdf</TAG1></string>
    </sendMessage>
    </env:Body>
    </env:Envelope>
    I obviously do not want to escape the XML contents of string param in the method
    sendMessage. I thought literalxml ecnodingstyle would do the trick.
    Is there any jar etc that needs to be loaded into WLS 7 to make this work?
    Note that its an HTTPS post of the raw message, and I do not want to use client
    apis that will do things under the hood.
    Thanks a lot.

    Hi Suteertha,
    There are SwA examples at the following link:
    http://dev2dev.bea.com/direct/webservice/index.html
    Regards,
    Mike Wooten
    "Suteertha Guha" <[email protected]> wrote:
    >
    I got the document type running.
    Input is :
    <env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
    <env:Header>
    </env:Header>
    <env:Body>
    <ns100:sendMessage xmlns:ns100="http://striker.mk.telcordia.com:9001/"><test><ABC>abcval</ABC><
    def>defff</def></test></ns100:sendMessage>
    </env:Body>
    </env:Envelope>
    Corr Output is :
    <env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/200
    1/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xml
    soap.org/soap/encoding/"><env:Header></env:Header><env:Body env:encodingStyle="http://schemas.xmlsoa
    p.org/soap/encoding/"><ns100:sendMessageResponse xmlns:ns100="http://striker.mk.telcordia.com:9001/"
    xsi:type="xsd:string">abcval</ns100:sendMessageResponse></env:Body></env:Envelope>
    My CDATA enclosed input is :
    <env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
    <env:Header>
    </env:Header>
    <env:Body>
    <ns100:sendMessage xmlns:ns100="http://striker.mk.telcordia.com:9001/"><![CDATA[<test><ABC>abcval</ABC><def>defff</def></test>]]></ns100:sendMessage>
    </env:Body>
    </env:Envelope>
    Corr output is :
    <env:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/200
    1/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xml
    soap.org/soap/encoding/"><env:Header></env:Header><env:Body env:encodingStyle="http://schemas.xmlsoa
    p.org/soap/encoding/"><ns100:sendMessageResponse xmlns:ns100="http://striker.mk.telcordia.com:9001/"
    xsi:type="xsd:string"><test><ABC>abcval</ABC><def>defff</def></tes
    t></ns100:sendMessageResponse></env:Body></env:Envelope>
    Looks like CDATA enclosure is a must to pick up XML, document style or
    rpc style.
    Also, on the way out, chars are getting escaped.
    I failed while trying attachments, can you provide me an example that
    takes in
    and returns an attachment in WLS 7.0?

  • WLS 8.1, SP1 - Weblogic does not detect my servlet class has changed

              I've come across this problem in weblogic 7.0 sp2 and 8.1 sp1 and never found the
              solution. I've asked for solution in BEA's newsgroups and official support and
              NEVER received any suitable answer. I've found other people's quesions regarding
              this problem and they didn't found an answer either. I can't believe this is not
              happenning to more people and there is not solution!!!!!!
              Sometimes (don't know when or why) when we copy our servlets developed with JBuilder
              (6, 7 or 9) or javac and ant, into our exploded archive directory application,
              weblogic does not detect the change, and it serves the the servlet's old version.
              Of course, that servlet is not included in any classpath, and even if we delete
              the class file, it still executes the old version. We even delete the .wlnotdelete
              folder under our server, temp, etc. restart the machine, etc. and it does not
              load the updated servlet.
              The only solution is to change servlet's name and the reference in our web.xml.
              That's the moment that weblogic detects changes, but, for so long? Sooner or later,
              the problem appear again... or not. WHY!!??!! What should we change/delete or
              whatever for our new servlet to be updated?
              How can I force weblogic to register again as new servlets ALL my servlets?
              Now it's even happening to a class used in a very simple tag library. CAN'T BELEIVE
              IT!!!!
              It happens in NT 4.0 and W2K Prof. It happened in Weblogic 7.0 sp2 and now in
              Weblogic 8.1 sp1. It never happened in Weblogic 5.1 sp10.
              Looking forward to hearing a solution for this.
              

              I too am looking for this answer.
              I did notice that the BEA Docs mention that the compiled file needs to be in WEB-INF/classes,
              and mine is in WEB-INF/lib. However, ALL the .jar files are in the LIB directory.
              My jar file is never found when it's in the classes dir....
              Please let me know if you find the solution.
              "Ignacio Sanchez" <[email protected]> wrote:
              >
              >I've come across this problem in weblogic 7.0 sp2 and 8.1 sp1 and never
              >found the
              >solution. I've asked for solution in BEA's newsgroups and official support
              >and
              >NEVER received any suitable answer. I've found other people's quesions
              >regarding
              >this problem and they didn't found an answer either. I can't believe
              >this is not
              >happenning to more people and there is not solution!!!!!!
              >
              >Sometimes (don't know when or why) when we copy our servlets developed
              >with JBuilder
              >(6, 7 or 9) or javac and ant, into our exploded archive directory application,
              >weblogic does not detect the change, and it serves the the servlet's
              >old version.
              >Of course, that servlet is not included in any classpath, and even if
              >we delete
              >the class file, it still executes the old version. We even delete the
              >.wlnotdelete
              >folder under our server, temp, etc. restart the machine, etc. and it
              >does not
              >load the updated servlet.
              >
              >The only solution is to change servlet's name and the reference in our
              >web.xml.
              >That's the moment that weblogic detects changes, but, for so long? Sooner
              >or later,
              >the problem appear again... or not. WHY!!??!! What should we change/delete
              >or
              >whatever for our new servlet to be updated?
              >How can I force weblogic to register again as new servlets ALL my servlets?
              >
              >
              >Now it's even happening to a class used in a very simple tag library.
              >CAN'T BELEIVE
              >IT!!!!
              >
              >It happens in NT 4.0 and W2K Prof. It happened in Weblogic 7.0 sp2 and
              >now in
              >Weblogic 8.1 sp1. It never happened in Weblogic 5.1 sp10.
              >
              >Looking forward to hearing a solution for this.
              

  • Console output not getting flushed - Causing server to hang - WLS 6.1 sp1

    I am running WLServer 6.1 sp1 on Win 2000.
    I start up the server from a Windows command prompt.
    A web-app is deployed and some output is written to the console
    The application functions correctly for a while and then stops
    functioning. The browser keeps waiting for output. When I go to the console window
    and hit the ENTER key a bunch of log statements that the app logged appear and
    then the page on the browser also gets displayed. Seems like a problem with flushing
    the output. Any help is appreciated.
    Thanks
    Anand

    Yes. This is a Windows2000 problem. It doesn't happen on NT or Solaris. It
    will often happen if you scroll the DOS window up to look at something in
    the DOS window buffer and it gets cleared by pressing the enter key as you
    point out.
    Tom
    "Anand Narayan" <[email protected]> wrote in message
    news:[email protected]..
    >
    I am running WLServer 6.1 sp1 on Win 2000.
    I start up the server from a Windows command prompt.
    A web-app is deployed and some output is written to the console
    The application functions correctly for a while and then stops
    functioning. The browser keeps waiting for output. When I go to theconsole window
    and hit the ENTER key a bunch of log statements that the app logged appearand
    then the page on the browser also gets displayed. Seems like a problemwith flushing
    the output. Any help is appreciated.
    Thanks
    Anand

  • How to set executeThreadCount on the client side in WLS 6.0 SP1

    In WLS 5.1, you can set executeThreadCount on client side by using "java -Dweblogic.system.executeThreadCount=30
    clientProgram". What's the counter part in WLS 6.0? The qustion is strictly to
    CLIENT. I know how to configure executeThreadCount on server side. Thanks.
    Jim Zhou.

    In WLS 5.1, you can set executeThreadCount on client side by using "java -Dweblogic.system.executeThreadCount=30
    clientProgram". What's the counter part in WLS 6.0? The qustion is strictly to
    CLIENT. I know how to configure executeThreadCount on server side. Thanks.
    Jim Zhou.

  • Managed server not starting(WLS 6.0 sp1)

    Hi,
    I am using WebLogic Server 6.0 Sp1 on Windows NT. I am able to start the administration
    server successfully. But when i try to start the managed server it is giving an
    exception as follows
    java.net.security.acl : NotOwnedException....
    I am starting both the admin as well as managed server on the same machine.
    Can anyone help me?
    Thanks in advance..
    Ashok

    It seems that administration serve doesn't know about managed server.
    Have you added this server to your domain through the administration console
    using new created machine?
    "Ashok" <[email protected]> wrote in message
    news:3ad6c4e3$[email protected]..
    >
    Hi,
    I am using WebLogic Server 6.0 Sp1 on Windows NT. I am able to start theadministration
    server successfully. But when i try to start the managed server it isgiving an
    exception as follows
    java.net.security.acl : NotOwnedException....
    I am starting both the admin as well as managed server on the samemachine.
    Can anyone help me?
    Thanks in advance..
    Ashok

  • Any news on wls 6.0 sp1 patches?

    Have any dates been set for rolling patches to WebLogic 6.0 sp1? How
    about a date for 6.1?
    Thanks!
    Tom

    6.1 is expected late this summer.
    A 6.0 SP2 is expected for early-mid June.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Tom Armistead" <[email protected]> wrote in message
    news:3b01bd5d$[email protected]..
    Have any dates been set for rolling patches to WebLogic 6.0 sp1? How
    about a date for 6.1?
    Thanks!
    Tom

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

  • WLS 6.1 SP1 URL Rewriting Still Not Working?

              Anyone having success with URL Rewriting? The SessionServlet example is STILL
              not working for me when cookies are disabled. New sessions are created every
              access and the counter never increments past 1.
              Any info would be appreciated.
              Regards, Jeff
              

              The SessionServlet example works fine for me. By default URL re-writing is enabled
              and it will come into picture if the browser doesn't accept cookies.
              Try the examplesWebApp which is in 'examples' domain. It has SessionServlet as
              part of it.
              Sathish Santhanam
              Developer Relations Engineer
              BEA Support
              

Maybe you are looking for

  • Is LC Foundation bundled with LiveCycle Data Services

    I recently got this question - Do I get LC Workbench and LC Foundation when I buy LiveCycle Data Services? The answer is "No". With LiveCycle Data Services you get: 1.       LiveCycle Data Services server - It works with most application server, but

  • How can change language of application dynamic?

    In the dialog I have combo box in which I can select desire language for application. When I select value I save this value in the config file. But language change ONLY when I exit and again enter to the application. How can change language of applic

  • Difference in video quality

    When i wrote a program for video playback i found a difference between the quality of the video played by jmf and by my VLC player ( I am sure my eyes are not playing any tricks with me ) . Has anyone experienced any sort of difference in quality whe

  • CSHARP and AIR

    Hello World! I have built a csharp/flex application which is really cool!  I really need csharp to connect to another system but that is a whole other story(just know that i must have csharp).... Initially I built the csharp project with a flash cont

  • What are theses files for?

    I recently backed up my iTunes music to an external hard drive. I'm getting rid of my old desktop PC and bought a PC laptop. I had (on the old desktop PC) all the music stored under documents>my music. When I went to sort through the "My Music" folde