Cannot deploy application because of JDBC datasource target misconfigured

--- environnement ---
Weblogic 10.3.2
Windows 2008 R2
Sun Java 6
Hello, I'd like to have your advices on my issue.
I tried to deploy an application in my weblogic domain but it kept on status deploy running
My domain is configured as follow
clusterA and clusterB
JDBC datasource targets on clusterA and clusterB
Today we had to rename clusterB to clusterC
and we cannot start the managed servers (they stayed in ADMIN state) so we tried to redeploy the application but the deployment process'status was deploy running
After investigating for a very long time, we finaly noticed that our JDBC datasource was misconfigured. After correcting this, the deployement was successfull.
now I'm wondering how a misconfigured JDBC datasource can prevent a deployement of an ear, maybe the code is requesting something during its deployement but I don't know the application and looking at the stacktrace didn't give me any clue except the hibernate message.
Thanks in advance for your advices.
For info here's the stacktrace:
####<Apr 13, 2011 5:32:24 PM CEST> <Error> <Deployer> <EQDG1UZSMRTD001> <SmartDispatcherNodeConsole1> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302708744385> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1302708738983' for task '36'. Error is: 'weblogic.management.DeploymentException: '
weblogic.management.DeploymentException:
     at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:157)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:371)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:54)
     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:207)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
     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: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.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused By: org.hibernate.HibernateException: 'hibernate.dialect' must be set when no Connection avalable
     at org.hibernate.dialect.resolver.DialectFactory.buildDialect(DialectFactory.java:107)
     at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:138)
     at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119)
     at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115)
     at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339)
     at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
     at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:669)
     at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:132)
     at weblogic.deployment.PersistenceUnitInfoImpl.createEntityManagerFactory(PersistenceUnitInfoImpl.java:343)
     at weblogic.deployment.PersistenceUnitInfoImpl.createEntityManagerFactory(PersistenceUnitInfoImpl.java:323)
     at weblogic.deployment.PersistenceUnitInfoImpl.<init>(PersistenceUnitInfoImpl.java:125)
     at weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:336)
     at weblogic.deployment.EarPersistenceUnitRegistry.initialize(EarPersistenceUnitRegistry.java:75)
     at weblogic.application.internal.flow.InitJpaFlow.prepare(InitJpaFlow.java:38)
     at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:54)
     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:207)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
     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: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.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Hello,
Here is the solution...
Solution 1:
Undeploy sap.com/cafUIservicebrowser from SP06 or SP07 before starting upgrade to SP11.
Solution 2:
Upgrade to SP08 first and than to SP11.
The Solution was discussed on NW04s STAB and accepted due to following reasons:
- There will be not much customers upgrading from SP06 or SP07 to SP11. The most of customers have already upgraded to SP08 and will not be affected by this issue.
- Unchecking the Web Dynpro check before upgrades from from SP06 or SP07 to SP11 is unacceptable.
For More info, check the SAP Note 1010640
Reward points of my reply was useful..

