Deploy webdypro.sda

Hi to all,
Can someone tell me how to deploy webdynpro.sda file? I installed SAP J2EE Engine 6.4 Stack 18. In order to use WebDynpro there is note that webdynpro.sda should be deployed so can someone indicate how to do that? Thanks in advance.
  Best regards,
Aleksandar

Hi Anoop,
Thanks for the help. First of all I would like to ask you some question,
      1. How can you check is j2ee-engine running? is there any port (e.g.   
          http://localhost:50000) where I can check it?
      2. From Start -> All Programs -> SAP J2EE Engine -P28 -> I've got only three   
            Options:
                a. Config Tool
                b. Deploy Tool
                c. Visual Administration
          There is no any (e.g. Start J2EE Engine, Stop J2EE Engine) which is typically.
          To run engine, at least I thing that I do like that, I had to go to services and to
          Manually start SAPP28_00.
   Regarding your suggestion to search for remoteGui, I have found sdm_remotegui.bat, which resides under C:\usr\sap\P28\Shortcuts dir, but when I run
that bat file error arises  because it tries to run remotegui.bat that doesn't exist.
  Thanks in advance for your help.
  Best regards,
Aleksandar

Similar Messages

  • Error while deploying an sda from SDM.

    Hi All
    Am trying to deploy a sda file from SDM. But am getting this error during the deployment process
    Caught exception during access of archive ...'the sda archive'
    java.lang.NullPointerException
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    What s/d be going wrong here??
    Please help me on this.

    Hi Bhupesh,
    Have a look at this link...
    http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/content.htm
    It may help you in troubleshooting your problem
    Hope it helps you.
    Regards,
    Maheswaran.B

  • Problems in GP Transport - Deployment of SDA

    Hi,
    I am facing problems when I am deploying the SDA file which I have created for GP.   The first time I deployed the SDA file, it was showing me the objects inside a folder and I was able to release them. But on subsequent deployment, I was just getting the folder name in the Design time, and nothing inside that. I mean the folder was empty. I tried deploying the SDA file after deleting the folder from Design Time and Undeploying the previously deployed SDA file. But nothing works as I am getting an empty folder always.
    Hope someone will have an answer
    Cheers
    Madhu

    When a same SDA file is going to be deployed in GP, make sure the folders are removed from the Deleted Items folder as well.

  • How to deploy the SDA files in PI 7.1 ?

    Hi Guys,
    I have SDA file to deploy in PI 7.1. I could not find SDM in 7.1, Is this removed, if yes then how to deploy the SDA files.
    any help would be appreciated
    Thanks,
    Srini

    Hi Stefan,
    I placed the SDA file in the JSPM inbox directory and the JSPM could not detect this file as hotfix. I am getting the following error, it looks like i need to use the Netweaver developer stuido to deploy the SDA files.
    I am getting the following error even after placing the sda file in the respective directory.
    No applicable development component(s) found for deployment in Inbox directory
    sappn5\sapmnt\trans\EPS\in.
    Thanks,
    Srini
    Edited by: srinivas kapu on Oct 7, 2008 6:57 AM

  • Trying to deploy axisproviderlib.sda

    When I try to deploy axisproviderlib.sda, i get an unresolved dependency on com.sap.base.technology.facade and engine.j2ee14.facade.    Where can i find them?  I have had no luck.

    I repackaged it with another software and it started working.

  • How to manage the tables after deploying an SDA for Oracle

    How can I manage the tables after deploying an SDA  on Oracle.There is tool for MaxDB,but how can I connection to the Oracle Database?
    Thanks

    In J2ee administrator console

  • Error while deploying BIKit.sda on Portal

    Hello Masters,
    When I select the system for BW from VC Data tab, I get the following error:
    <b>Error -21007:Search for table returned an error. Service not found:
    com.sap.portal.guimachine.BIKit.CommandHandler.</b>
    However I am using VC 6.0 with Patch level 6.0 and EP 6.0 with SP14. So I tried to deploy the following sda files on the portal server:
    <b>BIUDISystems.sda
    com.sap.visualcomposer.BIKit.sda
    com.sap.visualcomposer.BIKitQV.ear</b>
    But I am not been able to deploy the last .ear file, the error message I am getting is as follows:
    <b>===========================================================================
    Deployment started Tue Jan 24 17:18:23 IST 2006
    ===========================================================================
    Starting Deployment of com.sap.visualcomposer.BIKitQV
    Aborted: development component 'com.sap.visualcomposer.BIKitQV'/'sap.com'/'SAP AG'/'6.20.20050824171228.0000':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Exception in operation update with application sap.com/com.sap.visualcomposer.BIKitQV.. Reason: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ServiceBase.setGlobalClientSettings(Lcom/sap/engine/interfaces/webservices/runtime/GlobalClientSettings;)V; nested exception is:      java.lang.NoSuchMethodError: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ServiceBase.setGlobalClientSettings(Lcom/sap/engine/interfaces/webservices/runtime/GlobalClientSettings;)V
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of com.sap.visualcomposer.BIKitQV finished with Error (Duration 14312 ms)</b>
    Can any one tell me what configurations to do to create an application which will use BW Queries.
    Thanks in advance,
    Deep.

    you need to set up FQDN fully qualified domain name.
    instead of  http://duetserver:8006/....you need to use
    http://duetserver.domain.com:8006/...
    check
    1. whether WAS settings in system definition in portal is with FQDN
    2. check whether ABAP system FQDN is done. (its in the profile parameter icm/host_name_full (you can run abap report RSPARAM and check this.)

  • Deploy Webdypro without uploading all Libraries

    Hi,
    I use Netweaver Develp Studio to develop JAVA Webdypro projects.
    The project uses a huge library (containing 100 jars). When I deploy my projects within Webdypro view, (new deploy and run), all these libraries together with the rebuilt ear will be uploaded to server.
    If I only change one JAVA source and want to test the app, I have to wait very long time before all these libraries are uploaded. (The old libraries will be all deleted before the upload)
    I find this quite upset. Since the libraries will be used all the time, can't Webdypro just keep them on the server instead of deleting & uploading them each time by new deployment?

    Hi,
    May you should keep these libraries as external DC library and use it in "used DCs" of your DC webdynpro application. If you do that, you won't need to deploy all your libraries every time. You have to redeploy them only when you will change some jar.
    For using external library DC you can refer to following weblog:
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    Best Regards
    Yoel
    Message was edited by:
            Yoel  Malekan

  • How do I re- deploy an sda

    SAP recommended to redeploy sda
    com.sap.security.api.offline.sda (extract from SAPJEECOR*_.SCA)
    How do I extract from .sca to redeploy.
    Thanks
    Mikie

    Hi,
    There are two options,
    1.You can redeploy the whole SCA so that the sda will automatically get redeployed through SDM
    2.Extract the SCA (can be through WinRAR).Then you will get all the sda's in that.Then redeploy the required sda using SDM.
    Regards,
    Srujana.

  • How to Confirm the SDAs deploy order of SCA in RemoteGUI of SDM

    Hello everybody,
           We assemblied a sca file in NWDI when we finished development.
           But when we used RemoteGUI to deploy the SCA file in another NetWeaver2004s engine.The Deploy order is wrong.The SDM doesn't first deploy the Library,EAR.It deployed the SDA ordering by the letter order ,not the dependence order.
           For example,there are two SDA in the SCA file, one's name is <b>d_lib</b>,another name is <b>a_ear</b>.The a_ear depend on the d_lib.When SDM deploy the SCA,it first deploy the a_ear,not d_lib.
          How to Confirm the SDAs deploy order of SCA in RemoteGUI of SDM?

    Hi Marc,
    Thanks for your help!
    I found the Prodiver.xml,and the content is:
    <?xml version="1.0" encoding="utf-8" ?>
    - <provider-descriptor>
      <display-name>om/library</display-name>
      <component-name>om/library</component-name>
      <description />
      <major-version>7</major-version>
      <minor-version>00</minor-version>
      <micro-version>0</micro-version>
      <provider-name>pjs.com</provider-name>
    - <jars>
      <jar-name>pjs.comomwcalistwcalist_daoWcalistPackage.jar</jar-name>
      <jar-name>pjs.comomlogequipdao~daoPackaged.jar</jar-name>
      <jar-name>pjs.comomnotificationnotification_daoNotificationPackage.jar</jar-name>
      <jar-name>pjs.comombasedaodaoPackaged.jar</jar-name>
      <jar-name>pjs.comomlogareaareadaopackaged.jar</jar-name>
      <jar-name>pjs.comompostpost_daoPostPackage.jar</jar-name>
      <jar-name>pjs.comompostpost_daoSpecialtyPackage.jar</jar-name>
      <jar-name>pjs.comomtaskdaopackaged.jar</jar-name>
      <jar-name>pjs.comomgradeprojectgradedaopackagSDA.jar</jar-name>
      <jar-name>pjs.comomlogreconlredaopackaged.jar</jar-name>
      <jar-name>pjs.comomsafeexcepreportExcepReportPackage.jar</jar-name>
      <jar-name>pjs.comomsaferecorddaoapi.jar</jar-name>
      <jar-name>pjs.comomlogelogelogdaopackaged.jar</jar-name>
      <jar-name>pjs.comomsysdaopackaged.jar</jar-name>
      <jar-name>pjs.comombasevindbasedaopackaged.jar</jar-name>
      <jar-name>pjs.comomlogsearchpersondao~SearchPersonSDA.jar</jar-name>
      <jar-name>pjs.comomplacarddaoplacardPackaged.jar</jar-name>
      <jar-name>pjs.comompostpost_daoPersonPackage.jar</jar-name>
      <jar-name>pjs.comomsbillrecorddaosbillRecordPackaged.jar</jar-name>
      <jar-name>pjs.comomdutyperson_dao~DutyPersonSDA.jar</jar-name>
      <jar-name>pjs.comomrptdaoRptSDA.jar</jar-name>
      <jar-name>pjs.comompostpost_daoEquipmentPackage.jar</jar-name>
      <jar-name>pjs.comomlogtypelogdaopackaged.jar</jar-name>
      <jar-name>pjs.comomsafeproeval_daoProEvalPackage.jar</jar-name>
      <jar-name>pjs.comompersonpostdaopackaged.jar</jar-name>
      <jar-name>pjs.comomlogsearchlogdao~SearchSDA.jar</jar-name>
      <jar-name>pjs.comompublic~packaged.jar</jar-name>
      <jar-name>pjs.comomspellgroupdaodaoPackaged.jar</jar-name>
      <jar-name>pjs.comomlogpersonlogdao~packaged.jar</jar-name>
      <jar-name>pjs.comompostpost_daoRlogPackage.jar</jar-name>
      <jar-name>pjs.comomschedule_dao~ScheduleSDA.jar</jar-name>
      <jar-name>pjs.comomreportrptdaopackaged.jar</jar-name>
      <jar-name>pjs.comompostpost_daoRecordClassPackage.jar</jar-name>
      <jar-name>pjs.comompostpost_daoReqpPackage.jar</jar-name>
      <jar-name>pjs.comomlogshiftclassdao~ShiftClassSDA.jar</jar-name>
      <jar-name>pjs.comomverifyrecorddao~RecordPackage.jar</jar-name>
      <jar-name>pjs.comomunit_dao~UnitSDA.jar</jar-name>
      <jar-name>pjs.comomdatadefinedefdaopackaged.jar</jar-name>
      <jar-name>pjs.comomheader_dao~HeaderSDA.jar</jar-name>
      <jar-name>pjs.comomspellspedaopackaged.jar</jar-name>
      <jar-name>pjs.comomlogrecdlcddaopackaged.jar</jar-name>
      <jar-name>pjs.comomlogsearchequip_dao~SearchEquipSDA.jar</jar-name>
      <jar-name>pjs.comomcompanycomdaopackaged.jar</jar-name>
      <jar-name>pjs.comommaceasyformdao~daoJAR.jar</jar-name>
      <jar-name>pjs.comomdeclaredecdaopackaged.jar</jar-name>
      <jar-name>pjs.comompostpost_daoFunlcodePackage.jar</jar-name>
      <jar-name>pjs.comomlogeventlevdaopackaged.jar</jar-name>
      <jar-name>pjs.comomclient_dao~ClientSDA.jar</jar-name>
      <jar-name>pjs.comomlogdepldedaopackaged.jar</jar-name>
      <jar-name>pjs.comomlogceqplceqdaopackaged.jar</jar-name>
      <jar-name>pjs.comomrptinforptdaopackaged.jar</jar-name>
      </jars>
      </provider-descriptor>
    I checked it and didn't find any error! What can i do?

  • Application name for SDA Deployment(Custom Adapter)

    hi Experts,
    I am trying to deploy an SDA file using SDM. I had created an EAR project using NWDS and then converted this into an SDA file using CECLT.
    Now while deploying this file using SDM, it is asking for application name and vendor name. Vendor name i had given while creating SDA file.
    What is the meaning of application name while deploying SDA file?
    Please help if possible! Thanks!
    Mayank

    Hi DDasgupta,
    After you created a web application with a custom host name, if you got a prompt for the user and you may face the following issues:
    There is continuous prompt for the credentials
    HTTP 401.1 error
    This shows that there is a problem with the Loopback configuration. This situation should occur only when we access the application from the server machine.
    For fixing the problem, we have to disable the Loopback value inside the registry.Open the Registry Editor (regedit.exe) and locate the following key:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa, and create a new Key Value of type DWORD inside
    it and set the value to 1.
    More information, please refer to the link:
    http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-2010-creating-host-name-for-web-application/
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Seeburger .SDA file deployment

    Hi Experts,
    I developed Seeburger edi mapping X2E in seeburger and created a .sda file and now want to deploy in XI sever..but there is already some standard mappings deployed. I can see some files like seeburger/mapping_user and mapping_user00. So now how I can proceed further.I also want to take back up of old mappings....so if any problem happens there i can deploy the old .sda file again...please suggest if someone has worked on this asap...
    Regards,
    NKumar
    Edited by: NKumar1 on Jul 12, 2011 7:20 PM

    Hi
    Check that your connection hostname, port & pwd is correct. Try with admin pwd.
    In SDM, SDM Repository page, after selecting the file, the same page select third option (i.e update deployed SCA/SDA that have any versions)
    Hope it helps you
    Cheers
    Jawahar Govindaraj

  • LMTOOL patch error: SDA to be deployed

    Hi All,
    During applying patches of LM TOOL through JSPM we are getting error as follows:
    It is saying that SDA to be deployed. But I dont know how to do that. I got tclcmdeployer.sda file at given location.
      Info: Finished saving the repository for 210 ms.
      Info: Starting: Initial deployment: Selected development component 'tc/lcm/deployer'/'sap.com'/'MAIN_NW702P05_C'/'3820096'/'10' will be deployed.
      Info: SDA to be deployed: E:\usr.....\SDM\root\origin\sap.com\tc\lcm\deployer\MAIN_NW702P05_C\10\3820096\tclcmdeployer.sda
      Info: Software type of SDA: J2EE
      Info: Begin of SAP J2EE Engine Deployment (J2EE Application)
      Info: Begin of log messages of the target system:
    -  Start updating EAR file...
    -  start-up mode is lazy
    -  EAR file updated successfully for 57ms.
    -  Start deploying ...
    -  EAR file uploaded to server for 112ms.
    ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/tclcmdeployer..
                         Reason: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.; nested exception is:
                              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:575)
                              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(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
                         Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:623)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:325)
                              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:3241)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:560)
                              ... 10 more
                         Caused by: java.lang.NoClassDefFoundError: com/sap/tc/ts/is/spi/ConnectEvent
                              at java.lang.Class.getDeclaredMethods0(Native Method)
                              at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
                              at java.lang.Class.getMethod0(Class.java:1901)
                              at java.lang.Class.getMethod(Class.java:984)
                              at com.sap.engine.services.ejb.util.ClassUtils.hasMethod(ClassUtils.java:45)
                              at com.sap.engine.services.ejb.deploy.verifier.BeanClassCheck.check(BeanClassCheck.java:56)
                              at com.sap.engine.services.ejb.deploy.verifier.session.SessionBeanCheck.check(SessionBeanCheck.java:51)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.checkBean(Verifier.java:82)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:46)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:254)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2167)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:608)
                              ... 16 more
                         For detailed information see the log file of the Deploy Service.
      Info: End of log messages of the target system.
      Info:  End of SAP J2EE Engine Deployment (J2EE Application)
      Error: Aborted: development component 'tc/lcm/deployer'/'sap.com'/'MAIN_NW702P05_C'/'3820096'/'10', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/tclcmdeployer..
    Reason: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)  Info: Starting to save the repository
    Info: Finished saving the repository for 156 ms.
      Info: Starting: Update: Selected software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2' updates currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P04_C'/'1000.7.02.4.1.20100604135121''/'0'.
    Nov 11, 2011 4:26:09 PM  Error: Aborted: software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2':
    Failed deployment of SDAs:
    development component 'tc/lcm/deployer'/'sap.com'/'MAIN_NW702P05_C'/'3820096'/'10' : aborted
    Please, look at error logs above for more information!
      Info: Starting to save the repository
      Info: Finished saving the repository for 156 ms.
      Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
      Error: - At least one of the Deployments failed-
    Please help me to solve this issue.
    Thanks and Regards,
    Ishan

    Hi,
    I am pasting last part of log file sdmlog<date>  here as file is too big. And Note you mentioned says undeploy that component using SDM. How to do that? I don't know. please help. 
    4:26:01 PM  Info: Starting to save the repository
    4:26:02 PM  Info: Finished saving the repository for 356 ms.
    4:26:02 PM  Info: Starting: No action: Selected development component 'tc/di/cts/import/service/appl'/'sap.com'/'MAIN_NW702P05_C'/'3820207'/'10' will not be redeployed. Only the previous development component 'tc/di/cts/import/service/appl'/'sap.com'/'MAIN_NW702P05_C'/'3820207'/'9' will be updated in the SDM repository.
    4:26:02 PM  Info: Finished successfully: development component 'tc/di/cts/import/service/appl'/'sap.com'/'MAIN_NW702P05_C'/'3820207'/'10', grouped by
    4:26:02 PM  Info: Starting to save the repository
    4:26:02 PM  Info: Finished saving the repository for 223 ms.
    4:26:02 PM  Info: Starting: No action: Selected development component 'tc/je/basicadmin/sapcontrol/lib'/'sap.com'/'MAIN_NW702P03_C'/'3520730'/'11' will not be redeployed. Only the previous development component 'tc/je/basicadmin/sapcontrol/lib'/'sap.com'/'MAIN_NW702P03_C'/'3520730'/'10' will be updated in the SDM repository.
    4:26:02 PM  Info: Finished successfully: development component 'tc/je/basicadmin/sapcontrol/lib'/'sap.com'/'MAIN_NW702P03_C'/'3520730'/'11', grouped by
    4:26:02 PM  Info: Starting to save the repository
    4:26:02 PM  Info: Finished saving the repository for 241 ms.
    4:26:02 PM  Info: Starting: No action: Selected development component 'tc/je/jmx/wsconnector/app'/'sap.com'/'MAIN_NW702P03_C'/'3520736'/'11' will not be redeployed. Only the previous development component 'tc/je/jmx/wsconnector/app'/'sap.com'/'MAIN_NW702P03_C'/'3520736'/'10' will be updated in the SDM repository.
    4:26:02 PM  Info: Finished successfully: development component 'tc/je/jmx/wsconnector/app'/'sap.com'/'MAIN_NW702P03_C'/'3520736'/'11', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2'
    4:26:02 PM  Info: Starting to save the repository
    4:26:03 PM  Info: Finished saving the repository for 365 ms.
    4:26:03 PM  Info: Starting: No action: Selected development component 'tc/je/jmx/wsconnector/sp/sda'/'sap.com'/'MAIN_NW702P03_C'/'3520733'/'11' will not be redeployed. Only the previous development component 'tc/je/jmx/wsconnector/sp/sda'/'sap.com'/'MAIN_NW702P03_C'/'3520733'/'10' will be updated in the SDM repository.
    4:26:03 PM  Info: Finished successfully: development component 'tc/je/jmx/wsconnector/sp/sda'/'sap.com'/'MAIN_NW702P03_C'/'3520733'/'11', grouped by
    4:26:03 PM  Info: Starting to save the repository
    4:26:03 PM  Info: Finished saving the repository for 209 ms.
    4:26:03 PM  Info: Starting: No action: Selected development component 'tc/je/mbeanviewer/app'/'sap.com'/'MAIN_NW702P03_C'/'3520861'/'11' will not be redeployed. Only the previous development component 'tc/je/mbeanviewer/app'/'sap.com'/'MAIN_NW702P03_C'/'3520861'/'10' will be updated in the SDM repository.
    4:26:03 PM  Info: Finished successfully: development component 'tc/je/mbeanviewer/app'/'sap.com'/'MAIN_NW702P03_C'/'3520861'/'11', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2'
    4:26:03 PM  Info: Starting to save the repository
    4:26:03 PM  Info: Finished saving the repository for 239 ms.
    4:26:03 PM  Info: Starting: No action: Selected development component 'tc/je/trace/app'/'sap.com'/'MAIN_NW702P03_C'/'3520908'/'11' will not be redeployed. Only the previous development component 'tc/je/trace/app'/'sap.com'/'MAIN_NW702P03_C'/'3520908'/'10' will be updated in the SDM repository.
    4:26:03 PM  Info: Finished successfully: development component 'tc/je/trace/app'/'sap.com'/'MAIN_NW702P03_C'/'3520908'/'11', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2'
    4:26:03 PM  Info: Starting to save the repository
    4:26:03 PM  Info: Finished saving the repository for 210 ms.
    4:26:03 PM  Info: Starting: Initial deployment: Selected development component 'tc/lcm/deployer'/'sap.com'/'MAIN_NW702P05_C'/'3820096'/'10' will be deployed.
    4:26:03 PM  Info: SDA to be deployed: E:\usr\sap\KSA\DVEBMGS00\SDM\root\origin\sap.com\tc\lcm\deployer\MAIN_NW702P05_C\10\3820096\tclcmdeployer.sda
    4:26:03 PM  Info: Software type of SDA: J2EE
    4:26:04 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    4:26:09 PM  Info: Begin of log messages of the target system:
    11/11/11 16:26:04 -  ***********************************************************
    11/11/11 16:26:07 -  Start updating EAR file...
    11/11/11 16:26:07 -  start-up mode is lazy
    11/11/11 16:26:07 -  EAR file updated successfully for 57ms.
    11/11/11 16:26:07 -  Start deploying ...
    11/11/11 16:26:07 -  EAR file uploaded to server for 112ms.
    11/11/11 16:26:09 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/tclcmdeployer..
                         Reason: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.; nested exception is:
                              com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:575)
                              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(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
                         Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:623)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:325)
                              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:3241)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:560)
                              ... 10 more
                         Caused by: java.lang.NoClassDefFoundError: com/sap/tc/ts/is/spi/ConnectEvent
                              at java.lang.Class.getDeclaredMethods0(Native Method)
                              at java.lang.Class.privateGetDeclaredMethods(Class.java:1655)
                              at java.lang.Class.getMethod0(Class.java:1901)
                              at java.lang.Class.getMethod(Class.java:984)
                              at com.sap.engine.services.ejb.util.ClassUtils.hasMethod(ClassUtils.java:45)
                              at com.sap.engine.services.ejb.deploy.verifier.BeanClassCheck.check(BeanClassCheck.java:56)
                              at com.sap.engine.services.ejb.deploy.verifier.session.SessionBeanCheck.check(SessionBeanCheck.java:51)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.checkBean(Verifier.java:82)
                              at com.sap.engine.services.ejb.deploy.verifier.Verifier.check(Verifier.java:46)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:254)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2167)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:608)
                              ... 16 more
                         For detailed information see the log file of the Deploy Service.
    11/11/11 16:26:09 -  ***********************************************************
    4:26:09 PM  Info: End of log messages of the target system.
    4:26:09 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    4:26:09 PM  Error: Aborted: development component 'tc/lcm/deployer'/'sap.com'/'MAIN_NW702P05_C'/'3820096'/'10', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/tclcmdeployer..
    Reason: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tclcmdeployer in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    4:26:09 PM  Info: Starting to save the repository
    4:26:09 PM  Info: Finished saving the repository for 156 ms.
    4:26:09 PM  Info: Starting: Update: Selected software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2' updates currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P04_C'/'1000.7.02.4.1.20100604135121''/'0'.
    4:26:09 PM  Error: Aborted: software component 'LM-TOOLS'/'sap.com'/'MAIN_NW702P06_C'/'1000.7.02.6.10.20110905085221''/'2':
    Failed deployment of SDAs:
    development component 'tc/lcm/deployer'/'sap.com'/'MAIN_NW702P05_C'/'3820096'/'10' : aborted
    Please, look at error logs above for more information!
    4:26:09 PM  Info: Starting to save the repository
    4:26:09 PM  Info: Finished saving the repository for 156 ms.
    4:26:09 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    4:26:09 PM  Error: -
    At least one of the Deployments failed -
    4:26:10 PM  Info: Delete the files from E:\usr\sap\KSA\DVEBMGS00\SDM\program\temp
    4:26:10 PM  Info: Close client connection to <HOSTNAME>.<companyname>.com/<ip-address>, remote port 64891
    4:26:13 PM  Info: Opened client connection to <HOSTNAME>.<companyname>.com (IP address <HOSTNAME>.<companyname>.com/<ip-address>, remote port 65012)
    4:26:22 PM  Info: Delete the files from E:\usr\sap\KSA\DVEBMGS00\SDM\program\temp
    4:26:22 PM  Info: Close client connection to <HOSTNAME>.<companyname>.com/<ip-address>, remote port 65012
    4:26:24 PM  Info: Start logging to 'E:\usr\sap\KSA\DVEBMGS00\j2ee\JSPM\log\log_2011_11_11_16_24_07\OperateSDM_01.LOG'
    4:26:24 PM  Info:
    4:26:24 PM  Info: ==========================================
    4:26:24 PM  Info: =   Starting to execute command 'ping'   =
    4:26:24 PM  Info: ==========================================
    4:26:24 PM  Info: Sending "ping" command to the SDM server...
    4:26:24 PM  Info: Opened client connection to 127.0.0.1 (IP address 127.0.0.1/127.0.0.1, remote port 65019)
    4:26:25 PM  Info: SDM server is running.
    4:26:25 PM  Info: Close client connection to 127.0.0.1/127.0.0.1, remote port 65019
    4:26:25 PM  Info: Successfully executed. Return code: 0
    6:20:12 PM  Info: ====================================
    6:20:12 PM  Info: JControl is shutting SDM Server down
    6:20:12 PM  Info: ====================================
    6:20:12 PM  Info: Server finished sending back the answer of the ShutdownRequest.
    6:20:12 PM  Info: Shutting dispatcher down
    6:25:16 PM  Info:
    6:25:16 PM  Info: ============================================
    6:25:16 PM  Info: =   Starting to execute command 'server'   =
    6:25:16 PM  Info: ============================================
    6:25:16 PM  Info: Starting SDM - Software Deployment Manager...
    6:25:17 PM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0204.20100323143211.0000
    6:25:22 PM  Info: SDM operation mode successfully set to: Integrated
      Info: JStartupFramework is requesting to start the SDM Server.
      Info: Start the SDM Server integrated in the JStartupFramework.
      Info: Initializing Network Manager (50017)
      Info: Starting SDM Server listening on port 50018
      Info: SDM started successfully.
    Please help me.
    Thanks,
    Ishan

  • How to Enable Deploy SDA

    Hi all,
    I'm trying to deploy a Mobile Component SDA file using Mobile Administrator on SAP NW 2004s. According to the SAP Library at Mobilizing Bussiness Process document online I have to switch to the Archive Converter function and choose Deploy SDA button after converting my WAR to SDA, if it's necessary, but Deploy button is missing!
    What I have to do to enable this button to deploy my application?
    By the way, I'm trying to deploy SAP MAM 2.5 application.
    Regards,
    Rogério

    Hi Rogerio
       Yes it is not possible to deploy SDA files using NW Admin if you are on SPs09 since this feature was delivered only as part of 04s SPs10.  If you are on 09, then you need to user the SDM tool only to deploy the SDAs and no other option is available. We also knew the pain of developers needs to undergo since they have no physical access to the server and this was the reason why we developed this feature and delivered it as part of SPs10.  I don not understand why you are afraid of using SPs10. Just go ahead and upgrade to SPs10 which will enable developers to deploy the SDAs using NW Admin itself.
    Best Regards
    Sivakumar

  • Deployment issue with aii_af_jmsproviderlib.sda file

    Hi,
    While I was trying to deploy above .sda file after adding classes12.jar ( for Oracle DB connection) to provider.xml. I have followed the doc to deploy external drivers doc available in SDN.
    However, it was still throwing following error. Please update me do i need to change any thing other than provider.xml file in the folder of server of above sda file.
    Details:
    = = = = = =
    1) Error loading archives selected.
    /scratch/aii_af_jmsproviderlib.sda
    (server side name is /scratch/aii_af_jmsproviderlib.sda)
    com.sap.sdm.util.sduread.IIIFormattedSduFileException:the infomation about development component found in the manifest is either missing or incomplete! Manifest attributes are missing or have badly formatted value:attribute keylocation is missing attribute keyname is missing attribute keyvendor is missing attribute keycounter is missing(/scratch/aii_af_jmsproviderlib.sda).
    While I was modifing the .sda file I have only considered additional entry in provider.xml. I didn't make any changed in manifest or server manifest files. Those are remain same.
    Please give me advice what would be cause of failure?

    Hi,
    I got the same issue and i solved that the trick is instead of deploying as sda files i tried to deploy that by using zip or rar file type.
    I am not sure it will work out but have a try of this one.
    Regards
    Vijay

