WLS jDriver 8.1 configuration

Good day,
We are trying to use the jDriver that is included with WLS 8.1 SP1. It
seems that while 8.1 requires running on JDK 1.4, that this version of
the Oracle driver does not support all aspects of the new JDK.
Specifically, a new type has been defined, java.sql.Types.BOOLEAN. When
we try to do a setNull() using a BOOLEAN type, we get a SQLException of
unknown type: 16, which corresponds to this type.
The question we have is whether we should continue to use the WLS
jDriver or should we switch to the new Oracle driver in ojdbc14.jar?
The main concern is that we make heavy use of LOBs and the Oracle thin
driver has traditionally not handled LOBs very well.
Thanks in advance,
Sean

There is no new development being done on the WLS Type 2 driver for Oracle.
It's likely that this driver will be deprecated soon (maybe as early as 8.1SP2, and
no longer shipped in the next major release).
Starting in WLS 8.1SP2, there will be a new WLS Type 4 driver for Oracle
(and Sybase, Informix, and DB2).
"Sean Garagan" <[email protected]> wrote in message news:3f86f95c$[email protected]..
Good day,
We are trying to use the jDriver that is included with WLS 8.1 SP1. It
seems that while 8.1 requires running on JDK 1.4, that this version of
the Oracle driver does not support all aspects of the new JDK.
Specifically, a new type has been defined, java.sql.Types.BOOLEAN. When
we try to do a setNull() using a BOOLEAN type, we get a SQLException of
unknown type: 16, which corresponds to this type.
The question we have is whether we should continue to use the WLS
jDriver or should we switch to the new Oracle driver in ojdbc14.jar?
The main concern is that we make heavy use of LOBs and the Oracle thin
driver has traditionally not handled LOBs very well.
Thanks in advance,
Sean

