MDB / application deployment

          Hi,
          I am using MDB (WLS6.1/ sp-3). The MDB further delegates the processing to stateless
          session beans.
          Consider the scenario
          - Send messages to persistent Queues
          - Stop weblogic server. (Note some messages are still in queue)
          - Re-start weblogic
          - Before .ear file completely deployed, MDB starts processing the messages. It
          generates JNDI exception during lookup for stateless session bean as the application
          is not completely yet.
          Is there any way to ensure that MDB does not receive and process the messages
          unless the whole application is deployed?
          thanks
          saurabh
          

          As long as your mdb and session beans are packaged in the same jar, you should
          be fine. We have the same configuration(persistant queues talking to session to
          cmp). The only issue we had was the properties file which stores some startup
          options for our app was loaded only on web startup. This created a problem as
          the ejb gets loaded first and wont find those properties(The wars get deployed
          later and its the war which loads the properties). We had to put this check in
          the setmessagedriven context to see if the properties were loaded.
          HTH
          Raj
          Tom Barnes <[email protected]> wrote:
          >Hi Saurabh,
          >
          >In the past, I've heard the suggestion to programmatically deploy the
          >
          >MDB in a startup class rather than staticly deploy it. I don't
          >know the specifics. I've also seen customers simply "sleep" in the
          >MDB and retry (just make sure that the MDB pool size is smaller than
          >the
          >thread pool size to avoid consuming all threads in sleeps and locking
          >up the server.)
          >
          >I think 7.0 provides more boot ordering options (but you may need
          >to package the MDB seperately).
          >
          >I suggest posting this question to the EJB newsgroup which has
          >more experience in this area.
          >
          >Tom
          >
          >Saurabh Kumar wrote:
          >> Hi,
          >>
          >> I am using MDB (WLS6.1/ sp-3). The MDB further delegates the processing
          >to stateless
          >> session beans.
          >>
          >> Consider the scenario
          >>
          >> - Send messages to persistent Queues
          >> - Stop weblogic server. (Note some messages are still in queue)
          >> - Re-start weblogic
          >> - Before .ear file completely deployed, MDB starts processing the messages.
          >It
          >> generates JNDI exception during lookup for stateless session bean as
          >the application
          >> is not completely yet.
          >>
          >> Is there any way to ensure that MDB does not receive and process the
          >messages
          >> unless the whole application is deployed?
          >>
          >> thanks
          >> saurabh
          >>
          >>
          >
          

