Cannot start Java Tools

Hi Experts!!!!!
I have recently installed ECC6.0SR2 on my windows 2003 sr2. I have installed dual stack.
The installation went fine and finished without any errors, I have used the j2sdk1.4.2_18.
But when I try to start the configtool or visualadmin, I am not able to start it,it says path cannot be find.
I have check in the service.sap.com/pam here its mentioned sap supports all the versions of j2sdk1.4.2.
Any Suggestions or Ideas.
Regards,
Vamshi.

Hi,
I am trying on the server it self, the path is set, JAVA_HOME=c:\j2sdk1.4.2_18/bin;
I have installed in another system in august the java version was 15, it worked fine with out any problems.
But with this 18 version, I facing this issue.
Regards,
Vamshi.

Similar Messages

  • Netbeans 6.9.1 'cannot start java.exe'

    Hello,
    I've installed the JDK and then Netbeans 6.9.1 (Windows 7). When I try to run a JavaFX application, it fails ( saying 'cannot start java.exe' ).
    Just found [http://www.netbeans-forum.de/viewtopic.php?f=9&t=4220|http://www.netbeans-forum.de/viewtopic.php?f=9&t=4220]
    But locating the JDK on a different place ( using a path without whitespaces ) also didn't help.
    What could be the problem?
    thanks
    Edited by: Lichti on Sep 4, 2010 1:17 PM

    You can also specify which JDK Netbeans uses (as the default JDK and thus as the JDK used by the JavaFX module) by modifying netbeans_jdkhome in C:\Program Files\NetBeans 6.9.1\etc\netbeans.conf

  • Unable to start java tools - Error : Environment variable JAVA_HOME not set

    hi all,
    I am not able to start the java tool - Visual Admin, Configtool, etc in the solaris Bash shell.
    I was given authorizations on solaris and i'm able to view the logs and browse in solaris boxes,
    But, when i try to start Visual Admin, it says" ERROR environment variable JAVA_HOME not set "
    Since,my colleagues are using this tool for years, how come the environment variable is not set only for my user profile ?
    Is it like the environment variable has to set seperately for every user profile ?
    Do i need to set it initially for my profile eventhough it is working for others ?
    i am confused..please help.
    Addy

    Nicholls, Thanks for your quick reply.
    Ofcourse, I use my login ID to use java tools and they use their's obviously.I don't use <SID>adm.
    We WRQ reflection for X-Windows and Putty for Command line Solaris Access.
    When i try to use VA through the X-Window tool WRQ reflection, I am not able to start the tool.
    My doubt here is, Do we need to setup the environment variable for every new user initially for the first time ? ( I am a new user for this environment )
    Supposing if i need to setup the environment variable, do i need to set it up for the all the Solaris Boxes i use ?
    I am able to browse through the files.when i try to start the VA by giving ./go i am not able to start it up.
    Appreciate your time and valuable replies.
    Addy

  • Cannot start java server

    I am not able to start the java server installed on my machine. NW CE 711 is installed on my machine.
    Details:
    Database               :  MaxDB
    OS Platform            :  Windows Vista
    SID/Nr                 :  CE1
    Steps to reproduce:
    1. Start MaxDB.
    2. Open SAP Management Console.
    3. Go to the instance INLN50090788A 0 and then Start.
    4. Mention the windows login and then start.
    5. After around 01:09 minutes, click 'Process list'.
    6. You will see that jstart.EXE is stopped and igswd.EXE is running.
    7. The trace file shows the following entries:
    M
    M [Thr 7892] Tue Oct 05 11:04:08 2010
    M  [Thr 7892] ***LOG Q0I=> NiPConnect2: 10.52.164.144:3901: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3150]
    M  [Thr 7892] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 66/sock 528  (SI_ECONN_REFUSE/10061; I4; ST; 10.52.164.144:3901) [nixxi.cpp   3150]
    M  [Thr 7892] *** ERROR => MsINiWrite: NiBufSend (rc=NIECONN_REFUSED) [msxxi.c      2721]
    M  [Thr 7892] *** ERROR => MsIAttachEx: MsINiWrite (rc=MSENILAYER) [msxxi.c      878]
    M  [Thr 7892] *** ERROR => MsPrvGetHdl2: not_attached [msxxi.c  1952]
    M
    M [Thr 7892] Tue Oct 05 11:04:09 2010
    M  [Thr 7892] ***LOG Q0I=> NiPConnect2: 10.52.164.144:3201: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3150]
    M  [Thr 7892] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 67/sock 528
        (SI_ECONN_REFUSE/10061; I4; ST; 10.52.164.144:3201) [nixxi.cpp   3150]
    E  [Thr 7892] *** ERROR => EnqTCDisconnect: EnqTCIGetConn failed; invalid TChdl 67 [enxxtc.c     346]
    F
    F [Thr 7892] Tue Oct 05 11:04:13 2010
    F  [Thr 7892] *** ERROR => cannot connect to Message Server.
    Any idea for resolving this will be appreciated.
    Regards,
    Nageshwara Sharma

    Hi,
    Check if database has sufficient space , recently faced same type of issue.
    Also mention if you have upgarded or made any chages recently in server.
    Regards,

  • Cannot start OC4J instance after specifying default java.security.manager

    Hi All,
    I am using OracleiAS 10.1.3.4 and trying to make use of the new User and Role APIs introduced in 10.1.3.1.
    While trying to get an object of IdentityStore using the following code, I got this error -
    java.security.PrivilegedActionException: oracle.security.idm.ConfigurationException: java.security.AccessControlException: access denied (oracle.security.jazn.JAZNPermission getOC4JIntegrationData)
    oidFactory = (IdentityStoreFactory) AccessController.doPrivileged(
    new PrivilegedExceptionAction()
    public Object run() throws IMException
    IdentityStoreFactoryBuilder builder =
    new IdentityStoreFactoryBuilder();
    return builder.getIdentityStoreFactory();
    I then tried specifying the default security manager in start JAVA options for my oc4j instance - Djava.security.manager. I also verified that my java policy file is present under $ORACLE_HOME/j2ee/oc4j_soa/config/java2.policy. But the issue is - once I put this default secirity manager in startup options in opmn.xml, the oc4j instance does not get started, it gives following error -
    08/12/30 02:58:22 Start process
    Dec 30, 2008 2:58:24 AM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    08/12/30 02:58:29 WARNING: Application.setConfig Application: default is in failed state as initialization failed.
    java.lang.ExceptionInInitializerError
    08/12/30 02:58:29 Error initializing server: Application: default is in failed state as initialization failed
    08/12/30 02:58:32 Fatal error: server exiting
    Any idea ? Any pointers please ?
    Thanks,
    Ankit

    Ankit,
    Check your syntax for the datasource. If you migrated from file-based to OID, then you should look at this link:
    http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/oc4j.htmThere is a known issue when migrating from file-based to OIM\OID. Navigate to:
    12.2 JAZNMigration Tool Does Not Migrate ADFPrincipal Type Correctly
    -Michael

  • Urgent: Cannot start a Java only dialog instance

    We have a JAVA only EP7(CI+DB) running well.
    We have installed a dialog instance (Java only) for above CI.
    However anyway we cannot start the DI.
    Here is the log:
    more jvm_bootstrap.out
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter ID0069640.
    Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization faile
    d! Check database properties!
    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.j
    ava:422)
    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81
    == Caused by: ==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while conn
    ecting to DB.
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection
    Pool.createConnection(DBConnectionPool.java:360)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection
    Pool.<init>(DBConnectionPool.java:125)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceH
    andler.<init>(PersistenceHandler.java:38)
    at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init
    (ConfigurationCache.java:149)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBoots
    trapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
    at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBoots
    trapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
    at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:60)
    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.j
    ava:419)
    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:85)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:58)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:60)
    at java.lang.reflect.Method.invoke(Method.java:391)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81
    Caused by: java.sql.SQLException: Io exception: Connection reset
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :255)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    420)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:35)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(Nativ
    eConnectionFactory.java:215)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(Open
    SQLDataSourceImpl.java:608)
    at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQL
    DataSourceImpl.java:285)
    at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection
    Pool.createConnection(DBConnectionPool.java:302)
    ... 15 more
    Bootstrap module> Problem occurred while performing synchronization.
    velssi03:pd5adm 76>
    We found some notes but no fix.
    Please help! Points guaranteed. Thanks!!

    Check whether environment variables are correctly set.
    -Pinkle

  • Error when starting Java(TM) ME Platform SDK 3.0

    hey guys, I get this error when starting Java(TM) ME Platform SDK 3.0. When I installed it it installed 'successfully' and then I double clicked the file on the desktop (I'm using Windows Vista 32bit Home premium) and it gave me the following error when saying 'Starting Modules':-------------------------------------------------------------------------------
    Log Session: Sunday, February 13, 2011 1:52:25 PM GMT
    System Info:   Product Version         = Java(TM) ME Platform SDK 3.0
      Operating System        = Windows Vista version 6.0 running on x86
      Java; VM; Vendor        = 1.6.0_23; Java HotSpot(TM) Client VM 19.0-b09; Sun Microsystems Inc.
      Runtime                 = Java(TM) SE Runtime Environment 1.6.0_23-b05
      Java Home               = C:\Program Files\Java\jdk1.6.0_23\jre
      System Locale; Encoding = en_GB (cdctoolbar); Cp1252
      Home Directory          = C:\Users\Molten Ice
      Current Directory       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\bin
      User Directory          = C:\Users\Molten Ice\javame-sdk\toolbar\3.0
      Installation            = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\ide10
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\java2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\mobility8
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\profiler2
                                C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9
      Boot & Ext. Classpath   = C:\Program Files\Java\jdk1.6.0_23\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\modules\jdk.boot.jar;C:\Program Files\Java\jdk1.6.0_23\jre\classes;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.6.0_23\jre\lib\ext\sunpkcs11.jar
      Application Classpath   = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\boot.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-modules.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\lib\org-openide-util.jar;C:\Program Files\Java\jdk1.6.0_23\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_23\lib\tools.jar
      Startup Classpath       = C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\core.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\platform9\core\org-openide-filesystems.jar;C:\Program Files\Java\Java_ME_platform_SDK_3.0\toolbar\javamesdk1\core\locale\core_cdctoolbar.jar
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-javame-common.jar!/org/netbeans/modules/javame/common/resources/layer.xml
    WARNING [org.netbeans.core.projects.cache]: Inefficient to include an empty layer in a module: jar:file:/C:/Program%20Files/Java/Java_ME_platform_SDK_3.0/toolbar/javamesdk1/modules/org-netbeans-modules-e2e.jar!/org/netbeans/modules/e2e/layer.xml
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    WARNING [org.openide.filesystems.Ordering]: Not all children in Services/MIMEResolver/ marked with the position attribute: [org-netbeans-modules-javame-netmon-data-NetMonDataResolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, org-apache-tools-ant-module-mime-resolver.xml, org-netbeans-modules-editor-settings-storage-mime-resolver.xml, org-netbeans-modules-url-mime-resolver.xml, org-netbeans-modules-pdf-mime-resolver.xml, org-netbeans-modules-jar-mime-resolver.xml, org-netbeans-modules-editor-codetemplates-mime-resolver.xml]
    [      0]   INFO - ootstrap.PropertyEditorManager - Registering custom property editors
    [    117]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [    217]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [    317]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [    417]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [    523]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [    627]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [    732]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [    832]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [    932]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [   1032]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2166]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   2268]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [   3384]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   5476]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   7576]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [   9677]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  11777]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  13877]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  15977]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  18077]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  20177]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  22277]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  23379]  ERROR - un.jme.toolkit.bootstrap.Batch - Problem calling start() on DeviceManagerConnection
    java.lang.reflect.InvocationTargetException
         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:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         ... 24 more
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
         ... 27 more
    Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
         ... 32 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
         ... 37 more
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         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:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  23598]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  23698]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  23798]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  23898]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  23998]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  24098]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  24198]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  24298]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  24398]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  24498]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  24600]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  24700]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  24800]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  24900]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  25000]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  25100]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  25202]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  25302]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  25402]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  25502]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  25602]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26699]   WARN - mpl.ObjectServerConnectionImpl - Remote object server is not running at service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  26799]   INFO - l.process.GenericProcessRunner - Starting process: C:\Program Files\Java\Java_ME_platform_SDK_3.0/bin/device-manager.exe
    [  27914]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  30005]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  32106]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  34206]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  36306]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  38406]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  40506]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  42607]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  44706]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    [  46806]   INFO - mpl.ObjectServerConnectionImpl - Connecting to service:jmx:rmi:///jndi/rmi://127.0.0.1:1999/device-manager
    SEVERE [org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper]: Cannot connect to device manager
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at java.net.Socket.connect(Socket.java:478)
         at java.net.Socket.<init>(Socket.java:375)
         at java.net.Socket.<init>(Socket.java:189)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
         java.net.ConnectException: Connection refused: connect]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.lookupMBean(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.findObject(Unknown Source)
    [catch] at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.openConnection(DevicemanagerHelper.java:53)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:86)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.ensureDMStarted(AutoInstaller.java:292)
         at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.restored(AutoInstaller.java:63)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:421)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:342)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:906)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:428)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:364)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:165)
         at org.netbeans.core.startup.Main.start(Main.java:312)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:110)
         at java.lang.Thread.run(Thread.java:662)
    [  48018]   INFO - bootstrap.ObjectGraphProcessor - Consolidating dependencies...
    [  48118]   INFO - bootstrap.ObjectGraphProcessor - Consolidated dependencies...
    [  48218]   INFO - bootstrap.ObjectGraphProcessor - Calculating order...
    [  48318]   INFO - bootstrap.ObjectGraphProcessor - Calculated order
    [  48418]   INFO - un.jme.toolkit.bootstrap.Batch - Initializing objects...
    [  48518]   INFO - un.jme.toolkit.bootstrap.Batch - Applying I18N
    [  48618]   INFO - un.jme.toolkit.bootstrap.Batch - Initialized objects
    [  48718]   INFO - un.jme.toolkit.bootstrap.Batch - Calling create() methods...
    [  48818]   INFO - un.jme.toolkit.bootstrap.Batch - Calling start() methods...
    [  48918]   INFO - un.jme.toolkit.bootstrap.Batch - Objects started
    [  49018]   INFO - bootstrap.ObjectGraphPI did install Nokia's SDK with NetBeans and this works perfectly.
    I went through with everything recommended here: http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn
    But nothing worked.
    Any help appreciated!
    Thanks.

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

  • Urgent: cannot start the shadow instance at phase STARTSAP_TRANS

    We are upgrading to NW2004s (ABAP only) from 640.
    <u><b>How to re-start the shadow instance?</b></u>
    At this point, <b>anyway we cannot start the shadow instance.</b>
    At SAPMMC, the disp+work
    1) first show "running but the dialog queue standstill"
    2) then show" running but not connected to the message server"
    3) then the disp+work dies.
    Above happens in 1 minute after re-start.
    <b>The dev_ms reads:
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 4740] Mon Apr 02 15:07:53 2007
    [Thr 4740] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    94
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        2932
    [Thr 4740] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 2932) [msxxserv.c   1824]
    [Thr 4740] load acl file = D:\usr\sap\put\XYZ\SYS\global\ms_acl_info.DAT
    [Thr 4740] MsGetOwnIpAddr: my host addresses are :
    [Thr 4740]   1 : [10.10.10.68] houston (HOSTNAME)
    [Thr 4740]   2 : [127.0.0.1] houston.monet.local (LOCALHOST)
    [Thr 4740] Mon Apr 02 15:07:54 2007
    [Thr 4740] MsHttpInit: full qualified hostname = houston.monet.local
    [Thr 4740] HTTP logging is switch off
    [Thr 4740] MsHttpOwnDomain: own domain[1] = monet.local
    [Thr 4740] ms/icf_info_server : deleted
    [Thr 4740] *** I listen to port sapmsSHDXYZ (3660) ***
    [Thr 4740] CUSTOMER KEY: >B0790292062<
    [Thr 4740] Mon Apr 02 15:08:54 2007
    [Thr 4740] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from houston_XYZ_60 [msxxserv.c   4679]
    [Thr 4740] Mon Apr 02 15:19:35 2007
    [Thr 4740] *** ERROR => MsSCheckConnections: no response from client C0 (10.10.10.68) after 300 secs received [msxxserv.c   3165]
    [Thr 4740] *** ERROR => MsSCheckConnections: disconnect now [10.10.10.68] [msxxserv.c   3169]</b>
    The dev_disp reads:
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      60
    sid        XYZ
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    95
    intno      20050900
    make:      multithreaded, ASCII, optimized
    pid        4036
    Mon Apr 02 15:07:53 2007
    kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    length of sys_adm_ext is 360 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (60 4036) [dpxxdisp.c   1239]
         shared lib "dw_xml.dll" version 95 successfully loaded
         shared lib "dw_xtc.dll" version 95 successfully loaded
         shared lib "dw_stl.dll" version 95 successfully loaded
         shared lib "dw_gui.dll" version 95 successfully loaded
         shared lib "dw_mdm.dll" version 95 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    Mon Apr 02 15:07:58 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >houston_XYZ_60                         <
    DpShMCreate: sizeof(wp_adm)          19888     (904)
    DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    DpShMCreate: sizeof(comm_adm)          528048     (1048)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (96)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1280)
    DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05BF0040, size: 4240712)
    DpShMCreate: allocated sys_adm at 05BF0040
    DpShMCreate: allocated wp_adm at 05BF1A28
    DpShMCreate: allocated tm_adm_list at 05BF67D8
    DpShMCreate: allocated tm_adm at 05BF6808
    DpShMCreate: allocated wp_ca_adm at 05F66A98
    DpShMCreate: allocated appc_ca_adm at 05F6B0E8
    DpShMCreate: allocated comm_adm at 05F6C858
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 05FED708
    DpShMCreate: allocated gw_adm at 05FED748
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 05FED778
    DpShMCreate: allocated wall_adm at 05FED780
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation view
    <EsNT> Memory Reset disabled as NT default
    <ES> 2039 blocks reserved for free list.
    ES initialized.
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   12314]
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( houston) [dpxxdisp.c   11663]
    DpStartStopMsg: send start message (myname is >houston_XYZ_60                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 95
    Release check o.K.
    Mon Apr 02 15:08:38 2007
    ERROR => W0 (pid 1084) died [dpxxdisp.c   14318]
    ERROR => W1 (pid 4200) died [dpxxdisp.c   14318]
    ERROR => W2 (pid 3316) died [dpxxdisp.c   14318]
    ERROR => W3 (pid 5276) died [dpxxdisp.c   14318]
    ERROR => W4 (pid 5348) died [dpxxdisp.c   14318]
    ERROR => W5 (pid 3436) died [dpxxdisp.c   14318]
    ERROR => W6 (pid 3920) died [dpxxdisp.c   14318]
    ERROR => W7 (pid 4868) died [dpxxdisp.c   14318]
    ERROR => W8 (pid 5380) died [dpxxdisp.c   14318]
    ERROR => W9 (pid 4584) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x1f --> 0x1e
    ERROR => W10 (pid 4188) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x1e --> 0x1c
    ERROR => W11 (pid 2700) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x1c --> 0x18
    ERROR => W12 (pid 4604) died [dpxxdisp.c   14318]
    ERROR => W13 (pid 4916) died [dpxxdisp.c   14318]
    ERROR => W14 (pid 4440) died [dpxxdisp.c   14318]
    ERROR => W15 (pid 4544) died [dpxxdisp.c   14318]
    ERROR => W16 (pid 1888) died [dpxxdisp.c   14318]
    ERROR => W17 (pid 548) died [dpxxdisp.c   14318]
    ERROR => W18 (pid 2800) died [dpxxdisp.c   14318]
    ERROR => W19 (pid 2080) died [dpxxdisp.c   14318]
    ERROR => W20 (pid 2888) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x18 --> 0x10
    ERROR => W21 (pid 5572) died [dpxxdisp.c   14318]
    my types changed after wp death/restart 0x10 --> 0x0
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1609
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Apr 02 15:08:48 2007
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Mon Apr 02 20:08:48 2007
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     1084 Ended         no      1   0             0                                                             
    1 DIA     4200 Ended         no      1   0             0                                                             
    2 DIA     3316 Ended         no      1   0             0                                                             
    3 DIA     5276 Ended         no      1   0             0                                                             
    4 DIA     5348 Ended         no      1   0             0                                                             
    5 DIA     3436 Ended         no      1   0             0                                                             
    6 DIA     3920 Ended         no      1   0             0                                                             
    7 DIA     4868 Ended         no      1   0             0                                                             
    8 DIA     5380 Ended         no      1   0             0                                                             
    9 DIA     4584 Ended         no      1   0             0                                                             
    10 UPD     4188 Ended         no      1   0             0                                                             
    11 ENQ     2700 Ended         no      1   0             0                                                             
    12 BTC     4604 Ended         no      1   0             0                                                             
    13 BTC     4916 Ended         no      1   0             0                                                             
    14 BTC     4440 Ended         no      1   0             0                                                             
    15 BTC     4544 Ended         no      1   0             0                                                             
    16 BTC     1888 Ended         no      1   0             0                                                             
    17 BTC      548 Ended         no      1   0             0                                                             
    18 BTC     2800 Ended         no      1   0             0                                                             
    19 BTC     2080 Ended         no      1   0             0                                                             
    20 BTC     2888 Ended         no      1   0             0                                                             
    21 SPO     5572 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Mon Apr 02 20:08:48 2007
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    1
    2000
    1
    1
    --------++++--
    +
    DIA
    3
    3
    2000
    3
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          7
    wake_evt_udp_now     0
    wake events           total     3,  udp     3 (100%),  shm     0 (  0%)
    since last update     total     3,  udp     3 (100%),  shm     0 (  0%)
    Dump of tm_adm structure:               Mon Apr 02 20:08:48 2007
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Mon Apr 02 20:08:48 2007
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1609
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Apr 02 15:08:53 2007
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >houston_XYZ_60                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (2072) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:2072  HANDLE:1580)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1609
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Apr 02 15:08:54 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2072  HANDLE:1580)
    DpStartStopMsg: send stop message (myname is >houston_XYZ_60                         <)
    NiIMyHostName: hostname = 'houston'
    AdGetSelfIdentRecord: >                                                                           <
    XYZvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    XYZvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 2 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    NiIPeek: peek successful for hdl 2 (r)
    NiIRead: hdl 2 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 2
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 2 recv would block (errno=EAGAIN)
    Mon Apr 02 15:08:55 2007
    NiIPeek: peek for hdl 2 timed out (r; 1000ms)
    NiIRead: read for hdl 2 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11976]
    NiBufSend starting
    NiIWrite: hdl 2 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 2 in set0
    SiSelNSet: set events of sock 1488 to: ---
    NiBufISelRemove: remove hdl 2 from set0
    SiSelNRemove: removed sock 1488 (pos=2)
    SiSelNRemove: removed sock 1488
    NiSelIRemove: removed hdl 2
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    XYZvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    XYZvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    XYZvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/22
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 9)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 2 / sock 1488
    NiBufIClose: clear extension for hdl 2
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 4036) [dpxxdisp.c   10333]
    Good Bye .....
    <b>The dev_w21 reads:
    trc file: "dev_w21", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon Apr 02 15:08:01 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\put\exe\dbmssslib.dll' ...
    B  Library 'D:\usr\sap\put\exe\dbmssslib.dll' loaded
    B  Version of 'D:\usr\sap\put\exe\dbmssslib.dll' is "700.08", patchlevel (0.87)
    B  New connection 0 created
    M sysno      60
    M sid        XYZ
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    95
    M intno      20050900
    M make:      multithreaded, ASCII, optimized
    M pid        5572
    M
    M  kernel runs with dp version 224(ext=109) (@(#) DPLIB-INT-VERSION-224)
    M  length of sys_adm_ext is 360 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc21 5572) [dpxxdisp.c   1301]

    I Mon Apr 02 15:08:02 2007
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          19888     (904)
    M  DpShMCreate: sizeof(tm_adm)          3605136     (17936)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528040/528048
    M  DpShMCreate: sizeof(comm_adm)          528048     (1048)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (96)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1280)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 063F0040, size: 4240712)
    M  DpShMCreate: allocated sys_adm at 063F0040
    M  DpShMCreate: allocated wp_adm at 063F1A28
    M  DpShMCreate: allocated tm_adm_list at 063F67D8
    M  DpShMCreate: allocated tm_adm at 063F6808
    M  DpShMCreate: allocated wp_ca_adm at 06766A98
    M  DpShMCreate: allocated appc_ca_adm at 0676B0E8
    M  DpShMCreate: allocated comm_adm at 0676C858
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 067ED708
    M  DpShMCreate: allocated gw_adm at 067ED748
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 067ED778
    M  DpShMCreate: allocated wall_adm at 067ED780
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 21 initializing ....
    X  Using implementation view
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host houston

    M Mon Apr 02 15:08:03 2007
    M  calling db_connect ...
    C  Thread ID:4020
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'D:\usr\sap\put\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      87
    C    patchcomment MSSQL: UTAB/ATAB/Dynp-access via clientside cursor (1002914)
    C  np:(local) connection used on houston
    C  CopyLocalParameters: dbuser is 'XYZ_shd'
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Provider Release:9.00.1399.06
    C  Using Provider SQLNCLI
    C  OpenOledbConnection: MARS property was set successfully.
    C  Can't use MARS (on sql 8.0).  Reconnecting without MARS functionality.
    C  Using Provider SQLNCLI
    C  Provider Release:9.00.1399.06
    C  Using Provider SQLNCLI
    C  CheckCodepageType: line 24329. hr: 0x80040e37 Invalid object name 'DBPROPERTIES'.
    C  sloledb.cpp [CheckCodepageType,line 24329]: Error/Message: (err 208, sev 16), Invalid object name 'DBPROPERTIES'.
    C  Procname: [CheckCodepageType -- no proc]
    C  Cache sizes: header 52 bytes, 20000 names (26720000 bytes), 500 dynamic statements (2724000 bytes), total 29444052 bytes
    C  Initializing shared procedure name cache houston_XYZXYZ_XYZ_SHD_MEM.
    C  procedure cache created/attached
    C  PSP: 0 procedure names registered
    C  Connected to db server : [houston] server_used : [np:(local)], dbname: XYZ, dbuser: XYZ
    C  pn_id:houston_XYZXYZ_XYZ_SHD
    C  Not using MARS (on sql 8.0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20070402 150803 houston       
    C  The IRow interface is supported by this OLEDB provider
    C  sloledb.cpp [ParamStmtExec,line 12988]: Error/Message: (err 8180, sev 0), Statement(s) could not be prepared.
    C  Procname: [##YshoustonXYZ00000055720000000001150803]
    C  sloledb.cpp [ParamStmtExec,line 12988]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    C  Procname: [##YshoustonXYZ00000055720000000001150803]
    C  ParamStmtExec failed.  HR 80040e14 DBSL retcode 103. stmt: [SELECT TOP      1 VERSION FROM SVERS ]
    C  Conn_i:1 selection:1 singleton:1 flag_fupd:0 use_cursor:0 chksum: 112156
    C  DbSlRead - Error 103 (dbcode 208) on open
    C  DbSlRead - <##YshoustonXYZ00000055720000000001150803>
    C  DbSlRead - Error 103 (dbcode 208) on fetch
    C  DbSlRead - <##YshoustonXYZ00000055720000000001150803>
    B  ***LOG BZA=> table SVERS      does not exist on database            [dblink#3 @ 1299] [dblink  1299 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 004096) [thxxhead.c   1426]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10240]

    M  Info for wp 21

    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_SPOWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server houston_XYZ_60 on host houston (wp 21)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Mon Apr 02 15:08:03 2007
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10439
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc21 5572) [dpnttool.c   327]</b>
    On SDN there are many discussions about similar errors but none
    of them fits our situation.
    Please give your advice. Points will be given.
    Thanks!

    Target SAP system is ADC
    Enter the SAP instance number [59]:
    ? INSTANCE NUMBER   =
    Waiting for input since Mar 22, 2007 1:20:45 PM
    > INSTANCE NUMBER   =  59
    Type of database system is MSS
      >>>>>>>>>> Input Wizard <<<<<<<<<<
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 01 =
    ? MOUNT POINT 02 =
    ? MOUNT POINT 03 =
    ? MOUNT POINT 04 =
    ? MOUNT POINT 05 =
    ? MOUNT POINT 06 =
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 07 =
    ? MOUNT POINT 08 =
    ? MOUNT POINT 09 =
    ? MOUNT POINT 10 =
    ? MOUNT POINT 11 =
    ? MOUNT POINT 12 =
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 13 =
    ? MOUNT POINT 14 =
    ? MOUNT POINT 15 =
    ? MOUNT POINT 16 =
    ? MOUNT POINT 17 =
    ? MOUNT POINT 18 =
    Please enter up to 24 mount points for CDs.
    Enter at least the mount point for the CD titled "Upgrade Master CD/DVD"
    ? MOUNT POINT 19 =
    ? MOUNT POINT 20 =
    ? MOUNT POINT 21 =
    ? MOUNT POINT 22 =
    ? MOUNT POINT 23 =
    ? MOUNT POINT 24 =
    Waiting for input since Mar 22, 2007 1:20:49 PM
    > MOUNT POINT 12 =  D:\D12\SAP_CRM_5.0_SR2_Installation_Export
    > MOUNT POINT 23 =  D:\D23\51032247
    > MOUNT POINT 18 =  D:\D18\NW_2004s_SR2_liveCache_7.6.00_Bd._29
    > MOUNT POINT 15 =  D:\D15\NW_2004s_SR2_Upgrade_Master
    > MOUNT POINT 09 =  D:\D9
    > MOUNT POINT 14 =  D:\D14\SAP_CRM_5.0_SR2_Installation_Export
    > MOUNT POINT 01 =  D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 08 =  D:\D8\SAP_CRM_5.0_SR2_Languages
    > MOUNT POINT 20 =  D:\D20\NW_2004s_SR2_Languages
    > MOUNT POINT 03 =  C:\D3\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 06 =  C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86
    > MOUNT POINT 10 =  D:\D10
    > MOUNT POINT 17 =  D:\D17\51032257
    > MOUNT POINT 21 =  D:\D21\NW_2004s_SR2_Languages
    > MOUNT POINT 19 =  D:\D19\51032257
    > MOUNT POINT 05 =  C:\D5\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 04 =  C:\D4\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 11 =  D:\D11\SAP_CRM_5.0_SR2_Installation_Export
    > MOUNT POINT 07 =  D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master
    > MOUNT POINT 24 =  D:\D24
    > MOUNT POINT 02 =  C:\D2\SAP_CRM_5.0_SR2_Upgrade_Export
    > MOUNT POINT 22 =  D:\D22\NW_2004s_SR2_Languages
    > MOUNT POINT 16 =  D:\D16\BS_2005_SR2_SAP_Installation_Master
    > MOUNT POINT 13 =  D:\D13\SAP_CRM_5.0_SR2_Installation_Export
    Reading data from "Upgrade Master CD/DVD"...
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR successfully unpacked to D:\usr\sap\put.
    Welcome to the SAP upgrade control program.
    Important information for this upgrade is included
    in the upgrade Note and further Notes mentioned therein.
    Refer to the upgrade manual for the number of this note.
    It is advisable to obtain this Note before starting any process
    since it also contains important information about preparing
    the upgrade.
    It is essential that you get a current version of this Note
    before starting the upgrade with SAPup. It contains a keyword
    which is necessary to start the upgrade procedure.
    Please look into the SAP Service Marketplace or, if not available,
    use the form in your packet to request the upgrade Note.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:24:47 PM
    > cancel
    Connection to SAPup  was closed
    Target SAP system is ADC
    Enter the SAP instance number [59]:
    ? INSTANCE NUMBER   =
    Waiting for input since Mar 22, 2007 1:28:34 PM
    > INSTANCE NUMBER   =  59
    Type of database system is MSS
    Reading data from "Upgrade Master CD"...
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL7000.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\DBINDEP\CTRL700X.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR" to "D:\usr\sap\put" ...
    Archive D:\D7\SAP_CRM_5.0_SR2_Upgrade_Master\UMN_WINDOWS_I386\MSS\UPTOOLS2.SAR successfully unpacked to D:\usr\sap\put.
    Welcome to the SAP upgrade control program.
    Important information for this upgrade is included
    in the upgrade Note and further Notes mentioned therein.
    Refer to the upgrade manual for the number of this note.
    It is advisable to obtain this Note before starting any process
    since it also contains important information about preparing
    the upgrade.
    It is essential that you get a current version of this Note
    before starting the upgrade with SAPup. It contains a keyword
    which is necessary to start the upgrade procedure.
    Please look into the SAP Service Marketplace or, if not available,
    use the form in your packet to request the upgrade Note.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:28:43 PM
    > continue
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/2 upgrade to release
            500 of BBPCRM
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            700 of SAP_BASIS
            700 of SAP_BW
            2005_1_700 of ST-PI
    Target SAP system is ADC, MSSQL database
    SAPup started in PREPARE mode.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:28:50 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:28:54 PM
    > select
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input    initial        yes
    ?                   Initialization    initial        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:28:56 PM
    >                  Parameter input    initial        yes
    You selected the following PREPARE modules:
    Parameter input
    execute: Execute the selected PREPARE modules.
             Make sure that you have carried out the actions described in
             D:\usr\sap\put\log\CHECKS.LOG before continuing.
             (Note: The contents of file CHECKS.LOG are saved
              in D:\usr\sap\put\log\CHECKS.SAV)
    select:  Display screen for selecting PREPARE modules.
    exit:    Exit PREPARE.
    help:    Getting help about PREPARE modules.
    ? execute
    ? select
    ? exit
    Waiting for input since Mar 22, 2007 1:28:59 PM
    > execute
    Execution of PREPARE module Parameter input begins at 20070322142901
    >> 14:29:01  PREPARE: START OF PHASE BEGIN_PRE
    Generating html phase list files 'phase_toc.html' and 'phaselist.html'
    >> 14:29:01  PREPARE: END OF PHASE   BEGIN_PRE
    >> 14:29:01  PREPARE: START OF PHASE KEY_CHK
    Correction package 'D:\usr\sap\put\FIX_CRM50SR2.UPG' found, extracting to 'D:\usr\sap\put'
    Archive successfully unpacked.
    Enter the SAPup keyword of note 961511
    ? SAPup keyword =
    Waiting for input since Mar 22, 2007 1:29:02 PM
    > SAPup keyword = 19327784
    >> 14:37:23  PREPARE: END OF PHASE   KEY_CHK
    >> 14:37:23  PREPARE: START OF PHASE EXTRACTKRN_PRE
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR" to "D:\usr\sap\put\exe" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR successfully unpacked to D:\usr\sap\put\exe.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\UNINSTSAP.EXE" to "D:\usr\sap\put\exe" ...
    Done.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR" to "D:\usr\sap\put\exe" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR successfully unpacked to D:\usr\sap\put\exe.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR" to "D:\usr\sap\put\exe" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR successfully unpacked to D:\usr\sap\put\exe.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSEXE.SAR" to "D:\usr\sap\put\exe" ...
    Done.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSHELPER.SAR" to "D:\usr\sap\put\exe" ...
    Done.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR" to "D:\usr\sap\put\exenew" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPMMC.SAR successfully unpacked to D:\usr\sap\put\exenew.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\UNINSTSAP.EXE" to "D:\usr\sap\put\exenew" ...
    Done.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR" to "D:\usr\sap\put\exenew" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\SAPEXE.SAR successfully unpacked to D:\usr\sap\put\exenew.
    Extracting archive "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR" to "D:\usr\sap\put\exenew" ...
    Archive C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\MSS\SAPEXEDB.SAR successfully unpacked to D:\usr\sap\put\exenew.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSEXE.SAR" to "D:\usr\sap\put\exenew" ...
    Done.
    Copying file "C:\D6\NW_2004s_SR2_Kernel_WINDOWS__LNX_X86\KN_WINDOWS_I386_AUPG\DBINDEP\IGSHELPER.SAR" to "D:\usr\sap\put\exenew" ...
    Done.
    >> 14:40:10  PREPARE: END OF PHASE   EXTRACTKRN_PRE
    >> 14:40:10  PREPARE: START OF PHASE INITPUT_PRE
    Supply the following information:
    Confirm the name of your SAP system:
    ? SAP SYSTEM ID     =
    The hostname of your central SAP server:
    ? SAP SYSTEM HOST   =
    Enter the SAP instance number:
    ? INSTANCE NUMBER   =
    Waiting for input since Mar 22, 2007 1:40:10 PM
    > INSTANCE NUMBER   =  59
    > SAP SYSTEM HOST   =  damascus
    > SAP SYSTEM ID     =  ADC
    The system identifier of your database:
    ? DATABASE ID       =
    The hostname of your database server:
    ? DATABASE HOST     =
    Waiting for input since Mar 22, 2007 1:43:59 PM
    > DATABASE HOST     =  damascus
    > DATABASE ID       =  ADC
    Executing script MSSCONCHECK ...
    Supply the following information:
    The password for SAP user DDIC in client 000
    (may be 19920706):
    ? DDIC PASSWORD  =
    Verify password for SAP user DDIC:
    ? DDIC PASSWORD  =
    Waiting for input since Mar 22, 2007 1:44:03 PM
    > DDIC PASSWORD  =  <hidden input>
    > DDIC PASSWORD  =  <hidden input>
    The hostname of your batch server:
    ? BATCH HOST        =
    Waiting for input since Mar 22, 2007 1:44:14 PM
    > BATCH HOST        =  damascus
    Supply the following information:
    The maximum number of parallel processes during uptime:
    ? MAXIMUM UPTIME PROCESSES =
    The number of parallel import processes:
    ? R3TRANS PROCESSES =
    The maximum profile value of "bufreftime":
    ? MAXIMUM SYNC TIME =
    Waiting for input since Mar 22, 2007 1:44:16 PM
    > R3TRANS PROCESSES =  3
    > MAXIMUM SYNC TIME =  120
    > MAXIMUM UPTIME PROCESSES =  1
    The password for Operating System account .\SAPServiceADC:
    ? PASSWORD  =
    Verification of the password for Operating System account .\SAPServiceADC:
    ? PASSWORD  =
    Waiting for input since Mar 22, 2007 1:44:19 PM
    > PASSWORD  =  <hidden input>
    > PASSWORD  =  <hidden input>
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    Executing script MSSUPGSPS ...
    Executing script MSSINCHK ...
    >> 14:44:43  PREPARE: END OF PHASE   INITPUT_PRE
    >> 14:44:43  PREPARE: START OF PHASE DBCHK_PRE
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    Is there more than one system running in this database?
    (MCOD: Multiple components in one database)
    ? no
    ? yes
    Waiting for input since Mar 22, 2007 1:44:45 PM
    > no
    >> 14:44:49  PREPARE: END OF PHASE   DBCHK_PRE
    >> 14:44:49  PREPARE: START OF PHASE CONFCHK_IMP
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    >> 14:44:50  PREPARE: END OF PHASE   CONFCHK_IMP
    >> 14:44:50  PREPARE: START OF PHASE SOLMAN_CHK
    The SAP Solution Manager Key is required for the upgrade.
    Further informations can be found in the upgrade guide,
    the SAP Service Marketplace and SAP note 805390!
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:44:50 PM
    > continue
    ? SAP Solution Manager Key =
    Waiting for input since Mar 22, 2007 1:44:53 PM
    > SAP Solution Manager Key = 12D8B10981
    >> 14:45:14  PREPARE: END OF PHASE   SOLMAN_CHK
    >> 14:45:14  PREPARE: START OF PHASE CHKSYSTYPE
    >> 14:45:14  PREPARE: END OF PHASE   CHKSYSTYPE
    >> 14:45:14  PREPARE: START OF PHASE HIAV_CHK
    >> 14:45:14  PREPARE: END OF PHASE   HIAV_CHK
    >> 14:45:15  PREPARE: START OF PHASE J2EE_CHK1
    >> 14:45:15  PREPARE: END OF PHASE   J2EE_CHK1
    >> 14:45:15  PREPARE: START OF PHASE REQ_J2EEUPG
    >> 14:45:15  PREPARE: END OF PHASE   REQ_J2EEUPG
    >> 14:45:15  PREPARE: START OF PHASE SETSYNC_PREP_STARTED
    >> 14:45:15  PREPARE: END OF PHASE   SETSYNC_PREP_STARTED
    >> 14:45:15  PREPARE: START OF PHASE REQ_READNOTE
    >> 14:45:15  PREPARE: END OF PHASE   REQ_READNOTE
    >> 14:45:15  PREPARE: START OF PHASE INIT_CBU
    >> 14:45:15  PREPARE: END OF PHASE   INIT_CBU
    >> 14:45:15  PREPARE: START OF PHASE CHECKGROUP_END0
    Execution of PREPARE module Parameter input ends at 20070322144515
    Execution of the selected PREPARE modules finished
    with the statuses as follows:
    'Parameter input'  status: succeeded
    Please see file D:\usr\sap\put\log\CHECKS.LOG
    for the actions which have to be performed.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:45:15 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:45:23 PM
    > select
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input  succeeded        yes
    ?                   Initialization    initial        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:45:26 PM
    >                   Initialization    initial        yes
    You selected the following PREPARE modules:
    Initialization
    execute: Execute the selected PREPARE modules.
             Make sure that you have carried out the actions described in
             D:\usr\sap\put\log\CHECKS.LOG before continuing.
             (Note: The contents of file CHECKS.LOG are saved
              in D:\usr\sap\put\log\CHECKS.SAV)
    select:  Display screen for selecting PREPARE modules.
    exit:    Exit PREPARE.
    help:    Getting help about PREPARE modules.
    ? execute
    ? select
    ? exit
    ? display CHECKS.LOG
    Waiting for input since Mar 22, 2007 1:45:30 PM
    > execute
    Execution of PREPARE module Initialization begins at 20070322144532
    >> 14:45:32  PREPARE: START OF PHASE INITCURENV
    >> 14:45:32  PREPARE: END OF PHASE   INITCURENV
    >> 14:45:32  PREPARE: START OF PHASE DBCHK_INI
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getdbinfo ADC
    >> 14:45:34  PREPARE: END OF PHASE   DBCHK_INI
    >> 14:45:34  PREPARE: START OF PHASE RFCCHK_INI
    >> 14:45:34  PREPARE: END OF PHASE   RFCCHK_INI
    >> 14:45:34  PREPARE: START OF PHASE VERSCHK_INI
    >> 14:45:34  PREPARE: END OF PHASE   VERSCHK_INI
    >> 14:45:34  PREPARE: START OF PHASE VALCHK_INI
    >> 14:45:35  PREPARE: END OF PHASE   VALCHK_INI
    >> 14:45:35  PREPARE: START OF PHASE TOOLVERSION_INI
    >> 14:45:36  PREPARE: END OF PHASE   TOOLVERSION_INI
    >> 14:45:36  PREPARE: START OF PHASE UNICODE_CHK_PRE
    >> 14:45:36  PREPARE: END OF PHASE   UNICODE_CHK_PRE
    >> 14:45:36  PREPARE: START OF PHASE TOOLVERSION_UPG1
    >> 14:46:00  PREPARE: END OF PHASE   TOOLVERSION_UPG1
    >> 14:46:00  PREPARE: START OF PHASE DBCONNCHK_INI
    Checking DB connect with 'D:\usr\sap\put\exe\R3trans.exe'.
    >> 14:46:00  PREPARE: END OF PHASE   DBCONNCHK_INI
    >> 14:46:00  PREPARE: START OF PHASE SETSYNC_INFO_FINISHED
    >> 14:46:00  PREPARE: END OF PHASE   SETSYNC_INFO_FINISHED
    >> 14:46:00  PREPARE: START OF PHASE UCMIG_DECISION
    Your system is configured as a non-Unicode SCP (Single Code Page) configuration.
    If you plan to perform a Unicode Conversion after the upgrade, you may choose to perform a combined
    Upgrade and Unicode Conversion.
    In this case, several of the migration preparation steps can be done already on the start release
    or on the upgrade shadow system.
    For further information, please refer to OSS note 928729.
    Do you want to perform a combined Upgrade and Unicode Conversion?
    ? Yes
    ? No
    Waiting for input since Mar 22, 2007 1:46:06 PM
    > No
    >> 14:48:04  PREPARE: END OF PHASE   UCMIG_DECISION
    >> 14:48:04  PREPARE: START OF PHASE CLNT_CHK_INI
    >> 14:48:09  PREPARE: END OF PHASE   CLNT_CHK_INI
    >> 14:48:09  PREPARE: START OF PHASE PATCH_CHK1
    >> 14:48:15  PREPARE: END OF PHASE   PATCH_CHK1
    >> 14:48:15  PREPARE: START OF PHASE INTCHK_INI
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getddxttent ADC
    running D:\usr\sap\ADC\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\DEFAULT.TPP getddxtfent ADC
    >> 14:48:15  PREPARE: END OF PHASE   INTCHK_INI
    >> 14:48:15  PREPARE: START OF PHASE ADJ_CNTRANS
    Calling R3trans to import 'RSUPDTEC.60X'.
    Waiting 130 seconds for buffer synchronization ...
    working ...
    >> 14:50:38  PREPARE: END OF PHASE   ADJ_CNTRANS
    >> 14:50:38  PREPARE: START OF PHASE INIT_CNTRANS
    >> 14:50:38  PREPARE: END OF PHASE   INIT_CNTRANS
    >> 14:50:38  PREPARE: START OF PHASE CNTRANS_PRE
    >> 14:50:38  PREPARE: END OF PHASE   CNTRANS_PRE
    >> 14:50:38  PREPARE: START OF PHASE DMPSPC_INI
    >> 14:50:38  PREPARE: END OF PHASE   DMPSPC_INI
    >> 14:50:38  PREPARE: START OF PHASE JOB_RSDB4090
    >> 14:50:38  PREPARE: END OF PHASE   JOB_RSDB4090
    >> 14:50:38  PREPARE: START OF PHASE CHK_DB6_REG_PRE
    >> 14:50:38  PREPARE: END OF PHASE   CHK_DB6_REG_PRE
    >> 14:50:39  PREPARE: START OF PHASE CHK_DB6_PAR_INI
    >> 14:50:39  PREPARE: END OF PHASE   CHK_DB6_PAR_INI
    >> 14:50:39  PREPARE: START OF PHASE SPACECHK_INI
    Executing script MSSSPACE ...
    >> 14:50:39  PREPARE: END OF PHASE   SPACECHK_INI
    >> 14:50:39  PREPARE: START OF PHASE KRNCHK_DEST
    >> 14:50:39  PREPARE: END OF PHASE   KRNCHK_DEST
    >> 14:50:39  PREPARE: START OF PHASE DBPREP_CHK
    >> 14:50:39  PREPARE: END OF PHASE   DBPREP_CHK
    >> 14:50:39  PREPARE: START OF PHASE EXECCV
    >> 14:50:44  PREPARE: END OF PHASE   EXECCV
    >> 14:50:44  PREPARE: START OF PHASE EXECAV
    >> 14:50:50  PREPARE: END OF PHASE   EXECAV
    >> 14:50:50  PREPARE: START OF PHASE COMPINFO_INI
    >> 14:50:50  PREPARE: END OF PHASE   COMPINFO_INI
    >> 14:50:50  PREPARE: START OF PHASE ADDON_CHK
    >> 14:50:50  PREPARE: END OF PHASE   ADDON_CHK
    >> 14:50:50  PREPARE: START OF PHASE ADDON_INFO
    >> 14:50:50  PREPARE: END OF PHASE   ADDON_INFO
    >> 14:50:50  PREPARE: START OF PHASE ADDON_SPEC1
    >> 14:50:55  PREPARE: END OF PHASE   ADDON_SPEC1
    >> 14:50:56  PREPARE: START OF PHASE ADDON_TREAS
    >> 14:50:56  PREPARE: END OF PHASE   ADDON_TREAS
    >> 14:50:56  PREPARE: START OF PHASE ADDON_WFM
    >> 14:51:01  PREPARE: END OF PHASE   ADDON_WFM
    >> 14:51:01  PREPARE: START OF PHASE ADDON_DMC
    >> 14:51:01  PREPARE: END OF PHASE   ADDON_DMC
    >> 14:51:01  PREPARE: START OF PHASE ACE_CHK
    >> 14:51:01  PREPARE: END OF PHASE   ACE_CHK
    >> 14:51:02  PREPARE: START OF PHASE CRM_BILL
    >> 14:51:02  PREPARE: END OF PHASE   CRM_BILL
    >> 14:51:02  PREPARE: START OF PHASE PR_DBPAR
    >> 14:51:02  PREPARE: END OF PHASE   PR_DBPAR
    >> 14:51:02  PREPARE: START OF PHASE CHECKGROUP_END1
    Execution of PREPARE module Initialization ends at 20070322145102
    Execution of the selected PREPARE modules finished
    with the statuses as follows:
    'Initialization'  status: succeeded
    Please see file D:\usr\sap\put\log\CHECKS.LOG
    for the actions which have to be performed.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:51:02 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:51:41 PM
    > continue
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input  succeeded        yes
    ?                   Initialization  succeeded        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:51:41 PM
    SAP  UPGRADE  CONTROL  PROGRAM
    ================================
    This is SAPup version 7.00/2 upgrade to release
            500 of BBPCRM
            2005_1_700 of PI_BASIS
            700 of SAP_ABA
            700 of SAP_AP
            700 of SAP_BASIS
            700 of SAP_BW
            2005_1_700 of ST-PI
    Target SAP system is ADC, MSSQL database
    SAPup started in PREPARE mode.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:58:46 PM
    > continue
    The following options are available:
    select: Display screen for selecting PREPARE modules
    status: Display the statuses of the PREPARE modules
    exit:   Exit PREPARE
    help:   Getting help about PREPARE
    ? select
    ? status
    ? exit
    Waiting for input since Mar 22, 2007 1:58:53 PM
    > select
    Select the PREPARE modules
    ?                             name     status  mandatory
    ?                  Parameter input  succeeded        yes
    ?                   Initialization  succeeded        yes
    ?                           Import    initial        yes
    ?                        Extension    initial        yes
    ?                      Integration    initial        yes
    ?                     Installation    initial        yes
    ?                   General checks    initial        yes
    ?                Activation checks    initial        yes
    ? Necessary checks for conversions    initial        yes
    ?  Optional checks for conversions    initial         no
    ?             Modification support    initial         no
    ?                   Pre-processing    initial         no
    Waiting for input since Mar 22, 2007 1:58:56 PM
    >                           Import    initial        yes
    You selected the following PREPARE modules:
    Import
    execute: Execute the selected PREPARE modules.
             Make sure that you have carried out the actions described in
             D:\usr\sap\put\log\CHECKS.LOG before continuing.
             (Note: The contents of file CHECKS.LOG are saved
              in D:\usr\sap\put\log\CHECKS.SAV)
    select:  Display screen for selecting PREPARE modules.
    exit:    Exit PREPARE.
    help:    Getting help about PREPARE modules.
    ? execute
    ? select
    ? exit
    ? display CHECKS.LOG
    Waiting for input since Mar 22, 2007 1:59:00 PM
    > execute
    Execution of PREPARE module Import begins at 20070322145902
    >> 14:59:02  PREPARE: START OF PHASE REQIMPORT
           The PREPARE module Import will be started now.
    During this module programs, structures, and table entries
    required by PREPARE are imported (the socalled "tool import").
    Note: This can cause a loss of performance in R/3
    In rare cases, a concurrent transport via the transport directory
    may disturb the tool import. Please avoid any concurrent import
    during this PREPARE module.
    ? continue
    ? cancel
    Waiting for input since Mar 22, 2007 1:59:02 PM
    > continue
    >> 14:59:05  PREPARE: END OF PHASE   REQIMPORT
    >> 14:59:05  PREPARE: START OF PHASE READDATA
    Trying to find archive files ...
    Extracting archive "D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC7000.SAR" to "D:\usr\sap\put" ...
    Archive D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC7000.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC700X.SAR" to "D:\usr\sap\put" ...
    Archive D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC700X.SAR successfully unpacked to D:\usr\sap\put.
    Extracting archive "D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC_SP.SAR" to "D:\usr\sap\put" ...
    Archive D:\D1\SAP_CRM_5.0_SR2_Upgrade_Export\UPG1\DBINDEP\MISC_SP.SAR successfully unpacked to D:\usr\sap\put.
    Trying to find archive files ...
    Extracting archive "C:\D2\SAP_CRM_5.0_SR2_Upgrade_Export\UPG2\DBINDEP\MISC700I.SAR" to "D:\usr\sap\put" ...
    Archive C:\D2\SAP_CRM_5.0_SR2_Upgrade_Export\UPG2\DBINDEP\MISC700I.SAR successfully unpacked to D:\usr\sap\put.
    >> 14:59:40  PREPARE: END OF PHASE   READDATA
    >> 14:59:40  PREPARE: START OF PHASE READDATA_EXT
    Trying to find archive files ...
    >> 14:59:41  PREPARE: END OF PHASE   READDATA_EXT
    >> 14:59:41  PREPARE: START OF PHASE TOOLFIX_CHK
    Correction package 'D:\usr\sap\put\FIX_CRM50SR2.UPG' found, extracting to 'D:\usr\sap\put'
    Archive successfully unpacked.
    >> 14:59:42  PREPARE: END OF PHASE   TOOLFIX_CHK
    >> 14:59:42  PREPARE: START OF PHASE CPYFIL0_CBU
    >> 14:59:42  PREPARE: END OF P

  • Designer 6i + 9i: Java tools (Version History etc) do not work in 9i

    1.
    I have installed both Designer 6i (4.2) and 9i in different homes.
    6i works fine, but in the 9i installation the java tools, such as Version History Viewer etc. do not work. The java classes cannot be found.
    Any suggestions?
    2.
    6i R4.2 and 9i seem to work against the same repository version, so I can use 6i for the missing parts. Will this be working still after future patches of 9i?
    I need the combined 6i/9i installation because my laptop is used both for (6i) training and 9i development.

    Hi Peter,
    1) This is most probably caused by your java class path being longer than
    999 characters. We are aware of this problem and it is recorded as a bug.
    Simply reduce the length of your class path to less than 999 characters
    and the Java tools should start OK. The offending Registry variable you
    are looking for is:
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0\REPADM61\DEFAULT_JVM_PARAMS_THIN_JDBC
    JVM_CLASSPATH_DEFAULT_THIN_JDBC
    There is an also one or two issues with the JDBC thin drivers used and
    the 'increased sensitivity' of the 9i database tnsnames.ora file content
    and structure. The Release Notes for Designer 6i Release 4.3/9i Designer
    9.0.2.1.0 should more details on this and available workarounds.
    I suggest you look at these and implement the tnsnames.ora workaround at
    least, in order to protect against future connection problems. By the way
    - 8.1.7 works fine with respect to these connection issues.
    2) Please see this post from this forum for more details =>
    Re: Oracle 9i database problem
    Hope this helps.
    Regards,
    Dominic
    Designer Product Management
    Oracle Corp

  • Cannot start start Jdeveloper

    I just installed latest Jdeveloper on a Windows 2003 machine, but I cannot start it. The following is the message I got. Can anybody help? Thanks.
    E:\JDeveloper>jdev\bin\jdev -verbose
    JNI Option: -Dide.product=oracle.jdeveloper
    JNI Option: -Dide.splash.screen=splash.gif
    JNI Option: -Xverify:none
    JNI Option: -Xmx512M
    JNI Option: -XX:MaxPermSize=160M
    JNI Option: -XX:JavaPriority10_To_OSPriority=10
    JNI Option: -XX:JavaPriority9_To_OSPriority=9
    JNI Option: -Dice.browser.forcegc=false
    JNI Option: -Dice.pilots.html4.tileOptThreshold=0
    JNI Option: -Xbootclasspath/p:../lib/lwawt.jar
    JNI Option: -Dreserved_filenames=con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,
    lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout$
    JNI Option: -DEDITOR_J2SE_VERSION=1.5
    JNI Option: -DINSIGHT_OMIT_HIDDEN=true
    JNI Option: -Doracle.xdkjava.compatibility.version=9.0.4
    JNI Option: -Doracle.translated.locales=ja
    JNI Option: -Dwindows.shell.font.languages=en
    JNI Option: -Dide.debug.controller.stack=false
    JNI Option: -Dceditor.java.parse.small=300
    JNI Option: -Dceditor.java.parse.large=1500
    JNI Option: -Dide.extension.cpmissing.nowarn=true
    JNI Option: -Dcompiler.vmargs=-mx512m
    JNI Option: -Doracle.soap.transport.noHTTPClient=true
    JNI Option: -Djbo.debugoutput=silent
    JNI Option: -Djbo.showdebugwarningbanner=false
    JNI Option: -Djava.library.path="E:\PROGRA~1\MKSTOO~1\bin;E:\PROGRA~1\MKSTOO~1\b
    in\X11;E:\PROGRA~1\MKSTOO~1\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Syst
    em32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;c:\Program Files\M
    icrosoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\80\Tool
    s\Binn\";..\lib\ext;..\..\lib
    JNI Option: -Dide.user.dir=
    JNI Option: -Dide.startingArg0=E:\JDeveloper\jdev\bin\jdev.exe
    JNI Option: -Dide.startingArg1=-verbose
    JNI Option: -Dide.launcherProcessId=2460
    JNI Option: -Dide.config_pathname=E:\JDeveloper\jdev\bin\jdev.conf
    JNI Option: -Dide.startingcwd=E:\JDeveloper
    JNI Option: -Dide.shell.fileTypeKeyDefined=true
    JNI Option: -Dide.shell.enableFileTypeAssociation=true
    JNI Option: -Djava.class.path=..\lib\jdev-loader.jar
    JNI Option: -Djdev.class.path=..\..\..\classes;..\..\ide\lib\javax-ide.jar;..\..
    \ide\lib\javatools-sr.jar;..\..\ide\lib\javatools.jar;..\..\ide\lib\ide-sr.jar;.
    .\..\ide\lib\ide.jar;..\..\jlib\jewt4.jar;..\..\jlib\share.jar;..\..\jlib\help4.
    jar;..\..\jlib\inspect4.jar;..\..\lib\xmlparserv2.jar;..\..\jdbc\lib\orai18n.jar
    ;..\lib\jdev-ep.jar;..\..\jdk\lib\tools.jar;..\..\jdk\lib\dt.jar
    JNI Option: -Djava.system.class.loader=oracle.ideimpl.IdeClassLoader
    JVM path is ..\..\jdk\jre\bin\client\jvm.dll
    java.lang.NullPointerException
    at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:117)
    at javax.swing.UIDefaults.getUI(UIDefaults.java:721)
    at javax.swing.UIManager.getUI(UIManager.java:860)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at javax.swing.JRootPane.createGlassPane(JRootPane.java:482)
    at javax.swing.JRootPane.<init>(JRootPane.java:313)
    at javax.swing.JFrame.createRootPane(JFrame.java:247)
    at javax.swing.JFrame.frameInit(JFrame.java:228)
    at javax.swing.JFrame.<init>(JFrame.java:195)
    at oracle.ide.IdeCore$StartupWindow.<init>(IdeCore.java:1450)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1075)
    at oracle.ide.Ide.startup(Ide.java:674)
    at oracle.ideimpl.Main.start(Main.java:49)
    at oracle.ideimpl.Main.main(Main.java:25)

    I have JDK 1.4.2 installed by 1 10G client, but I remove its reference from path. I use jdevstudio1013.zip, which should include JDK 5 in it. If I started jdevw, I got the splash screen hanging there forever until you click on it. Thanks for the quick reply.

  • Opmn cannot start coreapplication_obis1

    Hi after installing obiee11g on win2008r2 64-bit and updating rpd and catalog I cannot start the coreapplication_obis1 using opmn:
    -->snip
    C:\Windows\system32>opmnctl startproc ias-component=coreapplication_obis1
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=DBY-OBIEE11G:9501
    0 of 1 processes started.
    ias-instance id=instance2
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    coreapplication_obis1/OracleBIServerComponent/coreapplication_obis1/
    Error
    --> Process (index=1,uid=1920012172,pid=1404)
    time out while waiting for a managed process to start
    Log:
    none
    C:\Windows\system32>
    <-- snap
    I have checked all log and out files but I don't see any error and therefore I'm stuck.
    Can I set a debug mode or do anything else to get information about what's happening ?
    Thanks,
    Knut

    As explained in the Oracle documentation, it normally should be very easy to upgrade using the UpgradeAssistant (ua.bat).
    But when trying to apply the upgrade, we encountered an error and the UpgradeAssistant would cancel the process and return “failed” as upgrade state.
    Several tries later and analyzing the log files of the assistant, it was obvious that the java components of the BI weblogic server
    were not started properly, which led to the failure of the upgrade. The log file(s) are located at $ORACLE_HOME\upgrade\logs .
    Just for clarifying, this is the error the assistant threw at us:
    [2011-03-31T15:11:31.500+01:00] [BIEE] [ERROR] [] [upgrade.BIEE] [tid: 15] [ecid:0000IwCDvHF3r2o_sTS4yX1D_8XV000006,0] javax.management.OperationsException: Unable to start process: instance1: coreapplication_obis1[[
    at ….
    at ….
    at ….
    Unfortunately, you will not be able to find help or guidiance among this error message on the internet or the Oracle forums. I really don’t know why, but all you find are “Upgrade-How-To’s” with zero error explanation.
    Looking at Window’s own server logs using the Server Manager, it was discovered that there was some kind of problem with
    the OraPlc11.dll, which is part of these required components. I actually discovered this because I tried to startup BI weblogic-server
    separately, which causes these java components to be started, too.
    Their health status can easily be monitored by the OracleProcessManager utility (opmnctl.bat can normally be found under $ORACLE_INSTANCE\bin .
    Using ‘opmnctl status’ while starting the weblogic server throws the components health as output inside the console.
    As expected, the components (in this particular case OBIS1) would not go any further than initializing, while in the Server Manager tool under “Diagnostics\Event Viewer\Windows Logs\Application” there would appear a new error message throwing the following error related to our component(s):
    OraPlc11.Dll cannot be loaded. OS Error message: The specified procedure could not be found.
    We double checked our complete installation for the existence of this file (we simply used the windows search and looked up OraPlc11.dll).
    We encountered this file three times; First in our 11g installation folder (D:\oracle\client11gr2\product\11.2.0\client_1\bin), being 110 KB in size, second in our $ORACLE_HOME\bin folder being 97 KB in size and third in the rcu directory under “transfer” (D:\transfer\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\BIN), 80 KB in size.
    We knew that the 110 KB OraPlc.dll was used at the moment, so we tried using the 80 KB OraPlc.dll by renaming the 110 KB – dll to OraPlc.dll.old and copying the 80 KB – dll into our oracle installation (D:\oracle\ client11gr2\product\11.2.0\client_1\bin).
    Then, we restarted the OS, started the BI weblogic-server via console (the start/stop script is found under $ORACLE_INSTANCE\bifoundation\OracleBIApplication\coreapplication), monitored the component status until all 5 reached the state “alive”, and then we started the UpgradeAssistant via console (ua.bat is located in $ORACLE_HOME\bin) with the additional parameter “–logLevel TRACE” for more detailed log information. We then went through the assistant as usual and described in the Oracle documentation. The upgrade process succeeded this time (ignore warnings).
    Hope this will help other people encountering this problem in the future.
    Greetz,
    Felix

  • Could not stop SDM server. Cannot execute Java process for stopSDM with parameters 50018

    dear SAP
    i have a system Solman 7.1
    i'm upgrading Solman from SP04 to SP13 using SUM (SP12 patch 10) on windows 2012
    and i faced  error  during  Excution phase 5.6  in JAVA Stack.
    phase : Excution - Actual Update
    Error : An error has occurred during the execution of the Deploy software components step.
    Could not stop SDM server. Cannot execute Java process for stopSDM with parameters 50018. Return code condition success evaluated to false for process java.exe for action ACTION_STOP
    You can find more information in the files D:\usr\sap\SOL\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_22.LOG and ProcessOverview.html.
    To troubleshoot the problem use the provided information. An SAP Note may provide a solution to this problem. Search for SAP Notes with the following keywords:
    SUM??execute??component-deploy-700??deploy-components??com.sap.sdt.j2ee.services.servicesimpl.SDMService??class com.sap.sdt.j2ee.tools.sdmmanagement.OperateSdmException
    i try to restart server and killed sapstartsrv..  but the problem is not solved. 
    please let me know what i check more?
    D:\usr\sap\SOL\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_22.LOG
    <!--LOGHEADER[START]/-->
    <!--HELP[Manual modification of the header may cause parsing problem!]/-->
    <!--LOGGINGVERSION[2.0.7.1006]/-->
    <!--NAME[D:\usr\sap\SOL\SUM\sdt\log\SUM\DEPLOY-COMPONENTS_22.LOG]/-->
    <!--PATTERN[DEPLOY-COMPONENTS_22.LOG]/-->
    <!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->
    <!--ENCODING[UTF8]/-->
    <!--LOGHEADER[END]/-->
    Apr 19, 2015 3:59:00 AM [Info  ]: Stopping SDM server...
    Apr 19, 2015 3:59:00 AM [Info  ]: AS Java process ID 11 has been started.
    Apr 19, 2015 3:59:00 AM [Info  ]:   Command line: D:\usr\sap\SOL\DVEBMGS00\exe\sapjvm_4\bin\java.exe -Xmx900M -Djava.ext.dir=d:/usr/sap/SOL/DVEBMGS00/SDM/program/lib;D:/usr/sap/SOL/DVEBMGS00/exe/sapjvm_4/jre/lib/ext -cp . -jar d:\usr\sap\SOL\DVEBMGS00\SDM\program\bin\SDM.jar shutdown Sdmguiport=50018 sdmHome=d:/usr/sap/SOL/DVEBMGS00/SDM/program logfile=D:\usr\sap\SOL\SUM\sdt\log\SUM\OperateSDM_60.LOG
    Apr 19, 2015 3:59:00 AM [Info  ]:   Standard out: D:\usr\sap\SOL\SUM\sdt\log\SUM\OPERATESDM_44.OUT
    Apr 19, 2015 3:59:00 AM [Info  ]: Process ID 11 has been started.
    Apr 19, 2015 3:59:00 AM [Info  ]: Waiting for process ID 11, name java.exe to finish.
    Apr 19, 2015 3:59:02 AM [Info  ]: Process ID 11, name java.exe has been finished, exit code 16.
    Apr 19, 2015 3:59:02 AM [Info  ]: Process ID 11, name java.exe has been terminated.
    Apr 19, 2015 3:59:02 AM [Error ]: The following problem has occurred during step execution: com.sap.sdt.j2ee.tools.sdmmanagement.OperateSdmException: Could not stop SDM server.
    Cannot execute Java process for stopSDM with parameters 50018.
    Return code condition success evaluated to false for process java.exe for action ACTION_STOP.
    Best regards..

    Could not stop SDM server. Cannot execute Java process for stopSDM with parameters 50018. Return code condition success evaluated to false for process java.exe for action ACTION_STOP
    Please follow the solution mentioned in the below link.
    Error During Deployment - Java Support Package Manager (OBSOLETE) - SAP Library
    regards,
    pavan

  • Cannot start zfdstart

    Ever since I applied SP5 to a Netware 6 (SP3) server, I cannot start
    ZenworksInvService. When trying to start (zfdstart), I get the following
    message on the console:
    Unable to get Naming Serve Instance, Check if naming server is running.
    But named is running. I also created an A-record: ZENWSIMPORT for this
    purpose.
    After a couple of minutes, the messages disappear (task ends).
    The logger-screen then says:
    java: Class
    com.novell.zenworks.desktop.inventory.servercommon .ZENWorksInventoryStopServ
    ice exited with status -1
    java: Class
    com.novell.zenworks.desktop.inventory.servercommon .ZENWorksInventoryServiceM
    anager exited woth status -1
    Q. What is going wrong here? and how do I fix it?
    Kind Regards,
    Adrie de Regt
    Netherlands

    Adrie,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How to start config tool

    Hi All,
    How can we start config tool and visual adminsitrator for a NW04s installed system.
    Thanks,
    Sailesh K

    i am not able to start jspm, when i click on go.bat, it is giving the following error..
    Trouble Ticket Report
    Java Support Package Manager for SAP NetWeaver'04s
    SID................: ISD
    Hostname...........: solmansys
    Install directory..: D:/usr/sap/ISD
    Database...........: $(/J2EE/DBSystem/DBInfoName)
    Operating System...: NT
    JDK version........: 1.4.2_13 Sun Microsystems Inc.
    JSPM version.......: 7.00.8.0.1.3.25
    System release.....: 700
    ABAP stack present.: false
    The execution ended in error.
    Cannot initialize application data.
    Could not detect database. Check if it is running.
    Could not execute DMT command dbinfo with arguments D:\usr\sap\ISD\DVEBMGS01\j2ee\JSPM\config\DBINFO.XML.
    Return code condition success evaluated to false for process java.exe for action dbinfo.
    More information can be found in the log file D:\usr\sap\ISD\DVEBMGS01\j2ee\JSPM\log\log_2007_03_01_18_44_32\JSPM_MAIN_1_01.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.jspm.phases.PhaseTypeJSPM
    com.sap.sdt.jspm.gui.JspmUiException
    Cannot initialize application data.
    JSPM_MAIN
    JSPMPhases
    NetWeaver Upgrade
    SAPJup
    Java Upgrade
    Thanks,
    Sailesh K

  • Why the listener cannot start? All seems OK

    Why the listener cannot start? It seems no problems.
    [oracle@localhost database]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:46:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost database]$ lsnrctl start listener
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-JUL-2009 10:47:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.109)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.109)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@localhost admin]$ cat listener.ora
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = db1)
    (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
    (SID_NAME = db1)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
    [oracle@localhost admin]$ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    DB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.109)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = db1)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    [oracle@localhost admin]$ ifconfig
    eth0 Link encap:Ethernet HWaddr 00:13:21:C7:21:F1
    inet addr:192.168.0.109 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::213:21ff:fec7:21f1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:11748 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:792680 (774.1 KiB) TX bytes:155584 (151.9 KiB)
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:8335 errors:0 dropped:0 overruns:0 frame:0
    TX packets:8335 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3326132 (3.1 MiB) TX bytes:3326132 (3.1 MiB)
    peth0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:11747 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3354 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:839608 (819.9 KiB) TX bytes:225672 (220.3 KiB)
    Interrupt:17
    vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:3354 errors:0 dropped:0 overruns:0 frame:0
    TX packets:11748 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:155584 (151.9 KiB) TX bytes:792680 (774.1 KiB)
    xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:11618 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:614983 (600.5 KiB) TX bytes:0 (0.0 b)

    Thank you
    You are right. Doing according to you conduct, the Listener is started. But EM console cannot be started any more.
    How to do next?
    [oracle@host admin]$ emctl start dbconsole
    TZ set to US/Eastern
    Exception in getting local host
    java.net.UnknownHostException: host: host
    at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
    Exception in getting local host
    java.net.UnknownHostException: host: host
    at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
    at oracle.sysman.emSDK.conf.TargetInstaller.getLocalHost(TargetInstaller.java:4977)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3758)
    OC4J Configuration issue. /u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_null_db1 not found.
    Edited by: junez on Jul 18, 2009 9:05 AM

