WLS 6.1 SP4 Recompilation Error

Hi,
We run version WLS 6.1 SP4 (I never noticed this when we were using
WLS 6.1) on each of development, system test, and production machines.
When I compile and deploy my web app to our devlopment machine
everything is fine. It is always compiled on our devlopment machine.
However when I deploy the same web app to our system test machine it
gives the following error:
####<Nov 7, 2003 9:49:05 AM EST> <Warning> <EJB> <blah.com.au>
<myserver> <main> <system> <> <010004
<The EJB deployment named: blah_blah was compiled by a different version ofthe WebLogic Server.>
This has always happened on our development machine but not on our
production machine, so it has never really been a problem because it
just recompiles it and everything is fine.
But now I have added some EJBs to the web app and now when I
recompiles it at startup it never compiles the new EJBs, and thus
never deployes them.
I have check the following on each machine to compare WLS versions.
wlgenerated file in the app jar file
java weblogic.ejbc -version
java weblogic.version
and java -version
They all report to be the exactly the same version.
Are there any suggestions to stop the WLS recompiling my app or to
make it compile my new EJBs when the server starts up.
Any suggestions would be very much appricited.
Cheers
Keith

Keith,
This message gives you exact reason. Double-check classpaths
used the start weblogic and to run ejbc. There may be something
left from previous installations.
Regards,
Slava Imeshev
"Keith" <[email protected]> wrote in message news:3fb0337c$[email protected]..
>
Hi,
We run version WLS 6.1 SP4 (I never noticed this when we were using
WLS 6.1) on each of development, system test, and production machines.
When I compile and deploy my web app to our devlopment machine
everything is fine. It is always compiled on our devlopment machine.
However when I deploy the same web app to our system test machine it
gives the following error:
####<Nov 7, 2003 9:49:05 AM EST> <Warning> <EJB> <blah.com.au>
<myserver> <main> <system> <> <010004
<The EJB deployment named: blah_blah was compiled by a different version ofthe WebLogic Server.>
This has always happened on our development machine but not on our
production machine, so it has never really been a problem because it
just recompiles it and everything is fine.
But now I have added some EJBs to the web app and now when I
recompiles it at startup it never compiles the new EJBs, and thus
never deployes them.
I have check the following on each machine to compare WLS versions.
wlgenerated file in the app jar file
java weblogic.ejbc -version
java weblogic.version
and java -version
They all report to be the exactly the same version.
Are there any suggestions to stop the WLS recompiling my app or to
make it compile my new EJBs when the server starts up.
Any suggestions would be very much appricited.
Cheers
Keith