Maybe you are looking for

  • 0calmonth, ocalyear

    Hi Gurus, I don't get 0calyear , 0calmonth, 0calweek, 0fiscper from source sytem. How do I populate the above fields in the cube.  I need those fields in the report. Any advice. Thanks Liza

  • Interactive buttons no longer are aligned CS4

    Has anyone figured out how to align buttons? When I convert any object to a button and then export the file to a .swf, the button no longer aligns with other objects. The alignment is correct in the InDesign file but not in the swf. Even when a butto

  • Parking document thru FB01

    Hi All, I used bapi BAPI_ACC_DOCUMENT_POST  for posting... Now the requiremnt is to give an option for Parking as well... so i searched SDN ....and i got a FM PRELIMINARY_POSTING_DOC_WRITE..for parking with code as well... but i m confused with code

  • TextLayoutFormat.fontFamily is null for a selection containing multiple fonts

    First we use RichEditableText.getFormatOfRange() to retreive a TextLayoutFormat object. Then we attempt to determine the fonts used in that selection with TextLayoutFormat.fontFamily. This works fine if only one font is set on the selection. However,

  • What happened to "Afro-Cuban upright piano" in Garageband?

    When I purchased the new iMac, many of my software instruments (e.g., Afro-Cuban upright piano) disappeared from my Garageband instruments.  Is there any way to get these back?  Thanks.