SDM connection

Hi, I`m having this message after installing SAP Web Application Server Java 6.40(J2EE Engine)
First of all it asks for a password, which I typed sdm and tried other fo the OS users and always get this error
ERROR: Could not establish connection to server  XXX at port 50018: Connection refused: connect
I would appreciate your help
Regards,
Gino Arias

Hi,
  See this two thread:
Connecting to EJB
Connecting to EJB
Regards
Suresh KB

Similar Messages

  • SDM Connectivity - Urgent

    Hi,
    Caused by: java.security.NoSuchAlgorithmException: No such algorithm: PbeWithSHAAnd3_KeyTripleDES_CBC
            at javax.crypto.SunJCE_b.c(DashoA12275)
            at javax.crypto.SunJCE_b.a(DashoA12275)
            at javax.crypto.Cipher.a(DashoA12275)
            at javax.crypto.Cipher.getInstance(DashoA12275)
            at com.sap.security.core.server.secstorefs.Crypt.<init>(Crypt.java:220)
            at com.sap.security.core.server.secstorefs.SecStoreFS.<init>(SecStoreFS.java:1346)
            at com.sap.sql.connect.OpenSQLConnectInfo.getStore(OpenSQLConnectInfo.java:798)
            ... 27 more
    Jan 16, 2008 5:31:48 PM  Warning: Caught CVersProxyAccessException while saving repository: CVersAccessException: Cannot acces
    s CVers due to missing or incorrect configuration.
    Additional error message is:
    com.sap.sdm.apiint.serverext.servertype.TargetServiceException: Cannot provide connect data for database target system "CONFIG
    _DB".
    Additional error message is:
    com.sap.sdm.serverext.servertype.dbsc.DatabaseConnectException: Creation of DataSource for database "EPG" failed. (com.sap.sql
    .log.OpenSQLException: Error while accessing secure store: Encryption or decryption is not possible because the full version o
    f the SAP Java Crypto Toolkit was not found (iaik_jce.jar is required, iaik_jce_export.jar is not sufficient) or the JCE Juris
    diction Policy Files don't allow the use of the "PbeWithSHAAnd3_KeyTripleDES_CBC" algorithm..)
    Jan 16, 2008 5:32:03 PM  Info: Actions per selected component:
    Jan 16, 2008 5:32:03 PM  Info: Initial deployment: Selected software component 'BP_ERP5ESS'/'sap.com'/'MAIN_ERP05VAL_C'/'1000.
    1.0.10.0.20070704092730''/'2' will be deployed.
    Jan 16, 2008 5:32:03 PM  Info: Initial deployment: Selected development component 'ess/bp_ess'/'sap.com'/'MAIN_ERP05VAL_C'/'11
    99208'/'2' will be deployed.
    Jan 16, 2008 5:32:03 PM  Info: Initial deployment: Selected development component 'ess/bp_essrowo'/'sap.com'/'MAIN_ERP05VAL_C'
    /'1199211'/'2' will be deployed.
    Regards,
    Basis

    Hi,
    Refer SAP Note 1071472 - FileSystem SecureStore connection issues.
    Go to folder /sapmnt/<SID>/global/security/lib/tools, you will find iaik_jce.jar & iaik_jce_export.jar check whether thease are latest one's if not download & replace with new one.
    Try removing the file iaik_jce_export.jar, it worked for me once.
    Hope this will help you.
    Best Regards,
    Sachin.

  • Deployment Architecture

    We have a project in LAD to implement Endeca Information Discovery 3.1 with text enrichment (Siebel as structured data source and Twitter and Facebook as unstructured data sources).
    We need to define the architecture for Dvmt, Test and production environments. So far we found the following presentation where we have recommendations
           OEID v3.1 IT Deck - 2nd Meeting Presentation (see slide #38 - #43)
    Can we use those slides as a guide / reference to define the architecture? Or is there any other documentation that we should take into account?
    Regards,
    Mariano

    Hi,
    >How do the files get copied to the different file systems in a clustered environment?
    I believe the server node SDM connects to is categorized as the master node.
    When it has deployed the application in the database and on its own server node, it through the message server triggers a cluster synchronization of the application.
    So the files are sent through the message server (or directly between master node and the others as the message server allows this if there is a lot of data)
    >How does it work if users are using the application that is being updated?
    Good question. I believe the SAP system does the following:
    1. Stop the application, throwing out all users and possibly removing any session data
    2. Update the application (user will get error message that application is not available if trying to access)
    3. Start the application (once up users will be able to access it)
    To find out more, put on ALL logging in the log configurator services in visual admin for the location com.sap.engine.services.deploy (and possibly com.sap.engine.core.cluster)
    >Should hot-deployments be done or should they be deployed when the system is quiet?
    Depends on the business criticality of the application. I would normally recommend off-hours for the deployment, but as far as I knowSAP supports deployment during high load as well.
    >Is any of this documented anywhere?
    Not that I know of.
    The information above is based on analysis of some cluster synchronization problems for WD for java application we had on earlier versions.
    Cheers
    Dagfinn

  • OTM deployment architecture

    Hi experts,
    We are facing the serious issue about the OTM deployment thus looking for your help.
    Currently, our customer central host OTM in China. Web/APP/DB servers are all locate at the same place.
    The system response time on IE is very fast (< 5 secs) while the users are in China no matter using internet or customer's intranet.
    While users is not in the China, it takes 20~30 secs even longer to connect the OTM.
    After enable DEFLATE/EXPIRE mod on the Apache also try Oracle Web Cache.
    The intranet user from Indonesia is fast (<5 secs), almost no difference to users in China.
    The users in Germany feedback that the response time improved.
    However, it still take 10 sec ~ 15 sec which is not acceptable.
    Anybody has similar issue and any solution to fixed it?
    Thanks

    Hi,
    >How do the files get copied to the different file systems in a clustered environment?
    I believe the server node SDM connects to is categorized as the master node.
    When it has deployed the application in the database and on its own server node, it through the message server triggers a cluster synchronization of the application.
    So the files are sent through the message server (or directly between master node and the others as the message server allows this if there is a lot of data)
    >How does it work if users are using the application that is being updated?
    Good question. I believe the SAP system does the following:
    1. Stop the application, throwing out all users and possibly removing any session data
    2. Update the application (user will get error message that application is not available if trying to access)
    3. Start the application (once up users will be able to access it)
    To find out more, put on ALL logging in the log configurator services in visual admin for the location com.sap.engine.services.deploy (and possibly com.sap.engine.core.cluster)
    >Should hot-deployments be done or should they be deployed when the system is quiet?
    Depends on the business criticality of the application. I would normally recommend off-hours for the deployment, but as far as I knowSAP supports deployment during high load as well.
    >Is any of this documented anywhere?
    Not that I know of.
    The information above is based on analysis of some cluster synchronization problems for WD for java application we had on earlier versions.
    Cheers
    Dagfinn

  • WLI Deployment Architecture

    Hi,
    I have a client requesting information regarding WLI deployment ie. running
    BPM in a clustered environment, messaging between different workflows on
    different servers, performance tuning, best/worst practices etc.
    Does anyone know of any documentation or resources that would provide
    insights into this area?
    Thanks.
    Steve

    Hi,
    >How do the files get copied to the different file systems in a clustered environment?
    I believe the server node SDM connects to is categorized as the master node.
    When it has deployed the application in the database and on its own server node, it through the message server triggers a cluster synchronization of the application.
    So the files are sent through the message server (or directly between master node and the others as the message server allows this if there is a lot of data)
    >How does it work if users are using the application that is being updated?
    Good question. I believe the SAP system does the following:
    1. Stop the application, throwing out all users and possibly removing any session data
    2. Update the application (user will get error message that application is not available if trying to access)
    3. Start the application (once up users will be able to access it)
    To find out more, put on ALL logging in the log configurator services in visual admin for the location com.sap.engine.services.deploy (and possibly com.sap.engine.core.cluster)
    >Should hot-deployments be done or should they be deployed when the system is quiet?
    Depends on the business criticality of the application. I would normally recommend off-hours for the deployment, but as far as I knowSAP supports deployment during high load as well.
    >Is any of this documented anywhere?
    Not that I know of.
    The information above is based on analysis of some cluster synchronization problems for WD for java application we had on earlier versions.
    Cheers
    Dagfinn

  • How during deployment my user id has been checked by J2EE engine

    Hi,
    If I want to transport my application, Do I need a valid user ID created in J2EE engine UME. If it is, How during deployment my user id has been checked by J2EE engine.
    Thanx for your time.
    Cheers,
    Sam

    Hi,
    to deploy your application to the J2EE engine you normaly use SDM (Software Deployment Manager). You need a password (no user Id) to deploy via SDM. This password was set up during installation of the Web AS. You can reset this password via SDM command line tool. Have a look at the SDM documentation for details.
    SDM uses the deploy service of the J2EE engine to deploy the application. Therefore SDM connects to the J2EE engine via a username and password that are stored in the secure store (Configtool -> Secure Store). This user is normally identical with the administration user. If you change the password of the administrator you also have to change the password in the secure store. Oterwise you cannot deploy via SDM.
    Regards Helmut

  • Can we change initial Master password at the SAPinst after the installation

    Hi Experts,
    We are having a bit of trouble getting Solution Manager about initial Master password at the SAPinst.
    I have done install the Solution Manager 7.0 SR3.
    However, after installation we have to change the password when used at SAPinst for our company security problem.
    Does anyone know how to change these users password and settings password?
      - J2EE_ADMIN
      - SAPJSF
      - SLDDSUSER
      - SLDAPIUSER
      - ADSUSER
      - ADS_AGENT
      - smdadm
      - Key Phrase for Secure Store
      - SDM Connection password
    Thanks!

    > Does anyone know how to change these users password and settings password?
    >
    >   - J2EE_ADMIN
    >   - SAPJSF
    >   - SLDDSUSER
    >   - SLDAPIUSER
    >   - ADSUSER
    >   - ADS_AGENT
    >   - smdadm
    >   - Key Phrase for Secure Store
    >   - SDM Connection password
    Since a Solution Manager is a double stack installation (ABAP + Java) and has the UME configured that the passwords in the ABAP are used you can change (most of) them in ABAP.
    HOWEVER: Those passwords are used on different places and you would need to check the specific application section where they are used (WebDynpro connections, JCo etc.)
    Markus

  • Problem activating changes to JDI (SP16)

    <b>Environment</b>
    My environment consists of a NWDS (Version: 2.0.9, Build id: 200411030238, I applied SP16 to it) and NWDI SP16.
    <b>Application</b>
    I have the following DC in my NWDS;
    1) Java DC (containing external libraries i.e. struts)
    2) J2EE Server lib DC (wraps Java DC for runtime, buildtime dependecies)
    3) J2EE web DC (uses 2 and houses my app)
    4) J2EE ear DC (wraps the entire app for deployment to the server)
    In addition to the above details I added a build.vm to the /cfg/ folder in my Java DC above..
    Contents of the build.vm
    ********************start
    <!--
    This script copies all *.jar files below src/packages
    to the folders generated by every public part of the DC.
    -->
    <project name="Copy jar" basedir="." default="build">
    <target name="build" depends="copy" />
    <target name="copy">
    #foreach($pp in $dc_public_parts)
    <echo message="Public Part: $pp.Name"/>
    #set( $ppdir = "$/${pp.Name}" )
    <mkdir dir="$ppdir/lib/java" />
    <copy todir="$ppdir/lib/java" >
    <fileset dir="$/src/packages/" >
    <include name="*.jar"/>
    </fileset>
    </copy>
    #end
    </target>
    </project>
    ********************end
    <b>Problem</b>
    While I can successfully build and deploy to my local J2EE server when I attempt to activate all of my activities to NWDI.  My activities get stuck in a "queued" state and don't go anywhere.  I have tried to re-build my compartment and re-activate but that didn't work.
    Is anyone else having problems with external libraries and SP16?
    Any help would be appreciated.
    Thanks,
    Jarrod

    Hi Jarrod
    Queing usually occurs when the SDM is not available for deployment. You should be able to monitor to your queue with the url
    http://<JDI host>:<port>/TCS/Deployer
    Some of the reasons for queing which I have seen
    ->SDM Connection with the Server broke
    ->There is an administrator logged into the SDM via gui or api.
    You can check if it is any of the above conditions or anything else by monitoring the latest log in the following path within JDI
    /usr/sap/<instance name>/SYS/global/TCS/Log/ (although I am bit fuzzy about the path , please recheck)
    Regards
    Pran

  • Connection between SDM client and server is broken

    Dear All,
    First of all this is what I have
    -NW04 SPS 17
    -NWDS Version: 7.0.09 Build id: 200608262203
    -using VPN connection
    -telnet on port 57018 is succesfull
    I can login to SDM server (from NWDS and from SDM GUI) I can see the state of SDM(green light), restart it, can navigate through tabs in GUI, but every time I am trying to deploy an ear i have this error:
    Deployment exception : Filetransfer failed: Error received from server: Connection between SDM client and server is broken
    Inner exception was :
    Filetransfer failed: Error received from server: Connection between SDM client and server is broken
    I have already read a lot of topics,blogs,notes but didn't find the solution.
    Can anybody help me?
    Best Regards

    Having same issue. Nothing helped so far... Using NWDS 7.0 SP18.
    I have turned SDM tracing on and this is what I see on client side after sending first data package:
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: debug "20120224140253 0280/17 Client: finished sending string part"
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: debug "20120224140253 0280/0 Client: receive String part from Server"
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl.receiveFromServer(NetComm ..): Entering method
    com.sap.bc.cts.tp.net.NetComm.receive(): Entering method
    com.sap.bc.cts.tp.net.NetComm: debug "Method "receive(char[])" could not read all requested bytes. There are still 12 bytes to read"
    com.sap.bc.cts.tp.net.NetComm: debug "Caught IOException during read of header bytes (-1,          43):Connection reset"
    com.sap.bc.cts.tp.net.NetComm: debug "  throwing IOException(net.id_000001)"
    com.sap.bc.cts.tp.net.NetComm.receive(): Exiting method
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: Exiting method
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: debug "20120224140253 0281/1 Client: connection was broken"
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: Exiting method
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: debug "20120224140253 0281/0 Client: finshed sendAndReceive"
    com.sap.sdm.is.cs.cmd.client.impl.CmdClientImpl: Exiting method
    My connection on server is still active so I have to restart SDM server to reset and try it again.
    Anyone have idea whats happening?
    Edited by: skyrma on Feb 24, 2012 2:46 PM
    Edited by: skyrma on Feb 24, 2012 2:47 PM
    Edited by: skyrma on Feb 24, 2012 2:47 PM

  • CTS+ - Import failing in JAVA system - could not connect to SDM URL

    Hi,
    Currently I am setting up CTS+ for our landsscape. NW2004s Sp15 on SOlution Manager -dual stack.
    I am able to create the transport from source system. when I click on Import STMS , giving the following error
    class java.rmi.RemoteException:The user 'ADMINISTRATOR' could not be connected to the specified host 
    http://xxxxx:50018 ( also tried with SDM and other users) xxxx- target java system.
    When I tried to connect to the url directly, http://xxxxx:50018, getting page cannot be displayed error.
    SDM is running fine on target systems.
    Configurations:
    1. configured RFC destination on SOlution Manager (SM) system to connect to JAVA stack on SM
    2. Created logical port
    3. created RFC destination from Source system to SM
    I guess, we dont have to do any configuration on target system (java). SDM is working fine.
    Any help ?
    Thanks in Advance!
    Edited by: rkandy on Aug 20, 2008 2:54 PM

    Hi,
    Currently I am setting up CTS+ for our landsscape. NW2004s Sp15 on SOlution Manager -dual stack.
    I am able to create the transport from source system. when I click on Import STMS , giving the following error
    class java.rmi.RemoteException:The user 'ADMINISTRATOR' could not be connected to the specified host 
    http://xxxxx:50018 ( also tried with SDM and other users) xxxx- target java system.
    When I tried to connect to the url directly, http://xxxxx:50018, getting page cannot be displayed error.
    SDM is running fine on target systems.
    Configurations:
    1. configured RFC destination on SOlution Manager (SM) system to connect to JAVA stack on SM
    2. Created logical port
    3. created RFC destination from Source system to SM
    I guess, we dont have to do any configuration on target system (java). SDM is working fine.
    Any help ?
    Thanks in Advance!
    Edited by: rkandy on Aug 20, 2008 2:54 PM

  • JSPM cannot connect to SDM

    Hi SDNers,
    During the upgrade of my BI Java system (Stand-alone system, Win2K3, Oracle) I am running JSPM and attempting to take it from SPS13 to SPS17. When I enter the 'Deploy Queue' phase, it indicates the proper start and finish version (kernel 7.00.114 to 7.00.175; all other package from 7.00.13 to 7.00.17)
    When it attempts to deploy, the system starts to deploy, and in the JSPM_MAIN log I see it issue the command to stop the system and the system does stop (quite quickly actually) and then I see the message in the log:
    Cannot stop service for instance DJ5_1. See STOP_SERVICE_01null_01 for details.
    There is, however, no log by that name in any of the JSPM log file directories.
    Watching the Windows Services for this system, they do not stop, but it makes no difference if I stop them manually anyway, I still get the same message.
    I've looked through JSPM logs, SDM logs, the instance work directory, and the Server Default Trace files, and the only indications I see are a normal shutdown:
    DEV_JCONTROL
    [Thr 11480] Mon Mar 30 16:18:52 2009
    [Thr 11480] JControlSigInt: signal = 2
    [Thr 11480] JControlIStopInstance: shutting down (command: 0)
    [Thr 11480] JControlIProcessSoftKill: soft kill of process dispatcher (pid:12260)
    [Thr 11480] JControlIProcessSoftKill: soft kill of process server0 (pid:12124)
    [Thr 11480] JControlIProcessSoftKill: soft kill of process SDM (pid:10276)
    and in the work directory I find that JCMON can't attach to shared memory, which makes sense if the system is down.
    However, the JSPM does then attempt to access the SDM process, after the system is down as well, and cannot:
    JSPM_MAIN:
    Cannot refresh Deployed Components view. Could not detect deployed components. Could not detect deployed components. Could not access the SDM repository. com.sap.sdm.apiimpl.remote.client.APIRemoteExceptionImpl: Server canabid did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server canabid at port 50118: Connection refused: connect
    and the final message I get is this:
    The J2EE Engine is not running. Start it and then Resume. If the J2EE Engine can not be started you can continue with the deployment.The J2EE engine is in NORMAL mode.
    So, it looks to me like the JSPM process actually stops the SAP system, and THEN throws an error when it can no longer connect to the SDM process.
    I have already upgraded JSPM to SPS17 version, and also executed this on my sandbox system already without encountering any error.
    Any advice/questions/suggestion are welcome!
    Thanks in advance!
    Troy

    The entry above is from the dev_jcontrol:
    "DEV_JCONTROL
    Thr 11480 Mon Mar 30 16:18:52 2009
    Thr 11480 JControlSigInt: signal = 2
    Thr 11480 JControlIStopInstance: shutting down (command: 0)
    Thr 11480 JControlIProcessSoftKill: soft kill of process dispatcher (pid:12260)
    Thr 11480 JControlIProcessSoftKill: soft kill of process server0 (pid:12124)
    Thr 11480 JControlIProcessSoftKill: soft kill of process SDM (pid:10276)"
    burt nothing else besides the shutdown process.
    and the bootstrap only contains one entry:
    "Starting JSPM bootstrap..."
    Can you suggest anything further, Manoj?

  • SQLException at SDM deploy: closed connection

    Hi,
    we are using JDI to develop and deploy a webdynpro application.
    After having deployed on the production system we have developed a patch and tries to deploy it as well, but get an java.sql.SQLException (Closed Connection) from the SDM:
    We also looked at oracle logs, application logs and stack traces, but did not find any further information.
    SDM log:
    [code]Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Info:  $Id: //tc/DictionaryDatabase/630_VAL_REL/src/_dictionary_database_dbs/java/com/sap/dictionary/database/dbs/DbModificationManager.java#2 $
    Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Info:  <<<<<<<<<<<<<< Table Deployment >>>>>>>>>>>>>
    Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Info: 
    Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Info:  <<< Analyze table BC_DDDBRTH >>>
    Info:Nov 15, 2005 8:59:37 AM  Info:
    Info:Nov 15, 2005 8:59:37 AM  Info: E R R O R ******* (DbColumns)
    Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Error:  Table BC_DDDBRTH: Error during reading of columns from db
    Info:Nov 15, 2005 8:59:37 AM  Info:
    Info:Nov 15, 2005 8:59:37 AM  Info: E R R O R ******* (DbColumns)
    Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Error:   Caused by: Closed Connection Stack trace: java.sql.SQLException: Closed Connection
    Info:Nov 15, 2005 8:59:37 AM  Info:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at oracle.jdbc.driver.OracleConnection.getMetaData(OracleConnection.java:1573)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sql.jdbc.basic.BasicConnection.getMetaData(BasicConnection.java:180)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sql.jdbc.direct.DirectConnection.getMetaData(DirectConnection.java:703)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sql.jdbc.common.CommonConnectionImpl.getDirectMetaData(CommonConnectionImpl.java:1315)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sql.services.OpenSQLServices.getNativeMetaData(OpenSQLServices.java:117)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sql.NativeSQLAccess.getNativeMetaData(NativeSQLAccess.java:84)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.DbColumns.setContentViaDb(DbColumns.java:58)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.DbTable.setColumnsViaDb(DbTable.java:195)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.DbTable.setCommonContentViaDb(DbTable.java:183)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.DbObjectModificationAnalyser.modify(DbObjectModificationAnalyser.java:72)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.RuntimeObject.create(RuntimeObject.java:62)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.RuntimeObjectTable.create(RuntimeObjectTable.java:179)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.RuntimeObjectTable.createIfNecessary(RuntimeObjectTable.java:188)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.dictionary.database.dbs.DbModificationManager.distribute(DbModificationManager.java:73)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.serverext.servertype.dbsc.extern.JDDDeployer.executeAction0(JDDDeployer.java:130)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.serverext.servertype.dbsc.extern.JDDDeployer.executeActionInternal(JDDDeployer.java:73)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.serverext.servertype.dbsc.AbstractDeployer.executeAction(AbstractDeployer.java:156)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.serverext.servertype.dbsc.DBSCDeploymentActionProcessor.executeAction(DBSCDeploymentActionProcessor.java:154)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:127)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:96)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:63)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at java.lang.reflect.Method.invoke(Method.java:324)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:81)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:280)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
    Info:Nov 15, 2005 8:59:37 AM  Info:      at java.lang.Thread.run(Thread.java:534)
    Info:Nov 15, 2005 8:59:37 AM  Info:
    Info:Nov 15, 2005 8:59:37 AM  Info:
    Info:Nov 15, 2005 8:59:37 AM  Info: E R R O R ******* (DbModificationManager)
    Info:Nov 15, 2005 8:59:37 AM  Info: 8:59:37 2005-11-15 dbs-Error: 
    Info:Nov 15, 2005 8:59:37 AM  Error: Aborted: development component 'dormapp1/basis/dic'/'dorma.com'/'DJ1_Dev_C'/'11907':
    Info:No further description found.
    Info:Nov 15, 2005 8:59:39 AM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.[/code]
    Any idea is appreciated!
    Regards,
    Hans

    Hi,
    I have the same problem.
    Did you solve it?
    Regrads,
    Artem

  • Connecting to SDM error?

    hi
    I have three workstation using same EP server and the same sdm password.My two workstation are able to deploy webdynpro project but while deploying by my third workstation ,a error comes error connecting to Sdm:50018.
    Please help me on this regards
    Regards
    Nidhideep

    Hi Nidhideep,
       Paste your complete stack trace. I think Error - 50018, bcz of Couldn't able to connect to SDM. Try adding Server information in Host file in your workstation.
    You can find host file in this location.
    C:\WINDOWS\system32\drivers\etc\hosts
    Regrds,
    Sridhar

  • Not connecting to SDM

    hi,
    i am working on the webdynpro in NWDS and tryieng for the examples.,
    when i Deploy any project ,we are gettenig message like "deployment aborted" and not connecting to SDM and its getting stoped.
    plz suggest me on the same if i need to do any configration.
    mahesh

    Hi Mahesh,
    Check weather the J2EE engine is working or not.
    If it is working then, check if some one should have logged into SDM via GUI. If there is logon to SDM GUI then it gives you the Deployment Aborted exception.
    What is the error that you are getttng?? Double click on the error to get more detailed information about the error.
    Regards,
    Jhansi

  • SDM version 7.00 SP 09 using wrong port to connect  J2EE

    Hello, I've installed a portal instance JC02.  It's up and running fine.  When deploying SDA's via SDM, it's trying to connect to localhost and port 50004 when it should be using 502004.  I cannot find any properties files under the SDM directory that has this configuration. Anyone know where I can change the port number SDM should be using? 
    Thanks
    BTW : This is an installation on Solaris 10

    Thanks Sameer, but the sdmrepository.sdc doesn't have port defined in there for the J2EE engine. SDM is running on port 50204, the correct port.  The problem I am having is when I try to deploy and SCA file, SDM is trying to connect to the J2EE instance on port 50004 and fails.  SDM should be using port 50204.  I can connect using the visual admin just fine on this host and port 50204 and user J2EE_ADMIN.  Here's the error in the sdm log:
    Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapbwdev] with user name: [J2EE_ADMIN]
                                    Check your login information.
                                    Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is
    com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    sapbwdev:50004 Reason: Cannot open connection on host: 10.55.1.105 and port: 50004]
    So where can I change the port to use 50204?
    Thanks

Maybe you are looking for

  • Multiple AIA instances on same server?

    Hi, Does anyone know how to install multiple AIA instances on the same SOA server? The installer hints that this might be possible, although I have not seen how this is done because the installer expects an empty oracle home path. The only informatio

  • Variable in SSIS

    Dear, I am trying to make a package to import data directly from the accounting database using a selection of the requested company via the selection prompt. PROMPT(SELECT,%COMPANY%,,"Please select entity ",%ENTITY_DIM%) I use the modiscript to chang

  • Implementing Interactive Reports Sorts in Report Query

    My users love how the Interactive Reports work, especially being able to choose their sort fields. I have an Report Query that can use multiple sorts and many sort fields (chose from APEX page). Is it possible to implement this type of thing in the R

  • Image file problem

    I have developed a servlet program, which receives image from its client in a stream. The received size of the image (byte array) is 16180 bytes. But when I write the image into a file, the file size is 17190bytes. Where do these extra bytes come fro

  • UserExit in extraction for 2LIS_02_SCL?

    Hi, I would like to change the way one of the standard fields in extract structure for 2LIS_02_SCL is filled. Is there a UserExit, or something, that I could use? The field "BW:CValOC(BWGEOO)" contains the cost value for an item in PO currency. The i