Deployment Failed using Weblogic

Hello,
The following error message appears when deploy to Weblogic. I have tried undeploy
then re-deploy the application without luck. The EJB is not in any package. Could
anyone show me what I've done wrong? Thanks a million. John.
Unexpected Error
Connected to localhost:7001 Active Domain: mydomain Jan 23, 2003 11:05:41 AM EST
Exception
weblogic.management.ManagementException: New source location,
C:\bea\user_projects\mydomain\beaBmpTax.ear, cannot be deployed to configured
application, beaBmpTax.
Application source is at C:\bea\user_projects\mydomain.
at weblogic.management.deploy.DeployerRuntime.validatePath(DeployerRuntime.java:786)
at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:319)
at weblogic.management.deploy.DeployerRuntime.access$0(DeployerRuntime.java:282)
at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:947)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:941)
at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:279)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:717)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:699)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:921)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:470)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:198)
at $Proxy50.activate(Unknown Source)
at weblogic.management.console.actions.mbean.ConfigureAppWizardAction.commit(ConfigureAppWizardAction.java:248)
at weblogic.management.console.actions.mbean.ConfigureAppWizardAction.perform(ConfigureAppWizardAction.java:100)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

The server is complaining because you have an application named
beaBmpTax with some path. Then you've asked it to redeploy that
application, but with a different path.
If that doesn't clear it up, can you show me the application entries
from your config.xml?
-- Rob
John Smith wrote:
Hello,
The following error message appears when deploy to Weblogic. I have tried undeploy
then re-deploy the application without luck. The EJB is not in any package. Could
anyone show me what I've done wrong? Thanks a million. John.
Unexpected Error
Connected to localhost:7001 Active Domain: mydomain Jan 23, 2003 11:05:41 AM EST
Exception
weblogic.management.ManagementException: New source location,
C:\bea\user_projects\mydomain\beaBmpTax.ear, cannot be deployed to configured
application, beaBmpTax.
Application source is at C:\bea\user_projects\mydomain.
at weblogic.management.deploy.DeployerRuntime.validatePath(DeployerRuntime.java:786)
at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:319)
at weblogic.management.deploy.DeployerRuntime.access$0(DeployerRuntime.java:282)
at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:947)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:941)
at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:279)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:717)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:699)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:921)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:470)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:198)
at $Proxy50.activate(Unknown Source)
at weblogic.management.console.actions.mbean.ConfigureAppWizardAction.commit(ConfigureAppWizardAction.java:248)
at weblogic.management.console.actions.mbean.ConfigureAppWizardAction.perform(ConfigureAppWizardAction.java:100)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:945)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:332)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5360)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:721)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3043)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2468)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)