Similar Messages

  • Cannot install applications because the certificate for .... is not valid

    Hello,
    We have an in house enterprise app that can no longer update.  We have taken the steps outlined here.  These steps include installing a SSL certificate on the server from a trusted CA (GeoTrust) that shows as valid in Safari on OSX.  Also the http to https redirect has been setup and verified in Safari and FireFox.  Addtionally, the plist file's XML has been manually updated to point HTTPS.  New installs work on iOS 7.1 without an issue. 
    However, the program has automatic updates that fail with the message "Cannot install applications because the certificate for .... is not valid".
    The update process works like this:
    A Plist file exists on the server that contains the version number of the build on the server.   The app will download the file and parse it into a NSDictionary then the verison into an NSString.  If the version doesn't match the current version then the user is prompted to install updates.
    When the user says yes to the prompt a UIApplication is sent the Open URL message with a hard coded download URL that looks like this:
    imts-services//?action=download-manifest&url=http://www.example.com/app/Release.plist
    On iOS 7.1 the user will receive the message "Cannot install applications because the certificate for example is not valid".   This error occurs even thought the certificate is valid.  It almost looks like the URL isn't respecing the redirect from the server.
    Has anyone else seen this?  Is there a work around for it?  Or do I have to redeploy the app (with an HTTPS in the hard coded URL)?

    kkoishi, cskimble, OS 7.1 update forced all software installation services to use the HTTPS protocol instead of HTTP. Here is Apache config that adds certificate support and code for changing links in existing *.plist files automatically: http://cases.azoft.com/how-to-fix-certificate-is-not-valid-error-on-ios-7/
    More ideas on Stack: http://stackoverflow.com/questions/20276907/enterprise-app-deployment-doesnt-wor k-on-ios-7-1/22527000#22527000

  • Cannot deploy application local/WD_ExcelExport_NW04s

    Hi,
    i am able to build the project successfully, but cannot deploy the sample project WD_ExcelExport_NW04s.   Please see the below exception i got while deploying
    Result
    => deployment aborted : file:/D:/DOCUME1/NMAHAB1.HUS/LOCALS~1/Temp/temp54954WD_ExcelExport_NW04s.ear
    Aborted: development component 'WD_ExcelExport_NW04s'/'local'/'LOKAL'/'0.2007.11.22.20.27.50'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application local/WD_ExcelExport_NW04s.. Reason: Clusterwide exception: Failed to deploy application local/WD_ExcelExport_NW04s. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/WD_ExcelExport_NW04s. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Thanks,
    Hussain

    HI Hussain
    1) Undeploy your project using SDM [RemoteGUI], or else ask your basis person to remove that particular project's .EAR file.
    2) If you have a clustered server ,follow this sequence
    a) Stop the Clustered Server
    b) Stop the Local Server
    c) Start the Local Server
    d) Start the Clustered Server
    3) Try to deploy your application once again
    Best Regards
    Chaitanya.A

  • Cannot install applications because the certificate is not valid

    cannot install applications because the certificate is not valid error from my iphone when trying to install an application, running the latest update 7.1

    upload your app.plist to dropbox
    get shared link of app.plist, like https://www.dropbox.com/s/qgknrfngaxazm38/app.plist
    replace www.dropbox.com with dl.dropboxusercontent.com in the link, likehttps://dl.dropboxusercontent.com/s/qgknrfngaxazm38/app.plist
    write your download.html like <a href="itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/qgknrfngaxazm38/app.plist">INSTALL!!</a>
    upload the download.html to dropbox
    get shared link of download.html, like https://www.dropbox.com/s/gnoctp7n9g0l3hx/download.html
    replace www.dropbox.com with dl.dropboxusercontent.com in the second link as well, likehttps://dl.dropboxusercontent.com/s/gnoctp7n9g0l3hx/download.html
    Now, visit https://dl.dropboxusercontent.com/s/gnoctp7n9g0l3hx/download.html in your device, you can install the app like before.
    WHAT A WONDERFUL WORLD!

  • The applicaton cannot be installed because this installer has been misconfigured

    trying to download and getting this error: This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance.

    Tvdeering please remove your current installation of the Adobe Download Assistant and reinstall.  You can find more details under the Known Issues section of Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Known_i ssues.

  • Cannot install application, because it is ''not supported file type"

    hi, i cannot install an application from emule. The message is the the Adobe Reader could not open "insallpro.exe" because it is not a supported file type.
    Do anyone know how to resolve this problem?
    ibookg4   Mac OS X (10.4.5)  

    hi, i cannot install an application from emule. The
    message is the the Adobe Reader could not open
    "insallpro.exe" because it is not a supported file
    type.
    A .exe file is a windows executable file and will not run on a Mac unless you have virtual PC installed.

  • Planning Application 11.1.2 Cannot Deploy Application from Workspace

    Hi All,
              Everytime I try to deploy a Planning EPMA app, I've got the following error :
    Error Reported:
    HTTP/1.1 500 Internal Server Error
    Action aborted.
    Log file Says nothing but:
    HTTP/1.1 500 Internal Server Error
           The valdation run as well without any issue, but the deployment returns this error.
           Does anyone could help me on that ?
    My Environment:
    Hyperion: 11.1.2
    OS: Linux Red Hat 5 64bits
    DB : Oracle
    IIS6
    Thanks

    Hi Celvin
    I see this article on KB after reading DattaRay's commend. It suggests that Essbase Studio should be installed for Essbase applications to be deployed.
    Validation of Essbase EPMA Application Results in Error "Status: 500 - Internal Server Error" (Doc ID 1350014.1)

  • HFM 11.1.2 Cannot Deploy Application from Workspace

    Hi,
    I have sucessfully installed Foundation,Workspace, Calc Manager, EPMA, HFM, FDM and Financial Reports on a single Win 2008 SP1 win 32 server. All Products configured on std ports and services are starting allright.
    When I log on to Workspace and create a new HFM application validation is Sucessfull. However when I try to deploy the Application it fails.
    Error Reported:
    HTTP/1.1 500 Internal Server Error
    Action aborted.
    Log file Says nothing but:
    HTTP/1.1 500 Internal Server Error
    My Environment:
    Hyperion: 11.1.2
    OS: Win 2008 SP1 win32
    IIS7 has Allow all ISAPI
    ASP is allowed

    The problem was solved
    I went to IIS and then to the Virtual Directory of HFM and clicked on Browse, instead of showing me a white page with HFM written on it, there was Internal Server Error web page with more details.
    I Redeployed all Sub-Modules of HFM in EPM Configurator except for Database Configuration and then Restarted the machine. Problem Solved.
    Edited by: AIC on Dec 11, 2010 12:42 PM

  • Cannot deploy Application, HFM v11.1.2

    No clue with a failed JE! HFM v11.1.2
    Metadata Load started at 14:05:34
    PASS I - Analyzing Section Headers
    PASS II - Validating member names and hierarchies
    Scenario
    Entity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    Value
    ICP
    Currency
    No consolidation method section
    PASS III - Validating all sections
    No consolidation method section
    Currencies...
    No Currencies section in load file
    Entities...
    No Entities section in load file
    Scenarios...
    No Scenarios section in load file
    Custom1...
    No Custom1 section in load file
    Custom2...
    No Custom2 section in load file
    Custom3...
    No Custom3 section in load file
    Custom4...
    No Custom4 section in load file
    Accounts...
    No Accounts section in load file
    Values...
    No Values section in load file
    ICPs...
    No ICPs section in load file
    Application Settings...
    Application Settings OK
    Metadata referential integrity check started at 14:05:34
    PASS I - Analyzing Section Headers
    PASS II - Validating member names and hierarchies
    Scenario
    Entity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    Value
    ICP
    Currency
    No consolidation method section
    PASS III - Validating all sections
    No consolidation method section
    Currencies...
    No Currencies section in load file
    Entities...
    No Entities section in load file
    Scenarios...
    No Scenarios section in load file
    Custom1...
    No Custom1 section in load file
    Custom2...
    No Custom2 section in load file
    Custom3...
    No Custom3 section in load file
    Custom4...
    No Custom4 section in load file
    Accounts...
    No Accounts section in load file
    Values...
    No Values section in load file
    ICPs...
    No ICPs section in load file
    Application Settings...
    Application Settings OK
    Pass IV - updating database
    Removing metadata items no longer used...
    Scenario
    No metadata items removed
    Entity
    No metadata items removed
    Account
    No metadata items removed
    Custom1
    No metadata items removed
    Custom2
    No metadata items removed
    Custom3
    No metadata items removed
    Custom4
    No metadata items removed
    Value
    No metadata items removed
    ICP
    No metadata items removed
    Currency
    No metadata items removed
    Done removing metadata items
    Renaming members...
    Scenario
    Entity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    Value
    ICP
    Currency
    [ConsolMethods]
    No consolidation method section
    Currencies...
    No Currencies section in load file
    Entities...
    No Entities section in load file
    Scenarios...
    No Scenarios section in load file
    Custom1...
    No Custom1 section in load file
    Custom2...
    No Custom2 section in load file
    Custom3...
    No Custom3 section in load file
    Custom4...
    No Custom4 section in load file
    Accounts...
    No Accounts section in load file
    Values...
    No Values section in load file
    ICPs...
    No ICPs section in load file
    Application Settings...
    Application Settings OK
              Document Integrity Report
    Web Data Entry Forms
    Dimension Member Action New Name Document Name Creator
    System Reports
    Dimension Member Action New Name Document Name Creator
    Data Grids
    Dimension Member Action New Name Document Name Creator
    Intercompany Module
    Dimension Member Action New Name Document Name Creator
    Load ended at: 14:05:35
    Elapsed time: 00:00:02
    Edited by: 881607 on Sep 22, 2011 2:13 PM

    Dimension Server log:
    EPMCSS-03269: Failed to get roles for user. Error executing query to get provisioning information. [FMWGEN][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Software caused connection abort: recv failed). Please ensure that the server parameters passed to the driver are correct and that the server is running. Also ensure that the maximum number of connections have not been exceeded for this server.. Verify Native user directory status and configuration. at Hyperion.DimensionServer.SessionManager.CasSecurityProvider.AuthenticateUser(String& userName, String password, String& token, String[]& roleNames, String[]& groupNames, String& uniqueUserId)
    [EPMADIM] [INTERNAL_ERROR:32] [EPMADIM-1] [EPMADIM.Hyperion.CommonServices.Exceptions.BaseException] [tid: 3] [ecid: disabled,0] SVR_ERR_SESSION_MGR_CAS_SECURITY_ERROR:An error was encountered by the CAS Security Provider: EPMCSS-03269: Failed to get roles for user. Error executing query to get provisioning information. [FMWGEN][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Software caused connection abort: recv failed). Please ensure that the server parameters passed to the driver are correct and that the server is running. Also ensure that the maximum number of connections have not been exceeded for this server.. Verify Native user directory status and configuration. at Hyperion.DimensionServer.SessionManager.CasSecurityProvider.AuthenticateUser(String& userName, String password, String& token, String[]& roleNames, String[]& groupNames, String& uniqueUserId)

  • Cannot deploy PL/SQL maps to the target schema as it is not owned by CC

    Hi,
    I am repeatedly getting this error when i try to deploy to target.
    I have created design repository in one database and my target is in another database.
    I have installed the runtime repository in the target machine in which my target schema is installed.
    I dont have Control Center in the target machine, i am starting the control center service from the clienf machine for the target machine.
    I have registered the target schema user as the repository user.
    I can able to deploy the tables and register the locations in the target except the PL/SQL maps.
    Thanks and Regards,
    Soma

    Do i need to have same user as Repository owner in the design and run time repositories.
    Thanks and Regards,
    Soma

  • Cannot Deploy CAF-DC

    Hello!
    I just tried to build i simple CAF-DC with a simple Entity-Service. I use NWDS 7.0.0 and Netweaver 2004s Sneak Preview. When trying to Deploy the corresponding DCs to the j2ee-engine, I get the following output:
    06/08/21 10:24:14 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/mycomp..
                         Reason: Exception during generation of components of application sap.com/mycomp in container EJBContainer.; nested exception is:
                              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/mycomp in container EJBContainer.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:554)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
                         Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/mycomp in container EJBContainer.
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:621)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:319)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3139)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:539)
                              ... 10 more
                         Caused by:
    java.lang.NoClassDefFoundError: com/sap/caf/rt/exception/CAFDeleteException
                              at java.lang.Class.getDeclaredMethods0(Native Method)
                              at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
                              at java.lang.Class.privateGetPublicMethods(Class.java:1778)
                              at java.lang.Class.getMethods(Class.java:832)
                              at com.sap.engine.services.ejb.deploy.xml.MethodsExtractor.getWithNotSpecifiedMethodInterface(MethodsExtractor.java:156)
                              at com.sap.engine.services.ejb.deploy.xml.MethodsExtractor.getAllMethodsInBean(MethodsExtractor.java:103)
                              at com.sap.engine.services.ejb.deploy.xml.EJBJarParser.getMethodXml(EJBJarParser.java:1168)
                              at com.sap.engine.services.ejb.deploy.xml.EJBJarParser.processContainerTransaction(EJBJarParser.java:1023)
                              at com.sap.engine.services.ejb.deploy.xml.EJBJarParser.processAssemblyDescriptor(EJBJarParser.java:924)
                              at com.sap.engine.services.ejb.deploy.xml.EJBJarParser.parseXml(EJBJarParser.java:156)
                              at com.sap.engine.services.ejb.deploy.xml.EJBJarParser.parseXml(EJBJarParser.java:97)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.parseSingleJar(DeployAdmin.java:297)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:247)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2144)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:606)
                              ... 16 more
                         For detailed information see the log file of the Deploy Service.
    06/08/21 10:24:14 -  ***********************************************************
    Aug 21, 2006 10:24:14... Info: End of log messages of the target system.
    Aug 21, 2006 10:24:14... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Aug 21, 2006 10:24:14... Error: Aborted: development component 'mycomp'/'sap.com'/'local'/'20060821095935':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/mycomp..
    Reason: Exception during generation of components of application sap.com/mycomp in container EJBContainer.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/mycomp in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Aug 21, 2006 10:24:15... Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Aug 21, 2006 10:24:15... Error: -
    At least one of the Deployments failed -
    I looked to the projects that correspond to the DCs. I found the class com/sap/caf/rt/exception/CAFDeleteException in the ejbModule. So why is it not found during deployment. What can I do?
    Thank you in advance.
    Jörg

    Hi
    This problem may be because of version mismatch,
    why dont you install the latest version of NWDS 7.0.7,
    and try doing the same,
    I think it will help,
    Regards
    Deepak

  • Error while deploying application on portal domain

    Hi All,
    I am getting following error while deploying application on portal domain :( :( Not sure what I am missing.......
    Anyone has any idea on this???
    <Oct 6, 2010 7:49:03 AM EDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <Workshop Application>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}{url:currentPage}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.>
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <com.bea.p13n.util.jdbc.internal.JdbcSequencer> <BEA-000000> <Cannot allocate sequence block:
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    Truncated. see log file for complete stacktrace
    >
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <netuix> <BEA-423147> <Exception [javax.transaction.TransactionRolledbackException: EJB Exception: : javax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into PF_MARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MARKUP_TYPE, WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [0] SQL state [null]. Possible markup duplication of [
    MarkupDefinition:
    webAppName = plassPortalWeb
    type = Menu
    name = multiLevelMenu
    file = /framework/markup/menu/multilevel.menu
    beginXml = <netuix:multiLevelMenu $(markupType) $(markupName)>
    endXml = </netuix:multiLevelMenu>
    MarkupDefinitionId = null].; nested exception is: java.sql.SQLException: Cannot call commit when using distributed transactions
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_EOImpl.createMarkupDefinition(MarkupDefinitionManager_twpn9c_EOImpl.java:138)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFile(MenuFilePersistenceManager.java:160)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.createUpdateMenuDefinitions(MenuFilePersistenceManager.java:267)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.startupSync(MenuFilePersistenceManager.java:529)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager$StartupSync.run(AbstractFilePersistenceManager.java:155)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager.startup(AbstractFilePersistenceManager.java:97)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFiles(MenuFilePersistenceManager.java:228)
    at com.bea.netuix.poller.FrameworkPoller.newFiles(FrameworkPoller.java:256)
    at com.bea.netuix.poller.NetuixFilePoller.start(NetuixFilePoller.java:172)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:390)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:261)
    at com.bea.netuix.servlets.manager.PortalServlet.access$100(PortalServlet.java:125)

    Hello Everybody,
    I solved this error by myself as follows:
    So, what I did was; I started the RemoteGui.bat (C:\usr\sap\J2E\JC00\SDM\program) and from the Undeployment tab, I selected “mainapp01” and “com.sap.engine.docs.examples”.
    The reason I undeployed the above applications was because when I was trying to deploy the mainapp01 application, it gave an error saying that “: Cannot deploy application pcbp.com/mainapp01.. Reason: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples “.
    And, then I restarted the J2EE engine and from the SAP Netweaver Developer Studio, I again deployed the mainapp01 application on the local J2EE engine and it was deployed successfully.
    Oct 10, 2006 9:45:30 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [002]Finished Deployment
    Settings
    SDM host : RPIKOER
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Result
    => successfully deployed : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Thank You
    With Regards,
    Krunal Rana.

  • Error while Deploying application on localhost

    Hi gurus,
    I try to deploy the application mainapp01, locally on the J2EE engine, but gives me the following error:
    Oct 9, 2006 4:26:40 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [004]Deployment aborted
    Settings
    SDM host : BESTXPKRA
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp3789pcbp.com~mainapp01.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp3789pcbp.com~mainapp01.ear
    Aborted: development component 'mainapp01'/'pcbp.com'/'NWX_PCBPDEV_C'/'20061009162404':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application pcbp.com/mainapp01.. Reason: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples].; nested exception is:        com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples].
                    at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:144)
                    at com.sap.engine.services.servlets_jsp.server.container.WebContainer.makeUpdate(WebContainer.java:287)
                    at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
                    at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
                    at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
                    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
                    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
                    at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
                    at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:584)
                    at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
                    at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
                    at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
                    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                    at java.security.AccessController.doPrivileged(Native Method)
                    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
                    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    ', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples].
                    at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:144)
                    at com.sap.engine.services.servlets_jsp.server.container.WebContainer.makeUpdate(WebContainer.java:287)
                    at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
                    at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
                    at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
                    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:290)
                    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
                    at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
                    at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:584)
                    at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
                    at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
                    at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
                    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                    at java.security.AccessController.doPrivileged(Native Method)
                    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
                    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:160)
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    Can anybody please tell me, whats goin on?
    Thank you in advance,
    With Regards,
    Krunal Rana.

    Hello Everybody,
    I solved this error by myself as follows:
    So, what I did was; I started the RemoteGui.bat (C:\usr\sap\J2E\JC00\SDM\program) and from the Undeployment tab, I selected “mainapp01” and “com.sap.engine.docs.examples”.
    The reason I undeployed the above applications was because when I was trying to deploy the mainapp01 application, it gave an error saying that “: Cannot deploy application pcbp.com/mainapp01.. Reason: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples “.
    And, then I restarted the J2EE engine and from the SAP Netweaver Developer Studio, I again deployed the mainapp01 application on the local J2EE engine and it was deployed successfully.
    Oct 10, 2006 9:45:30 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [002]Finished Deployment
    Settings
    SDM host : RPIKOER
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Result
    => successfully deployed : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Thank You
    With Regards,
    Krunal Rana.

  • Unable to deploy application

    Hi experts,
    We are facing issues with  deployment of application
    ===========================================================================
    Deployment started Mon May 16 17:28:23 GMT+01:00 2011
    ===========================================================================
    Starting Deployment of tc/srmcat/custom/pr/archives
    Aborted: development component 'tc/srmcat/custom/pr/archives'/'sap.com'/'MAIN_SMDM0201_D'/'20110408151524'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application sap.com/tcsrmcatcustomprarchives.. Reason: Application alias [VendorSearch/Config1] for application [sap.com/tcsrmcatcustomprarchives] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/tcsrmcatpr~archive].; nested exception is:      com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException:
    Application alias [VendorSearch/Config1] for application [sap.com/tcsrmcatcustomprarchives] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/tcsrmcatprarchive].     at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:151)     at com.sap.engine.services.servlets_jsp.server.container.WebContainer.deploy(WebContainer.java:153)     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:608)     at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:323)     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:309)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)     at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3190)     at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:554)     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(AccessController.java:219)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Application alias [VendorSearch/Config1] for application [sap.com/tcsrmcatcustomprarchives] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/tcsrmcatprarchive].     at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:151)     at com.sap.engine.services.servlets_jsp.server.container.WebContainer.deploy(WebContainer.java:153)     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:608)     at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:323)     at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:309)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)     at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)     at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3190)     at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:554)     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(AccessController.java:219)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176) (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of tc/srmcat/custom/pr/archives finished with Error (Duration 37252 ms)
    As suggested in other thread  to undeploy the one application.
    When i logon to sdm and search for application * [sap.com/tcsrmcatpr~archive]*,i did not find it in sdm.
    Now i am facing problem of deploying application * [sap.com/tcsrmcatcustomprarchives]* .
    I  am getting above mentioned error.
    Kindly help as this is very critical to us.
    Thanks,
    Sudhanshu

    Hi Sudhanshu,
    Please go through this thread ---> NW04S Java  application remians in "starting apps" phase.
    You need to increased the amount of application threads via ConfigTool.
    To be precise  increase the default value of the parameter setting "MaxThreadCount " from 40 to 100.
    You can do this by carrying out the following steps:
    - Open ConfigTool
    - Expand the nodes Global server configuration -> ApplicationThreadManager
    - On the right-hand side, you have to increase the parameter MaxThreadCount accordingly.
    Please bear in mind that setting the Max threadcount to a high value can impair performance.
    Regards,
    Shreyas Pandya

  • Exception while deploying Application Remotely

    Hello Everybody,
    I am facing an exception while doing remote deployment from Windows box to WL server on Solaris box.
    Please look into the attached error and let me know your suggestions.
    *[wldeploy] javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'*
    Your help is appreciated….
    Thanks in advance,
    Prasad Charyulu.
    deploy:
    [wldeploy] weblogic.Deployer -debug -remote -verbose -upload -noexit -name rsp_act_bundle8 -source E:\Workspaces\build\Deploy\dist\rsp_act.ear -targets rspadmin -adminurl t3://Myserver.org:8006 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -debug -remote -verbose -upload -noexit -name rsp_act_bundle8 -source E:\Workspaces\build\Deploy\dist\rsp_act.ear -targets rspadmin -adminurl t3://Myserver.org:8006 -user weblogic -deploy
    [wldeploy] [WebLogicDeploymentManagerImpl.&lt;init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at Myserver.org:8006, as user weblogic
    [wldeploy] [ServerConnectionImpl.getEnvironment():288] : setting environment
    [wldeploy] [ServerConnectionImpl.getEnvironment():291] : getting context using t3://Myserver.org:8006
    [wldeploy] [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://Myserver.org:8006/jndi/weblogic.management.mbeanservers.domainruntime
    [wldeploy] [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:t3://Myserver.org:8006/jndi/weblogic.management.mbeanservers.runtime
    [wldeploy] [DomainManager.resetDomain():36] : Getting new domain
    [wldeploy] [DomainManager.resetDomain():39] : Using pending domain: true
    [wldeploy] [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@1bb9a58
    [wldeploy] [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@1bb9a58
    [wldeploy] [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@1f0aecc
    [wldeploy] [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@1f0aecc
    [wldeploy] [ServerConnectionImpl.initialize():171] : Connected to WLS domain: rspdomain06
    [wldeploy] [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [wldeploy] [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]f12
    [wldeploy] [BasicOperation.dumpTmids():689] : Incoming tmids:
    [wldeploy] [BasicOperation.dumpTmids():691] : {Target=rspadmin, WebLogicTargetType=server, Name=rsp_act_bundle8}, targeted=true
    [wldeploy] [BasicOperation.deriveAppName():140] : appname established as: rsp_act_bundle8
    [wldeploy] &lt;Aug 27, 2009 2:25:32 PM PDT> &lt;Info> &lt;J2EE Deployment SPI> &lt;BEA-260121> &lt;Initiating deploy operation for application, rsp_act_bundle8 [archive: E:\Workspaces\build\Deploy\dist\rsp_act.ear], to rspadmin .>
    [wldeploy] [ServerConnectionImpl.upload():658] : Uploaded app to /opt/bea/wls10_3/user_projects/domains/rspdomain06/servers/rspadmin/upload/rsp_act_bundle8
    [wldeploy] [BasicOperation.dumpTmids():689] : Incoming tmids:
    [wldeploy] [BasicOperation.dumpTmids():691] : {Target=rspadmin, WebLogicTargetType=server, Name=rsp_act_bundle8}, targeted=true
    [wldeploy] [BasicOperation.loadGeneralOptions():606] : Delete Files:false
    [wldeploy] Timeout :3600000
    [wldeploy] Targets:
    [wldeploy] rspadmin
    [wldeploy] ModuleTargets={}
    [wldeploy] SubModuleTargets={}
    [wldeploy] }
    [wldeploy] Files:
    [wldeploy] null
    [wldeploy] Deployment Plan: null
    [wldeploy] App root: \opt\bea\wls10_3\user_projects\domains\rspdomain06\servers\rspadmin\upload\rsp_act_bundle8
    [wldeploy] App config: \opt\bea\wls10_3\user_projects\domains\rspdomain06\servers\rspadmin\upload\rsp_act_bundle8\plan
    [wldeploy] Deployment Options: {isRetireGracefully=true,isGracefulProductionToAdmin=false,isGracefulIgnoreSessions=false,rmiGracePeriod=-1,retireTimeoutSecs=-1,undeployAllVersions=false,archiveVersion=null,planVersion=null,isLibrary=false,libSpecVersion=null,libImplVersion=null,stageMode=null,clusterTimeout=3600000,altDD=null,altWlsDD=null,name=rsp_act_bundle8,securityModel=null,securityValidationEnabled=false,versionIdentifier=null,isTestMode=false,forceUndeployTimeout=0,defaultSubmoduleTargets=true,timeout=0deploymentPrincipalName=null}
    [wldeploy]
    [wldeploy] [BasicOperation.execute():423] : Initiating deploy operation for app, rsp_act_bundle8, on targets:
    [wldeploy] [BasicOperation.execute():425] : rspadmin
    [wldeploy] Task 42 initiated: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    [wldeploy] dumping Exception stack
    [wldeploy] Task 42 failed: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    [wldeploy] Target state: deploy failed on Server rspadmin
    [wldeploy] javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    [wldeploy]      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    [wldeploy]      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    [wldeploy]      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    [wldeploy]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [wldeploy]      at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:132)
    [wldeploy] Target Assignments:
    [wldeploy] + rsp_act_bundle8 rspadmin
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Task 42 failed: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    [wldeploy] Target state: deploy failed on Server rspadmin
    [wldeploy] javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    [wldeploy]      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    [wldeploy]      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    [wldeploy]      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    [wldeploy]      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    [wldeploy]      at javax.naming.InitialContext.lookup(InitialContext.java:392)
    [wldeploy]      at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:132)
    [wldeploy]      at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:88)
    [wldeploy]      at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
    [wldeploy]      at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:155)
    [wldeploy]      at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95)
    BUILD FAILED
    E:\Workspaces\build\Deploy\build.xml:16: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 42 failed: [Deployer:149026]deploy application rsp_act_bundle8 on rspadmin.
    Target state: deploy failed on Server rspadmin
    javax.naming.NameNotFoundException: Unable to resolve 'RspDataSource'. Resolved ''; remaining name 'RspDataSource'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:132)
         at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:88)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
    Edited by: user4068647 on Aug 27, 2009 5:04 PM
    Edited by: user4068647 on Aug 27, 2009 5:05 PM

    Hi David,
    I greatly appreciate your details.
    I have verified that and they looks fine. Let me give you some background.
    The Weblogic server is properly configured on my Sun Solaris box. I am successfully able to deploy applications (.ear files), when I do it from the same machine.
    But, I am getting the above mentioned issue only when I try to deploy same .ear file remotely; I mean deployment triggered from Windows 2003 server (target machine is Sun Solaris).
    Please give your pointers and help me.
    Regards,
    Gopal.

Maybe you are looking for

  • Calendar SDK on Win XP

    Hi, I have problems to run my java program on XP to access the calendar via calendar sdk. I got the error message: java.lang.UnsatisfiedLinkError: C:\Java\Calendar\capi\java\csdkjni.dll: %1 is not a valid Win32 application Any idea what could be happ

  • MacBook/Macbook Pro and Final Cut Studio

    I am about to buy a Mac, but im not sure if I should get the MacBook or MacBook Pro? Which is better suited for Final Cut Studio? Is there a specific version of the MacBook/MacBook Pro that would be best? Thanks so much!

  • What to do on uncompleted patchset apply?

    I installed OEM grid control 10.2.0.1 and tried upgrade to 10.2.0.5 by applying the patchset 3731593. After loading all files, the runInstaller was doing all configuration on the components like j2ee and oms. That took very long time and the popup ja

  • Workflow History List audit suitability

    Hi I'm using Approval workflows to approve documents and also provide auditing. This information is stored in the History List, however I can see  issues. 1. When a document is approved the information is held in the Workflow History. many times the

  • What if you purchased an app by mistake?

    when setting up my mac i guess i purchase some apps in error.  how can i reverse thispurchase?