Automated applications on Weblogic deployment

Hello

I'm studying ways to deploy applications to Java on Weblogic 11 g in an automated way.

I have a few scripts that are pushing an application to Weblogic from a local computer. This is achieved by running Java and calling the weblogic. Deployer class in wlfullclient.jar and works OK: I can deploy, cancel the deployment and redeployment of the application.

My question: is it possible to do the reverse? Learn to run a script on the Weblogic Server that captures the application on a remote server, copy and deploy it? If nothing else, it would mean that I could avoid writing clumsy batch files...

Thanks in advance for any advice.

I found a few alternatives:

(1) use weblogic. The Deployment Manager on the server Weblogic (of the sort that the administrator of the server is local) and get the artifact from a remote machine;

(2) using WLST scripts ability to do the same thing, that is run on the WebLogic Server and get the artifact from a remote machine.

Tags: Fusion Middleware

Similar Questions

  • ResourceException while deploying stand-alone ADF Application to Weblogic SOA or Server Admin

    I have ADF applications that I want to deploy on the server of SOA. The SOA server is part of the field of bpmdev. While trying to deploy the application, I get the following error. Same error when I try to deploy the application on AdminServer in the same domain:

    [13: 16:14] Application deployment...

    [13: 16:25] [Deployer: 149193] Operation "deploy" on demand "SecurityGroupsCustomApp_application1" failed on "AdminServer.

    [13: 16:25] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy SecurityGroupsCustomApp_application1 on AdminServer. :.

    [13: 16:25] WebLogic Server Exception: weblogic.application.ModuleException:

    [13: 16:25] caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: IO error: the network adapter could not establish the connection

    [13: 16:25] check the server logs or the console of the server for more details.

    [13: 16:25] weblogic.application.ModuleException:

    [13: 16:26] # incomplete deployment.  ####

    [13: 16:26] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    ADF Application connects to SOADataSource that is configured on the server with the target set to soa_server1. Same application deploys in WLS integrated as a stand-alone.

    Jdev version: 11.1.1.7.0

    WebLogic Server version: 10.3.5.0

    Exception stacktrace of soa_server1.log:

    Failure occurred in the execution of the request for deployment with the ID ' 1406851753207 'for the task 9'. Error: ' weblogic.application.ModuleException: '

    weblogic.application.ModuleException:

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to 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)

    to 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:61)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)

    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)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: IO error: the network adapter could not establish the connection

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:285)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1322)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1239)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)

    at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:176)

    at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:507)

    at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:428)

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:280)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to 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)

    to 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:61)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)

    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)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Thank you.

    -Cedric

    I managed to solve the problem of deployment by modifying the deployment under the Application properties configuration:

    1. unselect Auto Generate and Synchronize weblogic - jdbc.xml deployment descriptors

    2 deselect the credentials under Security Deployment Options

    3 deselect users and groups under deployment and Security Options

    I think auto generation of weblogic deployment descriptor - jdbc.xml was most probably the origin of the problem.

    Thank you.

    -Cedric

  • Remote server Weblogic deployment of Application ADF

    Hello world

    I created an Application ADF 11.1.1.2 and deployed successfully on the server remote weblogic 10.3.3 in the same instance.

    I want to know can we create ADF application in an instance and deploy in remote weblogic server, create different instance data Source?

    Let me put it differently.

    I created ADF Application using the test instance and now I want to move to PROD but I don't have access to the database of the PROD but I can do the DBA run the PROD database scripts that are needed for the application runs successfully, is there so that I can create using the test instance and creation of DataSource application in weblogic server giving details of database of PROD?

    Is it possible I can give DBA access to enter the connection details of database for my application as change any file in ADF Application like Model.jpx?

    Please give me solutions?

    Thank you.

    Your application should use a DataSource WebLogic - then you can define this data source on any server you want pointing to a database you need.
    Info here:
    http://download.Oracle.com/docs/CD/E17904_01/Web.1111/b31974/bcservices.htm#CHDJDBJB

  • How to change the source of data in application with the deployment plan

    Hello

    JDev Version: 12.1.3

    I can't change the source data with the deployment plan bc4j.

    Any example on this requirement?

    Thank you

    Anil

    Well, if you take a look at:

    http://Biemond.blogspot.com/2009/04/using-WebLogic-deployment-plan-to.html

    (one of the links in the link you get), you will see Edvin Biemond answwer:

    "you must change the configuration of module of the Application so that it uses a data source. and in the deployment of applications disable deployment of jdbc connection.

    Now you is enough to make the good source of data on each wls and deploy ears. »

    The simplest (and probably the best) way is, as I told you, and you are also mentioned: open up JDeveloper and change declaratively and re-download the ears

  • WebLogic: Deployed remotely using the SSL connection

    I want to deploy MyApp.war on AdminServer is that SSL is enabled. The configuration is the following:

    Machine M1 Machine M2
    AdminServer run hereDeployment script
    MyApp.war - application to deploy war file

    Deployment using WLST as follows:

    progress = deploy (appName = 'MyApp', path = has: \Work Progress\WLSTScripts\WLST Deploy\MyApp.war' distance = 'true', download = 'true')

    This operation fails with the following error:

    wls: / Trinity_Testing_JDK7/edit! > progress = deploy (appName = 'MyApp', path = has: \Work Progress\WLSTScripts\WLST Deploy\MyApp.war' distance = 'true', download = 'true')

    Deployment of application of D:\Work Progress\WLSTScripts\WLST Deploy\MyApp.war targets (upload = true)...

    < 12 February 2015 15:09:30 IST > < Info > < deployment J2EE SPI > < BEA-260121 > < Initiating deployment operation for the MyApp application [archive: D:\Work Progress\WLSTScripts\WLST Deploy\MyApp.war], to AdminServer. >

    You have an editing session underway, where WLST will not block for your deployment complete.

    Has started the deployment of the Application. Please see the object returned WLSTProgress or the LAST variable to track the status.

    wls: / Trinity_Testing_JDK7/edit! > Print progress.getMessage)

    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [SPI: J2EE deployment 260041] failed to load 'D:\Work Progress\WLSTScripts\WLST Deploy\MyApp.war' at ' t3s: / / M2:7002'

    wls: / Trinity_Testing_JDK7/edit! > Print progress.printStatus)

    Current status of your deployment:

    Command type of deployment: deployment

    Deployment status: failed

    Deployment message: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [SPI: J2EE deployment 260041]unable to load 'D:\Work Progress\WLSTScripts\WLST Deploy\MyApp.war' at ' t3s: / / M2:7002'

    None

    Error message in the server log:

    < 12 February 2015 15:05:28 IST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    "< 12 February 2015 15:10:31 IST > < WARNING > < DeploymentService > < BEA-290070 > < deployment servlet service encountered an exception during parsing of multipart/form-data request:

    Publish

    wl_request_type:app_upload,

    wl_upload_application_name: MyApp.

    Content-Type: multipart/form-data; Boundary = - 7d01b33320494.

    ". Exception: "multipart/form-data request processing failed. Read timed out ". >

    < 12 February 2015 15:16:59 IST > < WARNING > < DeploymentService > < BEA-290071 > < deployment service servlet failed on the analysis of the request or by downloading the file. >

    FYI - Action in the error code - BEA-290071 said: "the demand should be RFC 1867 compliant."

    How to solve this problem?
    How can I apply the RFC 1867 compliant when the actual query is not created by me?

    The deploy command is improper; lack of some configuration settings?

    The solution is to assign to the property system - Dweblogic.deploy.UploadLargeFile = true when starting the client WLST. Then, any size file gets uploaded to the server even with the SSL connection.

    I confirmed this problem and solution on two different weblogic configurations and it worked. If anyone knows a similar problem, they can try it.

  • "JNDI name is already in use" error when deploying ADF Application after the deployment of Interface of AM Service

    Hello

    12.1.3 JDeveloper / WLS 12.1.3 / Windows 7 64-bit OS.

    I am facing the problem that is mentioned in the following post.

    https://community.Oracle.com/thread/2284290

    I created a simple ADF page with the data to display in the Employees table. The page works fine.

    I added a custom method to the AM and a profile of "Business Service Interface components" deployment of the AOS.

    When I'm trying to deploy the stand-alone WLS Service, it gives the error below.

    If I deploy only the AM Service interface, the web service deployment is going very well.

    If I cancel the deployment of the AM Service and deploy ADF EAR, then it also works very well.

    But if I deploy the AM Service and then try to deploy the EAR, then it gives the error below.

    And vice versa, if I deploy EAR application, and then deploy the AM service, it gives the error below.

    It was working fine until 11.1.1.7.

    I have done this repeatedly for a long time and wasn't any problem in 11.1.1.7 deployments.

    If something has changed in 12.1.3?

    Even if the AM Service is existing, it is deployed in the same application, it should be able to just crush?

    Here are the results with different versions

    11.1.1.7 - domain of the ADF - Standalone Server - works fine

    11.1.1.7 - SOA - Standalone Server - domain works very well

    12.1.3 - error field - integrated WLS - ADF

    12.1.3 - error field - independent server - SOA

    (The foregoing analysis is based on a simple project ADF as a point of Contact for that matter).

    Real-world scenario

    --------------------

    We need this because ours is a BPM Application and the Composite depends on the AM Service, so the AM service must first deployed in the field of the SOA.

    Then, we make the process as well as the ADF UI for task forms. ADF project depends also on the model project

    We get the error during the deployment of the BPM project and the ADF UI project below.

    Error

    -----

    Unable to deploy EJB: ModelEJB.jar model.common.HRAMServiceBean:

    [EJB:011055] The EJB deployment error ' model.common.HRAMServiceBean (Application: employees, EJBComponent: ModelEJB.jar) ", the JNDI name" HRAMServiceBean #model.common.serviceinterface.HRAMService "is already in use." You must assign another name JNDI in weblogic-ejb-jar deployment descriptor. XML or annotation corresponding to this EJB before it can be deployed.

    [12: 02:07] caused by: java.lang.Throwable: substituted for the missing class [EJB - 11055] the EJB deployment error ' model.common.HRAMServiceBean (Application: employees, EJBComponent: ModelEJB.jar)', the JNDI name "HRAMServiceBean #model.common.serviceinterface.HRAMService" is already in use. You must assign another name JNDI in weblogic-ejb-jar deployment descriptor. XML or annotation corresponding to this EJB before it can be deployed.

    Thanks for any help

    Sameer

    Found a workaround for this problem.

    I don't have to do this in 11.1.1.7 well!

    You don't know if it's the right solution or not!

    If anyone of you knows a better solution, please share.

    I did the 2 following things.

    a. classes of the AM Service Interface of removed files from deployment profile filters

    ViewController project-> properties-> deployment profile--> filegroups--> WEB - INF / classes-> filters

    : Uncheck * Service *. * files (4 - Service.class, Service.wsdl, Service.xsd, ServiceImpl.class)

    b. deleted the deployment profile of library jar ADF for the model project

    Model project-> properties-> deployment

    : Remove the deployment of ADF library jar files profile

    And now I am able to deploy time interface AM Service and application.

    It works for me because I won't need to deploy the AM Service interface again while deploying the process / code of the ADF.

    Since I will deploy the Service Interface of first Business components separately.

    Thanks and greetings

    Sameer

  • EAR in 10.3.4 Weblogic deployment fail with a NoSuchMethod error.


    I have configured my weblogic to use an Admin and the managed server. Both servers are running. For the last two days, I tried to deploy my application J2EE EAR on the managed server - tried the technical exploded view of EAR deployment and direct deployment through deployments > installation on the console screen. The EAR is picked up by the console and saves configurations deployment without errors. But as soon as I select the application from the deployment screen and click Start > maintenance applications, deployment status is shown as being down. According to the newspapers, this is due to a mistake of NoSuchMethod but I don't know what that means or how I can fix it. Newspapers of admin server below. Help, please.

    < 1 MS 2013 07:58:20 CDT > < error > < Console > < AdminServer > < ExecuteThread [ASSET]: '5' for queue: '(self-adjusting) weblogic.kernel.Default' > < weblogic1 > <><>< 1378040300993 > < BEA-240003 > < Console met the following error weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo.getValidationMode (Ljavax/persistence/ValidationMode);

    at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:626)
    at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
    at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:225)
    at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:308)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1469)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1409)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findDefaultEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:529)
    at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findEntityManagerFactory(PersistenceAnnotationBeanPostProcessor.java:495)
    to org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$ PersistenceElement.resolveEntityManager (PersistenceAnnotationBeanPostProcessor.java:656)
    to org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor$ PersistenceElement.getResourceToInject (PersistenceAnnotationBeanPostProcessor.java:629)
    to org.springframework.beans.factory.annotation.InjectionMetadata$ InjectedElement.inject (InjectionMetadata.java:147)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:84)
    at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessPropertyValues(PersistenceAnnotationBeanPostProcessor.java:338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1064)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:574)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
    at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    I managed to fix it myself. Here are the details, in case anyone is interested:

    I modified the weblogic application. XML (now under my EAR request > META-INF folder) to include package org.hibernate. * and javax.persistence. *. Restart of servers and redeployed the EAR (exploded). I don't see any more errors and the deployment was successful.


    ......
                org. Hibernate.*
                javax. Persistence.*
           

    .......

  • Application of ADF deploys successfully but run displays "Loading" constantly

    Hello

    I have a simple form ADF, which deploys successfully on the integrated server (10.3.5) and also runs correctly using the < Home > URL: port / < contextroot > /faces/ < formname > .jsp
    Same application compiles and deploys successfully (no error) on the stand alone wls 10.3.6 with ADF performance (11.1.1.6), but when I run the jsp in the browser in the same form displays "Loading" constantly.
    Both deployments have been made to the adminserver

    Would appreciate any pointers

    Published by: user6739500 on May 20, 2013 11:12

    Published by: user6739500 on May 20, 2013 11:49

    Caused by: java.sql.SQLException: ORA-01005: password null; connection refused

    Check that your application module uses JDBC data instead of the connection URL source

    Click with the right button to click for the app module configuration > localAppModule (don't remember exactly) but you will see here

    to use JDBC, data source to ensure it is created in the WLS console as well as the Services > sources of data tab and use the same JNDI name

    This might help http://techiecook.wordpress.com/2010/12/02/oracle-weblogic-adf-datasources/

    Published by: bamba Zeeshan on May 20, 2013 15:54

  • The application has been deployed previously versioned "V2.0."

    Hi am having this error when running my appication am in jdeveloper application 11.1.1.6.0, the worked fine the day before
    IntegratedWebLogicServer startup time: 34045 ms.[Running application  on Server Instance IntegratedWebLogicServer...] 
    
    IntegratedWebLogicServer started.
    [09:32:46 AM] ----  Deployment started.  ----
    [09:32:46 AM] Target platform is  (Weblogic 10.3).
    [09:32:46 AM] Retrieving existing application information
    [09:32:46 AM] Running dependency analysis...
    [09:32:46 AM] Deploying 3 profiles...
    [09:32:46 AM] Wrote MAR file to C:\Users\10017134\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\AutoGeneratedMar
    [09:32:49 AM] Wrote Web Application Module to C:\Users\10017134\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\ViewControllerWebApp.war
    [09:32:49 AM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
    [09:32:49 AM] Info: Any customizations created while running the application will be written to 'C:\Users\10017134\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.mds.dt\adrs\\AutoGeneratedMar\mds_adrs_writedir'.
    [09:32:49 AM] Wrote Enterprise Application Module to C:\Users\10017134\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs
    [09:32:49 AM] Deploying Application...
    <16 Apr 2013 9:32:49 AM> <Error> <Deployer> <BEA-149082> <You cannot deploy application 'j2ee-app' without version. The application was previously deployed with version 'V2.0'.> 
    <16 Apr 2013 9:32:49 AM> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating deploy task for application 'j2ee-app'. Error is: '[Deployer:149082]You cannot deploy application 'j2ee-app' without version. The application was previously deployed with version 'V2.0'.'> 
    [09:32:49 AM] ####  Deployment incomplete.  ####
    [09:32:49 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application  due to error deploying to IntegratedWebLogicServer.
    [Application  stopped and undeployed from Server Instance IntegratedWebLogicServer]
    
    i don't what to delete C:\Users\10017134\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\servers\DefaultServer\logs\
    Edited by: adf009 2013/04/16 10:45

    Hello

    Check below link,

    Integrated WebLogic does not request Jdeveloper

    Nilum.

  • After the update WebLogic deployment of WebLogic EN 10.3.6, is stuck

    After updating WebLogic 10.3.6, EN to WebLogic deployment is blocked to deploy to the application server. Status bed initialization of the field.

    In the config.log I can see the following:
    [2013-04 - T 03, 16: 11:34.217 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.J2EEDomain] trace: WebLogic begin under C:\Oracle\Middleware\wlserver_10.3
    [2013-04 - T 03, 16: 11:34.217 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.high.WlstDomain] trace: maintenance perform EMP and JRF
    [2013-04 - T 03, 16: 11:35.028 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.WlstConsole] trace: current promt is "
    [2013-04 - T 03, 16: 11:35.028 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrHx3a0FCC0pRwO5yd1HNAZd000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: console WLST initialization
    [2013-04 - T 03, 16: 11:35.059 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrHx88JFCC0pRwO5yd1HNAZd000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: the system cannot find the path specified.


    He never reached the State where the CLASSPATH is assigned as previous deployments:
    [2013-04 - 02T 13: 24:20.694 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrCDC7BFCC0pRwO5yd1HMn0v000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.WlstConsole] trace: current promt is "
    [2013-04 - 02T 13: 24:20.694 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 21] [ecid: 0000JrCDC7BFCC0pRwO5yd1HMn0v000005, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: console WLST initialization
    [2013-04 - 02T 13: 24:20.756 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrCDGaKFCC0pRwO5yd1HMn0v000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:
    [2013-04 - 02T 13: 24:20.756 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrCDGaKFCC0pRwO5yd1HMn0v000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace: CLASSPATH=C:\Oracle\MIDDLE~1\patch_wls1034\profiles\default\sys_manifest_classpath\weblogic_patch.jar; C:\Oracle\MIDDLE~1\JROCKI~1\lib\tools.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1\modules\features\weblogic. Server.modules_10.3.4.0.jar; C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar; C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/Ant-all.jar; C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/Ant-contrib.jar;. ; C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar; C:\Oracle\Middleware\EPMSystem11R1\common\XML\JDOM\0.9.0\jdom-B9.jar; C:\Oracle\MIDDLE~1\ORACLE~1/modules/Oracle.jrf_11.1.1/JRF-wlstman.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADF-sh~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-WLST.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-WLST.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.jar; C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-WLST.jar
    [2013-04 - 02T 13: 24:20.756 - 06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 22] [ecid: 0000JrCDGaKFCC0pRwO5yd1HMn0v000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.wlst.ScriptWlstConsole] trace:

    Support matrix looks 10.3.4 is what is supported for 11.1.2.1.If you want to use WL 10.3.5 and 10.3.6 Hyperion, then should be 11.1.2.2

    THX
    VIVEK

  • "404" error when running ADF Applications using Weblogic / OAM / Webtier

    Hi Experts,

    Our organization works on the implementation of Weblogic 10.3.5 on HP - UX 11.31 / PA RISC hardware.

    All is well enough to work, but we met a particular hurdle and I hope I can get some advice from people here in the forums.

    We have virtual hosts within the Weblogic web layer for different areas. We also have Oracle Access Manager configured to protect some web resources (to force the user to authenticate to access the page). Each virtual host is configured to use the https protocol, and we have SSL certificates installed.

    The problem arises when trying to deploy an ADF application for weblogic, then run it through one of these virtual servers. We want these applications to use https only. Mod_wl_ohs has also been configured to forward requests to the web layer weblogic.

    App deploys fine, and when you try to access the app, we are redirected to a login page by OAM, which is what we want. However, when the application starts to run, it seems that ADF is adding to the URL query parameters, and when he does this, redirecting to https, which causes a 404 error. If you manually add the 's' on the URL, the application loads and works very well.

    For example:
    Say the url of our application is
    https://foo.mydomain.com/MyApp/faces/search
    Navigate to this url redirects to the login page. After the connection, we headed over to something like this (the actual settings vary):
    http://foo.mydomain.com/MyApp/faces/search?_afrLoop=7078069345015890 & _afrWindowMode = 0 & _adf. CTRL-State = yvpch8hdh_4
    .. which returns a 404 error.
    If put us the 's' on the url, it works as expected.

    Why is this happening? Why is redirect to the login page staying is not in https?

    To facilitate debugging, we created a very simple jsp page that was not developed using ADF, and deployed in a similar way, and he remained in https after redirection from the login page.

    Is this a specific problem ADF? Is something that needs to be configured in the ear file deployment of JDeveloper?

    Any advice would be much appreciated...

    Published by: corn on September 18, 2012 09:43

    Hello

    It seems that you use any porxy between the two.

    Please activate weblogicplugin activated under

    Server--> --> configuration--> advance.

    Enable this option and try to restart the server again.

    Kind regards
    Kal

  • Unable to start the web application in weblogic server 11g R1 RBACx

    Hi friends,
    I have an error when starting Oracle Identity Analitycs 11 g R1, can someone help me solve the problem

    Server Weblogic Server logs at the start of the application of web rbacx.war:
    # < 7 April 2011 11:57:37 AM GMT - 05:00 > < WARNING > < HTTP > < vkpeoplesoft000 > < RbacxAdmin > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1302195457218 > < BEA-101162 > < org.springframework.web.util.Log4jConfigListener listener has not defined by the user: java.lang.IllegalStateException: failed to set web app system root property when the WAR file is not developed.

    java.lang.IllegalStateException: failed to set web app system root property when WAR file is not developed

    at org.springframework.web.util.WebUtils.setWebAppRootSystemProperty(WebUtils.java:139)

    at org.springframework.web.util.Log4jWebConfigurer.initLogging(Log4jWebConfigurer.java:118)

    at org.springframework.web.util.Log4jConfigListener.contextInitialized(Log4jConfigListener.java:47)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1863)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:1267)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)

    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    # < 7 April 2011 11:57:37 AM GMT - 05:00 > < Info > < hats > < vkpeoplesoft000 > < RbacxAdmin > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1302195457234 > < BEA-149059 > < Module rbacx.war of application rbacx is transition of STATE_ADMIN of STATE_PREPARED on the RbacxAdmin server. >

    # < 7 April 2011 11:57:37 AM GMT - 05:00 > < Info > < ServletContext-/ rbacx > < vkpeoplesoft000 > < RbacxAdmin > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < > anonymous > > <>< 1302195457234 > < BEA-000000 > < log4j stop >

    # < 7 April 2011 11:57:37 AM GMT - 05:00 > < Info > < hats > < vkpeoplesoft000 > < RbacxAdmin > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1302195457265 > < BEA-149060 > < Module rbacx.war of application rbacx successfully increased from STATE_ADMIN to STATE_PREPARED on the RbacxAdmin server. >

    See the full changelog:
    http://YourPaste.NET/7984

    Recognizing

    Hello

    I could be wrong and if you have not already, do not use to extend the file rbacx.war... WebLogic expand the war first file and then try to deploy the directory located in Weblogic.

    To extend progressively the command something like... jar xvf-./rbacx.war

    Kind regards
    Daniel

  • Remote weblogic deployment by using the wldeploy task-related question

    Description of the problem: Iam doing a deployment assistance wldeploy remotely task among the unix machine (this box has not at all an instance of weblogic) to a remote weblogic unix server. I get with the exception of next connection. This script works fine when I do a deployment away from my windows machine (which has a local weblogic server) on the same server remote unix weblogic.

    Question:

    1. do I need to have a weblogic instance where this wldeploy task is running locally?
    2. what configuration must be made within the server remote weblogic to support remote deployment?

    The Ant task is:
    < property name = "wlantjars" value = "/ ftmp/users/usrgrb/tmp/antjars" / >

    < path id = "wlappc.classpath" >
    < fileset dir = "${wlantjars}" >
    < name = "*.jar" / >
    < / fileset >
    < / path >

    < taskdef = "wldeploy" classpathref = name "wlappc.classpath" classname="weblogic.ant.taskdefs.management.WLDeploy"/ > "

    < target name = "deployear_dev2" >
    "" < wldeploy user = "weblogic" password = "" * ' adminurl = "t3: / / he3unxd189v01:9100" action = "deploy" = "true" = "true" source="${build.dir}/mktpx.ear remote upload" name = "mktpx" target = "devCluster" / >
    < / target >

    I have the following error when I run the Ant task "deployear_dev2".
    BuildFile: build.xml

    deployear_dev2:
    [wldeploy] weblogic. Head of the deployment-distance - download - noexit-name source-target devCluster adminurl mktpx-/usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/dist/mktpx.ear - t3: / / he3unxd189v01:9100 - user password weblogic *-deploy
    [wldeploy] weblogic. Deployer invoked with options: - distance - download-noexit name source-target devCluster adminurl mktpx-/usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/dist/mktpx.ear - t3: / / he3unxd189v01:9100 - user weblogic - deploy
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException [wldeploy]: [SPI: J2EE deployment 260010] unable to connect to ' t3: / / he3unxd189v01:9100' as a user, "weblogic. Error received: cannot connect to any host
    [wldeploy] to weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl. < init > (WebLogicDeploymentManagerImpl.java:121)
    [wldeploy] to weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    [wldeploy] to weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    [wldeploy] to weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    [wldeploy] to weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
    [wldeploy] to weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    [wldeploy] to weblogic.utils.compiler.Tool.run(Tool.java:158)
    [wldeploy] to weblogic.utils.compiler.Tool.run(Tool.java:115)
    [wldeploy] in weblogic. Deployer.Run (deployer. Java:70)
    [wldeploy] in weblogic. Deployer.mainWithExceptions (Deployer.java:62)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    [wldeploy] to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy] to java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy] to weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
    [wldeploy] to weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
    [wldeploy] to org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    [wldeploy] to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy] to java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy] to org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [wldeploy] to org.apache.tools.ant.Task.perform(Task.java:348)
    [wldeploy] to org.apache.tools.ant.Target.execute(Target.java:357)
    [wldeploy] to org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wldeploy] to org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [wldeploy] to org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [wldeploy] to org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [wldeploy] to org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [wldeploy] to org.apache.tools.ant.Main.runBuild(Main.java:698)
    [wldeploy] to org.apache.tools.ant.Main.startAnt(Main.java:199)
    [wldeploy] to org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [wldeploy] to org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [wldeploy] Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [SPI: J2EE deployment 260010] unable to connect to ' t3: / / he3unxd189v01:9100' as a user, "weblogic. Error received: cannot connect to any host
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
    [wldeploy] to weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    [wldeploy] to weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl. < init > (WebLogicDeploymentManagerImpl.java:118)
    [wldeploy]... 32 more
    [wldeploy] Caused by: java.io.IOException: cannot connect to any host
    [wldeploy] to weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
    [wldeploy] to weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    [wldeploy] to javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    [wldeploy] to javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:240)
    [wldeploy]... 36 more
    [wldeploy] Caused by: javax.naming.NamingException: unable to connect to any host [root exception is org.omg.CORBA.OBJECT_NOT_EXIST: unknown object in LOCATE_REQUEST vmcid: 0 x 0 minor code: finished 0: No.]
    [wldeploy] to weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:590)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:547)
    [wldeploy] to weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:85)
    [wldeploy] to weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
    [wldeploy] to weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
    [wldeploy] to javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [wldeploy] to javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [wldeploy] to javax.naming.InitialContext.init(InitialContext.java:223)
    [wldeploy] to javax.naming.InitialContext. < init > (InitialContext.java:197)
    [wldeploy] to weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    [wldeploy]... more than 40
    [wldeploy] Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: unknown object in LOCATE_REQUEST vmcid: 0 x 0 minor code: finished 0: No.
    [wldeploy] to weblogic.iiop.LocateReplyMessage.needsForwarding(LocateReplyMessage.java:171)
    [wldeploy] to weblogic.iiop.IORManager.locateInitialReference(IORManager.java:254)
    [wldeploy] to weblogic.corba.orb.ORB.resolve_initial_references(ORB.java:258)
    [wldeploy] to weblogic.corba.client.naming.ClientORBInfo. < init > (ClientORBInfo.java:34)
    [wldeploy] to weblogic.corba.client.naming.ClientORBHelper.createORBInfo(ClientORBHelper.java:42)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.cacheORB(ORBHelper.java:314)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.cacheORBAndCreateURL(ORBHelper.java:323)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:583)
    [wldeploy]... more 49

    BUILD FAILED
    / usrdata/dev/cashdesk/GCP/mktprice/quickbuild_prototype_ccview/prototype. VWS/VOB/mktprice_vob/mkt_price/Build/Build.xml:366: weblogic. Deployer$ DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: unable to connect to ' t3: / / he3unxd189v01:9100': an unknown object in LOCATE_REQUEST. Make sure that the url is an administrator of the server running and that the credentials are correct. If you use the http protocol, the tunnel must be enabled on the management server.

    Total time: 9 seconds

    error regarding:
    Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: unknown object in LOCATE_REQUEST vmcid: 0 x 0 minor code: finished 0: No.

    Be sure to place the wlfullclient.jar beginning of the statement.. classpath all other special pots WLS should not be added and more. For above error please see: Error Client FAS

    Few things:

    (1) when I run the generation of Ant in a remote area, I would have a weblogic Server works... is the reason why I ask... the task of wldeploy only works if there is an active area of weblogic in the local computer. When I run the same version of my windows machine where I have a local instance of weblogic, it works uccessfully.

    Whenever you try to deploy any application on WebLogic Domain then the administrator of the server must be running. Because the entries in the deployment go inside the "config.xml" file and the original copy of this file is maintained only by AdminServer. If the server administrator must run for all types of changes in configuration or deployment.

    (2) I am told that the http protocol is not an option in my workplace and I have to use the t3 Protocol only. In this case, based on the below error, is it possible that the connection between my local unix machine and weblogic box remote is Domes? How to test connectivity by using t3? I ping the server on the local unix server and it came back with the answer, but could not telnet on this box or ftp so that the box does not work.

    You can check t3 protcol works well or not with the following one line command:

    Java weblogic. Admin-t3 url: / / he3unxd189v01:9100 - username weblogic-password weblogic PING

    If you use above omits the ping command on the server, that means either a bad HostName & GOLD Port your N/W is doesnot allow t3 Protocol connections OR it can be a N/W problem.

    .
    .
    Thank you
    Jay SenSharma

  • Question about the weblogic deployment

    Hi all
    I have read the documentation that says that the web application should be deployed as a file from archive to end of production (ear, war)
    But what happens if my application allow the user to download the file on the server, and I want to access the file later via the browser (for example: http://host:port/root/filename.mov), it is not possible? the file cannot be saved in the folder of file in archive?
    Can someone explain?
    Thank you very much.

    Hello

    Ideally there should be no problem accessing: http://host:port/root/filename.mov (mov) files from zero or Unarchieved (exploded view) format of application. Please specify what kind of question you face to. are you 404 error?

    Better, if you can use virtual directories to store and serve static files such as "*.jpg" or "mov"... etc...
    http://WebLogic-wonders.com/WebLogic/2010/03/29/virtual-directory-mapping-in-webapps/ Take any point of time that you can update the files new withoutredeploying your real application on the server.

    .
    .
    Thank you
    Jay SenSharma

  • How deply ADF application on weblogic 10.3

    Hello team,

    Here I've created an aplpication using jdevloper 11.1.1.1.0
    I have the part model & View Controller how do I deploy application on weblogic. I also follow the steps that are defined in the * 'Merger Oracle Application Development Framework Developer Guide' * but still, I am facing the problem in deployment, i.e. of incomplete deployment...

    (1) first of all, I created the dataSourse on weblogic
    (2) then I gave the path dataSourse for the Module of the Application
    (3) then I created the file. WAR in viewController
    (4) then I create the EAR file
    then I deplying application to weblogic...

    Am I going in the right direction?

    It is usually supplied during installation. If you accepted the default, then it should be as below-

    user name: weblogic
    Password: weblogic.

    See you soon
    Subrata

Maybe you are looking for

  • force itunes game

    How can I force scan to match itunes? There is no option in the Store menu ---- What happens if I add new music to my library?I say iTunes Match to scan? No iTunes game will be automatically analyze of new content, so you don't have to. But you can f

  • Qosmio F30 and Win7

    Hello This my first message,.I just purchased a Qosmio F30 second hand, I find it difficult to install Win 7 Please help me I need driversThank you

  • (Redirected) Dell doesn't care

    Posted here:http://en.community.Dell.com/support-forums/customercare/f/4674/t/19591542.aspx

  • Failure to download illustrator free trial version on my mac 10.6.8 cc

    I want to download illustrator free trial version on my MAC (10.6.8) cc, but it says "you run an operating system supporting Illustrator is more." See the system requirements for a complete list of the supported platforms. »What can I do?

  • EQ &gt; &gt; error GSM

    HelloI try to import the data from the source questionnaire and try to update an existing specification. Once I click on done and go to the tab of formulation for consideration it gives me error. Unhandled exception in case wherever I go to tab FORMU