Similar Messages

  • Warning: MDB application is NOT connected to messaging system on console

    An application works on weblogic 8.4 recently upgraded to weblogic 10.3 with Foriegn JMS server configuration.
    <foreign-server name="Fax JMSServer">
    <notes>The Foreign JMS Server Confirm uses to talk to Fax</notes>
    <default-targeting-enabled>false</default-targeting-enabled>
    <foreign-destination name="FaxReplyQueue">
    <local-jndi-name>com.foo.jms.FaxReplyQueue</local-jndi-name>
    <remote-jndi-name>com.foo.mq.FaxReplyQueue</remote-jndi-name>
    </foreign-destination>
    <foreign-destination name="FaxRequestQueue">
    <local-jndi-name>com.foo.jms.FaxRequestQueue</local-jndi-name>
    <remote-jndi-name>com.foo.mq.FaxRequestQueue</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="mq-jms-ConnectionFactory">
    <local-jndi-name>com.foo.jms.FaxConnectionFactory</local-jndi-name>
    <remote-jndi-name>com.foo.mq.FaxConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>com.sun.jndi.fscontext.RefFSContextFactory</initial-context-factory>
    <connection-url>file:/C:/bea/mqJNDI</connection-url>
    </foreign-server>
    Upon deployment, an warning message "MDB application is NOT connected to messaging system" occurs on the weblogic 10 console for one of the MDBs. In log file you can find the following message:
    <Oct 27, 2009 4:35:15 PM EDT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: FaxNotificationBean is unable to connect to the JMS destination: com.foo.jms.FaxReplyQueue. The Error was:
    Can not get distribute destination information. The destination JNDI name is com.foo.jms.FaxReplyQueue, the provider URL is null>
    The following is the annotations of the MDB in workshop.
    @ForeignJmsProvider(connectionFactoryJndiName = "com.foo.jms.FaxConnectionFactory")
    @JndiName(remote = "com.foo.faxmgr.ejb.FaxNotificationBean")
    @MessageDriven(defaultTransaction = MessageDriven.DefaultTransaction.NOT_SUPPORTED,
         destinationJndiName = "com.foo.jms.FaxReplyQueue",
    ejbName = "FaxNotificationBean",
    durable = Constants.Bool.FALSE,
    transTimeoutSeconds = "0",
         destinationType = "javax.jms.Queue",
         initialBeansInFreePool = "1",
         maxBeansInFreePool = "10"
    I googled and found the same questions asked before but no working answers. Does anybody know what's wrong with my MDB? BTW, it works the same way in weblogic 8.4 platform.
    I even tried to add resource refs as below but the same warning message is still there. TIA.
    @ResourceRefs(
         {@ResourceRef(name="com.foo.jms.FaxConnectionFactory",
         jndiName="com.foo.jms.FaxConnectionFactory", type="javax.jms.QueueConnectionFactory",
         auth=ResourceRef.Auth.CONTAINER, sharingScope=ResourceRef.SharingScope.UNSHAREABLE),
         @ResourceRef(name="com.foo.jms.FaxConnectionFactory",
              jndiName="com.foo.jms.FaxConnectionFactory", type="javax.jms.QueueConnectionFactory",
              auth=ResourceRef.Auth.CONTAINER, sharingScope=ResourceRef.SharingScope.UNSHAREABLE)}
    )

    Hi,
    We have had this same issue and the problem was diagnosed as a Oracle listener.ora issue with the OIM database connection not beining configured to use it's 1522 connection but using the default 1521 so it was just sat there not knowing that it's port should be 1522.
    Regards,
    Simon

  • MDB application PasSerialsService_SerialsService is NOT connected to messag

    Hi Experts,
    After deployment of application *" PasSerialsService_SerialsService "*, I am getting state as Active but health as *"warning"*. when I cheked the health in monitoring tab. i found following error.
    *"MDB application PasSerialsService_SerialsService is NOT connected to messaging system."*
    I have restarted managed servers and admin server and later I trued to update the deployment application from deployment navigator still it is showing health as *"warning"*
    Can any one help me out to resolve this issue
    Thanks in Advance.
    Than & Regards,
    Phani

    Hi
    Following content from log file
    Log File Content:
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289425> <BEA-010061> <The Message-Driven EJB: LotsServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB LotsServiceAMService_AsyncRequestProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289429> <BEA-010061> <The Message-Driven EJB: TransactionsServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB TransactionsServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289430> <BEA-010061> <The Message-Driven EJB: PackagingServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB PackagingServiceAMService_AsyncRequestProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289430> <BEA-010061> <The Message-Driven EJB: TransactionsServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB TransactionsServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289431> <BEA-010061> <The Message-Driven EJB: TransactionsProcessingServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB TransactionsProcessingServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289432> <BEA-010061> <The Message-Driven EJB: SerialGenRequestServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB SerialGenRequestServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289433> <BEA-010061> <The Message-Driven EJB: JobInstanceServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB JobInstanceServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289433> <BEA-010061> <The Message-Driven EJB: SerialGenerationRequestProcessServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB SerialGenerationRequestProcessServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289439> <BEA-010061> <The Message-Driven EJB: SerialGenRequestServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB SerialGenRequestServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289439> <BEA-010061> <The Message-Driven EJB: LotsServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB LotsServiceAMService_AsyncResponseProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289440> <BEA-010061> <The Message-Driven EJB: PackagingServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB PackagingServiceAMService_AsyncResponseProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289443> <BEA-010061> <The Message-Driven EJB: SerialGenerationRequestProcessServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB SerialGenerationRequestProcessServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289448> <BEA-010061> <The Message-Driven EJB: TransactionsProcessingServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB TransactionsProcessingServiceAMService_AsyncRequestProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289449> <BEA-010061> <The Message-Driven EJB: JobInstanceServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB JobInstanceServiceAMService_AsyncResponseProcessorMDB(Application: PasTransactionsService_TransactionsService#V1.1, EJBComponent: TransactionsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289450> <BEA-010061> <The Message-Driven EJB: SerialsServiceAMService_AsyncResponseProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultResponseQueue. The Error was:
    The destination for the MDB SerialsServiceAMService_AsyncResponseProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultResponseQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Warning> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1d> <1305530289450> <BEA-010061> <The Message-Driven EJB: SerialsServiceAMService_AsyncRequestProcessorMDB is unable to connect to the JMS destination: oracle.j2ee.ws.server.async.DefaultRequestQueue. The Error was:
    The destination for the MDB SerialsServiceAMService_AsyncRequestProcessorMDB(Application: PasSerialsService_SerialsService#V1.1, EJBComponent: SerialsServices_MiddleTier_AsyncMdb.jar) could not be resolved at this time. Please ensure the destination is available at the JNDI name oracle.j2ee.ws.server.async.DefaultRequestQueue. The EJB container will periodically attempt to resolve this MDB destination and additional warnings may be issued.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1e> <1305530289589> <BEA-010060> <The Message-Driven EJB: PeopleQueryMDB has connected/reconnected to the JMS destination: jms/bpm/PeopleQueryTopic.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b1f> <1305530289602> <BEA-010060> <The Message-Driven EJB: MessageForwarderBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineSndQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b20> <1305530289639> <BEA-010060> <The Message-Driven EJB: DriverDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMDriverDefSndQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b21> <1305530289651> <BEA-010060> <The Message-Driven EJB: BAMActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b22> <1305530289653> <BEA-010060> <The Message-Driven EJB: NotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b23> <1305530289654> <BEA-010060> <The Message-Driven EJB: MessageDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMWSRcvQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b24> <1305530289710> <BEA-010060> <The Message-Driven EJB: TestFwkEmulatorBean has connected/reconnected to the JMS destination: jms/testfwk/TestFwkQueue.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b25> <1305530289719> <BEA-010060> <The Message-Driven EJB: MessageReceiverBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineRcvQ1.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b26> <1305530289732> <BEA-010060> <The Message-Driven EJB: TaskNotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<May 16, 2011 12:48:09 PM IST> <Info> <EJB> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b27> <1305530289741> <BEA-010060> <The Message-Driven EJB: CubeActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<May 16, 2011 12:48:12 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b2a> <1305530292504> <BEA-000628> <Created "1" resources for pool "eis/wlsjms/OPSMQueue", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:48:12 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001b28> <1305530292504> <BEA-000628> <Created "1" resources for pool "eis/wlsjms/OPSMQueue", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:48:12 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1469cd3d> <<anonymous>> <> <0000IzreP^t1Jfc5ljH7iZ1DoCx1000000> <1305530292940> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:48:14 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@14aaf136> <<anonymous>> <BEA1-00E7DAA94BC3> <0000IzreP^t1Jfc5ljH7iZ1DoCx1000000> <1305530294596> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<May 16, 2011 12:49:14 PM IST> <Info> <Common> <HSCHARTOMR0112> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <3007adcbf067bb09:-4f5bbf1d:12ff7a97690:-8000-0000000000001baf> <1305530354269> <BEA-000628> <Created "1" resources for pool "EDNDataSource", out of which "1" are available and "0" are unavailable.>
    Thanks,
    Phani

  • Error while web application deployment in NetBeans5.5

    Error while web application deployment in NetBeans5.5. I am always getting Tomcat deployment error. using Netbeans 5.5.1 with bundeld tomcat. But in some machines its working fine.
    regards
    jossy v jose

    What is the error message you see?
    Are there any stacktraces or other relevant messages in the ide log file? (The ide log file is [userdir]/var/log/messages.log. On userdir: http://blogs.sun.com/karthikr/entry/jse_directories)
    You can also check the server log file to see if there are more detailed messages.
    You can also try setting ant's verbose level to debug or verbose (Tools | Options | Miscellaneous | Ant | Verbosity Level) and check the output.

  • Application deployment on WebLogic 10.3.2

    I am trying to understand the best practice to deploy web applications on WebLogic 10.3.2. Is it recommended have a managed server for each and every deployment or can we have multiple deployments under one managed server. Will there be any performance issues when multiple deployments are running on one managed server? Also can we have each deployment on one managed server listen on common http port?
    Please advice.

    **Is it recommended have a managed server for each and every deployment or can we have multiple deployments under one managed server.
    --You can deploy multiple applications of one single managed server.
    **Will there be any performance issues when multiple deployments are running on one managed server?
    --There will not be performance issue as such; however you have to make sure that the system and server configurations meets the requirements.
    --WebLogic Server allows you to configure a work manager where you define the rules and constraints for your application to boost the performance.
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_wls/self_tuned.html
    **Also can we have each deployment on one managed server listen on common http port?
    --Just to make sure if I understood correctly, did you mean one deployment per managed server listen on same http port?
    --If yes, each managed server will have its own unique http port. So application deployed on that will be using a port associated with that managed server.
    --In case if you want all the applications to use a same IP/Port, you can use proxy which will route the requests to these applications deployed on different managed servers.
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/plugins/overview.html

  • Problem with application deploy

    Hi all,
    I have a problem. I'm migrating a local project to NWDI and after i migrate all my stuff when i try to deploy the following error appears and the deployment is aborted.
    Result
    => deployment aborted : file:/C:/DOCUME~1/MCASTI~1/CONFIG~1/Temp/temp46205ve.com.movistar~CreacionUsuarioPortalEAR.ear
    Aborted: development component 'CreacionUsuarioPortalEAR'/'ve.com.movistar'/'PD1_SRVP_D'/'20110505203941'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application ve.com.movistar/CreacionUsuarioPortalEAR.. Reason: Application alias [WSCreateUserPortal/Config1] for application [ve.com.movistar/CreacionUsuarioPortalEAR] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/CreacionUsuarioPortalEAR].; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed:
    Deployment exception : The deployment of at least one item aborted
    Do my basis team have to do an undeploy of the application on the server or this is another problem.
    Regards,
    MC

    yes, you have to undeploy the old ones.

  • How to create different log files for each of web applications deployed in OC4J

    Hi All,
    I am using OC4J(from Oracle) v1.0.2.2 and Windows2000. Now I want to know
    1. how to create different log files for each of my deployed web applications ?
    2. what are the advantages in running multiple instances of oc4j and in what case we should run
    multiple instances of OC4J ?
    3. how to run OC4J as Windows2000 Service rather than Windows2000 Application ?
    Thanks and Regards,
    Kumar.

    Hi Avi,
    First of all I have given a first reading to log4j and I think there will some more easy way of logging debugging messages than log4j (If you could provide me a detailed explanation of a servlet,jsp,java bean that uses log4j and how to use log4j then it will be very helpful for me). The other easy ways (if I am not using log4j) to my problem i.e creating different log files for each of web applications deployed in oc4j are
    I have created multiple instances of OC4J that are configured to run on different ports and so on each instance I have deployed a single web application . And I started the 2 oc4j instances by transferring thier error/log messages to a file. And the other way is ..
    I have download from jakarta site a package called servhelper . This servhelper is a thread that is started in a startup servlet and stopped in the destroy method of that startup servlet. So this thread will automatically capture all the system.out.println's and will print those to a file. I believe that this thread program is synchronized. So in this method I need not run multiple instances of OC4J instead each deployed web application on single instance of oc4j uses the same thread program (ofcourse a copy of thread program is put in each of the deployed web applications directories) to log messages on to different log files.
    Can you comment on my above 2 approached to logging debugging messages and a compartive explanation to LOG4J and how to use LOG4J using a simple servlet, simple jsp is appreciated ...
    Thanks and Regards,
    Ravi.

  • Web application deployment problem. FacesServlet exception.

    Hello.
    I used Jdeveloper 10.1.3.4 and deployed my web-app on OAS 10.1.3 (Windows) succesfully. But when I'm trying to access my application, I get in application.log following errors:
    11/02/08 14:29:18.213 test: Error initializing servlet
    java.lang.ClassCastException: oracle.jsp.runtimev2.JspServlet cannot be cast to com.evermind.server.http.JspInterface
         at com.evermind.server.http.JspServletInstanceInfo.initializeJsp(JspServletInstanceInfo.java:127)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2505)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.214 test: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5033)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.285 test: Error initializing servlet
    java.lang.NullPointerException
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:165)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2528)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5006)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.286 test: Error preloading servlet
    javax.servlet.ServletException: Error initializing servlet
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:5033)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4930)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:5118)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1283)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:848)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:435)
         at com.evermind.server.Application.getHttpApplication(Application.java:592)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2280)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2199)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1833)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:304)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:120)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:92)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:825)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:276)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:100)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:29:18.286 test: 10.1.3.5.0 Started
    11/02/08 14:32:29.511 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:37:27.173 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/02/08 14:40:07.383 test: Servlet error
    java.lang.NullPointerException
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.JspServletInstanceInfo.isJspPageExists(JspServletInstanceInfo.java:164)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2771)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:775)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    I've found solution for this error: it is necessary to add to web.xml following:
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    I've added this, and now get a deployment error:
    [Feb 8, 2011 6:04:33 PM] Exception: NoClassDefFoundError: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    [Feb 8, 2011 6:04:34 PM] Operation failed with error: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Need help to solve the problem!

    OK. You can call me stupid. I forgot to set the default web application for the
    specific server. Another Stupid User Eror Problem. Doh! Later...
    - Wayne
    "Wayne Lau" <[email protected]> wrote:
    >
    I'm having an issue where with an exploded directory web application
    deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP.
    I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed
    wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

  • Web Application Deployment Problem...

    I'm having an issue where with an exploded directory web application deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP. I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

    OK. You can call me stupid. I forgot to set the default web application for the
    specific server. Another Stupid User Eror Problem. Doh! Later...
    - Wayne
    "Wayne Lau" <[email protected]> wrote:
    >
    I'm having an issue where with an exploded directory web application
    deployment
    on a UNIX server. It doesn't seem that weblogic is finding the JSP.
    I'm getting
    Error 404.
    - porting from wls 5.1 to wls 6.1
    - got it ported on Windows 2000
    - iPlanet as the web server
    - wls 6.1 as the application server
    - all JSPs under
    /data/current/weblogic_files/applications/prodssl
    - for the WebApplication, I have the following settings:
    - Name = webap_prodssl
    - URI = prodssl
    - Path = /data/current/weblogic_files/applications
    - in the prod_access.log, I do see that weblogic gets the request
    Any ideas? I have not made any security changes. Basically, I installed
    wls
    6.1, created the servers, created the Web Apps and targeted the Web Apps.
    Thanks for any help. Later...
    - Wayne

  • Please need Help with web application deployment in Jdeveloper 12c

    Hi,
    I am desperate for help guys. am trying to deploy a web application in weblogic server, but nothing works!!
    I created a project in jdeveloper and created a jsp page inside the project, all what i want is to run that page!
    I followed the instruction here: Deploying Fusion Web Applications , I don't really know if i did it right or wrong, the document is too detailed and not understood clearly.
    I am a newbie oracle user, and trying to build jsp web application connected to oracle database. application deployment fails it says: cannot run application error deploying IntegratedWeblogic..
    please could you tell me the steps of application deployment in Jdeveloper 12c?
    what deployment profiles I need to create (ear, war , mar)?
    what deployment descriptor I need for my app to work?
    please guys I am newbie to oracle, if you could give me simplified answers and straight instructions it will be appreciated .
    thank you

    hi Timo,
    I am building a local web application, meaning the server is internal and will not connect to the web, only to local pcs via network. the application will insert/select data from the database server. My company wants to embed oracle technology on the datatabse and that what am trying to. I am not that expert in java and oracle in general, my main knowledge are in php, html and mysql programming. through my long internet research a lot has recommended jsp with html to be a good choice.
    At beginning I played around with ADF faces, I found it annoying because I prefer coding than using drag and drop interfaces, which always create unwanted results.
    Also am not that professional java programmer, i started learning jsp and found it easier.
    What I am thinking of is to make a web based application that works in browsers (like php), this application has forms to insert data, and also has forms to output data for printing. that's all. I tried to make it in php, but through my little knowledge and internet researches it seems php does not work with oracle and java is the recommended choice (or it works with php but too complicated to make it)
    any recommendation will be much appreciated
    thank you

  • Application Deployment issue in Webdynpro project

    Hi,
    I have created an sample Webdynpro project which just displays the name. EAR file has been transformed to SCA file using NWPACKTOOL for deploying the application in JSPM.
    When i tried to deploy the SCA file i am getting an exception as,
    Deployment Items -
         1. Client path 'C:\usr\sap\WP1\SYS\EPS\in\test1.sca'
              Deploy status is 'Aborted'
              Description:'1. Item is skipped because of failed deployment of item 'test.com_test' and because the applied error strategy is OnErrorStop
              2. Contains Aborted deployment component:
    test.com_test'.
              SCA : name 'test', vendor 'test.com', location 'local', version '1000.1.0.1.0.20110810105342'
              Contained DCs:
                   1.1 : Relative path 'C:\usr\sap\WP1\SYS\EPS\in\test1.sca --> test.sca.ear'
                        Deploy status is 'Aborted'
                        Description:'1. ASJ.dpl_ds.006193 Error while deploying ear file C:\usr\sap\WP1\J00\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\56\test1_sca1312954437078\DEPLOYARCHIVES\test.sca.ear; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception while [validating application test.com/test.
         The test.com/test application was processed from [developmentserver] containers, but none of them returned information about deployed components.
         The registered containers in this moment were [BRMS_Content_Archive, z_com.sap.security.policy-configurations, utl_handler, developmentserver, Monitoring Configurator, component.info_handler, servlet_jsp, connector, classification_handler, CTCContainer, JDBCConnector, PortalRuntimeContainer, dbcontentcontainer, scheduler~container, Content Container, src.zip_handler, PCD Content Deployment Handler, ConfigurationsContainer, orpersistence, appclient, JMSConnector, Cluster File System, Cache Configuration Upload, com.sap.security.ume, SCA Composites Container, metamodelrepository, textcontainer, eden_handler, Galaxy_Content_Archive, uddi_handler, MigrationContainer, com.sap.security.login-modules, webservices_container, EJBContainer, dbschemacontainer, MDRContainer, com.sap.security.policy-configurations, app_libraries_container].
         Possible reasons :
         1.Empty or incorrect application, which is not recognized by registered containers.
         2.An AS Java service, which is providing a container, is stopped or not deployed.
         3.The containers, which processed it, are not implemented correctly, because the application was deployed or started initially, but containers didn't return information about deployed components in the application deployment info].'.
                        SDA : name 'test', vendor 'test.com', location 'local', version '2', software type ('J2EE', s
    Can some one help me in deploying the SCA file?
    Please let me know how to resolve this issue.
    Thanks in Advance!!
    Regards
    MG
    Edited by: madhanssmile on Aug 10, 2011 2:34 PM

    go to "DC Metadata" "used DC"  , and "Properties" in context menu
    for all you your components.
    problematic component reference probable has check box "deploy time" checked.
    remove that reference.
    usually only "Build time"  check box must be checked. try to do so.

  • Exception during application deployment

    Hi all,
    I'm trying to deploy a wd application from NWDS (NW2004 sp19) and I get an error:
    The application references the following jars - com.sap.security.api, com.sap.security.api.ep5, bc.rf.framework_api and bc.util.public_api. I also defined a Sharing Reference - "PORTAL:sap.com/com.sap.km.application".
    Full error stacktrace:
    06/10/2008 10:20:25 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [007]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7186 - 630]/>
    <!NAME[D:\usr\sap\EPT\JC00\SDM\program\log\sdmcl20081006082023.log]/>
    <!PATTERN[sdmcl20081006082023.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1255]/>
    <!LOGHEADER[END]/>
    Oct 6, 2008 10:20:23 AM  Info: -
    Starting deployment -
    Oct 6, 2008 10:20:23 AM  Info: Error handling strategy: OnErrorStop
    Oct 6, 2008 10:20:23 AM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Oct 6, 2008 10:20:23 AM  Info: Update strategy: UpdateAllVersions
    Oct 6, 2008 10:20:23 AM  Info: Starting deployment prerequisites:
    Oct 6, 2008 10:20:23 AM  Info: Loading selected archives...
    Oct 6, 2008 10:20:23 AM  Info: Loading archive 'D:\usr\sap\EPT\JC00\SDM\program\temp\temp86DepthVisit.ear'
    Oct 6, 2008 10:20:24 AM  Info: Selected archives successfully loaded.
    Oct 6, 2008 10:20:24 AM  Info: Actions per selected component:
    Oct 6, 2008 10:20:24 AM  Info: Update: Selected development component 'DepthVisit'/'local'/'LOKAL'/'0.2008.10.06.10.20.19'/'0' updates currently deployed development component 'DepthVisit'/'local'/'LOKAL'/'0.2008.09.25.15.49.17'/'0'.
    Oct 6, 2008 10:20:24 AM  Info: Ending deployment prerequisites. All items are correct.
    Oct 6, 2008 10:20:24 AM  Info: Saved current Engine state.
    Oct 6, 2008 10:20:24 AM  Info: Starting: Update: Selected development component 'DepthVisit'/'local'/'LOKAL'/'0.2008.10.06.10.20.19'/'0' updates currently deployed development component 'DepthVisit'/'local'/'LOKAL'/'0.2008.09.25.15.49.17'/'0'.
    Oct 6, 2008 10:20:24 AM  Info: SDA to be deployed: D:\usr\sap\EPT\JC00\SDM\root\origin\local\DepthVisit\LOKAL\0\0.2008.10.06.10.20.19\temp86DepthVisit.ear
    Oct 6, 2008 10:20:24 AM  Info: Software type of SDA: J2EE
    Oct 6, 2008 10:20:24 AM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 6, 2008 10:20:24 AM  Info: Begin of log messages of the target system:
    08/10/06 10:20:24 -  ***********************************************************
    08/10/06 10:20:24 -  Start updating EAR file...
    08/10/06 10:20:24 -  start-up mode is lazy
    08/10/06 10:20:24 -  EAR file updated successfully for 63ms.
    08/10/06 10:20:24 -  Start updating...
    08/10/06 10:20:24 -  EAR file uploaded to server for 79ms.
    08/10/06 10:20:24 -  ERROR: Not updated. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application local/DepthVisit..
                         Reason: Exception during generation of components of application local/DepthVisit in container webdynpro.; nested exception is:
                              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application local/DepthVisit in container webdynpro.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:567)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deployApplicationDuringUpdate(DeployServiceImpl.java:701)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:666)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
                         Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application local/DepthVisit in container webdynpro.
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:612)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:321)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
                              ... 12 more
                         Caused by: java.lang.NullPointerException
                              at com.sap.engine.services.webdynpro.util.Procedures.switchio(Procedures.java:40)
                              at com.sap.engine.services.webdynpro.ArchiveParser.extractEntry(ArchiveParser.java:127)
                              at com.sap.engine.services.webdynpro.ArchiveParser.process(ArchiveParser.java:101)
                              at com.sap.engine.services.webdynpro.PApplication.process(PApplication.java:170)
                              at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:838)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
                              ... 18 more
                         For detailed information see the log file of the Deploy Service.
    08/10/06 10:20:24 -  ***********************************************************
    Oct 6, 2008 10:20:24 AM  Info: End of log messages of the target system.
    Oct 6, 2008 10:20:24 AM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 6, 2008 10:20:24 AM  Error: Aborted: development component 'DepthVisit'/'local'/'LOKAL'/'0.2008.10.06.10.20.19'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/DepthVisit..
    Reason: Exception during generation of components of application local/DepthVisit in container webdynpro.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application local/DepthVisit in container webdynpro.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Oct 6, 2008 10:20:24 AM  Info: Starting to save the repository
    Oct 6, 2008 10:20:25 AM  Info: Finished saving the repository
    Oct 6, 2008 10:20:25 AM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Oct 6, 2008 10:20:25 AM  Error: -
    At least one of the Deployments failed -

    Hi,
    Building the ear file is not the problem.
    The deployment fails.
    Seems that somehow I dont have those jars on the server.....
    Aviad
    Edit: I've done a search on the server and all the relevant jars are there, none is missing.
    Whats next?
    Edited by: Aviad Levy on Oct 6, 2008 4:41 PM

  • Application Deployment issue !!!

    hi,
    i am getting this Deployment error...
    we got two servers one for developers at offshore and
    one at the onsite...
    the strange thing is that it is deploying n running fine on the offshore server.
    but not getting deployed on the onsite server!!!
    i have put the required references required and
    checked them too...!!!
    regards,
    -Amol Gupta
    Oct 18, 2007 11:11:04 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : bp1xeuaa558
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp26291bp.comexmplsupplier_lds_create_adobe.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp26291bp.comexmplsupplier_lds_create_adobe.ear
    Aborted: development component 'exmpl/supplier_lds_create_adobe'/'bp.com'/'LOKAL'/'0.2007.10.18.11.10.17'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application bp.com/exmplsupplier_lds_create_adobe.. Reason: Clusterwide exception: Failed to deploy application bp.com/exmplsupplier_lds_create_adobe. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application bp.com/exmpl~supplier_lds_create_adobe. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted

    Hello Amol,
    Did you have changed the default password of SDM which you had supplied during installation if yes then reset the password to the original one also check the sap  Note 701654.
    This  problem is caused by having different pwds in the active user store "Secure File Store"
    Hope it helps.........
    Regards,
    Jafer

  • Need help with Resource Mapping from Application Deployment to VC:virtualMachine

    Hi,
    I've built a number of vCO Workflows and hooked them up to Resource Actions in vRA. However, the Workflows I've built all take a VC:VirtualMachine as the input and therefore,they only "hookup" to VMs in the Machines list in the Items tab in vRA. Ideally, I want these actions to hookup to the Application Deployments in vRA since that is what my users are deploying - the VM that the App rides on is somewhat secondary. Plus, it's cumbersome for them to find the VM that corresponds to the App they want to run the action on.
    So, I looked into creating a new Resource Mapping, thinking I could map an Application Deployment to a VC:VirtualMachine so that I could create an Action for the Application. I was able to create a mapping from Application Deployment to VC:VM using the Map to VC:VM existing workflow and I could add that to the Actions menu for the Application Deployment but if I try to run it, it fails. I kind of expected this since I think the Map to VC:VM is expecting an input of IaaS VC:VM to map to vCO VC:VM. I think what I need to do is write a Workflow that will take in the Application Deployment "object" and find the VC:VM inside it but I don't know how to find out the structure of an Application Deployment such that I could parse it and get the VM.
    Does this make sense? Am I going about this the right way? Thanks for any help,
    Tom

    Hi,
    I've built a number of vCO Workflows and hooked them up to Resource Actions in vRA. However, the Workflows I've built all take a VC:VirtualMachine as the input and therefore,they only "hookup" to VMs in the Machines list in the Items tab in vRA. Ideally, I want these actions to hookup to the Application Deployments in vRA since that is what my users are deploying - the VM that the App rides on is somewhat secondary. Plus, it's cumbersome for them to find the VM that corresponds to the App they want to run the action on.
    So, I looked into creating a new Resource Mapping, thinking I could map an Application Deployment to a VC:VirtualMachine so that I could create an Action for the Application. I was able to create a mapping from Application Deployment to VC:VM using the Map to VC:VM existing workflow and I could add that to the Actions menu for the Application Deployment but if I try to run it, it fails. I kind of expected this since I think the Map to VC:VM is expecting an input of IaaS VC:VM to map to vCO VC:VM. I think what I need to do is write a Workflow that will take in the Application Deployment "object" and find the VC:VM inside it but I don't know how to find out the structure of an Application Deployment such that I could parse it and get the VM.
    Does this make sense? Am I going about this the right way? Thanks for any help,
    Tom

  • Problem with CORBA application deployed using Java Web Start 1_6_0.

    Java Web Start fans and experts:
    We have been using Java Web Start to deploy the client side of a CORBA-based application since the inception of Java Web Start ... including Java Web Start 1.0 right up through the present.
    With Java Web Start 1_6_0, we see evidence that Web Start is "tinkering with" the IOR that CORBA uses to communicate. In all previous versions of Java Web Start, independent of the JRE which the application uses, the stringified IOR have been the same size regardless of whether the application is deployed locally or via Java Web Start. With Java Web Start 1_6_0, the stringified IOR is much longer than the "real" IOR (again, regardless of the JRE used by the application itself). To me this smells like a bug in Java Web Start 1_6_0. Has anyone else observed this behavior?
    Here are some specifics .... I've run the same client application with various JREs both with and without Java Web Start as the deployment mechanism. The application was compiled and runs against servers that are running JDK 1_5_0_09.
    Here is the summary of my results from a Linux box running various JREs, various versions of Java Web Start, and also running as a non-JWS deployed application. I've listed the length of the stringified IOR in each case.
    JRE 1.5.0 non-JWS client: stringified IOR length = 344
    JRE 1.6.0 non-JWS client: stringified IOR length = 344 ... this, I think, excludes the JRE as the cause of these problems.
    Java WS 1.5.0, JRE 1.5.0 JWS client: stringified IOR length = 344
    Java WS 1.5.0, JRE 1.6.0 JWS client: stringified IOR length = 344
    Java WS 1.6.0, JRE 1.6.0 JWS client: stringified IOR length = 1568
    Java WS 1.6.0, JRE 1.5.0 JWS cleint: stringified IOR length = 1568
    In all cases, the stringified IOR length is determined by the service receiving the message and is always running JRE 1_5_9_09 and is
    always the same 344 characters in length UNLESS it was deployed
    using Java Web Start 1_6_0, in which case it in nearly 5 times as big!
    To me, it sure looks as if there is a problem with Java Web Start 1_6_0 to be adding so much to the stringified IOR. Note: it's hard to tell how different the underlying IOR is in the JWS 1_6_0 case because, unlike most other ORBs, the Sun ORB doesn't have a tool to extract the IOR into a human readable structure. However, I can think of no good reason why the identical application deployed using Java Web Start 1_6_0 should have a stringified IOR length that is different than that of the same application deployed in non-JWS form or should differ from the behavior seen in all previous releases of Java Web Start.
    Any clues or suggestions? Has anyone else observed this behavior?
    Thanks,
    John

    Hi.
    I got a different problem. My Corba application works in JRE 1.6, but doesn't works in JRE 1.5.X. I got an unexpected error and my console shows:
    getSubjectX500Principal NoSuchMethodError: java.lang NoSuchMethodError
    #### Java Web Start Error:
    #### null
    Can you help me?