Similar Messages

  • WLS 6.1 SP4- SP5/SP6

    Good morning,
    I tried re-running weblogic.ejbc on my ejb-jar files and it failed with the same
    error. I am using Javlin for a transactional cache with WebLogic and I don't think
    it knows anything about the getLoadUser and setLoadUser methods. I had the same
    problem when I went to WS 6.1 SP4 with the methods __WL_needsRemove and __WL_setNeedsRemove
    but I was able to implement those inside my bean code and everything worked. I
    figured I could just implement the __WL_getLoadUser and __WL_setLoadUser and I
    would be okay. I implemented them with an empty setLoadUser and tried various
    returns for getLoadUser. After implementing them, I am able to access from the
    database with no problem, but when I try to create beans, the program throws a
    NullPointerException. I have not seen any information on what these two methods
    are supposed to do but it seems they first show up in SP5.
    Thanks,
    Dan
    Rob Woollen <[email protected]> wrote:
    Does re-running weblogic.ejbc on your ejb-jar fix the problem?
    -- Rob
    Dan Shelton wrote:
    Hello All,
    I am trying to deploy some EJBs from a system with WS 6.1 SP4 ontoa system with
    SP5/SP6 and get an error stating that the bean has to be declared abstractbecause
    the methods __WL_getLoadUser() and __WL_setLoadUser(..) are not implemented.These
    two methods are listed in the WLEnterpriseBean interface in weblogic.ejb20.interfaces
    for SP5/SP6 but not in SP4. Anybody know what these methods are supposedto do?
    I have found no information at all on these. I have a case in but figuredsomeone
    might already know.
    Have a good one,
    Dan

    Keith,
    This message gives you exact reason. Double-check classpaths
    used the start weblogic and to run ejbc. There may be something
    left from previous installations.
    Regards,
    Slava Imeshev
    "Keith" <[email protected]> wrote in message news:3fb0337c$[email protected]..
    >
    Hi,
    We run version WLS 6.1 SP4 (I never noticed this when we were using
    WLS 6.1) on each of development, system test, and production machines.
    When I compile and deploy my web app to our devlopment machine
    everything is fine. It is always compiled on our devlopment machine.
    However when I deploy the same web app to our system test machine it
    gives the following error:
    ####<Nov 7, 2003 9:49:05 AM EST> <Warning> <EJB> <blah.com.au>
    <myserver> <main> <system> <> <010004
    <The EJB deployment named: blah_blah was compiled by a different version ofthe WebLogic Server.>
    This has always happened on our development machine but not on our
    production machine, so it has never really been a problem because it
    just recompiles it and everything is fine.
    But now I have added some EJBs to the web app and now when I
    recompiles it at startup it never compiles the new EJBs, and thus
    never deployes them.
    I have check the following on each machine to compare WLS versions.
    wlgenerated file in the app jar file
    java weblogic.ejbc -version
    java weblogic.version
    and java -version
    They all report to be the exactly the same version.
    Are there any suggestions to stop the WLS recompiling my app or to
    make it compile my new EJBs when the server starts up.
    Any suggestions would be very much appricited.
    Cheers
    Keith

  • Wls 6.1 :deployng war error

    hi all,
    during deploying war, return this execption:
    <Error> <HTTP> <sapmop31> <tata0Server1> <ExecuteThread: '1' for queue: '__weblogic_admin_rmi_queue'> <system> <> <101046> <[WebAppServletContext] Error loading servlet: 'ConfigServlet'>
    java.lang.VerifyError: (class:XMLUtil, method: toDocument signature: Incompatible argument to function
         at AbstractXMLObject.toXML(AbstractXMLObject.java:57)
         at InitializerManager.init(InitializerManager.java:46)
         at configuration.ConfigServlet.init(ConfigServlet.java:48)
         at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:731)
         at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:658)
    have you any ideas?
    thanks
    Marco

    Keith,
    This message gives you exact reason. Double-check classpaths
    used the start weblogic and to run ejbc. There may be something
    left from previous installations.
    Regards,
    Slava Imeshev
    "Keith" <[email protected]> wrote in message news:3fb0337c$[email protected]..
    >
    Hi,
    We run version WLS 6.1 SP4 (I never noticed this when we were using
    WLS 6.1) on each of development, system test, and production machines.
    When I compile and deploy my web app to our devlopment machine
    everything is fine. It is always compiled on our devlopment machine.
    However when I deploy the same web app to our system test machine it
    gives the following error:
    ####<Nov 7, 2003 9:49:05 AM EST> <Warning> <EJB> <blah.com.au>
    <myserver> <main> <system> <> <010004
    <The EJB deployment named: blah_blah was compiled by a different version ofthe WebLogic Server.>
    This has always happened on our development machine but not on our
    production machine, so it has never really been a problem because it
    just recompiles it and everything is fine.
    But now I have added some EJBs to the web app and now when I
    recompiles it at startup it never compiles the new EJBs, and thus
    never deployes them.
    I have check the following on each machine to compare WLS versions.
    wlgenerated file in the app jar file
    java weblogic.ejbc -version
    java weblogic.version
    and java -version
    They all report to be the exactly the same version.
    Are there any suggestions to stop the WLS recompiling my app or to
    make it compile my new EJBs when the server starts up.
    Any suggestions would be very much appricited.
    Cheers
    Keith

  • CR183190 in WLS 8.1 SP4

    Hi.
    I'm using WLS 8.1 SP4 (with CR132575) and just ran into a problem with my datasources using the BEA's DB2 driver(Type 4 XA). The error I receive is:
    [BEA][DB2 JDBC Driver]No more available statements. Please recreate your package with a larger dynamicSections value.
    When searching for this using Google I found out that this was a known issue in SP3 and SP4: CR183190 (http://e-docs.bea.com/wls/docs81/notes/issues.html#1293456). However, another page (http://e-docs.bea.com/wls/docs81/notes/resolved_sp04.html#1862094) says that it is resolved in SP4.
    Can anyone confirm whether or not it should be resolved? And if it is resolved, what else could be causing the error message I am receiving.
    /Michael

    garbage66 wrote:
    Hi,
    I would really appreciate if you could send me the CR.
    My specifications:
    WebLogic Temporary Patch for CR132575 01/05/2004 13:00:03
    WebLogic Server 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    WebLogic XMLX Module 8.1 SP4 Mon Nov 29 16:21:29 PST 2004 471647
    Regards,
    MichaelHi. Contact support and get the very latest 3.4 driver package.
    There was a problem in the DB2 driver that could cause that.
    If that doesn't help, let me know and I'll have another
    suggestion.
    Joe
    j ----
    o ----
    e ----
    b
    e
    a
    c
    o
    m

  • Getconnection hangs ( WLS 6.1 SP4,  UDB 7.2 Fixpak7, Type 2 Driver)

    Hello,
    We sometimes experience application hang when a user logon due to all threads waiting to get connection from UDB server. Any help is appreciated.
    Environment
    App Server: WLS 6.1 SP4
    Database: DB2 UDB 7.1
    JDBC Adapter: Type 2 IBM Driver (COM.ibm.db2.jdbc.app.DB2Driver)
    We have setup connection pool and a TX data source.
    Connection pool related config.xml
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="COM.ibm.db2.jdbc.app.DB2Driver" InitialCapacity="40"
    LoginDelaySeconds="1" MaxCapacity="50" Name="LPDSS_DB2_POOL1"
    PreparedStatementCacheSize="100"
    Properties="user=xxx;password=xxx;language=C"
    RefreshMinutes="999999" ShrinkingEnabled="false"
    Targets="ms1" TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="true" TestTableName="SYSIBM.SYSDUMMY1" URL="jdbc:db2:xxxx"/>
    The thread dump analysis shows that getconnection() call waiting for a lock (waiting for monitor entry) and java.weblogic.Admin RESET_POOL doesn't work either. The call never returns.
    "ExecuteThread: '14' for queue: 'default'" daemon prio=5 tid=0x494e78 nid=0x1b waiting for monitor entry [0xaf580000..0xaf5819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    "ExecuteThread: '15' for queue: 'default'" daemon prio=5 tid=0x495970 nid=0x1c waiting for monitor entry [0xaf481000..0xaf4819d8]
    at weblogic.common.internal.ResourceAllocator.reset(ResourceAllocator.java:848)
    at weblogic.common.internal.ResourceAllocator_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '16' for queue: 'default'" daemon prio=5 tid=0x496468 nid=0x1d waiting for monitor entry [0xaf37f000..0xaf3819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.jts.Connection.getOrCreateConnection(Connection.java:569)
    at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:117)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:78)
    "ExecuteThread: '17' for queue: 'default'" daemon prio=5 tid=0x497568 nid=0x1e waiting for monitor entry [0xaf280000..0xaf2819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    "ExecuteThread: '13' for queue: 'default'" daemon prio=5 tid=0x494380 nid=0x1a waiting for monitor entry [0xaf680000..0xaf6819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    "ExecuteThread: '12' for queue: 'default'" daemon prio=5 tid=0x493888 nid=0x19 waiting for monitor entry [0xaf780000..0xaf7819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    Exception in JDBC log shows there is a communication problem.
    SQLException: SQLState(40003) vendor code(-30081)
    COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/6000] SQL30081N A communication error has been detected. Communication protocol being
    used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "xx.xx.xx.xx". Communication function dete
    cting the error: "recv". Protocol specific error code(s): "145", "*", "*". SQLSTATE=08001
    ---------------------------------------------------

    ganesh narayanan wrote:
    Hello,
    We sometimes experience application hang when a user logon due to all threads waiting to get connection from UDB server. Any help is appreciated.
    Environment
    App Server: WLS 6.1 SP4
    Database: DB2 UDB 7.1
    JDBC Adapter: Type 2 IBM Driver (COM.ibm.db2.jdbc.app.DB2Driver)
    We have setup connection pool and a TX data source.
    Connection pool related config.xml
    <JDBCConnectionPool CapacityIncrement="1"
    DriverName="COM.ibm.db2.jdbc.app.DB2Driver" InitialCapacity="40"
    LoginDelaySeconds="1" MaxCapacity="50" Name="LPDSS_DB2_POOL1"
    PreparedStatementCacheSize="100"
    Properties="user=xxx;password=xxx;language=C"
    RefreshMinutes="999999" ShrinkingEnabled="false"
    Targets="ms1" TestConnectionsOnRelease="false"
    TestConnectionsOnReserve="true" TestTableName="SYSIBM.SYSDUMMY1" URL="jdbc:db2:xxxx"/>
    The thread dump analysis shows that getconnection() call waiting for a lock (waiting for monitor entry) and java.weblogic.Admin RESET_POOL doesn't work either.
    The call never returns.
    >
    We'd need to see all the threads, preferably before you try (repeatedly it seems) to
    reset the pool. There may well be problems with the IBM driver and DBMS...
    Joe
    "ExecuteThread: '14' for queue: 'default'" daemon prio=5 tid=0x494e78 nid=0x1b waiting for monitor entry [0xaf580000..0xaf5819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    "ExecuteThread: '15' for queue: 'default'" daemon prio=5 tid=0x495970 nid=0x1c waiting for monitor entry [0xaf481000..0xaf4819d8]
    at weblogic.common.internal.ResourceAllocator.reset(ResourceAllocator.java:848)
    at weblogic.common.internal.ResourceAllocator_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread: '16' for queue: 'default'" daemon prio=5 tid=0x496468 nid=0x1d waiting for monitor entry [0xaf37f000..0xaf3819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.jts.Connection.getOrCreateConnection(Connection.java:569)
    at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:117)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:78)
    "ExecuteThread: '17' for queue: 'default'" daemon prio=5 tid=0x497568 nid=0x1e waiting for monitor entry [0xaf280000..0xaf2819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    "ExecuteThread: '13' for queue: 'default'" daemon prio=5 tid=0x494380 nid=0x1a waiting for monitor entry [0xaf680000..0xaf6819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    "ExecuteThread: '12' for queue: 'default'" daemon prio=5 tid=0x493888 nid=0x19 waiting for monitor entry [0xaf780000..0xaf7819d8]
    at weblogic.common.internal.ResourceAllocator.resetThisOne(ResourceAllocator.java:877)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:486)
    at weblogic.common.internal.ResourceAllocator.reserve(ResourceAllocator.java:405)
    at weblogic.common.internal.ResourceAllocator.reserveWaitSecs(ResourceAllocator.java:395)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:163)
    at weblogic.jdbc.common.internal.ConnectionPool.reserveWaitSecs(ConnectionPool.java:117)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:152)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:319)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:120)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:214)
    Exception in JDBC log shows there is a communication problem.
    SQLException: SQLState(40003) vendor code(-30081)
    COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver][DB2/6000] SQL30081N A communication error has been detected. Communication protocol being
    used: "TCP/IP". Communication API being used: "SOCKETS". Location where the error was detected: "xx.xx.xx.xx". Communication function dete
    cting the error: "recv". Protocol specific error code(s): "145", "*", "*". SQLSTATE=08001

  • Problem while updating record in WLS 6.1 sp4

    We have been using toplink in our application with Weblogic 6.1. We have not faced any problems after migrating to TopLink oracle release 9.0.3 while deploying on WLS 6.1 sp1 or sp2. However when we deploy on WLS 6.1 sp4, we get a 'invalid column name' exception when trying to update a record. The search query does not throw any exception, only the update query is throwing exception. We use external transaction controller. the stack trace is below -
    2002-11-27 11:56:25,763 ERROR com.pws.ubiquity.pr.business.TransactionTypeFacade - Error while commiting transaction (creating TransactionType):LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904
         at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(Unknown Source)
         at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown Source)
         at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown Source)
         at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown Source)
         at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
         at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(Unknown Source)
         at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown Source)
         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:551)
         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:88)
         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:982)
         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1506)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:215)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    INTERNAL EXCEPTION STACK:
    java.sql.SQLException: ORA-00904: invalid column name
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1093)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2047)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1940)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2709)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
         at weblogic.jdbc.jts.Statement.executeUpdate(Statement.java:503)
         at weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeUpdate(PreparedStatementImpl.java:66)
         at weblogic.jdbc.rmi.SerialPreparedStatement.executeUpdate(SerialPreparedStatement.java:57)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(Unknown Source)
         at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown Source)
         at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown Source)
         at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown Source)
         at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
         at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(Unknown Source)
         at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown Source)
         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:551)
         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:88)
         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:982)
         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1506)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:215)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Unexpected exception in beforeCompletion: sync=oracle.toplink.jts.wls.WebLogicSynchronizationListener@373d4a
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904 - with nested exception:
    [EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1490)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:265)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    2002-11-27 11:56:25,793 DEBUG com.pws.framework.common.MessageSourceFactory - Get MessageSource for error message.:
    2002-11-27 11:56:25,793 DEBUG com.pws.framework.common.MessageSourceFactory - Get MessageSource for error message.:
    com.pws.framework.exception.GeneralException: There was an unexpected error. Please contact your system administrator.
         at com.pws.framework.exception.GeneralException.create(GeneralException.java:111)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:588)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    The SQL statement generated by TopLink is as follows -
    UPDATE PR_SUPP SET CNTC_PRSN_NAME = ''
    , REMK = 'Remark 123 !', LAST_CHNG_DTTM = {ts '2002-11-29 10:59:56.0'} WHERE ((S
    UPP_CODE = 'A0001') AND (LAST_CHNG_DTTM = {ts '2002-11-29 10:46:01.0'}))
    The coloumn name in the generated statement conform to the coloumn names in the table. The exception is being thrown for all 'update' queries for all objects in the application.

  • Can I please have a free Diablo CD because WLS 8.1 SP4 doesnt support EL &

    I understand (from your doc and from reading forum entries) that BEA WLS 8.1 SP4 does not have a container that can support EL and JSTL; however, Diablo does (which is WLS 9.0)
              I'm currently studying for the SCWCD Exam which requires JSP 2.0 and Servlet 2.4 I cannot do EL and JSTL under my current WLS 8.1 and I require WLS 9.0
              However it's a large download and I have a 56KB modem.
              Is it possible that you can please send me a free Diablo CD for the Windows Operating System (I have Windows-2000):
              currently there's not an option for this on your website.
              My name and address are as follows:
              Al Diovanni
              450 Raritan Ave
              Staten Island, NY 10305
              Home EMAIL: [email protected]
              Work EMAIL: [email protected]
              Please let me know on this. Thanks. Take care.

    When I took out DOCTYPE, I received several web.xml validation errors and marshaller errors; see below:
              weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:125:8:125:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:125:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:134:8:134:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:134:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:143:8:143:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:143:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:152:8:152:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:152:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:161:8:161:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:161:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:170:8:170:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:170:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:179:8:179:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:179:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:188:8:188:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:188:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:353:5:353:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:353:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:357:5:357:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:357:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:361:5:361:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:361:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:365:5:365:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:365:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:369:5:369:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:369:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:373:5:373:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:373:5>
                   at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:726)
                   at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:255)
                   at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:81)
                   at weblogic.application.internal.flow.ModuleCallbackWrapper.prepare(ModuleCallbackWrapper.java:113)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:331)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:71)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:60)
                   at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:455)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:147)
                   at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:129)
                   at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:38)
                   at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:169)
                   at weblogic.management.deploy.internal.DeploymentAdapter$1.prepare(DeploymentAdapter.java:31)
                   at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:125)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:82)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:61)
                   at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:138)
                   at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
                   at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                   at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:899)
                   at weblogic.work.ExecuteThread.execute(ExecuteThread.java:167)
                   at weblogic.work.ExecuteThread.run(ExecuteThread.java:139)
              weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:125:8:125:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:125:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:134:8:134:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:134:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:143:8:143:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:143:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:152:8:152:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:152:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:161:8:161:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:161:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:170:8:170:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:170:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:179:8:179:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:179:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:188:8:188:8: problem: cvc-minLength-valid.1.1: string length (string) is less than minLength facet (0) for '1':<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:188:8>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:353:5:353:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:353:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:357:5:357:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:357:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:361:5:361:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:361:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:365:5:365:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:365:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:369:5:369:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:369:5>
              C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp\WEB-INF\web.xml:373:5:373:5: problem: cvc-complex-type.2.4a: Expected elements 'description@http://java.sun.com/xml/ns/j2ee display-name@http://java.sun.com/xml/ns/j2ee icon@http://java.sun.com/xml/ns/j2ee distributable@http://java.sun.com/xml/ns/j2ee context-param@http://java.sun.com/xml/ns/j2ee filter@http://java.sun.com/xml/ns/j2ee filter-mapping@http://java.sun.com/xml/ns/j2ee listener@http://java.sun.com/xml/ns/j2ee servlet@http://java.sun.com/xml/ns/j2ee servlet-mapping@http://java.sun.com/xml/ns/j2ee session-config@http://java.sun.com/xml/ns/j2ee mime-mapping@http://java.sun.com/xml/ns/j2ee welcome-file-list@http://java.sun.com/xml/ns/j2ee problem-page@http://java.sun.com/xml/ns/j2ee jsp-config@http://java.sun.com/xml/ns/j2ee security-constraint@http://java.sun.com/xml/ns/j2ee login-config@http://java.sun.com/xml/ns/j2ee security-role@http://java.sun.com/xml/ns/j2ee env-entry@http://java.sun.com/xml/ns/j2ee ejb-ref@http://java.sun.com/xml/ns/j2ee ejb-local-ref@http://java.sun.com/xml/ns/j2ee service-ref@http://java.sun.com/xml/ns/j2ee resource-ref@http://java.sun.com/xml/ns/j2ee resource-env-ref@http://java.sun.com/xml/ns/j2ee message-destination-ref@http://java.sun.com/xml/ns/j2ee message-destination@http://java.sun.com/xml/ns/j2ee locale-encoding-mapping-list@http://java.sun.com/xml/ns/j2ee' instead of 'taglib@http://java.sun.com/xml/ns/j2ee' here in element web-app@http://java.sun.com/xml/ns/j2ee:<C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp/WEB-INF/web.xml:373:5>
                   at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:195)
                   at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:171)
                   at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:127)
                   at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:194)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.createDescriptor(AbstractDescriptorLoader.java:347)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.createDescriptor(AbstractDescriptorLoader.java:336)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.getDescriptor(AbstractDescriptorLoader.java:246)
                   at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescriptorBean(AbstractDescriptorLoader.java:226)
                   at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:107)
                   at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:722)
                   at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:255)
                   at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:81)
                   at weblogic.application.internal.flow.ModuleCallbackWrapper.prepare(ModuleCallbackWrapper.java:113)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:331)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:71)
                   at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:60)
                   at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:455)
                   at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
                   at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:147)
                   at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:129)
                   at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:38)
                   at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:169)
                   at weblogic.management.deploy.internal.DeploymentAdapter$1.prepare(DeploymentAdapter.java:31)
                   at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:125)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:82)
                   at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:61)
                   at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:138)
                   at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
                   at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
                   at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:899)
                   at weblogic.work.ExecuteThread.execute(ExecuteThread.java:167)
                   at weblogic.work.ExecuteThread.run(ExecuteThread.java:139)
              >
              ####<May 15, 2005 4:29:14 AM EDT> <Error> <Deployer> <Diovanni> <examplesServer> <ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1116145754595> <BEA-149205> <Failed to initialize the application examplesWebApp due to error weblogic.application.ModuleException: [HTTP:101064][WebAppModule(examplesWebApp:examplesWebApp)] Error parsing descriptor in Web appplication "C:\bea\weblogic90b\samples\server\examples\build\examplesWebApp"
              weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
              C:\bea\weblogic90b\samples\server\exam

  • Deployment Problem related to filter, struts and log4j on BEA WLS 8.1 SP4

    Hi to All,
    I have a web application that uses struts 1.1, log4j, axis, filter vs. I have used WLS 8.1 SP4 for 10 months with my application without any problem. But yesterday I can not deploy application, I get the following errors;
    <pre>
    java.lang.NullPointerException
         at weblogic.servlet.internal.WebAppServletContext.destroyFilters(WebAppServletContext.java:6111)
         at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:5999)
         at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:196)
         at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:777)
         at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:761)
         at weblogic.servlet.internal.WebAppModule.rollback(WebAppModule.java:739)
    </pre>
    I research the exception and get some information; duplicate JAR file on classpath or missing JAR file. But i have another application that have two different log4j jar file, commons logging jar file in its web-inf/lib folder. And this application can be deployed without any problem. When I remove filter definition from web.xml, I get following error;
    <pre>
    - Begin event threw exception
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Caused by: java.lang.NoClassDefFoundError: org/apache/struts/validator/ValidatorForm
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    <Jun 2, 2006 4:28:54 PM EEST> <Error> <HTTP> <BEA-101216> <Servlet: "action" failed to preload on startup in Web application: "deneme".
    javax.servlet.UnavailableException: Parsing error processing resource path
         at org.apache.struts.action.ActionServlet.handleConfigException(ActionServlet.java:1035)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:1014)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:955)
    <Jun 2, 2006 4:28:54 PM EEST> <Error> <HTTP> <BEA-101216> <Servlet: "init" failed to preload on startup in Web application: "deneme".
    javax.servlet.ServletException: org/apache/log4j/Logger
         at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:919)
         at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:883)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:822)
    </pre>
    I can not find a solution, anyone can help me?
    Thanks for answers.
    Message was edited by:
    mucahitkurt

    Hi,
    It seems to be some of the files did not sign in the jar that may be cause for this type of error.
    Make sure that whether all files were signed or not in jar.
    Regards
    Anilkumar kari

  • Use Windows Performance Monitor on WLS 6.1 SP4?

    Hi,
    I wonder whether it's possible to use the Windows Performance Monitor to monitor WLS 6.1 SP4 performance counters.
    I would like this obviously to be able to save counters from WLS and Windows in one file for later analysis.
    If it's possible. What do I have to do to make it work? I have just installed WLS 6.1 incl SP4.

    John <[email protected]> wrote:
    I wonder whether it's possible to use the Windows Performance Monitor
    to monitor WLS 6.1 SP4 performance counters.No, not as far as I know. WLS performance counters cannot "talk" with the Win32
    performance monitoring APIs or native WMI. It's a technically difficult challenge
    to link these two components together (requiring knowledge of NT internals and
    such) .
    You may wish to contact a third-party vendor that provides J2EE black-box monitoring
    and collection software. Most allow for "offline" analysis, too.
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • Stored Procedure - Recompile Error

    Hi All,
    We have few stored procedure in SQL Server 2008, we are invoking those stored procedure using .NET Multi-Threading environment. The issue is we are getting ReCompile Error and it is blocking rest of the process.
    We analyzed our stored procedure and added fully qualified name for the TABLE and Stored Procedure that is getting invoked from the Stored procedure. But still we are getting same ReCompile Error.
    Can you please adivce us how to avoid this Recompilation error.
    Regards,
    Ganesh S

    As others have said, it would help if you posted the exact error message. It would also be a great idea to post the output of "SELECT @@version". And for that matter, we could also have use for the source code of the problematic procedure.
    I have an idea of what you may be talking about; it sounds something I have run into, and for which I might have a cure. But I need the information above, so I don't say something which is complete rubbish to you.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Auto deployment of WAR files in WLS 8.1 SP4

    Hi,
    I have a question about hot-deploy in WLS 8.1 SP4. From what i know all the WAR files have to be located inside the "applications" folder for the server to be able to auto-deploy this files. I have a situation where my project specific WAR files are located with each projects disk on same server and on remote server. Is there a way I can set this directories as hot-deploy directories in WLS 8.1 such that WAR files in these directories get auto-deployed (hot deployed) everytime there is an update to the application.
    OR does all the WAR files have to reside in "applications" folder under the root BEA folder.
    Thanks for all help.
    J

    one option is to create a symbolic link called "applications" under your domain directory pointing to the directory under which the wars are kept.
    cheers !
    Dips

  • Invalid column name in WLS 6.1 sp4

    We have been using WLS 6.1 sp2 with toplink and never had any problems. Recently
    we migrated to sp4 and get a invalid column name exception while updating records.
    For select queries there is no error. The SQL generated by toplink is -
    UPDATE PR_SUPP SET CNTC_PRSN_NAME = ''
    , REMK = 'Remark 123', LAST_CHNG_DTTM = {ts '2002-11-29 10:59:56.0'} WHERE ((S
    UPP_CODE = 'A0001') AND (LAST_CHNG_DTTM = {ts '2002-11-29 10:46:01.0'}))
    It looks like some problem with the JDBC driver. The databse is Oracle 8.17. How
    to fix it
    The exception stack trace is -
    2002-11-27 11:56:25,763 ERROR com.pws.ubiquity.pr.business.TransactionTypeFacade
    - Error while commiting transaction (creating TransactionType):LOCAL EXCEPTION
    STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904
         at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown
    Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown
    Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown
    Source)
         at oracle.toplink.publicinterface.UnitOfWork.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(Unknown
    Source)
         at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(Unknown
    Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
         at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(Unknown
    Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(Unknown
    Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
         at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown
    Source)
         at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
         at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(Unknown
    Source)
         at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown
    Source)
         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:551)
         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:88)
         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:982)
         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1506)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:215)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    INTERNAL EXCEPTION STACK:
    java.sql.SQLException: ORA-00904: invalid column name
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1093)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2047)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1940)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2709)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
         at weblogic.jdbc.jts.Statement.executeUpdate(Statement.java:503)
         at weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeUpdate(PreparedStatementImpl.java:66)
         at weblogic.jdbc.rmi.SerialPreparedStatement.executeUpdate(SerialPreparedStatement.java:57)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown
    Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown
    Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown
    Source)
         at oracle.toplink.publicinterface.UnitOfWork.executeCall(Unknown Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
         at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(Unknown
    Source)
         at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(Unknown
    Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
         at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(Unknown
    Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(Unknown
    Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
         at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
         at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown
    Source)
         at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
         at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
         at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
         at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(Unknown
    Source)
         at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown
    Source)
         at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:551)
         at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:88)
         at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:982)
         at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1506)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:215)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Unexpected exception in beforeCompletion:
    sync=oracle.toplink.jts.wls.WebLogicSynchronizationListener@373d4a
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904 - with nested exception:
    [EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1490)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:265)
         at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
         at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    2002-11-27 11:56:25,793 DEBUG com.pws.framework.common.MessageSourceFactory -
    Get MessageSource for error message.:
    2002-11-27 11:56:25,793 DEBUG com.pws.framework.common.MessageSourceFactory -
    Get MessageSource for error message.:
    com.pws.framework.exception.GeneralException: There was an unexpected error. Please
    contact your system administrator.
         at com.pws.framework.exception.GeneralException.create(GeneralException.java:111)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:588)
         at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
         at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
         at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    We have changed default thin driver to 920 from 817 in 610sp4. If you are using 817/901 dbserver, please put 817/901 classes12.zip in your
    classpath before weblogic.jar and you will be ok.
    Mitesh
    vivek wrote:
    We have been using WLS 6.1 sp2 with toplink and never had any problems. Recently
    we migrated to sp4 and get a invalid column name exception while updating records.
    For select queries there is no error. The SQL generated by toplink is -
    UPDATE PR_SUPP SET CNTC_PRSN_NAME = ''
    , REMK = 'Remark 123', LAST_CHNG_DTTM = {ts '2002-11-29 10:59:56.0'} WHERE ((S
    UPP_CODE = 'A0001') AND (LAST_CHNG_DTTM = {ts '2002-11-29 10:46:01.0'}))
    It looks like some problem with the JDBC driver. The databse is Oracle 8.17. How
    to fix it
    The exception stack trace is -
    2002-11-27 11:56:25,763 ERROR com.pws.ubiquity.pr.business.TransactionTypeFacade
    - Error while commiting transaction (creating TransactionType):LOCAL EXCEPTION
    STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904
    at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown
    Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown
    Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown
    Source)
    at oracle.toplink.publicinterface.UnitOfWork.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(Unknown
    Source)
    at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(Unknown
    Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
    at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(Unknown Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(Unknown
    Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(Unknown
    Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
    at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown
    Source)
    at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
    at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
    at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
    at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
    at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
    at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
    at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
    at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
    at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
    at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(Unknown
    Source)
    at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown
    Source)
    at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:551)
    at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:88)
    at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:982)
    at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1506)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:215)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
    at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
    at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
    at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    INTERNAL EXCEPTION STACK:
    java.sql.SQLException: ORA-00904: invalid column name
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:573)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1891)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1093)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2047)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1940)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2709)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:589)
    at weblogic.jdbc.jts.Statement.executeUpdate(Statement.java:503)
    at weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeUpdate(PreparedStatementImpl.java:66)
    at weblogic.jdbc.rmi.SerialPreparedStatement.executeUpdate(SerialPreparedStatement.java:57)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(Unknown
    Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeNoSelect(Unknown
    Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown
    Source)
    at oracle.toplink.publicinterface.UnitOfWork.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown
    Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.insertObject(Unknown
    Source)
    at oracle.toplink.internal.queryframework.StatementQueryMechanism.insertObject(Unknown
    Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
    at oracle.toplink.queryframework.InsertObjectQuery.executeCommit(Unknown Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedWrite(Unknown
    Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.performUserDefinedInsert(Unknown
    Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.insertObjectForWrite(Unknown
    Source)
    at oracle.toplink.queryframework.WriteObjectQuery.executeCommit(Unknown Source)
    at oracle.toplink.internal.queryframework.DatabaseQueryMechanism.executeWrite(Unknown
    Source)
    at oracle.toplink.queryframework.WriteObjectQuery.execute(Unknown Source)
    at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
    at oracle.toplink.publicinterface.Session.internalExecuteQuery(Unknown Source)
    at oracle.toplink.publicinterface.UnitOfWork.internalExecuteQuery(Unknown Source)
    at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
    at oracle.toplink.publicinterface.Session.executeQuery(Unknown Source)
    at oracle.toplink.internal.sessions.CommitManager.commitAllObjects(Unknown Source)
    at oracle.toplink.publicinterface.Session.writeAllObjects(Unknown Source)
    at oracle.toplink.publicinterface.UnitOfWork.commitToDatabase(Unknown Source)
    at oracle.toplink.publicinterface.UnitOfWork.issueSQLbeforeCompletion(Unknown
    Source)
    at oracle.toplink.jts.AbstractSynchronizationListener.beforeCompletion(Unknown
    Source)
    at weblogic.transaction.internal.ServerSCInfo.callBeforeCompletions(ServerSCInfo.java:551)
    at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:88)
    at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:982)
    at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:1506)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:215)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
    at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
    at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
    at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Unexpected exception in beforeCompletion:
    sync=oracle.toplink.jts.wls.WebLogicSynchronizationListener@373d4a
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904 - with nested exception:
    [EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-00904: invalid column name
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-00904: invalid column name
    ERROR CODE: 904]
    at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1490)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:265)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:189)
    at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:247)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:584)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
    at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
    at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    2002-11-27 11:56:25,793 DEBUG com.pws.framework.common.MessageSourceFactory -
    Get MessageSource for error message.:
    2002-11-27 11:56:25,793 DEBUG com.pws.framework.common.MessageSourceFactory -
    Get MessageSource for error message.:
    com.pws.framework.exception.GeneralException: There was an unexpected error. Please
    contact your system administrator.
    at com.pws.framework.exception.GeneralException.create(GeneralException.java:111)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade.addTransactionType(TransactionTypeFacade.java:588)
    at com.pws.ubiquity.pr.business.TransactionTypeFacade_ocr0a6_EOImpl.addTransactionType(TransactionTypeFacade_ocr0a6_EOImpl.java:271)
    at com.pws.ubiquity.pr.web.action.AddTransactionTypeAction.doExecute(AddTransactionTypeAction.java:120)
    at com.pws.ubiquity.common.web.action.SecureAction.perform(SecureAction.java:240)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:262)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:198)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2637)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2359)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • WLS 8.1 SP4 and web-inf/lib ClassNotFoundExceptions

    Hi
    Is anyone else having problems with this issue ?
    I saw it was resolved (CR161884 & CR173695) in the 8.1 SP3 release, but I'm unable to deploy a web app (either through the console or in the applications directory of the domain) in SP4 as the classloader can't see my JAR file in WEB-INF/lib.
    <30-Dec-2004 15:51:47 o'clock GMT> <Error> <Deployer> <BEA-149201> <Failed to co
    mplete the deployment task with ID 7 for the application appsdirdp-application
    -1.0-SNAPSHOT_war.
    weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: start() failed.
            Module: dp-application-1.0-SNAPSHOT     Error: weblogic.management.Deplo
    ymentException: org/picocontainer/gems/StaticFactory - with nested exception:
    [java.lang.NoClassDefFoundError: org/picocontainer/gems/StaticFactory]Inside my WAR file, I have a WEB-INF\lib directory, containing picocontainer-gems-1.1-SNAPSHOT.jar which contains the org.picocontainer.gems.StaticFactory class.
    I've tried deploying the app both with and without a weblogic.xml file declaring prefer-web-inf-classes set to true.
    Rgs
    Erik

    Just as a check, I moved the JAR files to a common lib directory on the server and added them to the system classpath specified in startWeblogic.cmd, and the application starts fine.
    Maybe not related, but yesterday I was tried deploying an EJB that was dependent on a JAR file NOT included within its JAR file, but specified with the Class-path entry in the manifest.
    The behaviour I saw was WLS swallowed the ClassNotFoundException silently, the admin console reported that the EJB was deployed successfully but inside the ejbCreate method - I had two print line statements, one prior to calling the missing class, and one after. Only the one prior appeared on the system console, suggesting that the ejbCreate method wasn't completing, yet no exception is thrown ?

  • WLS 6.1 sp4 - JVM Crash

    Hi,
    We are running WLS6.1 sp4 on Red Hat Linux 7.3, Java HotSpot(TM) Server VM
    (1.4.1_01-b01 mixed mode) on 2CPU box. We have encountered several JVM
    crashes (unpredictable, abot once-twice a day). The load on the server is
    light, currently execute threads are set to 30 with 33% readers. Here is the
    log generated after the crash. Can anyone point to the cause/solution for
    this.
    Thanks,
    Ajay
    Unexpected Signal : 11 occurred at PC=0x40363B14
    Function=(null)+0x40363B14
    Library=/usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x48528910> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:439)
    at java.net.ServerSocket.accept(ServerSocket.java:410)
    at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:260)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 68:03 241488
    /usr/java/j2sdk1.4.1_01/jre/bin/java
    0804e000-0804f000 rw-p 00005000 68:03 241488
    /usr/java/j2sdk1.4.1_01/jre/bin/java
    40000000-40013000 r-xp 00000000 68:06 112003 /lib/ld-2.2.5.so
    40013000-40014000 rw-p 00013000 68:06 112003 /lib/ld-2.2.5.so
    40014000-40017000 r--s 00000000 68:03 17040
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/dnsns.jar
    40017000-40024000 r-xp 00000000 68:06 32010 /lib/i686/libpthread-0.9.so
    40024000-4002b000 rw-p 0000d000 68:06 32010 /lib/i686/libpthread-0.9.so
    4002c000-4002e000 r-xp 00000000 68:06 112016 /lib/libdl-2.2.5.so
    4002e000-4002f000 rw-p 00001000 68:06 112016 /lib/libdl-2.2.5.so
    4002f000-404c7000 r-xp 00000000 68:03 49108
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so
    404c7000-406d1000 rw-p 00497000 68:03 49108
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so
    406e3000-406f5000 r-xp 00000000 68:06 112020 /lib/libnsl-2.2.5.so
    406f5000-406f6000 rw-p 00012000 68:06 112020 /lib/libnsl-2.2.5.so
    406f8000-40719000 r-xp 00000000 68:06 32008 /lib/i686/libm-2.2.5.so
    40719000-4071a000 rw-p 00020000 68:06 32008 /lib/i686/libm-2.2.5.so
    4071a000-40723000 r-xp 00000000 68:03 177362
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/native_threads/libhpi.so
    40723000-40724000 rw-p 00008000 68:03 177362
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/native_threads/libhpi.so
    40725000-40735000 r-xp 00000000 68:03 337704
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libverify.so
    40735000-40737000 rw-p 0000f000 68:03 337704
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libverify.so
    40737000-40758000 r-xp 00000000 68:03 337692
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjava.so
    40758000-4075a000 rw-p 00020000 68:03 337692
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjava.so
    4075a000-4076f000 r-xp 00000000 68:03 337705
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libzip.so
    4076f000-40771000 rw-p 00014000 68:03 337705
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libzip.so
    40771000-41e3f000 r--s 00000000 68:03 161346
    /usr/java/j2sdk1.4.1_01/jre/lib/rt.jar
    41e82000-41e99000 r--s 00000000 68:03 161347
    /usr/java/j2sdk1.4.1_01/jre/lib/sunrsasign.jar
    41e99000-41f0a000 r--s 00000000 68:03 161340
    /usr/java/j2sdk1.4.1_01/jre/lib/jsse.jar
    41f0a000-41f1d000 r--s 00000000 68:03 161339
    /usr/java/j2sdk1.4.1_01/jre/lib/jce.jar
    41fe6000-41fec000 r--s 00000000 68:03 128526
    /usr/lib/gconv/gconv-modules.cache
    41fec000-41ff5000 r-xp 00000000 68:06 112036 /lib/libnss_files-2.2.5.so
    41ff5000-41ff6000 rw-p 00009000 68:06 112036 /lib/libnss_files-2.2.5.so
    41ff6000-41ffa000 r--s 00000000 68:02 64159
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal213
    367.war
    41ffa000-41ffe000 r--s 00000000 68:02 64159
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal213
    367.war
    41ffe000-42000000 r--s 00000000 68:02 96239
    /opt/cms/config/mydomain/applications/.wlnotdelete/WEB-INF/_tmp_war_mydomain
    wlmanagement_internal1/cls13379.jar
    42000000-4212c000 r-xp 00000000 68:06 32006 /lib/i686/libc-2.2.5.so
    4212c000-42131000 rw-p 0012c000 68:06 32006 /lib/i686/libc-2.2.5.so
    42135000-423f1000 r--s 00000000 68:03 161327
    /usr/java/j2sdk1.4.1_01/jre/lib/charsets.jar
    443f1000-443ff000 r--s 00000000 68:03 17041
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/ldapsec.jar
    68788000-687b3000 r--p 00000000 68:03 112354
    /usr/lib/locale/en_US.iso885915/LC_CTYPE
    68d38000-68dd7000 r--s 00000000 68:03 17042
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/localedata.jar
    68dd7000-68df4000 r--s 00000000 68:03 17043
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/sunjce_provider.jar
    68df4000-6a766000 r--s 00000000 68:02 32118
    /opt/weblogic/wlserver6.1/lib/weblogic.jar
    6a7ca000-6a7da000 r-xp 00000000 68:03 337701
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnet.so
    6a7da000-6a7dc000 rw-p 0000f000 68:03 337701
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnet.so
    6a7dc000-6a7e0000 r--s 00000000 68:02 16125
    /opt/cms/config/mydomain/applications/.wlnotdelete/WEB-INF/_tmp_war_mydomain
    wlmanagement_internal2/cls13368.jar
    6a7e0000-6a7e3000 r--s 00000000 68:02 64161
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal113
    378.war
    6a7e3000-6a7e6000 r--s 00000000 68:02 64161
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal113
    378.war
    6a7e6000-6a7ff000 r--s 00000000 68:02 96263
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac_ejb_session
    .jar
    6a900000-6a9d4000 r--s 00000000 68:02 32122
    /opt/weblogic/wlserver6.1/lib/xmlx.jar
    6a9d4000-6a9d8000 r--s 00000000 68:02 96260
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/errorhandler.ja
    r
    6a9d8000-6a9db000 r--s 00000000 68:02 96252
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/license.jar
    6a9db000-6a9f5000 r--s 00000000 68:02 96264
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac.jar
    6a9f5000-6aa00000 r--s 00000000 68:02 96257
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/logger.jar
    6ab81000-6ab91000 r--s 00000000 68:02 96256
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/rule.jar
    6ab91000-6aba7000 r--s 00000000 68:02 96248
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/utils.jar
    6acaa000-6acc1000 r--s 00000000 68:02 96262
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xml-apis.jar
    6acc1000-6acd6000 r--s 00000000 68:02 96265
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xmlParserAPIs.j
    ar
    6acd6000-6acd8000 r-xp 00000000 68:0a 4096003 /cmsData/license/liblicense.so
    6acd8000-6acd9000 rw-p 00001000 68:0a 4096003 /cmsData/license/liblicense.so
    6acd9000-6ace8000 r--s 00000000 68:02 96251
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/versionengine.j
    ar
    6ace8000-6acea000 r--s 00000000 68:02 96259
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_ejb_me
    ssage.jar
    6acea000-6aced000 r--s 00000000 68:02 96252
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/license.jar
    6bd8f000-6bde6000 r--s 00000000 68:02 96253
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/PDFBox-0.5.6.ja
    r
    6bde6000-6bdee000 r--s 00000000 68:02 96269
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/external.jar
    6bdee000-6bdfd000 r--s 00000000 68:02 96251
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/versionengine.j
    ar
    6c68f000-6ca28000 r--s 00000000 68:02 64160
    /opt/cms/config/mydomain/applications/.wlnotdelete/console13370.war
    6ca28000-6cdc1000 r--s 00000000 68:02 64160
    /opt/cms/config/mydomain/applications/.wlnotdelete/console13370.war
    6cdc1000-6de0d000 r--s 00000000 68:02 64162
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlapcm13381.ear
    6e194000-6e20b000 r--s 00000000 68:02 96250
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cryptix32.jar
    6e20b000-6e2d7000 r--s 00000000 68:02 96247
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xercesImpl.jar
    6e2d7000-6e3b1000 r--s 00000000 68:02 96255
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xalan.jar
    6e3b1000-6e3d3000 r--s 00000000 68:02 96258
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/Tidy.jar
    6e3d3000-6e3f7000 r--s 00000000 68:02 96254
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/scheduler.jar
    6e3f7000-6e3fb000 r--s 00000000 68:02 96260
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/errorhandler.ja
    r
    6e3fb000-6e3fe000 r-xp 00000000 68:02 352734
    /opt/weblogic/wlserver6.1/lib/linux/i686/libmuxer.so
    6e3fe000-6e3ff000 rw-p 00002000 68:02 352734
    /opt/weblogic/wlserver6.1/lib/linux/i686/libmuxer.so
    6e500000-6e573000 r--s 00000000 68:02 96266
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_ejb_se
    ssion.jar
    6e573000-6e615000 r--s 00000000 68:02 96261
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/workflow.jar
    6e615000-6e6e4000 r--s 00000000 68:02 96268
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_intern
    al_app.jar
    6e6e4000-6e767000 r--s 00000000 68:02 96249
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/ij.jar
    6e767000-6e7d9000 r--s 00000000 68:02 96267
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/jakarta-poi-1.5
    .1-final-20020615.jar
    6e7d9000-6e7fb000 r--s 00000000 68:02 96246
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/lucene.jar
    6e7fb000-6e7fe000 r-xp 00000000 68:06 112033 /lib/libnss_dns-2.2.5.so
    6e7fe000-6e7ff000 rw-p 00002000 68:06 112033 /lib/libnss_dns-2.2.5.so
    6ea00000-6f49a000 r--s 00000000 68:02 96245
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cm.war
    6f49a000-6f4b3000 r--s 00000000 68:02 96263
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac_ejb_session
    .jar
    6f4b3000-6f4d5000 r--s 00000000 68:02 96258
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/Tidy.jar
    6f4d5000-6f4ef000 r--s 00000000 68:02 96264
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac.jar
    6f4ef000-6f4fa000 r--s 00000000 68:02 96257
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/logger.jar
    6f4fa000-6f500000 r--s 00000000 68:02 64163
    /opt/cms/config/mydomain/applications/.wlnotdelete/certificate13386.war
    6f600000-7009a000 r--s 00000000 68:02 96245
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cm.war
    7009a000-700f1000 r--s 00000000 68:02 96253
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/PDFBox-0.5.6.ja
    r
    700f1000-70193000 r--s 00000000 68:02 96261
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/workflow.jar
    70193000-70262000 r--s 00000000 68:02 96268
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_intern
    al_app.jar
    70262000-702d9000 r--s 00000000 68:02 96250
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cryptix32.jar
    702d9000-702fd000 r--s 00000000 68:02 96254
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/scheduler.jar
    70400000-70483000 r--s 00000000 68:02 96249
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/ij.jar
    70483000-704f5000 r--s 00000000 68:02 96267
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/jakarta-poi-1.5
    .1-final-20020615.jar
    704f5000-70505000 r--s 00000000 68:02 96256
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/rule.jar
    70505000-70527000 r--s 00000000 68:02 96246
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/lucene.jar
    70527000-7053d000 r--s 00000000 68:02 96248
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/utils.jar
    7053d000-70617000 r--s 00000000 68:02 96255
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xalan.jar
    70617000-706e3000 r--s 00000000 68:02 96247
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xercesImpl.jar
    706e3000-706fa000 r--s 00000000 68:02 96262
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xml-apis.jar
    706fa000-7070f000 r--s 00000000 68:02 96265
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xmlParserAPIs.j
    ar
    7070f000-70782000 r--s 00000000 68:02 96266
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_ejb_se
    ssion.jar
    70782000-7078a000 r--s 00000000 68:02 96269
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/external.jar
    7078a000-70790000 r--s 00000000 68:02 64163
    /opt/cms/config/mydomain/applications/.wlnotdelete/certificate13386.war
    70892000-7089c000 r-xp 00000000 68:06 112044 /lib/libnss_nisplus-2.2.5.so
    7089c000-7089d000 rw-p 00009000 68:06 112044 /lib/libnss_nisplus-2.2.5.so
    7089d000-708ab000 r-xp 00000000 68:06 112048 /lib/libresolv-2.2.5.so
    708ab000-708ac000 rw-p 0000e000 68:06 112048 /lib/libresolv-2.2.5.so
    708ae000-708b4000 r-xp 00000000 68:03 337702
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnio.so
    708b4000-708b5000 rw-p 00005000 68:03 337702
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnio.so
    708b5000-708bb000 r-xp 00000000 68:02 160416 /opt/cms/xlibs/libXp.so.6
    708bb000-708bd000 rw-p 00005000 68:02 160416 /opt/cms/xlibs/libXp.so.6
    708bd000-708c9000 r-xp 00000000 68:02 160390 /opt/cms/xlibs/libXext.so.6.4
    708c9000-708cb000 rw-p 0000b000 68:02 160390 /opt/cms/xlibs/libXext.so.6.4
    708cb000-708cf000 r-xp 00000000 68:02 160430 /opt/cms/xlibs/libXtst.so.6.1
    708cf000-708d1000 rw-p 00003000 68:02 160430 /opt/cms/xlibs/libXtst.so.6.1
    708d1000-708d8000 r-xp 00000000 68:02 160363 /opt/cms/xlibs/libSM.so.6.0
    708d8000-708da000 rw-p 00006000 68:02 160363 /opt/cms/xlibs/libSM.so.6.0
    708da000-708ee000 r-xp 00000000 68:02 160352 /opt/cms/xlibs/libICE.so.6.3
    708ee000-708ef000 rw-p 00013000 68:02 160352 /opt/cms/xlibs/libICE.so.6.3
    70d81000-70dd4000 r-xp 00000000 68:03 337700
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libmlib_image.so
    70dd4000-70dd5000 rw-p 00052000 68:03 337700
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libmlib_image.so
    70f81000-70fc9000 r-xp 00000000 68:02 160427 /opt/cms/xlibs/libXt.so.6.0
    70fc9000-70fcd000 rw-p 00047000 68:02 160427 /opt/cms/xlibs/libXt.so.6.0
    71800000-718d9000 r-xp 00000000 68:02 160371 /opt/cms/xlibs/libX11.so.6.2
    718d9000-718de000 rw-p 000d8000 68:02 160371 /opt/cms/xlibs/libX11.so.6.2
    71b00000-71dc7000 r-xp 00000000 68:03 337684
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libawt.so
    71dc7000-71ddc000 rw-p 002c6000 68:03 337684
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libawt.so
    71e01000-71e39000 r-xp 00000000 68:03 337697
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjpeg.so
    71e39000-71e3b000 rw-p 00037000 68:03 337697
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjpeg.so
    71e3b000-71f01000 r-xp 00000000 68:03 337688
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so
    71f01000-71f1c000 rw-p 000c5000 68:03 337688
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so
    71f1c000-71f50000 r-xp 00000000 68:03 65149
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    71f50000-71f5c000 rw-p 00033000 68:03 65149
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    Local Time = Tue Apr 29 19:00:08 2003
    Elapsed Time = 126101
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode)

    I believe 7.0sp2 is now supported under the Sun JDK 1.4.1 - see here:
    http://edocs.bea.com/platform/docs70/support/supp_plat.html#1005945
    Personally the only problem I encountered before was that 1.4.1 didn't used
    to work with the performance pack on Solaris, which SP2 fixes.
    Regards
    Alex
    On Wed, 30 Apr 2003 18:53:14 -0400, "Wayne W. Scott"
    <[email protected]> wrote:
    >
    If JDK 1.4 is a must, then you must upgrade to WLS 8.1.
    No plans are made for JDK 1.4 support in WLS 6.1 or 7.0.
    /wws
    Ajay Upadhyaya wrote:
    Sorry about cross-posting, as I was not sure to which group I should send
    this one.
    Thanks for pointing the unsupported combination. Actually the application
    requires JDK 1.4 features this is why we need to run it on 1.4, is there any
    plan of future SPs of WLS 6.1 being supported on JDK 1.4 ? We may have an
    option of going back to Linux 7.2 but JDK 1.4 is must. Do you have any
    suggestions (considering the constraints I have mentioned) ?
    rgds,
    Ajay
    "Srikant Subramaniam" <[email protected]> wrote in message
    news:[email protected]...
    Please don't crosspost.
    I don't think this is a supported configuration. Can you please
    try rerunning on one of the supported platforms/JDKs to see if the
    problem still persists?
    http://e-docs.bea.com/wls/certifications/certifications/redhat_linux.html#51
    434
    Ajay Upadhyaya wrote:
    Hi,
    We are running WLS6.1 sp4 on Red Hat Linux 7.3, Java HotSpot(TM) Server
    VM
    (1.4.1_01-b01 mixed mode) on 2CPU box. We have encountered several JVM
    crashes (unpredictable, abot once-twice a day). The load on the serveris
    light, currently execute threads are set to 30 with 33% readers. Here isthe
    log generated after the crash. Can anyone point to the cause/solutionfor
    this.
    Thanks,
    Ajay
    Unexpected Signal : 11 occurred at PC=0x40363B14
    Function=(null)+0x40363B14
    Library=/usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x48528910> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:439)
    at java.net.ServerSocket.accept(ServerSocket.java:410)
    atweblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:26)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:260)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 68:03 241488
    /usr/java/j2sdk1.4.1_01/jre/bin/java
    0804e000-0804f000 rw-p 00005000 68:03 241488
    /usr/java/j2sdk1.4.1_01/jre/bin/java
    40000000-40013000 r-xp 00000000 68:06 112003 /lib/ld-2.2.5.so
    40013000-40014000 rw-p 00013000 68:06 112003 /lib/ld-2.2.5.so
    40014000-40017000 r--s 00000000 68:03 17040
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/dnsns.jar
    40017000-40024000 r-xp 00000000 68:06 32010 /lib/i686/libpthread-0.9.so
    40024000-4002b000 rw-p 0000d000 68:06 32010 /lib/i686/libpthread-0.9.so
    4002c000-4002e000 r-xp 00000000 68:06 112016 /lib/libdl-2.2.5.so
    4002e000-4002f000 rw-p 00001000 68:06 112016 /lib/libdl-2.2.5.so
    4002f000-404c7000 r-xp 00000000 68:03 49108
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so
    404c7000-406d1000 rw-p 00497000 68:03 49108
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so
    406e3000-406f5000 r-xp 00000000 68:06 112020 /lib/libnsl-2.2.5.so
    406f5000-406f6000 rw-p 00012000 68:06 112020 /lib/libnsl-2.2.5.so
    406f8000-40719000 r-xp 00000000 68:06 32008 /lib/i686/libm-2.2.5.so
    40719000-4071a000 rw-p 00020000 68:06 32008 /lib/i686/libm-2.2.5.so
    4071a000-40723000 r-xp 00000000 68:03 177362
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/native_threads/libhpi.so
    40723000-40724000 rw-p 00008000 68:03 177362
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/native_threads/libhpi.so
    40725000-40735000 r-xp 00000000 68:03 337704
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libverify.so
    40735000-40737000 rw-p 0000f000 68:03 337704
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libverify.so
    40737000-40758000 r-xp 00000000 68:03 337692
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjava.so
    40758000-4075a000 rw-p 00020000 68:03 337692
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjava.so
    4075a000-4076f000 r-xp 00000000 68:03 337705
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libzip.so
    4076f000-40771000 rw-p 00014000 68:03 337705
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libzip.so
    40771000-41e3f000 r--s 00000000 68:03 161346
    /usr/java/j2sdk1.4.1_01/jre/lib/rt.jar
    41e82000-41e99000 r--s 00000000 68:03 161347
    /usr/java/j2sdk1.4.1_01/jre/lib/sunrsasign.jar
    41e99000-41f0a000 r--s 00000000 68:03 161340
    /usr/java/j2sdk1.4.1_01/jre/lib/jsse.jar
    41f0a000-41f1d000 r--s 00000000 68:03 161339
    /usr/java/j2sdk1.4.1_01/jre/lib/jce.jar
    41fe6000-41fec000 r--s 00000000 68:03 128526
    /usr/lib/gconv/gconv-modules.cache
    41fec000-41ff5000 r-xp 00000000 68:06 112036 /lib/libnss_files-2.2.5.so
    41ff5000-41ff6000 rw-p 00009000 68:06 112036 /lib/libnss_files-2.2.5.so
    41ff6000-41ffa000 r--s 00000000 68:02 64159
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal213
    367.war
    41ffa000-41ffe000 r--s 00000000 68:02 64159
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal213
    367.war
    41ffe000-42000000 r--s 00000000 68:02 96239
    /opt/cms/config/mydomain/applications/.wlnotdelete/WEB-INF/_tmp_war_mydomain
    wlmanagement_internal1/cls13379.jar
    42000000-4212c000 r-xp 00000000 68:06 32006 /lib/i686/libc-2.2.5.so
    4212c000-42131000 rw-p 0012c000 68:06 32006 /lib/i686/libc-2.2.5.so
    42135000-423f1000 r--s 00000000 68:03 161327
    /usr/java/j2sdk1.4.1_01/jre/lib/charsets.jar
    443f1000-443ff000 r--s 00000000 68:03 17041
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/ldapsec.jar
    68788000-687b3000 r--p 00000000 68:03 112354
    /usr/lib/locale/en_US.iso885915/LC_CTYPE
    68d38000-68dd7000 r--s 00000000 68:03 17042
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/localedata.jar
    68dd7000-68df4000 r--s 00000000 68:03 17043
    /usr/java/j2sdk1.4.1_01/jre/lib/ext/sunjce_provider.jar
    68df4000-6a766000 r--s 00000000 68:02 32118
    /opt/weblogic/wlserver6.1/lib/weblogic.jar
    6a7ca000-6a7da000 r-xp 00000000 68:03 337701
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnet.so
    6a7da000-6a7dc000 rw-p 0000f000 68:03 337701
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnet.so
    6a7dc000-6a7e0000 r--s 00000000 68:02 16125
    /opt/cms/config/mydomain/applications/.wlnotdelete/WEB-INF/_tmp_war_mydomain
    wlmanagement_internal2/cls13368.jar
    6a7e0000-6a7e3000 r--s 00000000 68:02 64161
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal113
    378.war
    6a7e3000-6a7e6000 r--s 00000000 68:02 64161
    /opt/cms/config/mydomain/applications/.wlnotdelete/wl_management_internal113
    378.war
    6a7e6000-6a7ff000 r--s 00000000 68:02 96263
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac_ejb_session
    .jar
    6a900000-6a9d4000 r--s 00000000 68:02 32122
    /opt/weblogic/wlserver6.1/lib/xmlx.jar
    6a9d4000-6a9d8000 r--s 00000000 68:02 96260
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/errorhandler.ja
    r
    6a9d8000-6a9db000 r--s 00000000 68:02 96252
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/license.jar
    6a9db000-6a9f5000 r--s 00000000 68:02 96264
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac.jar
    6a9f5000-6aa00000 r--s 00000000 68:02 96257
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/logger.jar
    6ab81000-6ab91000 r--s 00000000 68:02 96256
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/rule.jar
    6ab91000-6aba7000 r--s 00000000 68:02 96248
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/utils.jar
    6acaa000-6acc1000 r--s 00000000 68:02 96262
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xml-apis.jar
    6acc1000-6acd6000 r--s 00000000 68:02 96265
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xmlParserAPIs.j
    ar
    6acd6000-6acd8000 r-xp 00000000 68:0a 4096003/cmsData/license/liblicense.so
    6acd8000-6acd9000 rw-p 00001000 68:0a 4096003/cmsData/license/liblicense.so
    6acd9000-6ace8000 r--s 00000000 68:02 96251
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/versionengine.j
    ar
    6ace8000-6acea000 r--s 00000000 68:02 96259
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_ejb_me
    ssage.jar
    6acea000-6aced000 r--s 00000000 68:02 96252
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/license.jar
    6bd8f000-6bde6000 r--s 00000000 68:02 96253
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/PDFBox-0.5.6.ja
    r
    6bde6000-6bdee000 r--s 00000000 68:02 96269
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/external.jar
    6bdee000-6bdfd000 r--s 00000000 68:02 96251
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/versionengine.j
    ar
    6c68f000-6ca28000 r--s 00000000 68:02 64160
    /opt/cms/config/mydomain/applications/.wlnotdelete/console13370.war
    6ca28000-6cdc1000 r--s 00000000 68:02 64160
    /opt/cms/config/mydomain/applications/.wlnotdelete/console13370.war
    6cdc1000-6de0d000 r--s 00000000 68:02 64162
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlapcm13381.ear
    6e194000-6e20b000 r--s 00000000 68:02 96250
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cryptix32.jar
    6e20b000-6e2d7000 r--s 00000000 68:02 96247
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xercesImpl.jar
    6e2d7000-6e3b1000 r--s 00000000 68:02 96255
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xalan.jar
    6e3b1000-6e3d3000 r--s 00000000 68:02 96258
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/Tidy.jar
    6e3d3000-6e3f7000 r--s 00000000 68:02 96254
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/scheduler.jar
    6e3f7000-6e3fb000 r--s 00000000 68:02 96260
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/errorhandler.ja
    r
    6e3fb000-6e3fe000 r-xp 00000000 68:02 352734
    /opt/weblogic/wlserver6.1/lib/linux/i686/libmuxer.so
    6e3fe000-6e3ff000 rw-p 00002000 68:02 352734
    /opt/weblogic/wlserver6.1/lib/linux/i686/libmuxer.so
    6e500000-6e573000 r--s 00000000 68:02 96266
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_ejb_se
    ssion.jar
    6e573000-6e615000 r--s 00000000 68:02 96261
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/workflow.jar
    6e615000-6e6e4000 r--s 00000000 68:02 96268
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_intern
    al_app.jar
    6e6e4000-6e767000 r--s 00000000 68:02 96249
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/ij.jar
    6e767000-6e7d9000 r--s 00000000 68:02 96267
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/jakarta-poi-1.5
    .1-final-20020615.jar
    6e7d9000-6e7fb000 r--s 00000000 68:02 96246
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/lucene.jar
    6e7fb000-6e7fe000 r-xp 00000000 68:06 112033 /lib/libnss_dns-2.2.5.so
    6e7fe000-6e7ff000 rw-p 00002000 68:06 112033 /lib/libnss_dns-2.2.5.so
    6ea00000-6f49a000 r--s 00000000 68:02 96245
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cm.war
    6f49a000-6f4b3000 r--s 00000000 68:02 96263
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac_ejb_session
    .jar
    6f4b3000-6f4d5000 r--s 00000000 68:02 96258
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/Tidy.jar
    6f4d5000-6f4ef000 r--s 00000000 68:02 96264
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/fac.jar
    6f4ef000-6f4fa000 r--s 00000000 68:02 96257
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/logger.jar
    6f4fa000-6f500000 r--s 00000000 68:02 64163
    /opt/cms/config/mydomain/applications/.wlnotdelete/certificate13386.war
    6f600000-7009a000 r--s 00000000 68:02 96245
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cm.war
    7009a000-700f1000 r--s 00000000 68:02 96253
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/PDFBox-0.5.6.ja
    r
    700f1000-70193000 r--s 00000000 68:02 96261
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/workflow.jar
    70193000-70262000 r--s 00000000 68:02 96268
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_intern
    al_app.jar
    70262000-702d9000 r--s 00000000 68:02 96250
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/cryptix32.jar
    702d9000-702fd000 r--s 00000000 68:02 96254
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/scheduler.jar
    70400000-70483000 r--s 00000000 68:02 96249
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/ij.jar
    70483000-704f5000 r--s 00000000 68:02 96267
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/jakarta-poi-1.5
    .1-final-20020615.jar
    704f5000-70505000 r--s 00000000 68:02 96256
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/rule.jar
    70505000-70527000 r--s 00000000 68:02 96246
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/lucene.jar
    70527000-7053d000 r--s 00000000 68:02 96248
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/utils.jar
    7053d000-70617000 r--s 00000000 68:02 96255
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xalan.jar
    70617000-706e3000 r--s 00000000 68:02 96247
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xercesImpl.jar
    706e3000-706fa000 r--s 00000000 68:02 96262
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xml-apis.jar
    706fa000-7070f000 r--s 00000000 68:02 96265
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/xmlParserAPIs.j
    ar
    7070f000-70782000 r--s 00000000 68:02 96266
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/contmgmt_ejb_se
    ssion.jar
    70782000-7078a000 r--s 00000000 68:02 96269
    /opt/cms/config/mydomain/applications/.wlnotdelete/wlap63642/external.jar
    7078a000-70790000 r--s 00000000 68:02 64163
    /opt/cms/config/mydomain/applications/.wlnotdelete/certificate13386.war
    70892000-7089c000 r-xp 00000000 68:06 112044/lib/libnss_nisplus-2.2.5.so
    7089c000-7089d000 rw-p 00009000 68:06 112044/lib/libnss_nisplus-2.2.5.so
    7089d000-708ab000 r-xp 00000000 68:06 112048 /lib/libresolv-2.2.5.so
    708ab000-708ac000 rw-p 0000e000 68:06 112048 /lib/libresolv-2.2.5.so
    708ae000-708b4000 r-xp 00000000 68:03 337702
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnio.so
    708b4000-708b5000 rw-p 00005000 68:03 337702
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libnio.so
    708b5000-708bb000 r-xp 00000000 68:02 160416 /opt/cms/xlibs/libXp.so.6
    708bb000-708bd000 rw-p 00005000 68:02 160416 /opt/cms/xlibs/libXp.so.6
    708bd000-708c9000 r-xp 00000000 68:02 160390/opt/cms/xlibs/libXext.so.6.4
    708c9000-708cb000 rw-p 0000b000 68:02 160390/opt/cms/xlibs/libXext.so.6.4
    708cb000-708cf000 r-xp 00000000 68:02 160430/opt/cms/xlibs/libXtst.so.6.1
    708cf000-708d1000 rw-p 00003000 68:02 160430/opt/cms/xlibs/libXtst.so.6.1
    708d1000-708d8000 r-xp 00000000 68:02 160363 /opt/cms/xlibs/libSM.so.6.0
    708d8000-708da000 rw-p 00006000 68:02 160363 /opt/cms/xlibs/libSM.so.6.0
    708da000-708ee000 r-xp 00000000 68:02 160352/opt/cms/xlibs/libICE.so.6.3
    708ee000-708ef000 rw-p 00013000 68:02 160352/opt/cms/xlibs/libICE.so.6.3
    70d81000-70dd4000 r-xp 00000000 68:03 337700
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libmlib_image.so
    70dd4000-70dd5000 rw-p 00052000 68:03 337700
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libmlib_image.so
    70f81000-70fc9000 r-xp 00000000 68:02 160427 /opt/cms/xlibs/libXt.so.6.0
    70fc9000-70fcd000 rw-p 00047000 68:02 160427 /opt/cms/xlibs/libXt.so.6.0
    71800000-718d9000 r-xp 00000000 68:02 160371/opt/cms/xlibs/libX11.so.6.2
    718d9000-718de000 rw-p 000d8000 68:02 160371/opt/cms/xlibs/libX11.so.6.2
    71b00000-71dc7000 r-xp 00000000 68:03 337684
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libawt.so
    71dc7000-71ddc000 rw-p 002c6000 68:03 337684
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libawt.so
    71e01000-71e39000 r-xp 00000000 68:03 337697
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjpeg.so
    71e39000-71e3b000 rw-p 00037000 68:03 337697
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libjpeg.so
    71e3b000-71f01000 r-xp 00000000 68:03 337688
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so
    71f01000-71f1c000 rw-p 000c5000 68:03 337688
    /usr/java/j2sdk1.4.1_01/jre/lib/i386/libfontmanager.so
    71f1c000-71f50000 r-xp 00000000 68:03 65149
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    71f50000-71f5c000 rw-p 00033000 68:03 65149
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    Local Time = Tue Apr 29 19:00:08 2003
    Elapsed Time = 126101
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002E6
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode)

  • Sybase exception moving from WLS8.1 SP2 to WLS 8.1 SP4

    Hi,
    I have a test case that works with WLS 8.1 SP2, but fails when I try SP4. I'm using the sybase jconnect 5.5 driver. I'll put my JDBC conn pool info after the exception.
    Error (Wed Apr 20 15:56:57 MDT 2005) : Message - 65029 component - DatabaseAcces
    s.setDBCallReturnData=> Values - Param: { ? = call Lssi02..getEssPostalInfo(@pos
    talCd='1204',@countryCd='CH',@serviceClassCd='#2',@targetDt='09/30/2004') }
    com.sybase.jdbc.SybSQLException: Incorrect syntax near '.'.
    at com.sybase.tds.Tds.processEed(Lcom.sybase.tds.TdsProtocolContext;Lcom
    .sybase.tds.EedToken;)Z(Tds.java:???)
    at com.sybase.tds.Tds.nextResult(Lcom.sybase.jdbc.ProtocolContext;)I(Tds
    .java:???)
    at com.sybase.jdbc.ResultGetter.nextResult()I(ResultGetter.java:???)
    at com.sybase.jdbc.SybStatement.nextResult()I(SybStatement.java:???)
    at com.sybase.jdbc.SybStatement.executeLoop()Z(SybStatement.java:???)
    at com.sybase.jdbc.SybStatement.execute(Ljava.lang.String;Lcom.sybase.jd
    bc.ParamManager;)Z(SybStatement.java:???)
    at com.sybase.jdbc.SybCallableStatement.execute()Z(SybCallableStatement.
    java:???)
    at weblogic.jdbc.wrapper.PreparedStatement.execute()Z(PreparedStatement.
    java:102)
    at com.fedex.lssi.common.DatabaseAccess.setDBCallReturnData(Ljava.sql.Ca
    llableStatement;Ljava.lang.String;)V(Unknown Source)
    at com.fedex.lssi.common.DatabaseAccess.getResultSet(Ljava.lang.String;)
    Ljava.util.ArrayList;(Unknown Source)
    at com.fedex.lssi.inquiry.LssiRequest.service(Ljavax.servlet.http.HttpSe
    rvletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
    at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;
    Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    ()Ljava.lang.Object;(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servle
    t.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.Filte
    rChainImpl;)V(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servle
    t.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Objec
    t;(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:12
    1)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogi
    c.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponse
    Impl;)V(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel
    .ExecuteThread;)V(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    <JDBCConnectionPool DriverName="com.sybase.jdbc.SybDriver"
    InitialCapacity="1" Name="LssiConnPool1"
    PasswordEncrypted="{3DES}/v205ffY4/8="
    Properties="user=lssi;url=jdbc:sybase:Tds:condor.rmtc.fedex.com:4100/Lssi01;networkProtocol=Tds;portNumber=4100;userName=lssi;databaseName=Lssi01;serverName=condor.rmtc.fedex.com"
    Targets="myserver" TestConnectionsOnReserve="true"
    TestTableName="SQL SELECT 1" URL="jdbc:sybase:Tds:condor.rmtc.fedex.com:4100/Lssi01"/>

    Pat Bumpus wrote:
    Hi,
    I have a test case that works with WLS 8.1 SP2, but fails when I try SP4.
    I'm using the sybase jconnect 5.5 driver. I'll put my JDBC conn pool info after the exception.Are you sure the same sybase driver is being used in both cases? Is it the driver
    we ship? (I do think we shipped the same sybase dirver in both cases). And absolutely
    nothing else is different? Odd. Does this happen the very first time this SQL is executed?
    The only possible way to think WebLogic is involved is that there is a wrapper
    statement in between your call and the sybase driver class. Can you try the same
    JDBC code doing the same query in something simple like a JSP, and see if it repeats?
    Try it in both servers. First get the connection from the pool. Then try it getting
    the connection directly from the sybase driver. I will be very surprised if
    we have anything to do with it... We certainly don't do anything with the SQL you send.
    Joe
    >
    Error (Wed Apr 20 15:56:57 MDT 2005) : Message - 65029 component - DatabaseAcces
    s.setDBCallReturnData=> Values - Param: { ? = call Lssi02..getEssPostalInfo(@pos
    talCd='1204',@countryCd='CH',@serviceClassCd='#2',@targetDt='09/30/2004') }
    com.sybase.jdbc.SybSQLException: Incorrect syntax near '.'.
    at com.sybase.tds.Tds.processEed(Lcom.sybase.tds.TdsProtocolContext;Lcom
    .sybase.tds.EedToken;)Z(Tds.java:???)
    at com.sybase.tds.Tds.nextResult(Lcom.sybase.jdbc.ProtocolContext;)I(Tds
    .java:???)
    at com.sybase.jdbc.ResultGetter.nextResult()I(ResultGetter.java:???)
    at com.sybase.jdbc.SybStatement.nextResult()I(SybStatement.java:???)
    at com.sybase.jdbc.SybStatement.executeLoop()Z(SybStatement.java:???)
    at com.sybase.jdbc.SybStatement.execute(Ljava.lang.String;Lcom.sybase.jd
    bc.ParamManager;)Z(SybStatement.java:???)
    at com.sybase.jdbc.SybCallableStatement.execute()Z(SybCallableStatement.
    java:???)
    at weblogic.jdbc.wrapper.PreparedStatement.execute()Z(PreparedStatement.
    java:102)
    at com.fedex.lssi.common.DatabaseAccess.setDBCallReturnData(Ljava.sql.Ca
    llableStatement;Ljava.lang.String;)V(Unknown Source)
    at com.fedex.lssi.common.DatabaseAccess.getResultSet(Ljava.lang.String;)
    Ljava.util.ArrayList;(Unknown Source)
    at com.fedex.lssi.inquiry.LssiRequest.service(Ljavax.servlet.http.HttpSe
    rvletRequest;Ljavax.servlet.http.HttpServletResponse;)V(Unknown Source)
    at javax.servlet.http.HttpServlet.service(Ljavax.servlet.ServletRequest;
    Ljavax.servlet.ServletResponse;)V(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    ()Ljava.lang.Object;(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servle
    t.ServletRequest;Ljavax.servlet.ServletResponse;Lweblogic.servlet.internal.Filte
    rChainImpl;)V(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Ljavax.servle
    t.ServletRequest;Ljavax.servlet.ServletResponse;)V(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run()Ljava.lang.Object;(WebAppServletContext.java:6718)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.se
    curity.subject.AbstractSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Objec
    t;(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.ac
    l.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSub
    ject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(SecurityManager.java:12
    1)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(Lweblogi
    c.servlet.internal.ServletRequestImpl;Lweblogic.servlet.internal.ServletResponse
    Impl;)V(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(Lweblogic.kernel
    .ExecuteThread;)V(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest
    ;)V(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
    at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread;)V(Unknown Sourc
    <JDBCConnectionPool DriverName="com.sybase.jdbc.SybDriver"
    InitialCapacity="1" Name="LssiConnPool1"
    PasswordEncrypted="{3DES}/v205ffY4/8="
    Properties="user=lssi;url=jdbc:sybase:Tds:condor.rmtc.fedex.com:4100/Lssi01;networkProtocol=Tds;portNumber=4100;userName=lssi;databaseName=Lssi01;serverName=condor.rmtc.fedex.com"
    Targets="myserver" TestConnectionsOnReserve="true"
    TestTableName="SQL SELECT 1" URL="jdbc:sybase:Tds:condor.rmtc.fedex.com:4100/Lssi01"/>

Maybe you are looking for

  • How to make Fields mandatory in service entry sheet

    Dear Experts, I need to make  "Quality of Service" and "Service Timeliness" fields mandatory for user entry  in VENDOR EVALN tab during Service Entry Sheet. Kindly help..

  • Movie in iTunes won't transfer to new iPad

    I downloaded a couple of new movies in Itunes on my computer and then I tried to transfer to my new ipad and it won't transfer, it attempts to transfer to IPAD, however it doesn't some error message pops up, I didn't write it down I was wondering if

  • How to change highlight color of a focus Button

    When a Button gained focus, there is a dotted line around the button label. I'd like to change the color. Not able to find out how. Is it possible? Please help.

  • Equipment Partner Change - Userexit

    Hello, if the ship-to-party for an Equipment in IE02 is changed we need to check if there are existing servicecontracts for the equipment and old ship-to-party. Because this contract need to be changed as well. Which userexit or BADI could we use for

  • Upgrade windows server 2003 to windows server 2012 in power edge 2950 server

    Require help on installing windows server 2012 in dell power edge 2950 server. I have booted server by windows server 2012 DVD, but its not booting from DVD, Kindly help in installing windows Is the data will be lost after installing windows 2012? Do