Maybe you are looking for

  • Lack of performance on 290X 4G

    So I have a MSI R9 290X 4G gaming series and my performance is heavily lacking compared to others on similar setups. I get hardly 1200 points in heaven while someone with a lesser cpu than me and the same GPU and driver (14.4) gets 100 - 200 points m

  • Nokia N8

    Hai, After upgrade my Nokia N8 with Belle ,  I am unable to play some videos like flv.avi etc. From more that one month I am waiting for a solution from Nokia. Unfortunately I didn't get yet. So kindly anyone advise me " Isn't chance to go back to Sy

  • Install MAC OS X always fails

    It just says To setup the installation of MAC OS X, click continue then agree to terms and conditions  select which dick to install to MAC it starts installing then comes up Mac OS X lion could not be installed, beacause the disk MAC is damaged and c

  • Purchased  Photoshop & Premier Elements 13 but serial number for PSE doesn't work

    I purchased Photoshop & Premier Elements 13 a couple of days ago and I got the serial numbers by email. The serial number for Premier works, but the number provided for Photoshop doesn't.

  • Upgrade test version to full version FAIL

    after using the lightroom test version for 30 days, I bought the full version via Amazon. Software installation is completed but I still cannot use the programm. I am also not being asked to enter any system key. What am i doing wrong?