Maybe you are looking for

  • Can I show correctly formatted text areas when they are read only.

    Hi all, I have an application that allows users to enter large blocks of descriptive text in a TextArea field. This is a simple TextArea field with no spell check etc and is not an HTML editor. As part of this entry I use the normal 'return' key to e

  • Why i can not use dbco to connect sql server 2008?

    Dear Experts,     i use this mehtod to link sql server 2005 :MSSQL_SERVER=tcp:mysqlserver IP  MSSQL_DBNAME=SubConPayment, it is ok,when i use this method to link sql server 2008 with dbco,it is not ok,can you tell me why i can not link to sql server2

  • Photo Album no long working

    Since doing the iPhone 4.01 update, my album no longer displays the thumbnails for the Camera Roll albumn. Is anyone else experiencing this?

  • UIWebView page width

    Hi, I use UIWebView in my app and I have bounded html for that view. I found when the UIWebView was initially display, the html page was rendered too small, I have to touch the phone to stretch it larger. How can I set the page size in UIWebVIew? Tha

  • How to install version 10 on "new" Win2000 OS?

    Old machine just reformatted. Adobe site says 2000 can handle 10.0. Why are the download files zipped? I had to download and install a free utility, Zip7. The Version 10 file was zipped to 188MB and apparently expands to 210MB. Big deal. I don't know