Re - Deploy IC WebClient in J2EE

Hello,
I have deployed the ICServer (IC WebClient) Java component on the J2EE Server and its working fine.
What I want to know is:
This deployment points to the CRM Dev Server (Client 100), now how do I change the System & Client parameters in this deployment so that it can point to the QA & finally ot the Production Box.
Do I need to make another Deployment of the same component? if Yes, How? As now I am unable to deploy the same component thru SDM.
Please Help. Thanks in Advance.
SP.

hello,
      Please check the XCM settings, there you can change the host/Ip of the crm system to point to....
I think this will help you.
Regards,
Naveen Rajagiri

Similar Messages

  • Error while deploying ear-file to J2EE via NWDS/SDM

    Hi everybody,
    i have a problem deploying an ear-file. I was looking for similar cases in forums, but didn't find anything. My application is developed by jsp/servlets. The deployment aborts with following error-massage:
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.warcom.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason: java.io.IOException: Stream closed
    I don't know what the reason could be. The application is running on tomcat. And I can deploy other applications to j2ee with nwds/sdm.
    Maybe somebody had or has the same problem. Or somebody knows the answer for the problem. Please help, points will be regarded. Thanks in advance.
    best regards
    Lu

    Hi,
    I checked the log-files, but there are no helpful informations, but:
    07/04/23 12:08:04 -  Start updating EAR file...
    07/04/23 12:08:04 -  start-up mode is lazy
    07/04/23 12:08:20 -  com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.war
                         com.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason:
                          java.io.IOException: Stream closed
    and
    Apr 23, 2007 12:08:20... Error: Aborted: development component 'Dokusunddownloads'/'sap.com'/'localhost'/'2007.04.23.12.07.47'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.war
    com.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason:
    java.io.IOException: Stream closed
    thanks,
    Lu

  • How to get deployment time of an J2EE application

    Hi All,
    I am developing J2EE applications on NetWeaver 7.0 and 7.1. In my application, I need to get deployment time of a J2EE application installed in the J2EE engine.
    For NetWeaver 7.1, I found SAP's Java APIs to do that:
          com.sap.engine.services.deploy.server.cache.dpl_info.Applications.get("appName").getMonitorData().getDateOfLastRedeployment();
    But for NetWeaver 7.0, I haven't found any similar stuffs.
    Could you give me any helps for the case of NetWeaver 7.0?
    Thank you very much.
    Viet

    I'm not 100% sure but you may be able to turn on tracing for the Java stack "Deploy" service.
    In Visual Administrator, go to "Global Conf [Server] -> services -> Deploy" change additional_debug_info.
    Then in "Cluster [server x] -> services -> log configurator [locations] -> com -> sap -> engine -> services -> deploy" change the debug level to "Info" or something.
    This should put some additional tracing out to the trace files which can be viewed in the Log Viewer.
    Don't forget to reset the trace level when you're done.

  • Deployment Error on sap-j2ee engine

    Hi
    I build an EJB project,Web project and added these to EAR project and built an '.ear' file. When i tried to deploy on sapj2ee engine. I got the following deployment error.
    My j2ee engine is up and running. What went wrong?
    Help me,
    Thanks
    ==========
    May 24, 2006 5:39:51 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [003]Deployment aborted
    Settings
    SDM host : sapep
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp22811JCP_EAR.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp22811JCP_EAR.ear
    Aborted: development component 'JCP_EAR'/'sap.com'/'localhost'/'2006.05.24.15.58.19':
    Caught exception during access of archive "D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.24.15.58.19\temp22811JCP_EAR.ear":
    java.lang.RuntimeException: ERROR: Cannot initialize EARReader: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.24.15.58.19\temp22811JCP_EAR.ear to J2EE 1.3.Exception is: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.24.15.58.19\temp22811JCP_EAR.ear to J2EE 1.3.
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:185)
         at com.sap.engine.deploy.manager.DeployManagerImpl.setEar(DeployManagerImpl.java:444)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.initDeployManager(EngineApplOnlineDeployerImpl.java:300)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:134)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:119)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:88)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.IOException: The following archives that aredescribed in the ear descriptor are not found in the ear:      JCP_EJB.jar,Please check the ear content.
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.checkDescriptor(ExtendedEARReader.java:805)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.getDescriptor(ExtendedEARReader.java:324)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.<init>(ExtendedEARReader.java:87)
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:85)
         ... 30 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Deployment exception : The deployment of at least one item aborted

    Hi Amol!
    The password is admin for SDM, i redployed by building '.ear' file again.
    You suggested to deploy the ear file on SDM remote gui, how to do that?
    help me
    Thanks
    ==========
    I got the error as:
    May 25, 2006 11:22:11 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : sapep
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp11022JCP_EAR.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp11022JCP_EAR.ear
    Aborted: development component 'JCP_EAR'/'sap.com'/'localhost'/'2006.05.25.11.17.51':
    Caught exception during access of archive "D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.25.11.17.51\temp11022JCP_EAR.ear":
    java.lang.RuntimeException: ERROR: Cannot initialize EARReader: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.25.11.17.51\temp11022JCP_EAR.ear to J2EE 1.3.Exception is: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.25.11.17.51\temp11022JCP_EAR.ear to J2EE 1.3.
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:185)
         at com.sap.engine.deploy.manager.DeployManagerImpl.setEar(DeployManagerImpl.java:444)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.initDeployManager(EngineApplOnlineDeployerImpl.java:300)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:134)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:119)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:88)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.IOException: The following archives that aredescribed in the ear descriptor are not found in the ear:      JCP_EJB.jar,Please check the ear content.
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.checkDescriptor(ExtendedEARReader.java:805)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.getDescriptor(ExtendedEARReader.java:324)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.<init>(ExtendedEARReader.java:87)
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:85)
         ... 30 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Deployment exception : The deployment of at least one item aborted

  • Deployment of Webservice in J2EE Engine.

    Hi All:
    I am created a webservice and want to deploy it in SAP J2EE engine. But when I am trying it I am getting below Error Message:
    /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [002]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I also checked the SAP J2EE parameters in NWDS and its perfect:
    Preference>SAP J2EE Engine>
    Message Server Host : given host name
    Message Server Port : 3900 (Even I tried 3600). I am not sure but I think 3900 is a default port for it??
    If some one face the same problem and solved it please share it with me...
    When Webservice receive the SOAP message from XI= XI is exploring or consuming it..i am confused on this:)
    Thanks & Regards,
    Farooq Farooqui.

    you can ask ur basis guy about the same or else if u have access to sap management console u can check it out urself.
    steps;
    sap mmc -- > goto ur server instance list in left frame
                    --> goto process list
                       --> in the right frame right click on msg-server.exe select developer trace.
    in that trace  ull find a statement like
    I listen to internal port  xxxx*** where xxxx is ur port.
    regards
    fariha
    reward if useful

  • Error deploying WS to remote J2EE engine

    Any help with what I am doing wrong here would be GREAT!
    I'm getting this message after I create a WS from a EJB:
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/ProdCatWsEAR..
    Reason: Webservices deployment exception! The reason is: Error occured, trying to generate web services deployment files for application sap.com/ProdCatWsEAR. . The error refers to application: none, jar: , web service: .; nested exception is:
    Any one have an idea?
    Regards,
    Mike Jakeway
    Whirlpool Corporation

    Anilkumar,
    Still no luck.  I am not using any complex data types and the developer studio and J2EE engine are both at SP09.
    Is there anything special I must do when deploying to a remote J2EE engine?  I am running NDS on Windows box and attemtping to deploy to an AIX box the J2EE engine.  I can deploy with no problem a simple J2EE app like the Calculator example.  I only receive this error when I attempt a WS deploy.
    Regards,
    Mike

  • Javax.enterprise.deploy.spi.exceptions.InvalidModuleException: [J2EE Deploy

    Hi,
    I'm using Weblogic Server 9.2. I'm having problems to deploy a .ear aplication.?:|
    When I try to install the aplication i get the following error:
    javax.enterprise.deploy.spi.exceptions.InvalidModuleException: [J2EE Deployment SPI:260105]Failed to create DDBeanRoot for application, 'sgi-core-1.0.jar'
    Could anyone say me how can I solve this error?
    The deployment descriptor weblogic-ejb-jar.xml seems to be correct.
    I'm using Andromda to generate the .ear file, so I don't know if it can be causing any problems
    If anyone could help me...
    Thanks in advance

    Hi,
    The J2EE Error code siply suggest that there is something wrong in your Deployment Descriptors...
    Can u please post the XML files available inside your "WEB-INF" directory?
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Cannot deploy app files to j2ee engine in NWDS

    Hi,
      I`ve got NWDS ver. 2.0.15 and I am trying to deploy some files to app server but I got message
    Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I am almost 100%  it`s because I need to use proxy to connect the server. I set up proxy settings in window->preferences->workbench->proxy but I think this option doesn't affect to j2ee engine connection. Cause for example I can access portal on port 50000 using my browser (with set up proxy), but I cannot deploy PAR file what`s more the settings window->preferences->SAP Enterprise portal are correct and the same which I used to connect portal using web browser.
      I was thinking about other way to check the connection and SDM Remote GUI came on my mind. Does anybody know how to set up proxy in this program?

    Rich,
      I did it and I am absolutley sure that host and message server are correct. I think that the problem is that to connect server the connection should be via proxy. And I think beacuse of it connection desnt work.
    Look at my example I can connect portal via web browser with configured proxy, but I cannot deploy PAR file using NWDS with the same port and host as I used in browser.
    I have configured proxy in NWDS (window->preferences->workbench->proxy) but I am affraid that this setting doesnt take affect to j2ee engine settings and Enterprise portal deployment settings.
    Now I am looking for tool which gives me possibility to connect SDM some other way with proxy. Or maybe there is some soft that allows me to set all outgoing network connections to go via proxy.

  • Error while deploying .EAR on to J2EE Engine..

    HI all,
    I was trying to deploy a .EAR file on to the nw04s J2ee Engine.But it is getting aborted and it is throwing the following error.
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.MissingSubstitutionException: Missing substitution value for variable [com.sap.dc_name].
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC
    Can someone help me out on what could be the reason for this error.
    Best regards,
    Vijaya Sai.
    Message was edited by: Vijayasai

    Hello Vijayasai,
    Could you please send me the .Ear([email protected])in question or if this is not convenient for you, at least the SAP_Manifest, so we can investigate the issue.
    Best Regards,
    Elena

  • Problem deploying application - ERROR: No j2ee modules detected

    Hi
    I am new to jDeveloper, and I have created a stateless session EJB, and a JSF page with one ADF component on. When I try to deploy my application to Weblogic, I get this error:
    ERROR: No j2ee modules detected in EAR archive. Deployment aborted
    Any ideas what I can do to fix this?
    Thank you
    Søren

    Hi, I had this same problem. The whole purpose of a EAR is containing a J2EE app. It's divided on a Web Components Archive (WAR) and a JAR with the Enterprise App. I found this document useful and the app could be deployed successfully to an EAR. Remember to include all you extra libraries as another file Group of the "Libraries Type". Basically you owuld have to separatelly create the WAR deployment descriptor, the EJB JAR deployment descriptor and after that create the EAR based on one or two of them.
    [http://download.oracle.com/otndocs/tech/ias/portal/files/RG/OBE/deployToAppServer/lesson_Deployment.htm|http://download.oracle.com/otndocs/tech/ias/portal/files/RG/OBE/deployToAppServer/lesson_Deployment.htm ]
    This document is intended for Jdev10g and OracleAS 10, but the procedure is almost the same for both versions.

  • Deploying ADF BC as J2EE Web Service

    I am attempting to deploy some ADF BC components (just the data model) as a J2EE web service. In the Application Module Editor I have selected the "Remoteable Application Module" and selected the "J2EE Web Service" option. Some of my public methods that I have exposed on the Client Interface (which return primitive types or serializable complex types) of the AM are placed into the WSDL of the web service. I would like to return a representation of one of the View objects and understand since the view itself is not a serializable type, I cannot return this directly. I created a public method on the Application Module that returns a RowSet (which I grabbed from the view) and it allows me to put that method on the Client interface but it does not show up in my web service. Is there anyway to directly return a representation of the view without manually retrieving the data and placing it in a custom class/bean that I return and then have to turn back into a view on the calling side?
    Thanks for any help

    Hi,
    exposing a VO as a WebService will come a s a feature in JDeveloper 11. Until then you can only expose methods
    Frank

  • Deployment getting aborted on J2EE Engine from NWDS

    Hi,
    While i am trying to deploy the Java WebDynPro code on J2EE Engine its giving me the following error.
    Apr 9, 2008 10:24:53 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : sghrdpr7
    SDM port : 50118
    URL to deploy : file:/C:/DOCUME1/NUZHAT1/LOCALS1/Temp/temp21573sap.comfixedtoolbar.ear
    Deployment exception : Server sghrdpr7 did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server sghrdpr7 at port 50118: sghrdpr7
    Inner exception was :
    Server sghrdpr7 did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server sghrdpr7 at port 50118: sghrdpr7
    The deployment is getting aborted.
    I have tried telnet for the port number from my end and that is successfull.
    Now i dont where the problem is????????
    Please help urgently

    Hi,
    Have you checked whether the deployment with the SDM directly works or not ? (not through NWDI).
    Also, for the SDM deployment to function correctly, make sure of the following :
    Please make sure to set :                                                                               
    - the P4 host to localhost in the Secure Store (setting localhost is a workaround if you have multiple hostnames (virtual/physical)
    - the secure store should have the correct password for the j2ee_admin(in case of dual stack) or administrator(in case of java only) as SDM server takes the password from secure store for the login to j2ee engine as administrator which is required for the deployment.
    - SAPLOCALHOST, SAPGLOBALHOST, and SAPGLOBALHOSTFULL value in the SCS &
    JC profiles must point to the desired hostname/IP. If they don't exist 
    please create and set accordingly.        
    - in the sdmrepository.sdc file, the following                         
    values are set expected with expected host :                           
          <mshost>                                                         
            *hostname**                                                  
         </mshost>                                                         
         <msport>                                                          
            **port -can be found in dev_ms file*                         
         </msport>                                                                               
    Please restart the cluster.                                                                               
    Try to deploy using SDM without the workaround.                                                                               
    If the deployment fails, please paste the exception/error from the lastest sdm log from SDM\program\log directory and corresponding exception from the latest defaultrace file from server0\log directory.
    Hope the above helps.
    Regards,
    Snehal

  • Deploying servlets on the J2EE platform.

    Hello all,
    I have a pretty simple question. Does the J2EE platform have a web server for deploying servlets or do I need to download something to add to the platform to be able to run servlets? I have completed going through the tutorial for developing Dukes Bookstore Servlet. I got it to run and everything is fine. I have developed an HTTP Servlet that I need to run for an application to communicate with. I went through the steps I needed to be able to deploy this servlet through deploytool but I am getting an HTTP 404 error telling me the servlet is not available. Am I getting this error because the J2EE platform is only designed to run it's own example programs, meaning that I need to add a web server to the platform to get non J2EE examples to run through deploytool? Or is there some other reason for this error? If you need to see my HTTP servlet source code let me know and I will post it? Thanks, in advance, for any information you can give me concerning this issue.
    Sincerely,
    Michael Sucena

    Sorry, I should have said "shell variables". They set a number of them in that catalina.bat file. The actual call to java has a line:
    %_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% -Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=n %DEBUG_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" -Djava.security.manager -Djava.security.policy=="%SECURITY_POLICY_FILE%" -Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
    Comment this out. And place an "echo" command in front of %_EXEC_JAVA%. That should output the command the script is trying to run instead of running it (you may have to enclose or escape some of the above in quotes, my DOS scripting has been unused for a while). You should be able to see a typo in the command line being executed.
    Other than that, I am not sure what the problem might be. There is no reason to load a file starting with "-D", as this is a command-line argument for the java executable.
    - Saish
    "My karma ran over your dogma." - Anon

  • Deploy error on SAP J2EE (CRM/Internet Sales)

    We are using Internet Sales for CRM 4.0 on SAPJ2EE 6.20 SP24.
    When deploying the application I get a strange error message saying:
    WARNING 1 - Error can't load Servlet com.sapmarkets.isa.core.ActionServlet :
    java.lang.NoClassDefFoundError: com/sap/util/monitor/jarm/sat/ISatCheck
    I don't understand why I get this. The application cannot be run since I get the same error when trying to access the webpage (//localhost:80/b2b/b2b_prot/init.do). I have tried to register all relevant libraries using the changelib and changeref commands.
    Anyone have any suggestions!?
    Best Regards
    Andreas

    Hi,
    You seems to be right about the build tool.
    Now when I try to access the application it gives the following error message:
    java.lang.Exception: No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration
    But when I enter the XCM configuration http://localhost/b2b_***/admin/xcm/init.do
    (with correct user and password) I cannot change anything.
    Under Start->Options I cannot change paths. I cannot change any settings under Application Configurations under neither SAP nor Customer.
    Is there some setting missing?
    Best Regards
    /Andreas

  • Has anyone deployed Web Services on J2EE RI 1.3.1 using Studio ?

    I am getting the following run time exception -
    java.lang.RuntimeException: Failed to fnd SOAP deployment descriptor by the resource name '/as/WebService/ClaimsManagerWebServiceSOAP.dd'. Unable to automatically deploy as a SOAP service.
         at com.sun.forte4j.webdesigner.basecomponent.DeploySOAP.loadRegistry(DeploySOAP.java:47)
    And Studio has deployed my service under $J2EE_HOMEpublic_html/ClaimsManagerContext as follows -
    ClaimsManagerWebService.wsdl META-INF
    ClaimsManagerWebServiceClient_Error.jsp original.war
    ClaimsManagerWebServiceClient_SOAP.html soap.xml
    getLightWeightClaims_SOAP.jsp WEB-INF
    and under WEB-INF/classes/as/WebService i have my .dd -ClaimsManagerWebServiceSOAP.dd

    Sorry : my version xmlpserver is 101342

Maybe you are looking for

  • How can i change my macbook user password without knowing it

    Apparently I have my settings to where i do not need a password to log in. Since changing my password a year ago, I have forgotten in. I can still log on, however i can't make any changes or download any software changes without that password. Thanks

  • Indesign CC crash on Mac OSX 10.9

    I recently updated both to Mavericks and InDesign CC. Then Indesign will not open on.  The application crashes after it opens 5 seconds.  I have uninstalled, re-installed, but does't work. Who can help me....please.... This ist error report: error Cr

  • Originals tab unable to see

    Dear Friends, I have to implement DMS on ECC 6.0, as you all are aware that with ECC 6.0 2 tabs are coming as a functionality of PLM. I will apply the solution to remove  those tabs. But Originals tab I am unable to see. Where can I attach my documen

  • Pictures App won't open anymore

     When i press the Pictures App it will not open. A windows appears but then quickly disappears. My photos are now in the File Manager App but if I click on a photo and try to open it it won't open. The Pictures App appears and disappears again. If I

  • MBP will not recognize HDD

    Ok so I have a WD external passport that will no longer appear on my Macbook pro. I tried to run a firmware update on the HDD with mbp that didn't finish. Since then it will not even show in disk utility. It will connect to my iMac just fine. I also