Similar Messages

  • WLS modifies Tuxedo domains configuration

    Hi,
    We are configuring WTC to connect WLS 6.1 to Tuxedo8. We alredy have a Tuxedo
    application than uses Tuxedo domains, so we have an Tuxedo domains configuraton
    (bdmconfig) before connecting to WLS. To connect, we configure the bdconfig.xml
    file (see below). We create the StartUp and Shutdown classes and run the simpapp
    aplication (using the Toupper EJB). When we startup the application again (and
    start the connection) whe realize that it modifies our own Tuxedo domains configuration
    dinamically.
    Why is this happening? Is there some way to avoid this?
    Any idea will be appreciate.
    Thanks in advance.
    Yol.

    "Yolanda Arroyo" <[email protected]> wrote:
    >
    Hi,
    We are configuring WTC to connect WLS 6.1 to Tuxedo8. We alredy have
    a Tuxedo
    application than uses Tuxedo domains, so we have an Tuxedo domains configuraton
    (bdmconfig) before connecting to WLS. To connect, we configure the bdconfig.xml
    file (see below). We create the StartUp and Shutdown classes and run
    the simpapp
    aplication (using the Toupper EJB). When we startup the application again
    (and
    start the connection) whe realize that it modifies our own Tuxedo domains
    configuration
    dinamically.
    Why is this happening? Is there some way to avoid this?
    Any idea will be appreciate.
    Thanks in advance.
    Yol.
    <?xml version="1.0"?>
    <!DOCTYPE WTC_CONFIG SYSTEM "http://www.bea.com/servers/wls610/dtd/wtc_config.dtd">
    <!--Java and XML-->
    <WTC_CONFIG>
    <BDMCONFIG>
         <T_DM_LOCAL_TDOMAIN AccessPoint="WTCSIFO01">
              <AccessPointId>WTCSIFO01</AccessPointId>
              <Type>TDOMAIN</Type>
              <Security>NONE</Security>
              <ConnectionPolicy>ON_DEMAND</ConnectionPolicy>
              <BlockTime>30</BlockTime>
              <NWAddr>//172.16.160.173:6511</NWAddr>
         </T_DM_LOCAL_TDOMAIN>
         <T_DM_REMOTE_TDOMAIN AccessPoint="SIFOWTC01">
              <LocalAccessPoint>WTCSIFO01</LocalAccessPoint>
              <AccessPointId>SIFOWTC01</AccessPointId>
              <Type>TDOMAIN</Type>
              <NWAddr>//172.16.160.173:6510</NWAddr>
         </T_DM_REMOTE_TDOMAIN>
         <T_DM_IMPORT
              ResourceName="TOUPPER"
              LocalAccessPoint="WTCSIFO01"
              RemoteAccessPointList="SIFOWTC01">
              <TranTime>600</TranTime>
         </T_DM_IMPORT>
    </BDMCONFIG>
    </WTC_CONFIG>

  • WLS 8.1 silent configuration

    In weblogic server 8.1,
    When Creating a template for a silent configuration of a domain, is there a way
    to change the domain name? I have been able to use the config.sh -mode=silent
    command with a configuration script to create a domain and change the server name
    and other parameters but not the domain name. I'l like to use the same template
    to create multiple domain with the same basic configuration but different names.

    I'm sorry to say that I dont have an answer for this, but am interested to see
    if you have an answer to a related question ( http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.81beta.server.install&item=48&utag=
    Also on WL 8.1, I'm trying to set username/passwords in the silent_script, but
    the syntax outlined at http://e-docs.bea.com/platform/docs81/confgwiz/silent.html
    doesn't work.
    cheers
    dim

  • Oracle 9.2 and WLS 6.1

    Folks,
    I noticed Oracle 9.2 is not certified for use with WLS 6.1, but is certified with
    WLS 7.0SP1. A couple fof questions:
    1) Can the driver and OCI libs provided with WLS7.0SP1 be used in WLS6.1?
    2) Is there a down side to using Oracle's JDBC driver instead of the WLS jDriver?
    Will this work properly in a WLS6.1/Oracle 9.2 combination?
    3) Can the Oracle 9.0.1 libs provided with WLS 6.1 communicate with Oracle 9.2?
    Is this in any way preferred to using Oracle's JDBC driver?
    Thanks,
    Guy

    Guy wrote:
    Folks,
    I noticed Oracle 9.2 is not certified for use with WLS 6.1, but is certified with
    WLS 7.0SP1. A couple fof questions:
    1) Can the driver and OCI libs provided with WLS7.0SP1 be used in WLS6.1?probably not easily. Class changes etc. If we do package the driver separately, then
    yes it will work.
    >
    2) Is there a down side to using Oracle's JDBC driver instead of the WLS jDriver?Oracle 'support'. Other than that, our type-2 is more reliable than theirs, but their type-4
    driver is what I'd start with.
    >
    Will this work properly in a WLS6.1/Oracle 9.2 combination?sure. Just because we don't test every new driver with all old server versions,
    doesn't mean they won't work. We will always work with any jdbc driver
    from anywhere, as long as it is standard.
    >
    3) Can the Oracle 9.0.1 libs provided with WLS 6.1 communicate with Oracle 9.2?
    Is this in any way preferred to using Oracle's JDBC driver?Oracle does try to maintain backward compatibility so it should work, but later
    stuff usually has some bugs fixed...
    Joe
    >
    >
    Thanks,
    Guy

  • Tux 8.0 - WLS 6.1

    Hello,
    I wrote a simple SLSB on WLS 6.1 and configured WTC to talk to Tux 8.0.
    I generated the IDL, then the C++ stubs for my C++ components in Tux.
    Everything is deployed and Tux talks nicely to WLS 6.1.
    When my C++ client gets the NameService reference in Tuxedo and does a look-up
    on the Home, I do get a reference.
    However, the create() fails and the pointeur to the remote interface is NULL...no
    exception is generated.
    Any idea? How to debug this?
    Thank you.
    Thierry

    I got it.
    I still have to implement some nasty code in the C++ .cpp generated files.
    This is not like using an ORB. It is bad.
    I am considering getting rid of WLS and replace it with a Java ORB such as Visibroker
    for Java.
    t

  • Create WLS Domain with SOA - ORA-01882: timezone region  not found

    Hi All,
    I am installing SOA 11g 11.1.1.5 on my windows 7 machine. I have installed my XE database and the dbtimezone is set to = +02:00( which i have set and bounced the db).
    I have installed the RCU, Weblogic server and SOA. Now when I am trying to create a WLS domain, after I configure JDBC schemas, when i try to test it i get the following:
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_SOAINFRA
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.5.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_ORASDPM
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_MDS
    Password=*********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from dual) and mr_type='MDS' and
                        version='11.1.1.5.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_MDS
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.5.0'
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    CFGFWK-60850: Test Failed!
    My Windows time region is set to (UTC+02:00) Harare, Pretoria
    Any help on resolving this ?
    Thanks
    K

    Hi,
    This worked for me,
    1. Navigate to the directory where you ran the config.bat script.
    2. Use use a text editor open the config.bat file.
    3. Locate this line in the file : SET CONFIG_JVM_ARGS=%CONFIG_JVM_ARGS% -DCOMMON_COMPONENTS_HOME=%COMMON_COMPONENTS_HOME%
    4. Append this string to the end -Duser.timezone="+02:00" and run the config script again.
    5. also check that the oracle db timezone is set correctly.
    SQL> select sessiontimezone from dual;
    SESSIONTIMEZONE
    +02:00
    Hope that helps -- it worked for me.
    Mo

  • WLS 8.0 SP5 JDBC deploy error

    Heya,
    I'm upgrading our servers from SP4 to SP5 and found that the application scoped JDBC Pool/Data Source to SQL Server 2000 in my EAR will no longer deploy. I'm using the ant task wldeploy and I tried using the Admin Console. I keep getting a NullPointerException. All worked fine under SP4, so has anyone else had this problem? I can post the error trace/weblogic-application.xml file if it'll help...
    Thanks,
    Anna

    Anna Veirauchs wrote:
    Thank you for your time.
    The Admin Server log has the following:
    ####<Oct 26, 2005 3:37:24 PM PDT> <Warning> <RMI> <****> <****> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-080003> <RuntimeException thrown by rmi server: weblogic.management.internal.AdminMBeanHomeImpl.getMBean(Ljavax.management.ObjectName;)
    java.lang.NullPointerException.
    java.lang.NullPointerException
         at weblogic.management.internal.AdminMBeanHomeImpl.getMBean(AdminMBeanHomeImpl.java:245)Hi. At this point, I think official support should get involved.
    Can you open a case with them? The exceptions aren't being generated
    or at least reported from JDBC-related code, but if they can dig
    more, it might end up in my court.
    Joe
         at weblogic.management.internal.AdminMBeanHomeImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:492)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:435)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:430)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ####<Oct 26, 2005 3:37:24 PM PDT> <Info> <Deployer> <****> <****> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149033> <failed application **** on ****>
    ####<Oct 26, 2005 3:37:25 PM PDT> <Info> <Management> <****> <****> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Oct 26, 2005 3:37:25 PM PDT> <Warning> <Deployer> <****> <****> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149004> <Failures were detected while initiating Deploy task for application ****.>
    ####<Oct 26, 2005 3:37:25 PM PDT> <Debug> <Deployer> <****> <****> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149078> <Stack trace for message 149004
    weblogic.management.ApplicationException:
    Exception:weblogic.management.ApplicationException: prepare failed for JDBCDataSource
         Module: JDBCDataSource     Error: java.lang.NullPointerException
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2484)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2396)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ================
    The Managed Server log has:
    ####<Oct 26, 2005 3:37:24 PM PDT> <Info> <Deployer> <****> <****> <ExecuteThread: '0' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149059> <Module JDBCDataSource of application **** is transitioning from unprepared to prepared on server ****.>
    ####<Oct 26, 2005 3:37:24 PM PDT> <Info> <JDBC> <****> <****> <ExecuteThread: '0' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-001155> <The following exception has occurred:
    java.lang.NullPointerException
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:164)
         at weblogic.management.internal.AdminMBeanHomeImpl_815_WLStub.getMBean(Unknown Source)
         at weblogic.jdbc.common.internal.JDBCDataSourceFactory.createDataSource(JDBCDataSourceFactory.java:74)
         at weblogic.jdbc.common.internal.JDBCModule.prepare(JDBCModule.java:140)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:3149)
         at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1590)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1234)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1077)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2530)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2480)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2396)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Caused by: java.lang.NullPointerException
         at weblogic.management.internal.AdminMBeanHomeImpl.getMBean(AdminMBeanHomeImpl.java:245)
         at weblogic.management.internal.AdminMBeanHomeImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:492)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:435)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:430)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:35)
         ... 2 more
    ####<Oct 26, 2005 3:37:24 PM PDT> <Info> <Deployer> <****> <****> <ExecuteThread: '0' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149061> <Module JDBCDataSource of application **** failed to transition from unprepared to prepared on server ****.>
    ####<Oct 26, 2005 3:37:25 PM PDT> <Error> <Deployer> <****> <****> <ExecuteThread: '0' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149201> <Failed to complete the deployment task with ID 3 for the application ****.
    weblogic.management.ApplicationException:
    Exception:weblogic.management.ApplicationException: prepare failed for JDBCDataSource
         Module: JDBCDataSource     Error: java.lang.NullPointerException
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2484)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2396)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    --------------- nested within: ------------------
    weblogic.management.ManagementException: - with nested exception:
    [weblogic.management.ApplicationException:
    Exception:weblogic.management.ApplicationException: prepare failed for JDBCDataSource
         Module: JDBCDataSource     Error: java.lang.NullPointerException
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2413)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    ====
    My weblogic-application.xml is:
    <!DOCTYPE weblogic-application PUBLIC '-//BEA Systems, Inc.//DTD WebLogic Application 8.1.0//EN' 'http://www.bea.com/servers/wls810/dtd/weblogic-application_2_0.dtd'>
    <weblogic-application>
         <jdbc-connection-pool>
              <data-source-name>JDBCDataSource</data-source-name>
              <connection-factory>
                   <connection-properties>
                        <user-name>******</user-name>
                        <password>******</password>
                        <url>jdbc:bea:sqlserver://10.10.10.99\\MYINSTANCE</url>
                        <driver-class-name>weblogic.jdbc.sqlserver.SQLServerDriver</driver-class-name>
                        <connection-params>
                             <parameter>
                                  <param-name>databaseName</param-name>
                                  <param-value>****</param-value>
                             </parameter>
                        </connection-params>
                   </connection-properties>
              </connection-factory>
    <pool-params>
    <size-params>
    <initial-capacity>10</initial-capacity>
    <max-capacity>10</max-capacity>
    <capacity-increment>2</capacity-increment>
    <shrinking-enabled>true</shrinking-enabled>
    <shrink-frequency-seconds>300</shrink-frequency-seconds>
    <highest-num-waiters>100</highest-num-waiters>
    <highest-num-unavailable>4</highest-num-unavailable>
    </size-params>
    <login-delay-seconds>1</login-delay-seconds>
    <leak-profiling-enabled>false</leak-profiling-enabled>
    <connection-check-params>
    <table-name>SQL SELECT COUNT(*) FROM sysobjects</table-name>
    <check-on-reserve-enabled>true</check-on-reserve-enabled>
    <check-on-release-enabled>false</check-on-release-enabled>
    <check-on-create-enabled>false</check-on-create-enabled>
    <connection-reserve-timeout-seconds>30</connection-reserve-timeout-seconds>
    <connection-creation-retry-frequency-seconds>360
    </connection-creation-retry-frequency-seconds>
    <inactive-connection-timeout-seconds>360
    </inactive-connection-timeout-seconds>
    <test-frequency-seconds>600</test-frequency-seconds>
    </connection-check-params>
    </pool-params>
    <driver-params>
    <prepared-statement>
    <cache-size>10</cache-size>
    <cache-type>LRU</cache-type>
    </prepared-statement>
    <row-prefetch-enabled>true</row-prefetch-enabled>
    <row-prefetch-size>500</row-prefetch-size>
    <stream-chunk-size>1024</stream-chunk-size>
    </driver-params>
         </jdbc-connection-pool>
    </weblogic-application>

  • Standalone WLS server instance deployment failure - missing ADFLogger

    I was hoping somebody could help me please with issues of installing ADF JDev 11g apps to separate WLS server instances (ie. not Admin Server) and the ADFLogger class.
    I've successfully configured a separate standalone WLS, installed the ADF Runtime Libraries and deployed/run an ADF JDev 11g app to the server under the default AdminServer.
    We encountered one issue with deployment regarding the ADFApplicationLifecycleListener class which is addessed in the following forum post with the documented workaround of removing ADFApplicationLifecycleListener from the weblogic-application.xml file: Standalone WLS deployment failure - incorrect weblogic-application.xml
    Next we want to deploy to a separate server instance/machine on the standalone WLS (we have the eventual requirement of deploying our apps to a WLS cluster, so we're experimenting with configuring separate WLS server instances+machines).
    I've created via the Admin Server a new separate server instance (say ADFServer) on a separate WLS machine (say ADFMachine) within my standalone WLS. I've configured the separate WLS server instance to run on a different port from the default Admin Server port. In addition for the 3 deployed libraries jsf, jstl and oracle.adf.domain, via selecting them in the Admin Console under Deployments, then the Target tab, I've also "targetted" (read: deployed) these 3 libraries to the new server instance so they reside both on the Admin Server and ADFServer.
    However when I redeploy my original application via JDeveloper's Application Menu -> Deploy option, on deployment to the ADFServer directly I receive the exception at the bottom of this post. The relevant error message:
    java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger
    This class is included in numerous ADF Runtime Libraries, and I would expect that once I targetted the oracle.adf.domain library for both Admin Server and ADFServer, the relevant ADFLogger class should be available (and given the fact I've run the application successfully on the standalone WLS under the Admin Server, it proves the library is available).
    The missing ADFLogger library seems to be a reoccuring theme for application server deployments, in particular OC4J. This is the first time I've seen it broached for WLS when using the ADF Runtime Libraries and haven't found much assistance via the OTN forums, Google searches etc.
    Does anybody know what I've configured incorrectly on my standalone WLS such that the ADFLogger is not configured for the separate WLS server instance? (I suspect I'll have to try the WLS forum too, but lets start here).
    Any help appreciated.
    Thanks & regards,
    CM.
    (Complete stack trace)
    Failure occurred in the execution of deployment request with ID '1229647798124' for task '2'. Error is: 'java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger' java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2291) at java.lang.Class.getDeclaredFields(Class.java:1743) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:965) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:958) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.processJ2eeAnnotations(BaseJ2eeAnnotationProcessor.java:97) at weblogic.j2ee.dd.xml.J2eeAnnotationProcessor.processJ2eeAnnotations(J2eeAnnotationProcessor.java:37) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processFilters(WebAnnotationProcessorImpl.java:241) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:212) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107) at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1287) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:412) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:456) at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414) at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:388) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:44) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:616) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:198) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:725) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2291) at java.lang.Class.getDeclaredFields(Class.java:1743) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:965) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.getFields(BaseJ2eeAnnotationProcessor.java:958) at weblogic.j2ee.dd.xml.BaseJ2eeAnnotationProcessor.processJ2eeAnnotations(BaseJ2eeAnnotationProcessor.java:97) at weblogic.j2ee.dd.xml.J2eeAnnotationProcessor.processJ2eeAnnotations(J2eeAnnotationProcessor.java:37) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processFilters(WebAnnotationProcessorImpl.java:241) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:212) at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107) at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1287) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:412) at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:456) at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414) at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910) at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364) at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:388) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:44) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:616) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:198) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:725) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    I do start it by commandline since I only have the AdminServer, and no other nodes. Below is my startWeblogic.sh and setDomainEnv.sh scripts under medrec/bin directory. I don't see any modifications to them for ADF. Also, after extending the domain, the oracle.adf.domain library shows up in my deployments page and is pointing to "/ u01/ app/ oracle/ product/ wls/ jdeveloper/ modules/ oracle. adf. model_11. 1. 1/ adf. oracle. domain. ear". It seems like the extending step is missing a step to give access to all the libraries?
    STARTWEBLOGIC.SH:
    #!/bin/sh
    # WARNING: This file is created by the Configuration Wizard.
    # Any changes to this script may be lost when adding extensions to this configuration.
    # --- Start Functions ---
    stopAll()
         # We separate the stop commands into a function so we are able to use the trap command in Unix (calling a function) to stop these services
         if [ "X${ALREADY_STOPPED}" != "X" ] ; then
              exit
         fi
         # STOP POINTBASE (only if we started it)
         if [ "${POINTBASE_FLAG}" = "true" ] ; then
              echo "Stopping PointBase server..."
              ${WL_HOME}/common/bin/stopPointBase.sh -port=${POINTBASE_PORT} -name=${POINTBASE_DBNAME} >"${DOMAIN_HOME}/pointbaseShutdown.log" 2>&1
              echo "PointBase server stopped."
         fi
         ALREADY_STOPPED="true"
         # Restore IP configuration the node manager starts IP Migration
         if [ "${SERVER_IP}" != "" ] ; then
              ${WL_HOME}/common/bin/wlsifconfig.sh -removeif "${IFNAME}" "${SERVER_IP}"
         fi
    # --- End Functions ---
    # This script is used to start WebLogic Server for this domain.
    # To create your own start script for your domain, you can initialize the
    # environment by calling @USERDOMAINHOME/setDomainEnv.
    # setDomainEnv initializes or calls commEnv to initialize the following variables:
    # BEA_HOME - The BEA home directory of your WebLogic installation.
    # JAVA_HOME - Location of the version of Java used to start WebLogic
    # Server.
    # JAVA_VENDOR - Vendor of the JVM (i.e. BEA, HP, IBM, Sun, etc.)
    # PATH - JDK and WebLogic directories are added to system path.
    # WEBLOGIC_CLASSPATH
    # - Classpath needed to start WebLogic Server.
    # PATCH_CLASSPATH - Classpath used for patches
    # PATCH_LIBPATH - Library path used for patches
    # PATCH_PATH - Path used for patches
    # WEBLOGIC_EXTENSION_DIRS - Extension dirs for WebLogic classpath patch
    # JAVA_VM - The java arg specifying the VM to run. (i.e.
    # - server, -hotspot, etc.)
    # USER_MEM_ARGS - The variable to override the standard memory arguments
    # passed to java.
    # PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
    # POINTBASE_HOME - Point Base home directory.
    # POINTBASE_CLASSPATH
    # - Classpath needed to start PointBase.
    # Other variables used in this script include:
    # SERVER_NAME - Name of the weblogic server.
    # JAVA_OPTIONS - Java command-line options for running the server. (These
    # will be tagged on to the end of the JAVA_VM and
    # MEM_ARGS)
    # For additional information, refer to the WebLogic Server Administration
    # Console Online Help(http://e-docs.bea.com/wls/docs103/ConsoleHelp/startstop.html).
    # Call setDomainEnv here.
    DOMAIN_HOME="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec"
    . ${DOMAIN_HOME}/bin/setDomainEnv.sh $*
    SAVE_JAVA_OPTIONS="${JAVA_OPTIONS}"
    SAVE_CLASSPATH="${CLASSPATH}"
    # Start PointBase
    PB_DEBUG_LEVEL="3"
    if [ "${POINTBASE_FLAG}" = "true" ] ; then
         ${WL_HOME}/common/bin/startPointBase.sh -port=${POINTBASE_PORT} -debug=${PB_DEBUG_LEVEL} -console=false -background=true -ini=${DOMAIN_HOME}/pointbase.ini >"${DOMAIN_HOME}/pointbase.log" 2>&1
    fi
    JAVA_OPTIONS="${SAVE_JAVA_OPTIONS}"
    SAVE_JAVA_OPTIONS=""
    CLASSPATH="${SAVE_CLASSPATH}"
    SAVE_CLASSPATH=""
    trap 'stopAll' 1 2 3 15
    if [ "${PRODUCTION_MODE}" = "true" ] ; then
         WLS_DISPLAY_MODE="Production"
    else
         WLS_DISPLAY_MODE="Development"
    fi
    if [ "${WLS_USER}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.management.username=${WLS_USER}"
    fi
    if [ "${WLS_PW}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.management.password=${WLS_PW}"
    fi
    CLASSPATH="${CLASSPATH}${CLASSPATHSEP}${MEDREC_WEBLOGIC_CLASSPATH}"
    echo "."
    echo "."
    echo "JAVA Memory arguments: ${MEM_ARGS}"
    echo "."
    echo "WLS Start Mode=${WLS_DISPLAY_MODE}"
    echo "."
    echo "CLASSPATH=${CLASSPATH}"
    echo "."
    echo "PATH=${PATH}"
    echo "."
    echo "***************************************************"
    echo "* To start WebLogic Server, use a username and *"
    echo "* password assigned to an admin-level user. For *"
    echo "* server administration, use the WebLogic Server *"
    echo "* console at http://hostname:port/console *"
    echo "***************************************************"
    # Set up IP Migration related variables.
    # Set interface name.
    if [ "${Interface}" != "" ] ; then
         IFNAME="${Interface}"
    else
         IFNAME=""
    fi
    # Set IP Mask.
    if [ "${NetMask}" != "" ] ; then
         IPMASK="${NetMask}"
    else
         IPMASK=""
    fi
    # Perform IP Migration if SERVER_IP is set by node manager.
    if [ "${SERVER_IP}" != "" ] ; then
         ${WL_HOME}/common/bin/wlsifconfig.sh -addif "${IFNAME}" "${SERVER_IP}" "${IPMASK}"
    fi
    # START WEBLOGIC
    echo "starting weblogic with Java version:"
    ${JAVA_HOME}/bin/java ${JAVA_VM} -version
    if [ "${WLS_REDIRECT_LOG}" = "" ] ; then
         echo "Starting WLS with line:"
         echo "${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}"
         ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}
    else
         echo "Redirecting output from WLS window to ${WLS_REDIRECT_LOG}"
         ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS} >"${WLS_REDIRECT_LOG}" 2>&1
    fi
    stopAll
    popd
    # Exit this script only if we have been told to exit.
    if [ "${doExitFlag}" = "true" ] ; then
         exit
    fi
    SETDOMAINENV.SH:
    #!/bin/sh
    # WARNING: This file is created by the Configuration Wizard.
    # Any changes to this script may be lost when adding extensions to this configuration.
    # --- Start Functions ---
    BP=100
    SP=$BP
    pushd()
         if [ -z "$1" ]
         then
              return
         fi
         SP=`expr $SP - 1`
         eval _stack$SP=`pwd`
         cd $1
         return
    popd()
         if [ $SP -eq $BP ]
         then
              return
         fi
         eval cd \${_stack$SP}
         SP=`expr $SP + 1`
         return
    # --- End Functions ---
    # This script is used to setup the needed environment to be able to start Weblogic Server in this domain.
    # This script initializes the following variables before calling commEnv to set other variables:
    # WL_HOME - The BEA home directory of your WebLogic installation.
    # JAVA_VM - The desired Java VM to use. You can set this environment variable before calling
    # this script to switch between Sun or BEA or just have the default be set.
    # JAVA_HOME - Location of the version of Java used to start WebLogic
    # Server. Depends directly on which JAVA_VM value is set by default or by the environment.
    # USER_MEM_ARGS - The variable to override the standard memory arguments
    # passed to java.
    # PRODUCTION_MODE - The variable that determines whether Weblogic Server is started in production mode.
    # DOMAIN_PRODUCTION_MODE
    # - The variable that determines whether the workshop related settings like the debugger,
    # testconsole or iterativedev should be enabled. ONLY settable using the
    # command-line parameter named production
    # NOTE: Specifying the production command-line param will force
    # the server to start in production mode.
    # Other variables used in this script include:
    # SERVER_NAME - Name of the weblogic server.
    # JAVA_OPTIONS - Java command-line options for running the server. (These
    # will be tagged on to the end of the JAVA_VM and
    # MEM_ARGS)
    # For additional information, refer to the WebLogic Server Administration
    # Console Online Help(http://e-docs.bea.com/wls/docs103/ConsoleHelp/startstop.html).
    ORACLE_HOME="/u01/app/oracle/product/wls/jdeveloper"
    export ORACLE_HOME
    WL_HOME="/u01/app/oracle/product/wls/wlserver_10.3"
    export WL_HOME
    BEA_JAVA_HOME="/u01/app/oracle/product/wls/jrockit_160_05"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/u01/app/oracle/product/wls/jdk160_05"
    export SUN_JAVA_HOME
    if [ "${JAVA_VENDOR}" = "BEA" ] ; then
         JAVA_HOME="${BEA_JAVA_HOME}"
         export JAVA_HOME
    else
         if [ "${JAVA_VENDOR}" = "Sun" ] ; then
              JAVA_HOME="${SUN_JAVA_HOME}"
              export JAVA_HOME
         else
              JAVA_VENDOR="BEA"
              export JAVA_VENDOR
              JAVA_HOME="/u01/app/oracle/product/wls/jrockit_160_05"
              export JAVA_HOME
         fi
    fi
    # We need to reset the value of JAVA_HOME to get it shortened AND
    # we can not shorten it above because immediate variable expansion will blank it
    JAVA_HOME="${JAVA_HOME}"
    export JAVA_HOME
    SAMPLES_HOME="${WL_HOME}/samples"
    export SAMPLES_HOME
    DOMAIN_HOME="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec"
    export DOMAIN_HOME
    LONG_DOMAIN_HOME="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec"
    export LONG_DOMAIN_HOME
    if [ "${DEBUG_PORT}" = "" ] ; then
         DEBUG_PORT="8453"
         export DEBUG_PORT
    fi
    if [ "${SERVER_NAME}" = "" ] ; then
         SERVER_NAME="MedRecServer"
         export SERVER_NAME
    fi
    POINTBASE_FLAG="true"
    export POINTBASE_FLAG
    POINTBASE_PORT="9082"
    export POINTBASE_PORT
    POINTBASE_DBNAME="medrec"
    export POINTBASE_DBNAME
    enableHotswapFlag=""
    export enableHotswapFlag
    PRODUCTION_MODE=""
    export PRODUCTION_MODE
    doExitFlag="false"
    export doExitFlag
    verboseLoggingFlag="false"
    export verboseLoggingFlag
    while [ $# -gt 0 ]
    do
         case $1 in
         nodebug)
              debugFlag="false"
              export debugFlag
         production)
              DOMAIN_PRODUCTION_MODE="true"
              export DOMAIN_PRODUCTION_MODE
         notestconsole)
              testConsoleFlag="false"
              export testConsoleFlag
         noiterativedev)
              iterativeDevFlag="false"
              export iterativeDevFlag
         noLogErrorsToConsole)
              logErrorsToConsoleFlag="false"
              export logErrorsToConsoleFlag
         nopointbase)
              POINTBASE_FLAG="false"
              export POINTBASE_FLAG
         doExit)
              doExitFlag="true"
              export doExitFlag
         noExit)
              doExitFlag="false"
              export doExitFlag
         verbose)
              verboseLoggingFlag="true"
              export verboseLoggingFlag
         enableHotswap)
              enableHotswapFlag="-javaagent:${WL_HOME}/server/lib/diagnostics-agent.jar"
              export enableHotswapFlag
              PROXY_SETTINGS="${PROXY_SETTINGS} $1"
              export PROXY_SETTINGS
         esac
         shift
    done
    MEM_DEV_ARGS=""
    export MEM_DEV_ARGS
    if [ "${DOMAIN_PRODUCTION_MODE}" = "true" ] ; then
         PRODUCTION_MODE="${DOMAIN_PRODUCTION_MODE}"
         export PRODUCTION_MODE
    fi
    if [ "${PRODUCTION_MODE}" = "true" ] ; then
         debugFlag="false"
         export debugFlag
         testConsoleFlag="false"
         export testConsoleFlag
         iterativeDevFlag="false"
         export iterativeDevFlag
    fi
    # If you want to override the default Patch Classpath, Library Path and Path for this domain,
    # Please uncomment the following lines and add a valid value for the environment variables
    # set PATCH_CLASSPATH=[myPatchClasspath] (windows)
    # set PATCH_LIBPATH=[myPatchLibpath] (windows)
    # set PATCH_PATH=[myPatchPath] (windows)
    # PATCH_CLASSPATH=[myPatchClasspath] (unix)
    # PATCH_LIBPATH=[myPatchLibpath] (unix)
    # PATCH_PATH=[myPatchPath] (unix)
    . ${WL_HOME}/common/bin/commEnv.sh
    WLS_HOME="${WL_HOME}/server"
    export WLS_HOME
    MEM_ARGS="-Xms256m -Xmx512m"
    export MEM_ARGS
    MEM_PERM_SIZE="-XX:PermSize=48m"
    export MEM_PERM_SIZE
    MEM_MAX_PERM_SIZE="-XX:MaxPermSize=128m"
    export MEM_MAX_PERM_SIZE
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
         if [ "${PRODUCTION_MODE}" = "" ] ; then
              MEM_DEV_ARGS="-XX:CompileThreshold=8000 ${MEM_PERM_SIZE} "
              export MEM_DEV_ARGS
         fi
    fi
    # Had to have a separate test here BECAUSE of immediate variable expansion on windows
    if [ "${JAVA_VENDOR}" = "Sun" ] ; then
         MEM_ARGS="${MEM_ARGS} ${MEM_DEV_ARGS} ${MEM_MAX_PERM_SIZE}"
         export MEM_ARGS
    fi
    if [ "${JAVA_VENDOR}" = "HP" ] ; then
         MEM_ARGS="${MEM_ARGS} ${MEM_MAX_PERM_SIZE}"
         export MEM_ARGS
    fi
    # IF USER_MEM_ARGS the environment variable is set, use it to override ALL MEM_ARGS values
    if [ "${USER_MEM_ARGS}" != "" ] ; then
         MEM_ARGS="${USER_MEM_ARGS}"
         export MEM_ARGS
    fi
    JAVA_PROPERTIES="-Dplatform.home=${WL_HOME} -Dwls.home=${WLS_HOME} -Dweblogic.home=${WLS_HOME} "
    export JAVA_PROPERTIES
    # To use Java Authorization Contract for Containers (JACC) in this domain,
    # please uncomment the following section. If there are multiple machines in
    # your domain, be sure to edit the setDomainEnv in the associated domain on
    # each machine.
    # -Djava.security.manager
    # -Djava.security.policy=location of weblogic.policy
    # -Djavax.security.jacc.policy.provider=weblogic.security.jacc.simpleprovider.SimpleJACCPolicy
    # -Djavax.security.jacc.PolicyConfigurationFactory.provider=weblogic.security.jacc.simpleprovider.PolicyConfigurationFactoryImpl
    # -Dweblogic.security.jacc.RoleMapperFactory.provider=weblogic.security.jacc.simpleprovider.RoleMapperFactoryImpl
    EXTRA_JAVA_PROPERTIES="-Ddomain.home=${DOMAIN_HOME} -Doracle.home=${ORACLE_HOME} -Doracle.security.jps.config=${DOMAIN_HOME}/config/oracle/jps-config.xml -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol ${EXTRA_JAVA_PROPERTIES}"
    export EXTRA_JAVA_PROPERTIES
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${EXTRA_JAVA_PROPERTIES}"
    export JAVA_PROPERTIES
    ARDIR="${WL_HOME}/server/lib"
    export ARDIR
    pushd ${LONG_DOMAIN_HOME}
    # Clustering support (edit for your cluster!)
    if [ "${ADMIN_URL}" = "" ] ; then
         # The then part of this block is telling us we are either starting an admin server OR we are non-clustered
         CLUSTER_PROPERTIES="-Dweblogic.management.discover=true"
         export CLUSTER_PROPERTIES
    else
         CLUSTER_PROPERTIES="-Dweblogic.management.discover=false -Dweblogic.management.server=${ADMIN_URL}"
         export CLUSTER_PROPERTIES
    fi
    LOG4J_CONFIG_FILE="/u01/app/oracle/product/wls/wlserver_10.3/samples/domains/medrec/log4j.properties"
    export LOG4J_CONFIG_FILE
    if [ "${LOG4J_CONFIG_FILE}" != "" ] ; then
         JAVA_PROPERTIES="${JAVA_PROPERTIES} -Dlog4j.configuration=file:${LOG4J_CONFIG_FILE}"
         export JAVA_PROPERTIES
    fi
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${CLUSTER_PROPERTIES}"
    export JAVA_PROPERTIES
    # Clear the pre_classpath here in case an application template wants to set it before the larger pre_classpath is invoked below
    PRE_CLASSPATH=""
    export PRE_CLASSPATH
    PRE_CLASSPATH=""
    export PRE_CLASSPATH
    JAVA_DEBUG=""
    export JAVA_DEBUG
    if [ "${debugFlag}" = "true" ] ; then
         JAVA_DEBUG="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=${DEBUG_PORT},server=y,suspend=n -Djava.compiler=NONE"
         export JAVA_DEBUG
         JAVA_OPTIONS="${JAVA_OPTIONS} ${enableHotswapFlag} -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole..."
         export JAVA_OPTIONS
    else
         JAVA_OPTIONS="${JAVA_OPTIONS} ${enableHotswapFlag} -da"
         export JAVA_OPTIONS
    fi
    if [ ! -d ${JAVA_HOME}/lib ] ; then
         echo "The JRE was not found in directory ${JAVA_HOME}. (JAVA_HOME)"
         echo "Please edit your environment and set the JAVA_HOME"
         echo "variable to point to the root directory of your Java installation."
         popd
         read _val
         exit
    fi
    if [ "${POINTBASE_FLAG}" = "true" ] ; then
         DATABASE_CLASSPATH="${POINTBASE_CLASSPATH}"
         export DATABASE_CLASSPATH
    else
         DATABASE_CLASSPATH="${POINTBASE_CLIENT_CLASSPATH}"
         export DATABASE_CLASSPATH
    fi
    POST_CLASSPATH=""
    export POST_CLASSPATH
    POST_CLASSPATH="${ORACLE_HOME}/modules/features/adf.share_11.1.1.jar${CLASSPATHSEP}${POST_CLASSPATH}"
    export POST_CLASSPATH
    POST_CLASSPATH=""
    export POST_CLASSPATH
    POST_CLASSPATH="${POST_CLASSPATH}${CLASSPATHSEP}${DATABASE_CLASSPATH}${CLASSPATHSEP}${ARDIR}/xqrl.jar"
    export POST_CLASSPATH
    # PROFILING SUPPORT
    JAVA_PROFILE=""
    export JAVA_PROFILE
    SERVER_CLASS="weblogic.Server"
    export SERVER_CLASS
    JAVA_PROPERTIES="${JAVA_PROPERTIES} ${WLP_JAVA_PROPERTIES}"
    export JAVA_PROPERTIES
    JAVA_OPTIONS="${JAVA_OPTIONS} ${JAVA_PROPERTIES} -Dwlw.iterativeDev=${iterativeDevFlag} -Dwlw.testConsole=${testConsoleFlag} -Dwlw.logErrorsToConsole=${logErrorsToConsoleFlag}"
    export JAVA_OPTIONS
    # -- Setup properties so that we can save stdout and stderr to files
    if [ "${WLS_STDOUT_LOG}" != "" ] ; then
         echo "Logging WLS stdout to ${WLS_STDOUT_LOG}"
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.Stdout=${WLS_STDOUT_LOG}"
         export JAVA_OPTIONS
    fi
    if [ "${WLS_STDERR_LOG}" != "" ] ; then
         echo "Logging WLS stderr to ${WLS_STDERR_LOG}"
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.Stderr=${WLS_STDERR_LOG}"
         export JAVA_OPTIONS
    fi
    # ADD EXTENSIONS TO CLASSPATHS
    if [ "${EXT_PRE_CLASSPATH}" != "" ] ; then
         PRE_CLASSPATH="${EXT_PRE_CLASSPATH}${CLASSPATHSEP}${PRE_CLASSPATH}"
         export PRE_CLASSPATH
    fi
    if [ "${EXT_POST_CLASSPATH}" != "" ] ; then
         POST_CLASSPATH="${POST_CLASSPATH}${CLASSPATHSEP}${EXT_POST_CLASSPATH}"
         export POST_CLASSPATH
    fi
    if [ "${WEBLOGIC_EXTENSION_DIRS}" != "" ] ; then
         JAVA_OPTIONS="${JAVA_OPTIONS} -Dweblogic.ext.dirs=${WEBLOGIC_EXTENSION_DIRS}"
         export JAVA_OPTIONS
    fi
    JAVA_OPTIONS="${JAVA_OPTIONS}"
    export JAVA_OPTIONS
    # SET THE CLASSPATH
    CLASSPATH="${PRE_CLASSPATH}${CLASSPATHSEP}${WEBLOGIC_CLASSPATH}${CLASSPATHSEP}${POST_CLASSPATH}${CLASSPATHSEP}${WLP_POST_CLASSPATH}"
    export CLASSPATH
    JAVA_VM="${JAVA_VM} ${JAVA_DEBUG} ${JAVA_PROFILE}"
    export JAVA_VM

  • Problem Configuring JMS Error Queue

    Domain configuration : one adminServer, One cluster, 2 managedservers in cluster
    Two distibuted Queues: InboundQueue, Error Queue
    I want to redirect any bad message from InboundQueue to ErrorQueue and discard it.
    It worked fine for 4 yrs in Wls 8.1 ( did configured in 8.1)..
    now i upgrde to wls 10.1 and i did same configuration but InboundQueue is not redirecting to Errorqueue..
    Dont know where i am missing..
    here is the config.xml entry and jms/JmModule.xml files..
    config.xml entry_
    <jms-system-resource>
    <name>JmsModule</name>
    <target>cluster1</target>
    <sub-deployment>
    <name>subdeployment1</name>
    <target>JmsServer1,JmsServer2</target>
    </sub-deployment>
    <descriptor-file-name>jms/JmsModule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    JmsModule.xml_
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://www.bea.com/ns/weblogic/90" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/920 http://www.bea.com/ns/weblogic/920.xsd">
    <uniform-distributed-queue name="ErrorQueue">
    <sub-deployment-name>subdeployment1</sub-deployment-name>
    <delivery-params-overrides>
    <delivery-mode>Non-Persistent</delivery-mode>
    <time-to-deliver>-1</time-to-deliver>
    <time-to-live>-1</time-to-live>
    <priority>-1</priority>
    <redelivery-delay>-1</redelivery-delay>
    </delivery-params-overrides>
    <delivery-failure-params>
    <redelivery-limit>0</redelivery-limit>
    </delivery-failure-params>
    <jndi-name>ErrorQueue</jndi-name>
    <load-balancing-policy>Round-Robin</load-balancing-policy>
    <forward-delay>-1</forward-delay>
    </uniform-distributed-queue>
    <uniform-distributed-queue name="InboundQueue">
    <sub-deployment-name>subdeployment1</sub-deployment-name>
    <delivery-params-overrides>
    <delivery-mode>Persistent</delivery-mode>
    <time-to-deliver>10</time-to-deliver>
    <time-to-live>10</time-to-live>
    <priority>2</priority>
    <redelivery-delay>10</redelivery-delay>
    </delivery-params-overrides>
    <delivery-failure-params>
    <error-destination>ErrorQueue</error-destination>
    <redelivery-limit>1</redelivery-limit>
    <expiration-policy>Redirect</expiration-policy>
    </delivery-failure-params>
    <jndi-name>InboundQueue</jndi-name>
    <load-balancing-policy>Round-Robin</load-balancing-policy>
    <forward-delay>10</forward-delay>
    </uniform-distributed-queue>
    </weblogic-jms>
    Any help
    Thanks
    ksr

    Are you still having a problem? If so, I recommend trying to simplify the reproducer by removing the "time-to-deliver", "redelivery-delay", and "time-to-live" settings.
    <time-to-deliver>10</time-to-deliver>
    <time-to-live>10</time-to-live>
    <redelivery-delay>10</redelivery-delay>
    Note that these are all set to a very small value (10 milliseconds), and that the message will expire before it can be delivered or redelivered. The delivery delay is 10 millis, so by the time the delivery delay completes, the time-to-live will have passed -- furthermore, if there was no delivery delay, the redelivery delay is at 10 millis -- so by the time the redel occurs the time-to-live expires).
    Tom

  • Cannot view Crystal Report in JSP page ( error loading ? )

    Hi,
              Can someone please help or pass on any suggestions,
              I am trying to view my crystal report (test.rpt) in my JSP page but get the following error and im having trouble sorting it out. I am using Crystal 10 with weblogic. My report is just a simple report ( no data connection needed) with just some hard coded text. I simply want to view it through a JSP page. Can anyone shed any light on the error. The error message is shown below. In my browser i get the message
              An error has occurred:
              Error loading C:/Bea/user_projects/applications/crystaltest/crystaltestWeb/WEB-INF/test.rpt
              the important part of the full error message below i guess is :
              Root cause of ServletException.
              com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Error loading C:/Bea/user_projects/applications/crystaltest/crystaltestWeb/WEB-INF/test.rpt ---- Error code:-2147215356 Error code name:fileNotOpened
              at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source) etc
              Full error message is here ->
              ####<11/08/2004 11:56:10 AM EST> <Debug> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101147> <HttpServer(32071428,null default ctx,cgServer) Found no context for "/". This request does not match the context path for any installed Web applications, and there is no default Web application configured.>
              ####<11/08/2004 11:56:12 AM EST> <Notice> <WebLogicServer> <TAS0707> <cgServer> <main> <<WLS Kernel>> <> <BEA-000331> <Started WebLogic Admin Server "cgServer" for domain "workshop" running in Development Mode>
              ####<11/08/2004 11:56:12 AM EST> <Notice> <WebLogicServer> <TAS0707> <cgServer> <main> <<WLS Kernel>> <> <BEA-000360> <Server started in RUNNING mode>
              ####<11/08/2004 11:56:12 AM EST> <Debug> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <BEA-101147> <HttpServer(32071428,null default ctx,cgServer) Found no context for "/wlwdir". This request does not match the context path for any installed Web applications, and there is no default Web application configured.>
              ####<11/08/2004 11:56:12 AM EST> <Info> <Management> <TAS0707> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
              ####<11/08/2004 11:56:12 AM EST> <Info> <Configuration Management> <TAS0707> <cgServer> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-150007> <The booted configuration .\config.xml has been backed up at C:\Bea\WEBLOG~1\samples\domains\workshop\.\config.xml.booted.>
              ####<11/08/2004 11:58:29 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] /ensureAppDeployment: init>
              ####<11/08/2004 11:58:53 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] /wlwdir: init>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: init>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param verbose initialized to: true>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param packagePrefix initialized to: jsp_servlet>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param compilerclass initialized to: com.sun.tools.javac.Main>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param compileCommand initialized to: javac>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param compilerval initialized to: com.sun.tools.javac.Main>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param pageCheckSeconds initialized to: 1>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param encoding initialized to: null>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param superclass initialized to weblogic.servlet.jsp.JspBase>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param srcCompiler initialized to weblogic.jspc>
              ####<11/08/2004 11:59:02 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: param workingDir initialized to: C:\Bea\weblogic81\samples\domains\workshop\cgServer\.wlnotdelete\extract\cgServer_crystaltest_crystaltestWeb>
              ####<11/08/2004 11:59:04 AM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] *.jsp: initialization complete>
              ####<11/08/2004 12:04:14 PM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] /*: init>
              ####<11/08/2004 12:04:15 PM EST> <Info> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '13' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] /*: Using standard I/O>
              ####<11/08/2004 12:18:03 PM EST> <Error> <HTTP> <TAS0707> <cgServer> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-101017> <[ServletContext(id=1439407,name=crystaltestWeb,context-path=/crystaltestWeb)] Root cause of ServletException.
              com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Error loading C:/Bea/user_projects/applications/crystaltest/crystaltestWeb/WEB-INF/test.rpt ---- Error code:-2147215356 Error code name:fileNotOpened
              at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)
              at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown Source)
              at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown Source)
              at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown Source)
              at jsp_servlet.__index._jspService(index.jsp:27)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
              at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
              at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
              at com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:208)
              at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
              at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:316)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.superForward(PageFlowRequestProcessor.java:1301)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor$DefaultHttpRedirector.forward(PageFlowRequestProcessor.java:1317)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.doForward(PageFlowRequestProcessor.java:1199)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processForwardConfig(PageFlowRequestProcessor.java:1093)
              at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:650)
              at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527)
              at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152)
              at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
              at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:318)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.superForward(PageFlowRequestProcessor.java:1301)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor$DefaultHttpRedirector.forward(PageFlowRequestProcessor.java:1317)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.doForward(PageFlowRequestProcessor.java:1199)
              at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:637)
              at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527)
              at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152)
              at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6456)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    I am getting the same error... Is there any one who can help us... Or is the problem solved, if so please let me know How did you do that...
              Thanks
              Hara

  • EJB 3.0 Bean name

    Is there a way that we can override the EJB 3.0 Bean name in the deployment descriptor? I know we can provide the name in the Annotation via @MessageDriven(name="bar").
    For example, if I have the following Bean,
    package com.example;
    @MessageDriven
    public class Foo implements MessageListener {
    When deployed, it always deploys as Foo, even if I have the following in my ejb-jar.xml and weblogic-ejb-jar.xml:
    <mesage-driven>
    <ejb-name>Bar</ejb-name>
    <ejb-class>com.example.Foo</ejb-class>
    <destination-type>javax.jms.Topic</destination-type>
    <subscription-durablility>Durable</subscription-durablity>
    </message-driven>
    <mesage-driven>
    <ejb-name>Baz<r</ejb-name>
    <ejb-class>com.example.Foo</ejb-class>
    <destination-type>javax.jms.Queue</destination-type>
    </message-driven>
    There seems no way I can re-use the Same bean class with EJB 3.0 if I needed to. If there is anyway, the ejb-name can be used please let me know.
    Thanks

    Hi,
    For a JEE5 EJB module, rather than using EJBGen, you can use WLS specific annotations for configuring common settings. If you follow the link below, you can see a list of supported EJB annotations. Disregard the fact that the documentation section title is WebLogic Kodo Annotations. That is incorrect and I've filed a bug for it.
    http://edocs.bea.com/wls/docs103/ejb30/annotations.html#wp1438036.
    Unfortunately, we don't yet support setting all weblogic-ejb-jar.xml configuration values via annoations so in some cases a weblogic-ejb-jar.xml is still required.
    You can hand edit your weblogic-ejb-jar.xml and the example you posted below should work fine.
    - Matt

  • OIM 9.0.1.1 on Weblogic Failing

    My installation is failing and I cannot seem to get to the bottom of it. Any pointers / help here is appreciated.
    XIMDD does not report any problem prior to running the installation. The database operations all seem to occur successfully, but there are problems deploying to WebLogic. The myserver.log content and the Java VM System Properties Report from the XIMDD is included. The environment is:
    Windows Server 2003 / Weblogic 8.1 SP4 / JDK 142_05
    Windows Server 2003 / Oracle db 10.2.1
    XIMDD Java Report
    Test Name Java VM System Properties Report
    Description Prints out all the Java VM system properties.
    Result PASSED
    Details
    java.vendor Sun Microsystems Inc.
    org.xml.sax.parser weblogic.xml.jaxp.RegistryParser
    os.name Windows 2003
    sun.boot.class.path C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\JDK142~1\jre\lib\i18n.jar;C:\bea\JDK142~1\jre\lib\sunrsasign.jar;C:\bea\JDK142~1\jre\lib\jsse.jar;C:\bea\JDK142~1\jre\lib\jce.jar;C:\bea\JDK142~1\jre\lib\charsets.jar;C:\bea\JDK142~1\jre\classes
    sun.java2d.fontpath
    java.vm.specification.vendor Sun Microsystems Inc.
    java.runtime.version 1.4.2_05-b04
    weblogic.Name myserver
    jmx.implementation.vendor Sun Microsystems
    user.name rsquires
    jmx.implementation.name JMX RI
    user.language en
    java.naming.factory.initial weblogic.jndi.WLInitialContextFactory
    sun.boot.library.path C:\bea\JDK142~1\jre\bin
    jmx.specification.name Java Management Extensions
    java.version 1.4.2_05
    user.timezone America/New_York
    sun.arch.data.model 32
    javax.rmi.CORBA.UtilClass weblogic.iiop.UtilDelegateImpl
    jmx.specification.version 1.0 Final Release
    java.endorsed.dirs C:\bea\JDK142~1\jre\lib\endorsed
    vde.home .\myserver\ldap
    sun.cpu.isalist pentium i486 i386
    jmx.implementation.version 1.0
    file.encoding.pkg sun.io
    weblogic.mbeanLegalClause.ByPass false
    file.separator \
    java.specification.name Java Platform API Specification
    java.class.version 48.0
    user.country US
    java.home C:\bea\JDK142~1\jre
    java.vm.info mixed mode
    os.version 5.2
    org.omg.CORBA.ORBSingletonClass weblogic.corba.orb.ORB
    path.separator ;
    java.vm.version 1.4.2_05-b04
    java.util.prefs.PreferencesFactory java.util.prefs.WindowsPreferencesFactory
    user.variant
    java.protocol.handler.pkgs weblogic.utils|weblogic.utils|weblogic.net
    jmx.specification.vendor Sun Microsystems
    java.awt.printerjob sun.awt.windows.WPrinterJob
    java.security.policy C:\bea\WEBLOG~1\server\lib\weblogic.policy
    sun.io.unicode.encoding UnicodeLittle
    awt.toolkit sun.awt.windows.WToolkit
    java.naming.factory.url.pkgs weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    user.home C:\Documents and Settings\rsquires
    java.specification.vendor Sun Microsystems Inc.
    org.xml.sax.driver weblogic.apache.xerces.parsers.SAXParser
    java.library.path C:\bea\JDK142~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JDK142~1\jre\bin;C:\bea\JDK142~1\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\OpenManage\Array Manager;C:\Program Files\Dell\OpenManage\oma\bin;C:\Program Files\Dell\OpenManage\LU\bin;C:\Program Files\Dell\OpenManage\oldiags\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;c:\tomcat\bin;C:\tomcat\j2sdk1.4.1_02\bin;C:\bin\tomcat50\bin;c:\cygwin\bin;C:\bea\jdk142_05\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
    java.vendor.url http://java.sun.com/
    java.vm.vendor Sun Microsystems Inc.
    java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition
    java.class.path C:\bea\JDK142~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\log4j-1.2.9.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;
    Total Memory 6353648 Bytes
    java.vm.specification.name Java Virtual Machine Specification
    java.vm.specification.version 1.0
    javax.rmi.CORBA.PortableRemoteObjectClass weblogic.iiop.PortableRemoteObjectDelegateImpl
    sun.cpu.endian little
    sun.os.patch.level
    java.io.tmpdir C:\DOCUME~1\rsquires\LOCALS~1\Temp\
    java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi
    os.arch x86
    java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment
    java.ext.dirs C:\bea\JDK142~1\jre\lib\ext
    user.dir D:\bea\user_projects\domains\oim
    line.separator
    java.vm.name Java HotSpot(TM) Client VM
    javax.xml.soap.MessageFactory weblogic.webservice.core.soap.MessageFactoryImpl
    Free Memory 6353800 Bytes
    file.encoding Cp1252
    org.omg.CORBA.ORBClass weblogic.corba.orb.ORB
    javax.xml.rpc.ServiceFactory weblogic.webservice.core.rpc.ServiceFactoryImpl
    weblogic.ProductionModeEnabled
    java.specification.version 1.4
    Weblogic myserver.log
    ####<Jan 23, 2007 4:29:40 PM EST> <Notice> <Log Management> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-170019> <The server log file D:\bea\user_projects\domains\oim\myserver\myserver.log is opened. All server side log events will be written to this file.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090149> <The server security configuration has been loaded from C:\bea\weblogic81\server\lib\SecurityDefaultConfig.xml>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090074> <Initializing RoleMapper provider using LDIF template file D:\bea\user_projects\domains\oim\.\DefaultRoleMapperInit.ldift.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: D:\bea\user_projects\domains\oim\.\DefaultRoleMapperInit.ldift>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090074> <Initializing Authorizer provider using LDIF template file D:\bea\user_projects\domains\oim\.\DefaultAuthorizerInit.ldift.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: D:\bea\user_projects\domains\oim\.\DefaultAuthorizerInit.ldift>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090074> <Initializing Authenticator provider using LDIF template file D:\bea\user_projects\domains\oim\.\DefaultAuthenticatorInit.ldift.>
    ####<Jan 23, 2007 4:29:41 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090075> <The Authenticator provider has had its LDIF information loaded from: D:\bea\user_projects\domains\oim\.\DefaultAuthenticatorInit.ldift>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server myserver for security realm myrealm.>
    ####<Jan 23, 2007 4:29:42 PM EST> <Notice> <Security> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Jan 23, 2007 4:29:42 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "oim">
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000214> <WebLogic Server "myserver" version:
    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 (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000215> <Loaded License : C:\bea\license.bea>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <RJVM> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000570> <Network Configuration for Channel "myserver"
    Listen Address          *
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Jan 23, 2007 4:29:42 PM EST> <Debug> <RJVM> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000571> <Network Configuration Detail for Channel "myserver"
    Channel Weight          50
    Accept Backlog          50
    Login Timeout          5000ms
    Max Message Size     10000000
    Message Timeout     60s
    Idle Timeout          65s
    Tunneling Timeout     40s
    Tunneling Ping          45s>
    ####<Jan 23, 2007 4:29:42 PM EST> <Info> <XML> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-130036> <Initializing XMLRegistry.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001135> <Initializing the JDBC service.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001137> <Initialization complete.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <Connector> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-190000> <Initializing J2EE Connector Service>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <Connector> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <IIOP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-002014> <IIOP subsystem enabled.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040090> <Deployed 5 default connection factories.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101128> <Initializing HTTP services.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101052> <[HTTP myserver] Initialized>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101135> <myserver is the default Web server.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <J2EE> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-160037> <J2EE service initializing.>
    ####<Jan 23, 2007 4:29:43 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149207> <Initializing.>
    ####<Jan 23, 2007 4:29:45 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:45 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:45 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module console of application console is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module console of application console successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=1784167,name=console,context-path=/console)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddi of application uddi is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=18026635,name=uddi,context-path=/uddi)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module uddiexplorer of application uddiexplorer is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddiexplorer of application uddiexplorer successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=28839323,name=uddiexplorer,context-path=/uddiexplorer)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal1 of application wl_management_internal1 is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:46 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal1 of application wl_management_internal1 successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=21570718,name=wl_management_internal1,context-path=/wl_management_internal1)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149059> <Module wl_management_internal2 of application wl_management_internal2 is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149060> <Module wl_management_internal2 of application wl_management_internal2 successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<anonymous>> <> <BEA-101047> <[ServletContext(id=18394110,name=wl_management_internal2,context-path=/wl_management_internal2)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149208> <Initialization Complete.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JTA> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-110441> <Opening transaction log with driver version "j1.0" and synchronous write policy "Cache-Flush". For information on synchronous write policies, refer to the weblogic.management.configuration.ServerMBean javadoc or console online help.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <JTA> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-110025> <Creating new transaction log file [.\myserver\./myserver.0000.tlog].>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <JTA> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-110025> <Creating new transaction log file [.\myserver\./myserver.heur.0000.tlog].>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001138> <Resuming the JDBC service.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JDBC> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-001140> <Resume complete.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultXAConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "QueueConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "MessageDrivenBeanConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "DefaultConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040108> <User connection factory "TopicConnectionFactory" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040306> <JMS service is active now.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101129> <Initializing the Web application container.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101238> <HTTP log rotation is size based for the Web server: myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101051> <[HTTP myserver] started>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040321> <JMSServer "WSStoreForwardInternalJMSServermyserver" is resuming.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040113> <JMSServer "WSStoreForwardInternalJMSServermyserver", Opening file store "FileStore" in directory "D:\bea\user_projects\domains\oim\.\rmfilestore". Starting scan of 0 files totalling 0 bytes.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040114> <JMSServer "WSStoreForwardInternalJMSServermyserver", Finished scan of file store "FileStore" in directory "D:\bea\user_projects\domains\oim\.\rmfilestore". Found 0 records totalling 0 bytes.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040010> <JMSServer "WSStoreForwardInternalJMSServermyserver" configured no session pools.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <JMS> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-040109> <JMSServer "WSStoreForwardInternalJMSServermyserver" is started.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <WebService> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149209> <Resuming.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-101133> <Initializing Web server myserver.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-149210> <Resumed.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Management> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\bea\JDK142~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\log4j-1.2.9.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient44.jar;C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\WEBLOG~1\server\lib\webservices.jar;
    java.class.version = 48.0
    java.endorsed.dirs = C:\bea\JDK142~1\jre\lib\endorsed
    java.ext.dirs = C:\bea\JDK142~1\jre\lib\ext
    java.home = C:\bea\JDK142~1\jre
    java.io.tmpdir = C:\DOCUME~1\rsquires\LOCALS~1\Temp\
    java.library.path = C:\bea\JDK142~1\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\bin;C:\bea\JDK142~1\jre\bin;C:\bea\JDK142~1\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\OpenManage\Array Manager;C:\Program Files\Dell\OpenManage\oma\bin;C:\Program Files\Dell\OpenManage\LU\bin;C:\Program Files\Dell\OpenManage\oldiags\bin;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;c:\tomcat\bin;C:\tomcat\j2sdk1.4.1_02\bin;C:\bin\tomcat50\bin;c:\cygwin\bin;C:\bea\jdk142_05\bin;C:\bea\WEBLOG~1\server\bin\oci920_8
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.4.2_05-b04
    java.security.policy = C:\bea\WEBLOG~1\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.4
    java.util.prefs.PreferencesFactory = java.util.prefs.WindowsPreferencesFactory
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.4.2_05
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.4.2_05-b04
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    jmx.implementation.name = JMX RI
    jmx.implementation.vendor = Sun Microsystems
    jmx.implementation.version = 1.0
    jmx.specification.name = Java Management Extensions
    jmx.specification.vendor = Sun Microsystems
    jmx.specification.version = 1.0 Final Release
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = x86
    os.name = Windows 2003
    os.version = 5.2
    path.separator = ;
    sun.arch.data.model = 32
    sun.boot.class.path = C:\bea\JDK142~1\jre\lib\rt.jar;C:\bea\JDK142~1\jre\lib\i18n.jar;C:\bea\JDK142~1\jre\lib\sunrsasign.jar;C:\bea\JDK142~1\jre\lib\jsse.jar;C:\bea\JDK142~1\jre\lib\jce.jar;C:\bea\JDK142~1\jre\lib\charsets.jar;C:\bea\JDK142~1\jre\classes
    sun.boot.library.path = C:\bea\JDK142~1\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    user.country = US
    user.dir = D:\bea\user_projects\domains\oim
    user.home = C:\Documents and Settings\rsquires
    user.language = en
    user.name = rsquires
    user.timezone = America/New_York
    vde.home = .\myserver\ldap
    weblogic.Name = myserver
    weblogic.mbeanLegalClause.ByPass = false
    >
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Management> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-141052> <The application poller has started for the development server.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Socket> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000406> <NTSocketMuxer was built on May 20 2004 21:15:15
    >
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Socket> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000436> <Allocating 2 reader threads.>
    ####<Jan 23, 2007 4:29:47 PM EST> <Info> <Socket> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000440> <NativeIO Enabled>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000331> <Started WebLogic Admin Server "myserver" for domain "oim" running in Development Mode>
    ####<Jan 23, 2007 4:29:47 PM EST> <Notice> <WebLogicServer> <SNSSRV101> <myserver> <main> <<WLS Kernel>> <> <BEA-000360> <Server started in RUNNING mode>
    ####<Jan 23, 2007 4:29:48 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:29:48 PM EST> <Info> <Configuration Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-150007> <The booted configuration .\config.xml has been backed up at D:\bea\user_projects\domains\oim\.\config.xml.booted.>
    ####<Jan 23, 2007 4:29:56 PM EST> <Info> <Application Poller> <SNSSRV101> <myserver> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149400> <Activating application: appsdirXIMDD_war>
    ####<Jan 23, 2007 4:29:56 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '3' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149038> <A deployment task with ID 0 for application appsdirXIMDD_war is being initiated.>
    ####<Jan 23, 2007 4:29:56 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <preparing application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149059> <Module XIMDD of application appsdirXIMDD_war is transitioning from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149060> <Module XIMDD of application appsdirXIMDD_war successfully transitioned from unprepared to prepared on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <prepared application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <activating application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149059> <Module XIMDD of application appsdirXIMDD_war is transitioning from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149060> <Module XIMDD of application appsdirXIMDD_war successfully transitioned from prepared to active on server myserver.>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] WebServiceServlet: init>
    ####<Jan 23, 2007 4:29:57 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149033> <activated application appsdirXIMDD_war on myserver>
    ####<Jan 23, 2007 4:29:58 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:29:58 PM EST> <Info> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<WLS Kernel>> <> <BEA-149074> <Successfully completed deployment task: [Deployer:149026]Deploy application appsdirXIMDD_war on myserver.>
    ####<Jan 23, 2007 4:30:07 PM EST> <Info> <WebLogicServer> <SNSSRV101> <myserver> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000213> <Adding address: 10.18.128.209 to licensed client list>
    ####<Jan 23, 2007 4:30:07 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] /*: init>
    ####<Jan 23, 2007 4:30:07 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] /*: Using standard I/O>
    ####<Jan 23, 2007 4:30:09 PM EST> <Info> <HTTP> <SNSSRV101> <myserver> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-101047> <[ServletContext(id=20827989,name=XIMDD,context-path=/XIMDD)] SystemVerificationServlet: init>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:36 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:37 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:42:38 PM EST> <Info> <Management> <SNSSRV101> <myserver> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-140009> <Configuration changes for the domain have been saved to the repository.>
    ####<Jan 23, 2007 4:48:58 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Nexaweb exists for operation remove>
    ####<Jan 23, 2007 4:48:58 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Nexaweb, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Nexaweb exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:48:59 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Xellerate exists for operation remove>
    ####<Jan 23, 2007 4:48:59 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Xellerate, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Xellerate exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:21 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Nexaweb exists for operation remove>
    ####<Jan 23, 2007 4:49:21 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Nexaweb, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Nexaweb exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:22 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Xellerate exists for operation remove>
    ####<Jan 23, 2007 4:49:22 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Xellerate, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Xellerate exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:46 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Nexaweb exists for operation remove>
    ####<Jan 23, 2007 4:49:46 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Nexaweb, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Nexaweb exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:49:47 PM EST> <Warning> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149001> <No application named Xellerate exists for operation remove>
    ####<Jan 23, 2007 4:49:47 PM EST> <Debug> <Management> <SNSSRV101> <myserver> <ExecuteThread: '0' for queue: 'weblogic.admin.RMI'> <oimsvc> <> <BEA-141132> <Dynamic invocation while executing action remove on oim:Location=myserver,Name=DeployerRuntime,ServerRuntime=myserver,Type=DeployerRuntime MBean instance failed. The method remove with signature [java.lang.String, weblogic.management.deploy.DeploymentData, java.lang.String, boolean] was invoked with parameters as [Xellerate, Delete Files:false
    Timeout :3600000
    Targets:
    oim: (Modules: null)
    Files:
    null
    , null, false].
    weblogic.management.ManagementException: [Deployer:149001]No application named Xellerate exists for operation remove
         at weblogic.management.deploy.DeployerRuntime.unprotectedRemove(DeployerRuntime.java:1102)
         at weblogic.management.deploy.DeployerRuntime.access$200(DeployerRuntime.java:69)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1539)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1523)
         at weblogic.management.deploy.DeployerRuntime.remove(DeployerRuntime.java:251)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:754)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:733)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1560)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1528)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:988)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:946)
         at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    ####<Jan 23, 2007 4:50:15 PM EST> <Error> <Deployer> <SNSSRV101> <myserver> <ExecuteThread: '2' for queue: 'weblogic.admin.RMI'> <<WLS Kernel>> <> <BEA-149010> <Target oim is not configured. Unable to deploy application Xellerate.>
    ####<Jan 23, 2007 4:50:15 PM EST> <Warning> <Deployer> <SNSSRV101>

    Ryan,
    I'm starting to set up the same environment as you. The purpose is to learn as I'm a newbie to IdM. What are all the components I will need to install? From the tutorials/docs on this site I was able to conclude:
    Oracle DB
    App Server - tutorial uses JBoss...I'd rather use WebLogic to learn it as well
    Oracle Identity Manager
    Does sequence matter? Unfortunately, the tutorials aren't as detailed as, for example, Microsoft's Walkthroughs for MIIS 2003.
    Thanks and sorry to bug you with newbie questions.

  • Batch updates with callable/prepared statement?

    The document http://edocs.bea.com/wls/docs70/oracle/advanced.html#1158797 states
    that "Using Batch updates with the callableStatement or preparedStatement is
    not supported". What does that actually mean? We have used both callable and prepared
    statements with the batch update in our current project (with the Oracle 817 db).
    It seems to run ok anyway.

    So the documentation should state that batch updates do not work ok in old versions
    of JDriver for Oracle, BUT work correctly with newer version. Additionally, batch
    updates work ok when used with Oracle supplied jdbc-drivers?
    "Stephen Felts" <[email protected]> wrote:
    Support for addBatch and executeBatch in the WLS Jdriver for Oracle was
    added in 7.0SP2.
    It was not available in 6.X or 7.0 or 7.0SP1.
    "Janne" <[email protected]> wrote in message news:3edb0cdc$[email protected]..
    The document http://edocs.bea.com/wls/docs70/oracle/advanced.html#1158797
    states
    that "Using Batch updates with the callableStatement or preparedStatementis
    not supported". What does that actually mean? We have used both callableand prepared
    statements with the batch update in our current project (with the Oracle817 db).
    It seems to run ok anyway.

  • Separating logs in OSB based on project - is this possible?

    Hi,
    I'm using OSB 11.1.1.3.0 and I'd like log messages generated from the log action to go to a different log file based on OSB project. I've found messages on the forum that discuss this, for example:
    alsb logging
    These posts only explain how to log messages from ALL OSB projects in a domain to a SINGLE log file, which I already have working using a LogFilter, but I'd like to take it a step further and log messages to a different log file depending on the specific project where the log action was invoked.
    I want to use a method that involves LogFilters rather than explicit OSB Reporting or File business services, to keep it unobtrusive from the perspective of the application developer.
    I've checked the output of the LogRecord methods and I don't see anything that will let me get a handle on the specific project a log originates from, but I've noticed that at the start of each log message information is logged inside [], for example:
    [raiseEvent Operation, raiseEvent Operation_request, stage1, REQUEST]
    This looks promising but unfortunately it doesn't always contain the OSB project name (sometimes it does, but not in this example).
    So my questions are:
    1. Has anyone successfully split logs based on OSB project using the WLS/JDK logging system?
    2. Is there a way to specify what is logged in the [] at the start of each log message?
    Any help is much appreciated.
    Thanks,
    Jason

    It has been done in a previous client by the then BEA in a different manner. Instead of using any java callouts or log4j code within osb, that task has been shifted to a weblogic startup class. So this is how it works:
    At OSB
    Use Log action to record log messages. Put appropriate annotation based on the project to categorize the log messages into different files later.
    Example: Log : Request Message Processed succesfully. Annotation: OSB_LOG: <Project_Name> Severity: Info. Note Annotation has 2 parts : a hard coded OSB_LOG and a variable +<Project_Name> part+
    This log message gets recorded in the manged server log file as : Info: OSB_LOG:<Project_Name> Request Message Processed successfully
    At WLS
    You have to configure the logging settings of the server so that this log message reaches the domain logger. For e.g. server should be configured to broadcast to domain logger at severity info and above if you want to get the above message
    Startup class
    This startup class will be deployed to the admin server. What it does is in the startup method gets the domain logger and registers a custom handler to it. The custom handler is implemented to inspect each LogRecord it gets from domain logger to check for the presence of hard coded string (OSB_LOG) . If the record has this string then it understands this log record has come from OSB application and not from any WLS subsystem and hence this message is important to it. Next step is to determine the logger name by getting the <Project_Name> from the Log Record. It creates a new logger with the same name as that of Project_Name and logs the message with the same severity as in the original message.
    One key advantage of this is that is if your OSB is deployed to a cluster, you will get log messages from all managed servers for that particular project ( or a proxy service) at one location.

  • Trying to run the SOA/BPM managed server withOUT running the Admin server

    (This is for demo/development purposes... Using 11.1.1.4 in Windows 7 with 4gb)
    Because of memory constrains I am trying to run the BPM/workspaces application without needing the Admin to be running.
    When they both run, I can use the credentials I create with the Admin server but the response time is prohibitive and all my memory is used...
    It seems to run much faster when only the bpm managed server is running but then I cannot login ...
    So my question is simply: Whats the easiest way to set it up so I can use credentials elsewhere without requiring the admin server to be running?
    ( I could connect to an OID instance I have outside this server or the seeded demo they refer to in other posts ... but do these also require the admin server to be running???)
    aTdHvAaNnKcSe ! (thanks IN advance)
    Claudio
    Edited by: clichten on Aug 20, 2011 9:35 AM

    I don't know if what you want is possible. Only did a suggestion that works fine for me. I'm running SOA Suite and BPM Suite 11.1.1.5 on WLS 10.3.5
    Configure a new WLS domain and see if the BPM Dev template is available in your version.
    I've tuned my startup script (setSOADomainEnv.cmd) as follows:
    set JAVA_OPTIONS=%JAVA_OPTIONS%
    set DEFAULT_MEM_ARGS=-Xms512m -Xmx1024m
    set PORT_MEM_ARGS=-Xms1536m -Xmx1536m
    if "%JAVA_VENDOR%" == "Oracle" goto OracleJVM
    set DEFAULT_MEM_ARGS=%DEFAULT_MEM_ARGS% -XX:PermSize=128m -XX:MaxPermSize=512m
    set PORT_MEM_ARGS=%PORT_MEM_ARGS% -XX:PermSize=256m -XX:MaxPermSize=512m
    Use visualvm that's available from your jdk/bin directory to monitor your jvm and optimize it accordingly
    Regards,
    Melvin

Maybe you are looking for

  • How can I recover from a Botched BATCH DATE CHANGE in iPhoto?

    Botched Batch Date Change iPhoto08 Short Story: Intending to change the date for one photo I managed to change the dates for all 8,525 images in my iPhoto08 library to the SAME DATE!! I found that the original creation dates were saved in the in the

  • + is not working to add bookmark sites

    All of a sudden, I can't bookmark new sites in Safari by clicking on the "+" to the left of the URL. Major bummer:-) Anyone else having this problem or have any ideas? TIA

  • Designing a deski report

    Hi All, Need help in designing a deski report I have two variables;month and year.these two are database objects. month has values(1,2,3....12).And year has value 2007. Now i want to change this to a single variable which will give the value as jan,2

  • Can someone explain what the application "iDvd" does or work?

    I want to learn to use the application called iDvd but not exactly sure what exactly is it used for? Can it be used to decorate dvds with special design stickers like the covers on dvd movies?

  • Icons files will not displaying when running web-based forms locally

    My icon files (jpgs) are not displaying from within Forms Developer 10g or when I run the web-based forms from within Developer. I have tried the following without success: 6.4 Deploy Icons for Forms Running on Web Option One: For Running Web Based F