Similar Messages

  • Deployment descriptor Using weblogic Builder

    Hi
    I am new to Ejb,
    So kindly help me. can we create Deployment Descriptor from CMP bean,using Weblogic Builder.
    Thanks
    Satya
    Edited by: satya22 on Dec 11, 2007 10:37 AM

    satya22 wrote:
    Hi
    I am new to Ejb,Please let me know can we create an Deployment Descriptor
    Using Weblogic Builder for an CMP Bean
    ThanksHow many things are wrong here, hmmm.
    1. Your subject line is useless
    2. You posted in the wrong forum
    3. You posted about an unrelated technology
    4. You didn't make any attempt to do the task yourself
    5. You probably haven't searched for an answer on Google
    ....did I miss anything?

  • Ear Deployment failed in weblogic server 9.2

    Hi
    I have ear which was generated by using weblogic workshop.
    I Successfully deployed this ear in weblogic server 8.1 ,but when i am deploying the same ear in weblogic server 9.2(after clicking the activate changes on admin console) the deployment was failed.
    any one can plz provide the solution how to deploy in WLS 9.2.or what i need to change.
    thanks in advance
    I got below messages on admin console
    Messages
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    com.bea.wlw.runtime.core.servlet.WebappContextListener
    The stack trace which i got from admin server log
    <Warning> <Deployer> <g1u0752c.austin.hp.com> <AdminServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1184166448347> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:292)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         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:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.lang.ClassNotFoundException: com.bea.wlw.runtime.core.servlet.WebappContextListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:286)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:259)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:158)
         at weblogic.servlet.internal.EventsManager.registerEventListener(EventsManager.java:272)
         at weblogic.servlet.internal.EventsManager.registerEventListeners(EventsManager.java:258)
         at weblogic.servlet.internal.WebAppServletContext.initContextListeners(WebAppServletContext.java:1591)
         at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1036)
         at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:432)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:407)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:549)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:284)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
         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:45)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >

    I experienced similar (identical?) problem after upgrading WLS 9.2 with MP2.
    In my case simple setting the following fields from the tab 'Server Start': Java Home and Classpath resolved problem.
    Greetings
    GT

  • Deployment fails in Weblogic 12c

    Hi ,
    I am using web logic server stand alone 12c on linux . And when i try to deploy web app below error is coming , any suggestions.
    [01:45:52 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, Implementation-Version: 11.1.1.1.0, exact-match: false]
    [01:45:53 PM] Deployment cancelled.
    [01:45:53 PM] ----  Deployment incomplete  ----.
    [01:45:53 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks
    Raghav

    Here is some useful information from WLS 12C guide
    Development features
    WebLogic 12c has support for many IDEs. WebLogic already supports JDeveloper
    11.1.1.5, but will come out with 11.1.1.6 later on. However, anyone developing
    applications using WLS 11.1.1.5 can deploy them to WLS 12c.

  • Deploying EAR using weblogic 10.3.6 under XP

    Hi Guys,
    tha last step of deployment EAR is to Star--->Servicing all requests, i am getting the following error?
    Messages
    [EJB:011026]The EJB container failed while creating the java:/comp/env namespace for this EJB deployment. weblogic.deployment.EnvironmentException: [EJB:010176]The resource-env-ref 'BODQueue' declared in the ejb-jar.xml descriptor or annotation has no JNDI name mapped to it. The resource-env-ref must be mapped to a JNDI name using the resource-env-description element of the weblogic-ejb-jar.xml descriptor or corresponding annotation. at weblogic.ejb.container.deployer.EnvironmentBuilder.addResourceEnvReferences(EnvironmentBuilder.java:691) at weblogic.ejb.container.deployer.EJBDeployer.setupEnvironmentContext(EJBDeployer.java:267) at weblogic.ejb.container.deployer.EJBDeployer.setupEnvironmentFor(EJBDeployer.java:1131) at weblogic.ejb.container.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:1025) at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1288) at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:442) at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199) at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159) at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45) at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191) at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59) at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208) at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:94) at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217) at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747) at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216) at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) NestedException Message is :[EJB:010176]The resource-env-ref 'BODQueue' declared in the ejb-jar.xml descriptor or annotation has no JNDI name mapped to it. The resource-env-ref must be mapped to a JNDI name using the resource-env-description element of the weblogic-ejb-jar.xml descriptor or corresponding annotation.
    Errors were encountered while performing this operation.
    what does it mean? is there any idea?
    Have a nice day.
    Edited by: ashash on Aug 22, 2012 3:36 AM

    Atlassian has pretty good user forums, you might be able to get additional help there:
    http://forums.atlassian.com/forum.jspa?forumID=46
    Does the deployment screen show it has "Running". What does the deployment screen for the app show its context root as?
    Also, why not just JIRA standalone? (it comes out of the box running in embedded tomcat).

  • Urgent! AIA 2.2.1 deployment fails on weblogic 9.2

    Hi,
    I have installed SOA 10.1.3.1 advanced installation with 10.1.3.4 patch on weblogic 9.2 and its working fine and now am trying to install AIA 2.2.1 (not doing the complete installation, just copying the AIA software as that is the requirement for AIA on weblogic) on the same platform and when i run the command ant -buildfile FPWLInstall.xml for the foundation pack installation am getting the following error.
    The build message was from the FPInstall log file. we are running weblogic 9.2 MP3.
    now am getting the following error in the FPWLInstall log file:
    CreateDatasources:
    CreateCommonDatasources:
    createConnectionPool:
    [echo] creating ConnectionPool AIAConnectionPool
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    createXAConnectionPool:
    [echo] creating ConnectionPool AIAXAConnectionPool
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    createAIADataSource:
    [echo] Adding ManagedDataSource AIADataSource
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    createXrefDataSource:
    [echo] Adding ManagedDataSource XREFDataSource
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    createDiagnosticQueue:
    [echo] ----Creating Diagnostics Queue--------------
    [sql] Executing file: D:\aiahome\Infrastructure\install\seeddata\DatabaseObjects\createDiagnosticQueue.sql
    [sql] Failed to execute: BEGIN sys.dbms_aqadm.create_queue_table ( queue_table => 'AIA_DIGNST_QUEUE_TBL' , queue_payload_type => 'SYS.AQ$_JMS_TEXT_MESSAGE' , sort_list => 'ENQ_TIME' , comment => '' , multiple_consumers => FALSE , message_grouping => DBMS_AQADM.NONE , compatible => '8.1' , primary_instance => '0' , secondary_instance => '0'); COMMIT; END;
    [sql] java.sql.SQLException: ORA-24001: cannot create QUEUE_TABLE, AIA.AIA_DIGNST_QUEUE_TBL already exists
    [sql] ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2822
    [sql] ORA-06512: at "SYS.DBMS_AQADM", line 58
    [sql] ORA-06512: at line 1
    [sql] Failed to execute: BEGIN sys.dbms_aqadm.create_queue( queue_name => 'AIA_DIGNST_QUEUE' , queue_table => 'AIA_DIGNST_QUEUE_TBL' , queue_type => sys.dbms_aqadm.NORMAL_QUEUE , max_retries => '5' , retry_delay => '0' , retention_time => '0' , comment => ''); END;
    [sql] java.sql.SQLException: ORA-24006: cannot create QUEUE, AIA.AIA_DIGNST_QUEUE already exists
    [sql] ORA-06512: at "SYS.DBMS_AQADM_SYS", line 3127
    [sql] ORA-06512: at "SYS.DBMS_AQADM", line 119
    [sql] ORA-06512: at line 1
    [sql] 1 of 3 SQL statements executed successfully
    CommonConfigurations:
    replaceServerDetails:
    [copy] Copying 1 file to D:\aiahome\Infrastructure\install\wlscripts
    CreateStartupClasses:
    [copy] Copying 9 files to D:\aiahome\Infrastructure\install\wlscripts
    [java] Using existing user key file...
    [java] Using existing user key file...
    [java] Using existing user key file...
    [mkdir] Created dir: D:\bea\user_projects\domains\SOADomain\AIAaqfiles
    [copy] Copying 9 files to D:\bea\user_projects\domains\SOADomain\AIAaqfiles
    [delete] Deleting 6 files from D:\aiahome\Infrastructure\install\wlscripts
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    [wlconfig] Ok
    stopServer:
    [echo] .;D:\product\10.1.3.1\OracleAS_2/bpel/lib/connector15.jar;D:\product\10.1.3.1\OracleAS_2/bpel/lib/oracle_http_client.jar;D:\product\10.1.3.1\OracleAS_2/j2ee/home/oc4jclient.jar;D:\product\10.1.3.1\OracleAS_2/bpel/lib/orawsdl.jar;D:\product\10.1.3.1\OracleAS_2/bpel/lib/orabpel.jar;D:\product\10.1.3.1\OracleAS_2/bpel/lib/orabpel-common.jar;D:\product\10.1.3.1\OracleAS_2/bpel/lib/orabpel-common.jar;D:\product\10.1.3.1\OracleAS_2/bpel/lib/orabpel-thirdparty.jar;D:\product\10.1.3.1\OracleAS_2/integration/esb/lib/commons-logging.jar;D:\product\10.1.3.1\OracleAS_2/integration/esb/lib/commons-codec-1.3.jar;D:\product\10.1.3.1\OracleAS_2/j2ee/home/admin_client.jar;D:\aiahome/Infrastructure/install/applications/ESBErrorListenerMDB.jar;d:/bea/weblogic92/server/lib/weblogic.jar;d:/bea/weblogic92/server/lib/ant/ant-weblogic.jar
    [wlst] <WLSTTask> Loaded and set the properties from D:\aiahome/Infrastructure/install/wlscripts/server.properties
    [wlst] <WLSTTask> The script that will be executed
    [wlst] Connecting to t3://localhost:9700 with userid weblogic ...
    BUILD FAILED
    D:\aiahome\Infrastructure\install\wlscripts\FPWLInstall.xml:96: The following error occurred while executing this line:
    D:\aiahome\Infrastructure\install\wlscripts\FPWLInstall.xml:106: The following error occurred while executing this line:
    D:\aiahome\Infrastructure\install\wlscripts\FPWLConfiguration.xml:97: The following error occurred while executing this line:
    D:\aiahome\Infrastructure\install\wlscripts\FPWLConfiguration.xml:69: The following error occurred while executing this line:
    D:\aiahome\Infrastructure\install\wlscripts\FPWLConfiguration.xml:43: Traceback (innermost last):
    File "D:\aiahome\Infrastructure\install\wlscripts\stopServer.py", line 3, in ?
    File "<iostream>", line 22, in connect
    WLSTException: 'Error occured while performing connect : Error getting the initial context. There is no server running at t3://localhost:9700 Use dumpStack() to view the full stacktrace'
    Total time: 1 minute 47 seconds
    This is due to the error while starting the Oracle SOA Server in the weblogic console which is failing with the following exception:
    ####<Jun 1, 2009 3:23:34 PM GMT+05:30> <Info> <WebLogicServer> <B4B-2F-011-FZVS> <OracleSOAServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243850014642> <BEA-000287> <Invoking startup class: com.oracle.oems.weblogic.AQJMSStartupClass.startup(AQJMSPropertiesFile=jmsuserjndi.properties,AQJMSPasswordFile=jmsuser_password.properties,AQJMSSecretFile=jmsuser_secretfile.dat,AQJMSConfigDirectory=D:/bea/user_projects/domains/SOADomain/AIAaqfiles)>
    ####<Jun 1, 2009 3:23:34 PM GMT+05:30> <Info> <WebLogicServer> <B4B-2F-011-FZVS> <OracleSOAServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243850014642> <BEA-000288> <com.oracle.oems.weblogic.AQJMSStartupClass reports: SUCCESS: Bound the following Oracle AQ objects into WebLogic JNDI:
    XAQueueConnectionFactory -> AQJMS_JMSUSER_XAQueueConnectionFactory
    QueueConnectionFactory -> AQJMS_JMSUSER_QueueConnectionFactory
    XATopicConnectionFactory -> AQJMS_JMSUSER_XATopicConnectionFactory
    TopicConnectionFactory -> AQJMS_JMSUSER_TopicConnectionFactory
    XAConnectionFactory -> AQJMS_JMSUSER_XAConnectionFactory
    ConnectionFactory -> AQJMS_JMSUSER_ConnectionFactory
    >
    ####<Jun 1, 2009 3:23:34 PM GMT+05:30> <Info> <WebLogicServer> <B4B-2F-011-FZVS> <OracleSOAServer> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1243850014642> <BEA-000287> <Invoking startup class: com.oracle.oems.weblogic.AQJMSStartupClass.startup(AQJMSPropertiesFile=oraesbjndi.properties,AQJMSPasswordFile=oraesb_password.properties,AQJMSSecretFile=oraesb_secretfile.dat,AQJMSConfigDirectory=D:/bea/user_projects/domains/SOADomain/AIAaqfiles)>
    ####<Jun 1, 2009 3:23:34 PM GMT+05:30> <Critical> <WebLogicServer> <B4B-2F-011-FZVS> <OracleSOAServer> <Main Thread> <<WLS Kernel>> <> <> <1243850014753> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    com.oracle.oems.weblogic.AQJMSException: Failed to get Oracle AQ destinations: JMS-232: An invalid user/password was specified for the JMS connection
    javax.jms.JMSSecurityException: JMS-232: An invalid user/password was specified for the JMS connection
    at oracle.jms.AQjmsDBConnMgr.checkForSecurityException(AQjmsDBConnMgr.java:868)
    at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:580)
    at oracle.jms.AQjmsDBConnMgr.<init>(AQjmsDBConnMgr.java:169)
    at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:162)
    at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:287)
    at com.oracle.oems.weblogic.AQJMSStartupClass.startup(AQJMSStartupClass.java:458)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeStartup(ClassDeploymentManager.java:278)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:256)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:145)
    at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    at com.oracle.oems.weblogic.AQJMSStartupClass.startup(AQJMSStartupClass.java:473)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeStartup(ClassDeploymentManager.java:278)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClass(ClassDeploymentManager.java:256)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.access$000(ClassDeploymentManager.java:54)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager$1.run(ClassDeploymentManager.java:205)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.invokeClassDeployment(ClassDeploymentManager.java:198)
    at weblogic.management.deploy.classdeployment.ClassDeploymentManager.runStartupsBeforeAppDeployments(ClassDeploymentManager.java:145)
    at weblogic.management.deploy.classdeployment.ClassDeploymentService.start(ClassDeploymentService.java:20)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Thanks in advance.
    Edited by: user10869954 on Jun 8, 2009 12:33 AM
    Edited by: user10869954 on Jun 8, 2009 12:35 AM
    Edited by: user10869954 on Jun 8, 2009 12:46 AM
    Edited by: user10869954 on Jun 8, 2009 1:03 AM

    this problem is due to hard-coded user/pwd in installation scripts. Here are steps
    1) open file AIA_HOME/Infrastructure/install/wlscripts/FPWLCommonConfig.xml
    2) reach to target CreateStartupClasses
    3) there are three java tasks for com.oracle.oems.weblogic.AQJMSPasswordUtility
    4) in the task for oraesb, password is hardcoded as 'oraesb' in clear text.
    5) this should be password of 'ORAESB' database user.
    6) change this password value; and restart the installation.
    Regards,
    Vaibhav

  • Deploy failed in weblogic 61(sp3)

    I use following commands to deploy a package to weblogic6.1 server with sp3. It
    is strange that sometimes it succeeds and sometimes it fails(I do not change anything).
    D:\bea61\jdk131\bin\java.exe -cp "d:\debug\jclasses\ejbwrapper.jar;D:\bea61\jdk131\lib\tools.jar;D:\bea61\wlserver6.1\lib\weblogic.jar;"
    weblogic.deploy -debug -host moon -port 7001 -username system undeploy system123
    testnull_pbdatatype Undeployed testnull_pbdatatype.
    D:\bea61\jdk131\bin\java.exe -cp "d:\debug\jclasses\ejbwrapper.jar;D:\bea61\jdk131\lib\tools.jar;D:\bea61\wlserver6.1\lib\weblogic.jar;"
    weblogic.deploy -debug -host moon -port 7001 -username system -component testnull_pbdatatype:examplesServer
    delete system123 testnull_pbdatatype Done deleting testnull_pbdatatype
    D:\bea61\jdk131\bin\java.exe -cp "d:\debug\jclasses\ejbwrapper.jar;D:\bea61\jdk131\lib\tools.jar;D:\bea61\wlserver6.1\lib\weblogic.jar;"
    weblogic.deploy -debug -host moon -port 7001 -username system -component testnull_pbdatatype:examplesServer
    deploy system123 testnull_pbdatatype "C:\Temp\testnull\pbdatatype\pbdatatype.jar"
    [deploy] : adding target : examplesServer for: testnull_pbdatatype weblogic.j2ee.DeploymentException:
    at weblogic.deploy.deploy(deploy.java:719) at weblogic.deploy.runBody(deploy.java:375)
    at weblogic.utils.compiler.Tool.run(Tool.java:79) at weblogic.deploy.main(deploy.java:1694)
    I wrote these 3 commands into a batch file and ran the batch file again and again.
    Most of the time it passed, sometimes it failed.
    Can anyone knows the reason or how to avoid this?
    Thanks in advance.

    That is not even a package that exists in Kodo 3.0. Seems to me you
    have older Kodo versions running around somewhere.

  • Error 500 while deploying Servlets using Weblogic 5.1

              hi,
              i have followed all the intructions on how to run servlets in weblogic 5.1 server.
              till yesterday i have done nearly 10 servlets which worked perfectly. but today
              when i coded a new servlet and started running using internet explorer it gave
              "Error 500--Internal Server Error
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.5.1 500 Internal Server Error
              The server encountered an unexpected condition which prevented it from fulfilling
              the request. "
              can u please give me the solution .
              regards,
              anitha
              

    how this newly coded servlet is different from the other servlets?
              Http 500 errror means some "internal error" happened while processing your request.
              Do you see any error messages or stack trace on the server console?
              Kumar
              Anitha wrote:
              > hi,
              >
              > i have followed all the intructions on how to run servlets in weblogic 5.1 server.
              > till yesterday i have done nearly 10 servlets which worked perfectly. but today
              > when i coded a new servlet and started running using internet explorer it gave
              >
              > "Error 500--Internal Server Error
              >
              > From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              >
              > 10.5.1 500 Internal Server Error
              >
              > The server encountered an unexpected condition which prevented it from fulfilling
              > the request. "
              >
              > can u please give me the solution .
              >
              > regards,
              > anitha
              >
              >
              >
              

  • Deployment Failes using BTDF

    Hi,
    Any one can help me to resolve below issue ,getting this issue while deploying BizTalk project using BTDF .
    Issue Details:
    Deployment Framework for BizTalk
    Could not find a .btdfproj file for this solution. Valid locations relative to the solution root are: <solutionNameNoExtension>.Deployment\<solutionNameNoExtension>.Deployment.btdfproj, <solutionNameNoExtension>.Deployment\Deployment.btdfproj,
    Deployment\<solutionNameNoExtension>.Deployment.btdfproj or Deployment\Deployment.btdfproj.
    OK  
    Note: I have followed the link
    http://randypaulo.wordpress.com/2012/01/13/biztalk-deployment-framework-btdf-tutorial-walkthrough/ to build the BTDF

    Hi,
    The above description clearly states that your solution is not able to find the .btdfproj file.
    I hope you have added the BTDF project in you solution by following the below steps:
    Right Click on Solution -> Add New Project -> BTDF Project
    And then selected all the required properties on the BTDF configuration window. These steps adds the BTDF project along with all the necessary files required for deployment. Once this is done, you need to setup the PortBindingsMaster file to configure the
    application Binding file (as mentioned in the link as well).
    Can you please make sure that you have followed the abov steps and configured the BTDF project correctly.
    HTH,
    Sumit
    Sumit Verma - MCTS BizTalk 2006/2010 - Please indicate "Mark as Answer" or "Mark as Helpful" if this post has answered the question

  • Deploying Jira using Weblogic 10.3 - Can't access new jira server

    I was able to install WL 10.3, create a new domain named, 'atlassian', and add a new server to that domain named 'jira'. I add a datasource to 'jira' then deployed jira via a .war to the new server. By default the new domains AdminServer comes up and is accessable via port 7001/console, but the managed server, jira requied that I start nodemanger before it would allow me to start 'jira' sever. Now, jira sever, datasource and app are all running, but I can not access via URL.
    The Jira Server is running on port 7011, but I get a 404 when attempting to connect to http:\\<myserver>:7011 or http:\\<myserver>:7011\jira. Any ideas here are appreciated since Jira is not certified on 10.3, they aren't much help.
    Edited by: user9952700 on Mar 25, 2009 3:54 PM

    Atlassian has pretty good user forums, you might be able to get additional help there:
    http://forums.atlassian.com/forum.jspa?forumID=46
    Does the deployment screen show it has "Running". What does the deployment screen for the app show its context root as?
    Also, why not just JIRA standalone? (it comes out of the box running in embedded tomcat).

  • OSM 6.3 application deployment fails

    Hi,
    I tried running the osm 6.3 setup and the setup runs sucessfull. I am using weblogic 9.2 for deploying the OSM application. When I check the status of the OSM deployment on weblogic, it says that the OSM application failed at deployment. Has anybody else faced the same problem of OSM deployment failing on weblogic?
    If anybody can provide any links for debugging the OSM installation, it would be great. The setup guide doesnt cover this.

    I just did a test and found that applications without a . in the name seem to install. Going to run another test, but I saw else where that people were having problems with , or & as well.
    Just noticed this thread and I had this just last week - my UDI wizard had problems installing applications with the period in the name (0x80004005) "policy not available".  All the apps were deployed to my UDI collection as well as to other collections
    and had the "install from ts" flag.  I was fast losing my patience and decided to create a new app and that worked great.  Just by chance I renamed the app to remove the period and re-added to the UDI app page and then things started working.
    The really, really freaky thing however is that they continued to work even when I put the periods back in!  I had this problem in both my lab environment and the customer environment, but not at a previous customer where we had apps like "7zip x.x"
    that installed fine.  The only potential link is that my lab environment apps were imported from a previous lab and the customer environment were recently restored from backup onto Server 2012 - I wonder if policy isn't somehow getting recreated or made
    available to task sequence deployments when the app data are restored?
    My Personal Blog: http://madluka.wordpress.com

  • Deployment Application To Weblogic Server Failed

    Hello every body
    I need your help in this problem please :
    I'm using Oracle JDeveloper 11.1 in my local machine, I Installed Weblogic Server 10.3 on the server and it's works well, I made new JDBC connection in Weblogic Server and it's works well too.
    I made new ADF Fusion web Application and I used the same connection that I used in Weblogic server and it's works well.
    I made new Application Server Connection from my local machine and It's works well with my user account.
    In my project I made new WAR deployment, Also I configured my Application properties to Bind Application to the Weblogic server Instance.
    1-when I try to deploy my project to Weblogic server I get this error message :
    Deploying Application...
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application test_webapp on AdminServer.: Failed to load webapp: 'test_webapp.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'test_webapp.war'
    #### Deployment incomplete. #### Feb 15, 2009 12:18:01 PM
    Deployment Failed
    2-Another application was deployed before to Weblogic server, it seems running well, whereas Weblogic Server marks my deployment health as OK, but when I try to run it for test using this URL : http://serverIP:Port/Deployment Name, I get this Error : Error 403--Forbidden
    What Should I do for both cases ?
    Thanks a lot ...

    Thanks Timo
    But first I don't use any library at my project , this is last log in Weblogic Server logfile :
    ####<Feb 16, 2009 1:56:58 PM EET> <Warning> <DeploymentService> <D2KR2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Osama> <> <> <1234785418343> <BEA-290008> <Deployment service servlet encountered while extracting uploaded file to directory ".\servers\AdminServer\upload\test_webapp". Exception is: "invalid distance code".>
    Where D2KR2 is my Server Name
    Osama is my user in Weblogic Server
    test_webapp is the Application name
    My problem didn't solved yet, and I'm new at JDeveloper ADF.
    Where I can find clear information about deploying projects to Weblogic server.
    Thank's Agin ...
    Edited by: user8330337 on 15/02/2009 04:09 ص

  • Problems deploying app using OpenJPA 2.0.0 to WebLogic 10.3.3

    I have an app that has been using OpenJPA 1.2.2. It runs fine on both WebLogic 10.3.2 and 10.3.3. I recently tried to upgrade it to OpenJPA 2.0.0. I have no trouble with the build and unit tests, but it fails at deployment.
    I've always had a "prefer-application-packages" spec for "org.apache.openjpa.*".
    After replacing the "openjpa-1.2.2.jar" with "openjpa-all-2.0.0.jar", deployment fails with the following:
    NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode()Ljavax/persistence/ValidationMode;.
    The "getValidationMode()" method wasn't present in the JPA 1.0 specification, and was added in 2.0.
    After I then added "javax.persistence.*" and "javax.persistence.spi.*" to the "prefer" specs (I imagine the second is redundant), I now get this:
    ClassCastException: org.apache.openjpa.persistence.PersistenceProviderImpl cannot be cast to javax.persistence.spi.PersistenceProvider
    I also tried only "preferring" "javax.persistence.spi.*", but that didn't change the result.
    Is there some way to get WebLogic to not use it's Kodo implementation at all? This seems to be the crux of this problem.

    There might be some useful information on the EclipseLink site, where they show various means of modifying the JPA version used by WebLogic Server.
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic
    Different JPA vendor, but the situation you are facing is similar.
    -steve-

  • Deployment failing after filer migration in weblogic

    Hi, We have used weblogic on Netapps Filer, recently we migrated from Netapps to Sun filer and after this deployment issue came up. The deployment fails for 2-3 times with the following error "java.lang.NoClassDefFoundError: flex/messaging/license/AsnDecoder" and after that it deploys successfully.
    We have used Netapps for more than 3 years without any deployment issues.
    Can someone please let us know if you faced such problem...and what was the resolution.

    "java.lang.NoClassDefFoundError: flex/messaging/license/AsnDecoder"
    This indicates that the 'deployment' is missing the class that it uses for something.
    What you need to do is find the .jar file that includes the class. After some Googling it is found that flex-messaging-req.jar contains the class ( Download flex-messaging-data-req.jar : flex&amp;nbsp;&amp;laquo;&amp;nbsp;f&amp;nbsp;&amp;laquo;&amp;nbsp;Jar File Down…) - hope it is the right version.

  • Deployment is failing in WebLogic 12c

    Hi ,
    I am using Jdeveloper 12.1.2(on windows system) and WebLogic 12.1.2 (server is on linux host as a external stand alone server). But while deploying i am getting below error can any one suggest me please.
    [12:54:23 PM] ----  Deployment started.  ----
    [12:54:23 PM] Target platform is  (Weblogic 12.x).
    [12:54:39 PM] Retrieving existing application information
    [12:54:40 PM] Running dependency analysis...
    [12:54:40 PM] Building...
    [12:54:46 PM] Deploying 2 profiles...
    [12:54:47 PM] Wrote Web Application Module to C:\JDeveloper\mywork\enabledisable-128475\enableDisable\ViewController\deploy\EnableDisable_Raghbasa.war
    [12:54:47 PM] Wrote Enterprise Application Module to C:\JDeveloper\mywork\enabledisable-128475\enableDisable\deploy\enabledisable_raghbasa_remote.ear
    [12:54:49 PM] Deploying Application...
    [12:55:17 PM] [Deployer:149193]Operation "deploy" on application "enabledisable_raghbasa_remote" has failed on "AdminServer".
    [12:55:17 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application enabledisable_raghbasa_remote on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, Implementation-Version: 11.1.1.1.0, exact-match: false].
    [12:55:19 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, Implementation-Version: 11.1.1.1.0, exact-match: false]
    [12:55:20 PM] Deployment cancelled.
    [12:55:20 PM] ----  Deployment incomplete  ----.
    [12:55:20 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks
    Raghav

    Thanks for reply yes i installed runtime by following the below link . please correct me any missing steps or to follow any other configuration ?
    http://www.oracle-base.com/articles/12c/weblogic-12c-adf-application-development-runtime-installation-on-oracle-linux.php
    This is only first step, you will need to follow other steps:
    ORACLE-BASE - WebLogic Server 12cR2 : ADF Application Development Runtime - Repository Configuration Utility (RCU)
    ORACLE-BASE - WebLogic Server 12cR2 : Create, Extend and Remove Domains
    But instead of this, you can read official documentation:
    Oracle&amp;reg; Fusion Middleware Installing and Configuring the Oracle Fusion Middleware Infrastructure 12c (12.1.2) - …
    Dario

Maybe you are looking for

  • Country of Delv.Plant in Sale order

    Dear all,          Could anybody tell me that where to specify country of delivering plant in the sale order. Since i have created a condition table that has fields as country of delv.plant and region of delv.plant.           During creation of sales

  • JS CS3 Annotations

    I found a site called PS-Scripts that had some functions for creating and adding text into annotations. I had no issues with the creation part but when I tried to add text (string) to the annotation it kept giving me a "Could not complete the command

  • Image Now & Serengetti Systems

    Hi, we're currently looking at options for Document Management Systems and are wondering if anyone has any experience of these 2 companies and their solutions ? It would appear that they do not require any programming effort to integrate in most circ

  • HELP, GX660 LED Problem

    Help, i have problem regarding my gx660 led(right) wen i turn on my led, all led lights turn on but the left led light located at the side of screen doesnt work. does my warranty cover this problem?

  • My z10 simply just stopped working.

    One day my z10 froze. I removed the battery. It has never come on again. Can someone help?