Solution mangaer 4.0 SR3 Installation error at configure UME

Dear All,
I am trying to do installation of SOlution manager 4.0 SR3 on windows 2003 server, MS SQL Server 2005 as database.
My Java version 1.4.2_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
My installation stuck at configure UME stage below is error message.
Jun 20, 2008 6:21:06 PM  Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "setup"
Jun 20, 2008 6:21:07 PM  Info: Using SID "SMN" for secure storage
Jun 20, 2008 6:21:07 PM  Info: Created group entry in secure storage: Group "SAP_J2EE_ADMIN", roles "Administrator"
Jun 20, 2008 6:21:08 PM  Info: Created group entry in secure storage: Group "SAP_J2EE_GUEST", roles ""
Jun 20, 2008 6:21:08 PM  Info: Created user entry in secure storage: User "J2EE_ADMIN", password set, parent groups "SAP_J2EE_ADMIN", locked "false", roles ""
Jun 20, 2008 6:21:08 PM  Error: main()
[EXCEPTION]
com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "
testpip/sapmnt/SMN/SYS/global/security/data/SecStore.properties".
     at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:769)
     at com.sap.security.core.server.secstorefs.SecStoreFS.insertPair(SecStoreFS.java:2258)
     at com.sap.security.tools.UMConfigModel.addUserInSecStore(UMConfigModel.java:725)
     at com.sap.security.tools.UMConfiguratorLoad.doSetup(UMConfiguratorLoad.java:575)
     at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.java:212)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.io.FileNotFoundException:
testpip\sapmnt\SMN\SYS\global\security\data\SecStore.properties (The requested operation cannot be performed on a file with a user-mapped section open)
     at java.io.FileOutputStream.open(Native Method)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
     at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:765)
     ... 9 more
Jun 20, 2008 6:21:08 PM  Info: Leaving with return code 99

Ok. I double checked - you´re right. The new CD/DVD set with Solman 7.0 doesn´t support 32bit any more. I HIGHLY suggest to install SolMan on 64bit, you may not be able to use all functionality.
Now back to your problem:
Can you open the file? Is it there? There seems to be a permission problem...
Markus

Similar Messages

  • Netweaver 7 sr2 error at  configure ume and import java dump

    Hello ALL,
    While installing EP 7.0 using netweaver 7.0 sr2 we are getting error at import java dump and
    configure ume stages.  The issue seems like the sapinst is not detecting the MS SQL instance JEP
    Here are the details of the server
    OS : Microsoft Windows server 2003 IA64
    DB: MS SQL 2005
    RAM: 7.98 G.B
    j2sdk : 1.4.2_13
    C:\Documents and Settings\support>java -version
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    When we set the environment variable SAPINST_SKIP_ERRORSTEP = true , the error at import java dump
    is not occuring any more. However the error at configure ume still occurs.
    Here are the log details
    from sapinst.log
    ERROR 2008-04-08 16:11:07
    CJS-30059  Java EE Engine configuration error.<br>DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile umconfigurator.log: 'Apr 8, 2008 4:10:53 PM   Info: UME configurator (com.sap.security.tools.UMConfiguratorLoad) called for action "setup"PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.pathApr 8, 2008 4:11:07 PM   Error: main() [EXCEPTION] com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)     at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)     at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:149)     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)     at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:60)     at com.sap.security.tools.UMConfigModel.<init>(UMConfigModel.java:79)     at com.sap.security.tools.UMConfiguratorLoad.main(UMConfiguratorLoad.java:179)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:324)     at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)Caused by: java.sql.SQLException: [NWMss][SQLServer JDBC Driver][NWMss][SQLServer JDBC Driver]The requested instance is either invalid or not running.     at com.sap.nwmss.jdbc.base.BaseExceptions.createException(Unknown Source)     at com.sap.nwmss.jdbc.base.BaseExceptions.getException(Unknown Source)     at com.sap.nwmss.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)     at com.sap.nwmss.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)     at com.sap.nwmss.jdbc.base.BaseConnection.connect(Unknown Source)     at com.sap.nwmss.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)     at com.sap.nwmss.jdbc.base.BaseConnection.open(Unknown Source)     at com.sap.nwmss.jdbc.base.BaseDriver.connect(Unknown Source)     at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)     at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:608)     at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:285)     at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)     ... 12 more
    ERROR 2008-04-08 16:11:07
    FCO-00011  The step runUMConfigurator with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_UME_Configuration|ind|ind|ind|ind|1|0|NW_UME_Configuration_Standalone|ind|ind|ind|ind|0|0|runUMConfigurator was executed with status ERROR .
    from jlog.
    08.04.08 12:08:45 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    08.04.08 12:08:45 com.sap.inst.jload.Jload logStackTrace
    SEVERE: com.sap.sql.log.OpenSQLException: Could not load class com.sap.nwmss.jdbc.sqlserver.SQLServerDriver.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:106)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:143)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
         at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)
         at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)
         at com.sap.inst.jload.Jload.main(Jload.java:580)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.ClassNotFoundException: com.sap.nwmss.jdbc.sqlserver.SQLServerDriver
         at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
         at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
         at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:134)
    Please shed some light to solve this  issue. Points will be rewarded for responses.

    Hi Sergo
    The DVDs of Netweaver are put in directory P which have around 38 G.B space and I have directed both data files and temp files of  MS SQL  to the same dir P in SAPinst.
    Here are the last lines sapinst.log
    WARNING 2008-04-08 15:24:06
    Execution of the command "C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Apr 8, 2008 3:23:52 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML -log jload.log
    Apr 8, 2008 3:24:06 PM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    Apr 8, 2008 3:24:06 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: [NWMss][SQLServer JDBC Driver][NWMss][SQLServer JDBC Driver]The requested instance is either invalid or not running.
         at com.sap.nwmss.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.connect(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
         at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)
         at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)
         at com.sap.inst.jload.Jload.main(Jload.java:580)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ERROR 2008-04-08 15:24:06
    CJS-30049  <html>Execution of JLoad tool 'C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/jload.java.log' for more information.</html>
    ERROR 2008-04-08 15:24:06
    FCO-00011  The step importJavaDump with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    INFO 2008-04-08 15:32:54
    An error occured and the user decided to retry the current step: "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump".
    INFO 2008-04-08 15:33:08
    Copied file 'P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257/JAVA_EXPORT/JDMP/IMPORT.XML' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS'.
    INFO 2008-04-08 15:33:09
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\jload.java.log.
    INFO 2008-04-08 15:33:09
    Output of C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/jload.java.log.
    WARNING 2008-04-08 15:33:28
    Execution of the command "C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Apr 8, 2008 3:33:09 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML -log jload.log
    Apr 8, 2008 3:33:23 PM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    Apr 8, 2008 3:33:23 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: [NWMss][SQLServer JDBC Driver][NWMss][SQLServer JDBC Driver]The requested instance is either invalid or not running.
         at com.sap.nwmss.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.connect(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
         at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)
         at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)
         at com.sap.inst.jload.Jload.main(Jload.java:580)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ERROR 2008-04-08 15:33:28
    CJS-30049  <html>Execution of JLoad tool 'C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/jload.java.log' for more information.</html>
    ERROR 2008-04-08 15:33:28
    FCO-00011  The step importJavaDump with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    INFO 2008-04-08 15:35:54
    An error occured and the user decided to retry the current step: "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump".
    INFO 2008-04-08 15:36:08
    Copied file 'P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257/JAVA_EXPORT/JDMP/IMPORT.XML' to 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS'.
    INFO 2008-04-08 15:36:08
    Creating file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\jload.java.log.
    INFO 2008-04-08 15:36:08
    Output of C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log is written to the logfile C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/jload.java.log.
    WARNING 2008-04-08 15:36:23
    Execution of the command "C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log" finished with return code 1. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
    Apr 8, 2008 3:36:09 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML -log jload.log
    Apr 8, 2008 3:36:23 PM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    Apr 8, 2008 3:36:23 PM com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: [NWMss][SQLServer JDBC Driver][NWMss][SQLServer JDBC Driver]The requested instance is either invalid or not running.
         at com.sap.nwmss.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
         at com.sap.nwmss.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.connect(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseConnection.open(Unknown Source)
         at com.sap.nwmss.jdbc.base.BaseDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
         at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:105)
         at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:149)
         at com.sap.inst.jload.Jload.main(Jload.java:580)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ERROR 2008-04-08 15:36:23
    CJS-30049  <html>Execution of JLoad tool 'C:\j2sdk1.4.2\bin\java.exe -classpath "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\install\sharedlib\launcher.jar" -showversion -Xmx512m com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload "C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/lib/iaik_jce.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jload.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/antlr.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/exception.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/jddi.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/logging.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/opensqlsta.jar;C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/base.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/util.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/sqlserver.jar;E:/usr/sap/JEP/SYS/exe/uc/NTIA64/mssjdbc/spy.jar" -sec JEP,jdbc/pool/JEP,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.properties,
    jub01sapjrq/sapmnt/JEP/SYS/global/security/data/SecStore.key -dataDir P:/EP_Softwares/SAP_Netweaver_2004S_SR2_JAVA_Based_Software_Components_51032257\JAVA_EXPORT\JDMP -job "C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS\IMPORT.XML" -log jload.log' aborts with return code 1.<br>SOLUTION: Check 'jload.log' and 'C:/Program Files/sapinst_instdir/NW04S/SYSTEM/MSS/CENTRAL/AS/jload.java.log' for more information.</html>
    ERROR 2008-04-08 15:36:23
    FCO-00011  The step importJavaDump with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .
    INFO 2008-04-08 15:43:49
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Jload|ind|ind|ind|ind|9|0|importJavaDump".
    Please check and let me know why the SAPINST is not able to detect MS SQL driver or Database itself.

  • Solution Manager 4.0 SR1 installation error

    Hi there,
    I am getting eblow error for Solution Manager 4.0 SR1 installation on aix-ora.
    Any help much appreciated. Thanks.
    Regards
    Anil
    INFO       2008-05-19 14:15:56 [syuxccuren.cpp:119]
               CSyCurrentProcessEnvironmentImpl::removeEnvironmentVariable
    Removed environment variable SAPDATA_HOME from current process environment.
    INFO       2008-05-19 14:15:58 [iaxxgenimp.cpp:630]
               showDialog()
    Execute step PrepareOraCreateTablespace of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0.
    ERROR      2008-05-19 14:15:59 [iaxxejsbas.cpp:178]
               EJS_ErrorReporter
    FJS-00003  TypeError: sapdataNodeInfo[idx] has no properties (in script NW_Onehost|ind|ind|ind|ind, line 51567: ???)
    ERROR      2008-05-19 14:15:59 [iaxxgenimp.cpp:728]
               showDialog()
    FCO-00011  The step PrepareOraCreateTablespace with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|PrepareOraCreateTablespace was executed with status ERROR .

    Why not use SR3 release? It contains MANY more fixes and will prevent you from the need of installing a bunch of support packages after your installation...
    For your error: please check ora_sql_result.log
    Markus

  • Issue on Solution Manager 4.0 SR3 installation

    Dear all,
    During the Oracle Client installation phase of a SAP Solution Manager 4.0
    system installation with sapinst, I get the following error
    ERROR 2008-01-21 16:04:06.776 iaxxejsbas.cpp:178
    EJS_ErrorReporter
    FJS-00003 TypeError: linkTarget has no properties (in script
    NW_Onehost|ind|ind|ind|ind, line 3431: ???)
    ERROR 2008-01-21 16:04:07.399 iaxxgenimp.cpp:731
    showDialog()
    FCO-00011 The step createOcl10Links with step key
    |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_C
    reateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|in
    d|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|createOcl10Links was executed with status ERROR .
    TRACE 2008-01-21 16:04:07.443 iaxxgenimp.cpp:719
    showDialog()
    Any ideas?
    Many thanks
    Andreas

    On Solaris 10 platform...
    We found that we could correct the problem by extracting the SAR file OCL10264.SAR from the client DVD into the client directory /oracle/client/10x_64 (which we had to create) and execute "ln -s instantclient_10202 instantclient" to create the symbolic link for the instantclient directory. Then the installation continued successfully. 
    Credit to Rama Ekambaram for figuring this out...
    Tim Pittman

  • Error at "CAF" phase of Solution Manager 4.0 SR3 installation

    Hello,
    When we install Solution Manager SR3 at phase 57 of 59, we get an error when sapinst configures "use type as java" CAF configuration parameters.
    Line: -
    ERROR
    CJS-30059 Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.
    Line: -
    1. sapinst.log :
    ConfigMainExt state500
    TYPE=A
    STATE=500
    INFO_SHORT=Error connecting to  --http://yanbalsm:50000/ctc/ -- ConfigServlet?param=com.sap.ctc.util.OfflineConfig;PROPSHEETVALUE;CONFIGURATION=
    apps/sap.com/caf~runtime~ear/appcfg/application.global.properties,KEY=WAS_MACHIN
    E_ADDRESS,VALUE=yanbalsm. The provided user data might be incorrect or user migh
    t be locked.
    CONFIGURATION=
    ERROR 2008-02-23 18:30:52.811
    CJS-30059 Java EE Engine configuration error. DIAGNOSIS: See output of logfile
    java.log: 'JSE '.
    ERROR 2008-02-23 18:30:52.812
    FCO-00011 The step configCAFPropSheet with step key |NW_Onehost|ind|ind|ind|ind
    |0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Conf
    iguration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_CAF|ind|ind|ind|ind|1|0|configCAFProp
    Sheet was executed with status ERROR .
    Line: -
    the usser JSE means for J2ee_admin or other? . i looged into abap stack 001 with sap* and validate that that user is not blocked.
    Line: -
    2. java.log
    TYPE=A
    STATE=500
    INFO_SHORT=Error connecting to --http://yanbalsm:50000/ctc/
    -- ConfigServlet?param=com.sap.ctc.util.OfflineConfig;PROPSHEETVALUE;CONFIGURATION=
    apps/sap.com/cafruntimeear/appcfg/application.global.properties,KEY=WAS_MACHIN
    E_ADDRESS,VALUE=yanbalsm. The provided user data might be incorrect or user migh
    t be locked.
    CONFIGURATION=
    Line: -
    I look into http:// hostanme:port/nwa and users are ok and come from abap stack.
    but when try to uses config tool or VA with de sidadm user none load , i got a error message "JAVA_HOME" not set.
    i look into .j2eeenv file and is set with setenv.
    Line: -
    3. sapinst_dev.log .-
    TRACE      2008-02-24 00:02:56.72 [iaxxejsexp.cpp:199]
               EJS_Installer::writeTraceToLogBook()
    NWException thrown: nw.configError:
    Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: '
    JSE '.
    ERROR      2008-02-24 00:02:56.72
               CJSlibModule::writeError_impl()
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile
    java.log: 'JSE '.
    Line: -
    could any one please tell me what can i check to solve this and finish my installation process.
    Thank,
    Daniel

    Hi
    We have the same problem but in AIX/Oracle
    Any suggestions?

  • Solution Manager 4.0(7.0) SR3 Installation Error

    Hi,
    I'm currently installing Solman 4.0(7.0) SR3 on Red Hat 5/Oracle 10.2.0.2. I'm at the point where it's "Installing Java Engine" it fails and i get the following error in sapinst.log:
    Info: Starting: Update: Selected development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0' updates currently deployed development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0'.
    Info: ***** Begin of File-System Deployment tc/sdt/app/jspm *****
    Info: Deploy Action is UPDATE
    Error: Fileset "SdtJspmApx" does not contain any files!
    Error: ==> SDA cannot be deployed!
    Error: Aborted: development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0':
    No Filesets for Deployment found
    Info: Starting to save the repository
    Info: Finished saving the repository
    Error: - At least one of the Deployments failed -
    Info: Summarizing the deployment results:
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/ext/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm~ext.sda
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sld/data/SAP AG/1/7.0014.20071029095152.0000/lcrwork.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.client/SAP AG/0/7.0014.20071029094615.0000/sapj2eeclient.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/monitoring/logviewer-standalone/SAP AG/0/7.0014.20071029094648.0000/logviewer-standalone-fs.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sapportals.supportplatformSDA/SAP AG/0/7.0012.20070328121655.0000/com.sapportals.supportplatform.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/IAIKSecurityFS/SAP AG/0/7.0013.20070703111857.0000/tc_sec_java_crypto_fs_lib.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploy.online/SAP AG/0/7.0014.20071029094615.0000/sapj2eenginedeploy.sda
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/template_config_tool/SAP AG/0/7.0014.20050509130405.0000/TemplateConfigTool.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.visualadmin/SAP AG/0/7.0014.20071029094615.0000/visual-admin.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploytool/SAP AG/0/7.0014.20071029094615.0000/deploy-tool.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sapinst/fs/SAP AG/0/7.0014.20071113182457.0000/sltools.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/ads/lib/SAP AG/0/7.0013.20070717141342.0000/adobe-LibFiles.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/sapjra/SAP AG/0/7.0014.20071002095846.0000/sapjra.sda
    Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/bootstrap/SAP AG/1/7.0014.20071029094741.0000/sap.comtcsdtappjspm~bootstrap.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.configtool/SAP AG/0/7.0014.20071029094615.0000/configtool.sda
    Error: Aborted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm.sda
    Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/lm/ctc/offline_ctc/MAIN_APL70P14_C/0/1550899/tclmctc~offline_ctc.sda
    Processing error. Return code: 4
    Error: Processing error. Return code: 4
    ERROR 2008-12-08 00:05:07.202
    MUT-02041  SDM call of deploy ends with returncode 4
    ERROR 2008-12-08 00:05:07.203
    MUT-03025  Caught ESAPinstException in Modulecall: SDM call of deploy ends with returncode 4.
    ERROR 2008-12-08 00:05:07.323
    FCO-00011  The step redeployFS with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|redeployFS was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: SDM call of deploy ends with returncode 4.).----
    In the callSdmViaSapinst.log file, I can see the following:
    Dec 8, 2008 12:05:06 AM  Info: Starting: Update: Selected development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0' updates currently deployed development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0'.
    Dec 8, 2008 12:05:06 AM  Info: ***** Begin of File-System Deployment tc/sdt/app/jspm *****
    Dec 8, 2008 12:05:06 AM  Info: Deploy Action is UPDATE
    Dec 8, 2008 12:05:06 AM  Error: Fileset "SdtJspmApx" does not contain any files!
    Dec 8, 2008 12:05:06 AM  Error: ==> SDA cannot be deployed!
    Dec 8, 2008 12:05:06 AM  Error: Aborted: development component 'tc/sdt/app/jspm'/'sap.com'/'SAP AG'/'7.0014.20071029094741.0000'/'0':
    No Filesets for Deployment found
    Dec 8, 2008 12:05:06 AM  Info: Starting to save the repository
    Dec 8, 2008 12:05:07 AM  Info: Finished saving the repository
    Dec 8, 2008 12:05:07 AM  Error: - At least one of the Deployments failed -
    Dec 8, 2008 12:05:07 AM  Info: Summarizing the deployment results:
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/ext/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm~ext.sda
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sld/data/SAP AG/1/7.0014.20071029095152.0000/lcrwork.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.client/SAP AG/0/7.0014.20071029094615.0000/sapj2eeclient.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/monitoring/logviewer-standalone/SAP AG/0/7.0014.20071029094648.0000/logviewer-standalone-fs.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sapportals.supportplatformSDA/SAP AG/0/7.0012.20070328121655.0000/com.sapportals.supportplatform.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/IAIKSecurityFS/SAP AG/0/7.0013.20070703111857.0000/tc_sec_java_crypto_fs_lib.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploy.online/SAP AG/0/7.0014.20071029094615.0000/sapj2eenginedeploy.sda
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/template_config_tool/SAP AG/0/7.0014.20050509130405.0000/TemplateConfigTool.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.visualadmin/SAP AG/0/7.0014.20071029094615.0000/visual-admin.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.deploytool/SAP AG/0/7.0014.20071029094615.0000/deploy-tool.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sapinst/fs/SAP AG/0/7.0014.20071113182457.0000/sltools.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/ads/lib/SAP AG/0/7.0013.20070717141342.0000/adobe-LibFiles.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/sapjra/SAP AG/0/7.0014.20071002095846.0000/sapjra.sda
    Dec 8, 2008 12:05:07 AM  Error: Admitted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/bootstrap/SAP AG/1/7.0014.20071029094741.0000/sap.comtcsdtappjspm~bootstrap.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/com.sap.engine.configtool/SAP AG/0/7.0014.20071029094615.0000/configtool.sda
    Dec 8, 2008 12:05:07 AM  Error: Aborted: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/sdt/app/jspm/SAP AG/0/7.0014.20071029094741.0000/sap.comtcsdtappjspm.sda
    Dec 8, 2008 12:05:07 AM  Info: OK: /usr/sap/CMP/DVEBMGS00/SDM/root/origin/sap.com/tc/lm/ctc/offline_ctc/MAIN_APL70P14_C/0/1550899/tclmctc~offline_ctc.sda
    Dec 8, 2008 12:05:07 AM  Error: Processing error. Return code: 4
    I've checked for SAP notes and Googled the errors as well as checked SDN. I've tried deploying these files manually using SDM but they all return the same result. I've also tried checking permissions etc and everything seems to be in order.
    Does anyone have any ideas? I've be very grateful.
    Thanks,
    Craig

    Thanks,
    Unfortunately this appears to be an issue with the package itself or the immediate SAP environment which it is going into.
    Infact, when I look at the deployed component list, it looks as though this package has already been deployed. Is there any way to hack a file to make it skip the deployment of these files?
    Thanks  again,
    C.

  • CJS-30022 ECC6.0 SR3 installation error on SLES 10 SP2 DB2 9.5 64 bit

    same post on linux forum:
    error in ECC.ERP
    Hello
    I'm stuck with installation on newly build machine Intel Xeon and 5 GB RAM.
    System SLES 10 SP2 and all patches applied. IBM Java 142 v 10 (latest from OSS note for x86_64) but tried also with SLES provided sun java (same error).
    All steps from 958253 has been applied, 1125951 suggest installeion of "pdksh" shell but that is not available in SLES - ksh is installed, saplocales version 3 also.
    sapinst.log
    INFO 2008-06-25 10:14:13.955
    Creating file /db2/IED/sapdata3/sapinstdir1/sapinst_instdir/ERP/SYSTEM/DB6/CENTRAL/AS/import_monitor.java.log.
    INFO 2008-06-25 10:14:13.985
    Output of /opt/IBMJava2-amd64-142/jre/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2008-06-25 10:14:14.177
    Execution of the command "/opt/IBMJava2-amd64-142/jre/bin/java -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 1. Output:
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
    IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20080130 (JIT enabled)
    J9VM - 20071205_1933_LHdSMr
    JIT - r7_level20071016_1845)
    The java class is not found: com.sap.inst.migmon.imp.ImportMonitor
    WARNING[E] 2008-06-25 10:14:14.181
    CJS-30022 Program 'Migration Monitor' exits with error code 1. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2008-06-25 10:14:14.279
    FCO-00011 The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    import_monitor.java.log
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.2)
    IBM J9SE VM (build 2.2, J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20080130 (JIT enabled)
    J9VM - 20071205_1933_LHdSMr
    JIT - r7_level20071016_1845)
    The java class is not found: com.sap.inst.migmon.imp.ImportMonitor
    there is no import_monitor.log available.
    I'm using ECC 6.0 SR3 fresh downloaded instalallation disks and DB6 9.5 from SAP service.sap.com.

    Finally i've resolved this problem. You can't use /db2/SID/sapdata(n) directory as a your sapinst installation directory becouse sapinst is setting strange access rights to whole /db2/SID tree and sidadm user can't do any activity below.
    It's my first SAP DB6 based instalallation (i've done dozen of times on Oracle and there it was possible) and this is new for me.
    Note 967123 is describing this problem "ABAP: Error in step extractMigrationMonitorArchive
    The installation aborts in step extractMigrationMonitorArchive.
    Solution:
    Download a patch of MIGMON.SAR from the SAP service marketplace
    (for more information see SAP note 784118) and extract the archive as
    user <sapsid>adm into the current installation directory
    (using SAPCAR with the option '-xvf')
    Then restart SAPinst or re-execute the step."
    And it looks that user sidadm is unpacking MIGMON.SAR.
    Thanks for hints.

  • SOLMAN 7.0 (SR3) Installation Error

    Hi, Experts
    I am trying to install solman 7.0 in windows/db2. In one phase i am getting error, i am unable to solve this issue. Please help me to resolve the issue.
    WARNING 2009-01-02 10:25:57.906
    Execution of the command "D:\usr\sap\ISM\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\install" -c sysnr=00 -c ashost=ISLLSOLM -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u J2EE_ADMIN -p XXXXXX -r SAP_J2EE_ADMIN -message_file UserCheck.message" finished with return code 4. Output:
    Jan 2, 2009 10:25:56 AM  Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Jan 2, 2009 10:25:57 AM  Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=ISLLSOLM SYSNR=00 GWHOST=ISLLSOLM GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner 'ISLLSOLM:sapgw00' not reached
    TIME        Fri Jan 02 10:25:57 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1025)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:172)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Jan 2, 2009 10:25:57 AM  Info: Leaving with return code 4
    INFO 2009-01-02 10:25:57.906
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\dev_UserCheck.
    ERROR 2009-01-02 10:25:57.921
    CJS-30196  Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=ISLLSOLM SYSNR=00 GWHOST=ISLLSOLM GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner 'ISLLSOLM:sapgw00' not reached
    TIME        Fri Jan 02 10:25:57 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    Thanks & Regards

    the Java process is having a communication issue with the ABAP stack. First 3 things I would look at:
    1. is the ABAP stack up and running? The Java stack is checking for a user installed in the ABAP stack.
    2. is sapgw00 service defined in the services file? should have been done by the installation, but I've seen this fail.
    3. is host ISLLSOLM listening on the port defined as sapgw00? If this is not true, any number of things could be wrong.

  • Installation Error During Configuration Assistants

    Hello all.
    I'm attempting to install Oracle SES on Windows XP. Beyond the Oracle® Secure Enterprise Search Installation Guide, I really don't know what I'm doing. The installation process runs fine until it gets to the Oracle Universal Installer: Configuration Assistants. Namely, the Oracle Database Configuration Assistant is the one causing problems. When it starts it doesn't make it very far before I'm assaulted with errors:
    ORA-12638 Credential retrieval failed
    Of which I can ignore or abort. If I ignore every one that pops up, the configuration assistant finished "successfully," but then I can't log in to the Administration Tool page. So I'm inclined to suspect that the configuration assistant wasn't successful at all. I've followed the installation guide and a tutorial and I'm rather clueless as to what I'm doing wrong (or what I'm failing to do). Any help would be greatly appreciated, thanks.

    But when i use those url i'm getting error message and page not displayed
    What errors are you getting?
    Why I'm getting this message once the installation is successful. All the the three services are installed and starting properly without any error
    So you're running on Windows? Do you have a fixed IP address? If not, did you install the Loopback Adapter as specified in the installation guide for Windows?
    Also I have few doubts regarding installation, 1. Do i need to have Oracle Databse on my machine before the installation as it is not mentioned anywhere in the prerequisite. When I'm starting the midtier it gives me error while connecting to sqlplus for invalid userid/passowrd. Still the process goes through and midtier starts. Is that is a problem that my page is not displayed?
    No, you don't need a database on the machine. SES installs its own internal database. It sounds like it's unable to start the database - possibly because of the NTS problem referred to above, or possibly because you don't have a Loopback Adapter installed.
    +2. Does SES installs its own database while installation Or a client? Because i have not given any user id and password while installing then how does it tries to connect while starting the midtier.+
    Yes, it installs its own database. The password for SYS, SYSTEM and EQSYS are set to the password you supplied during installation.
    +3. If it does installs a internal database then how to access that database if we are not aware of the user id and password?+
    See above. If you want to connect manually to the database (which shouldn't normally be necessary) you can use SYS AS SYSDBA, SYSTEM or EQSYS with the password you supplied. Note that unlike most default Oracle installations, you CANNOT connect using "sqlplus / as sysdba" - you should use "sqlplus sys as sysdba" to create a sysdba connection.

  • OBIEE 11g installation error while configuring (opmnctl error)

    While installing OBIEE 11g (11.1.1.3.0),(32-bit) we have choosen software only install and the software was installed successfully. While configuring in 10 th step we are getting the following errors.
    We have installed webserver before installing OBIEE 11g.
    OS is Windows server 2008
    Executing: opmnctl start coreapplication_obips1 falied and
    Executing: opmnctl start coreapplication_obisch1.
    we are using dynamic IP address

    Thanks, It worked. I unzipped all the folders in a single folder and then with the single Setup.exe it automatically loaded the complete software.
    Best Way - Import all the download file into a single folder and run the .exe
    Thanks,
    Raman

  • SR3 installation on solaris10 - unable to open file error

    Hi Guru's
      I am installing Netweaver 7.0 system BI, ECC ,Portal on solaris 10 and oracle 10g database. I am using SR3 installation Master for solaris sparc 64. During installation i come across errors such as 'Error : SP2-0310 unable to open ora_query3_tmp1_1.sql" .When i check in the 'sapinst' directory i see that this file has only read permssions. When i change the permission to full and rerun sapinst, again the same error appears. When i check the permission for this file, it is again in read only mode.
    What is happening is, sapinst creates this file with rw-rr permission each and every time i run sapinst. i set the umask of the root user from which iam running the install to '000', but still the same error. root user is part of sapinst group. i checked all possibilities but couldn't get rid of this error. Seems like a bug in SR3 for solaris.
    Has anyone come across this error before. If so is there any fix for this.
    Would award points for whoever come with solution to this.
    Moses

    You can circumvent that problem if you don´t use "/tmp" as installation directory but a different directory. I always do a (as root)
    mkdir /install
    cd /install
    <path-to-sapinst>/sapinst
    This will also make things easier since you don´t have to step deeply into nested directory structures...
    Markus

  • Windows 7 Production Premium CS4 language pack installation error + solution

    Ok. Long story short...(For solution scroll all the way down)
    Tried to install ubuntu next to my windows vista. Next day I found myself wondering in store searching for windows 7 because Ubuntu install ruined something somewhere inside my computer and neither one of my OS were not starting at all...
    Ok. So I purchased Windows 7 with smile in my face and happiness in my soul! Now it´s clean installed and working and I have to say it is much better than Vista was...
    Already installed 3d max 2009 and couple of other old programs and works like charm and softwares are starting fast!
    ...BUT
    Today I tried to install my wonderful CS4 Production Premium package to this computer. All went well all the way to the end report where it said something like "installation error" and then there was few products or files on the list which it was unable to install...(I can post the exact list tomorrow when I try to uninstall and then again install suite the fourth or fifth time in a row.) After error report I was really worried. First I tried to start Photoshop and all I got was error report "some of the application components are missing from the application directory. Please re-install the application." Then I tried Illustrator and the message was "the localized resource files for this application could not be loaded. Please re-install...blah blah..." When I try to open Onlocation I get windows error "Adobe Onlocation has stopped working." Bridge and Media Encoder are working! But when tried to start After Effects, Premiere and Soundbooth it just opened the serial key window. When I write the serial from my dvd-box backlabel it gives me the nice big red X and says that my serial is not valid. But my serial was really valid just a while ago when I started to install these softwares! Oh please NO!
    Ok. So...Questions shortly:
    How to get my Production Premium installation work in Windows 7 and get back to work?
    How to de-activate my softwares after computer breakdown or user stupidity leading to computer breakdown so I can use my softwares again?
    EDIT:
    Well...This is what I got from the error report:
    Adobe After Effects CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Encore CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Flash CS4 Extension - Flash Lite LangPack Common
    Error:
    Error 2.
    Adobe Flash CS4 Payload LangPack (en_GB)
    Error:
    Error 2.
    Adobe Illustrator CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe OnLocation CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Photoshop CS4 International English Language Pack
    Error:
    Error 2.
    Adobe Photoshop CS4 International English Language Pack_x64
    Error:
    Error 2.
    Adobe Premiere Pro CS4 LangPack (en_GB)
    Error:
    Error 2.
    Adobe Soundbooth CS4 LangPack (en_GB)
    Error:
    Error 2.
    LangPack (British) for DeviceCentral
    Error:
    Error 2.
    Tried installing different language but it still won´t work...
    Can´t install it in safe mode and installing trough troubleshooters different windows versions won´t work either...
    Any ideas anyone?
    EDIT:
    Tried creating .nrg dvd-images with Nero and installing from harddrive instead of dvd-discs but still no luck. So problem is not in my dvd-drive or discs...
    EDIT:
    SOLUTION...
    Adobe support answered to my question. I was missing a DOCUMENTS folder from my USERS - PUBLIC path and after I created that and un-installed & installed my production premium package, everything worked like it should! You might encounter to this same problem also if your USERS - PUBLIC - DOCUMENTS folder has some security settings on... Just right click the folder, choose security and check full control in permissions and remember to sign in as administrator when you install any software...
    Hope this tip is helpful!
    Now...Back to work!

    WOH, just what I needed.
    My problem was, that I have moved my documents to another partition, but the public parts I unfortunaly don't had thinked about. . This was 'the solution'! Thank you J_Suhonen!

  • Errors on installing Solution Manager 4.0 SR3

    Dear Colleagues:
    What possible solutions can i get to manage this kind of error??, thanks in advanced!!!!!!!
    Media Used:
    Local Installation
    DB2                                   51033121_1.ZIP
    CLI / JDBC Driver           51033122.ZIP
    UCKernel                           KU_WINDOWS_I386  (Unicode nw7.0)
    InstMaster                           sm4.0
    Export                           sm4.0\export
    Lang                                   sm4.0\lang
    JavaComp                           sm4.0\java
    Java                                   j2sdk1.4.2_09
    INFO 2008-07-18 16:30:37.937
    Output of D:\instcd\db2\51033121_1\DB2_LUW_RDBMS_9.1_FP3SAP_Windows\WINDOWS_I386\ESE\image\setup.exe -i en -l "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\db2setup.log" -t "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\db2setup.trc" -u "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\win_ese.rsp" -p C:\db2\db2s01\db2_software -m is written to the logfile setup.exe.log.
    WARNING 2008-07-18 16:32:25.296
    Execution of the command "D:\instcd\db2\51033121_1\DB2_LUW_RDBMS_9.1_FP3SAP_Windows\WINDOWS_I386\ESE\image\setup.exe -i en -l "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\db2setup.log" -t "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\db2setup.trc" -u "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\win_ese.rsp" -p C:\db2\db2s01\db2_software -m" finished with return code 1639. Output:
    ERROR 2008-07-18 16:32:25.296
    Aborting the installation
    ERROR 2008-07-18 16:32:25.312
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2008-07-18 16:32:25.343
    FCO-00011  The step InstallDB2Software with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_DB6_DB|ind|ind|ind|ind|1|0|NW_DB6_DB2SoftwareInstall|ind|ind|ind|ind|0|0|InstallDB2Software was executed with status ERROR .

    Hellow to all
    You should carefully  look at    ..\sapinst_instdir\NW701\AS-ABAP\DB6\CENTRAL\db2setup.log file, it is quite probably you find out the real  error message cause.
    I had  same  message from SapInst,when seeking on that file I retrieved the following clue:
    MSI (s) (48:B8) [14:01:15:562]: PROPERTY CHANGE: Modifying TRANSFORMS property. Its current value is '|F:\ISAACW1\Install\SAPNW71\DB2LUW\5103702.ZIP\DB2_LU1.1_F\WINDOW1\ESE\image\db2\Windows\ESE\1033.MST'. Its new value: 'F:\ISAACW1\Install\SAPNW71\DB2LUW\5103702.ZIP\DB2_LU1.1_F\WINDOW1\ESE\image\db2\Windows\ESE\1033.MST'.
    /**************************  My comments below the suspicious error message
    =>> MSI (s) (48:B8) [14:01:15:562]: PROPERTY CHANGE: Adding SETUPEXEDIR property. Its value is 'F:\ISA  CURRENTDIRECTORY='.
    /* As it can seen there is a gap between 'ISA' and 'CURRENT...' words,  above this line you can't see any space at all                      
    /* I was launching all installation software from an external HDD  ( F: ) so the issue was solved just by copying all media on a            
    /* fixed server disc                                                                               
    /****************************  En of my comments, below more log lines
    MSI (s) (48:B8) [14:01:15:625]: Note: 1: 1708
    MSI (s) (48:B8) [14:01:15:625]: Product: DB2 Enterprise Server Edition -- Installation failed.
    MSI (s) (48:B8) [14:01:15:625]: Windows Installer installed the product. Product Name: DB2 Enterprise Server Edition. Product Version: 9.1.700.855. Product Language: 1033.
    Installation success or error status: 1639.
    MSI (s) (48:B8) [14:01:15:640]: Attempting to delete file C:\Windows\Installer\106e7db.mst
    MSI (s) (48:B8) [14:01:15:656]: MainEngineThread is returning 1639
    Info 1639.Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
    F:\ISAACW1\INSTALL\SAPNW71\DB2LUW\5103702.ZIP\DB2_LU1.1_F\WINDOW~1\ESE\IMAGE\DB2\WINDOWS"
    MSI (s) (48:F0) [14:01:15:671]: User policy value 'DisableRollback' is 0
    MSI (s) (48:F0) [14:01:15:671]: Machine policy value 'DisableRollback' is 0
    MSI (s) (48:F0) [14:01:15:671]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (48:F0) [14:01:15:671]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3:

  • SCCM 2012 Client Installation Errors & Solutions

    Hello, 
    Can we figure out all SCCM 2012 Client installation errors and solutions ? 
    Cheer's Up
    Best Regard's Krishna

    Hi,
    Error codes are easiest looked up in CMtrace, making one general list of errors and solutions is hard, in many scenarios there are different solutions to an error based on the infrastructure and differences between environments
    Error lookup in cmtrace.
    http://blogs.technet.com/b/configmgrdogs/archive/2012/06/07/trace32-exe-cmtrace-exe-hidden-features.aspx
    Here is a blog on troubleshooting client installations issues, it is for sccm 2007 but a lot of the content is still valid.
    http://blogs.technet.com/b/sudheesn/archive/2010/05/31/troubleshooting-sccm-part-i-client-push-installation.aspx
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • ECC 6.0 installation error and disp+work.exe not up

    Hi guys,
               I posted a message yesterday and reposting today to be readable
               I in the middle of installation process. The system I am building Ecc 6.0 on
    windows 2003:oracle(Abab+Java).
    I am stuck in 90/96 step. this is the error message I am getting
    ERROR 2007-09-30 21:32:12
    CJS-30146  Error when creating authorization to import exchange profile.
    <br> DIAGNOSIS: Check java.log and sapinst_dev.log for details.<br>SOLUTION:
    Verify the connection to the J2EE engine.
    ERROR 2007-09-30 21:32:12
    CJS-30146  Error when creating authorization to import exchange profile.<br> DIAGNOSIS:
    Check java.log and sapinst_dev.log for details.<br>SOLUTION: Verify the connection to the J2EE engine.
    ERROR 2007-09-30 21:32:12
    FCO-00011  The step GrantRights with step key |NW_Onehost|ind|ind|ind|ind|0|0|
    SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_PI|ind|ind|ind|ind|1|0|
    CreateExchangeProfileRights|ind|ind|ind|ind|3|0|GrantRights was executed with status ERROR .
    And also disp+work.exe is not starting up. Are these inter-related problems because
    I see j2ee included in disp+work.exe as well. please help me on this issue.
    I have posted developer trace log
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      53
    sid        EC3
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    52
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        1656
    Mon Oct 01 17:19:34 2007
    kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (53 1656) [dpxxdisp.c   1231]
         shared lib "dw_xml.dll" version 52 successfully loaded
         shared lib "dw_xtc.dll" version 52 successfully loaded
         shared lib "dw_stl.dll" version 52 successfully loaded
         shared lib "dw_gui.dll" version 52 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3953
    Mon Oct 01 17:19:39 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the
    DNS settings [dpxxtool2.c  5233]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >otisap09_EC3_53                         <
    DpShMCreate: sizeof(wp_adm)          12672     (1408)
    DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1452)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06510040, size: 4607512)
    DpShMCreate: allocated sys_adm at 06510040
    DpShMCreate: allocated wp_adm at 06511E28
    DpShMCreate: allocated tm_adm_list at 06514FA8
    DpShMCreate: allocated tm_adm at 06514FD8
    DpShMCreate: allocated wp_ca_adm at 068DA570
    DpShMCreate: allocated appc_ca_adm at 068E0330
    DpShMCreate: allocated comm_adm at 068E2270
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06963130
    DpShMCreate: allocated gw_adm at 06963170
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 069631A0
    DpShMCreate: allocated wall_adm at 069631A8
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    MM diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    Mon Oct 01 17:19:40 2007
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1184
      argv[0] = C:\usr\sap\EC3\DVEBMGS53\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC3\DVEBMGS53\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC3\SYS\profile\EC3_DVEBMGS53_otisap09
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2682
      argv[5] = -DSAPSYSTEM=53
      argv[6] = -DSAPSYSTEMNAME=EC3
      argv[7] = -DSAPMYNAME=otisap09_EC3_53
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC3\SYS\profile\EC3_DVEBMGS53_otisap09
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1617]
    ***LOG Q0K=> DpMsAttach, mscon ( otisap09) [dpxxdisp.c   11414]
    DpStartStopMsg: send start message (myname is >otisap09_EC3_53                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 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 52
    Release check o.K.
    Mon Oct 01 17:19:41 2007
    DpJ2eeLogin: j2ee state = CONNECTED
    Mon Oct 01 17:19:52 2007
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 5 / sock 1476
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2688) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1184)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Mon Oct 01 17:20:20 2007
    ERROR => W0 (pid 1732) died [dpxxdisp.c   14021]
    ERROR => W1 (pid 3704) died [dpxxdisp.c   14021]
    ERROR => W2 (pid 328) died [dpxxdisp.c   14021]
    ERROR => W3 (pid 2056) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W4 (pid 3712) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W5 (pid 2176) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W6 (pid 1588) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W7 (pid 2276) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W8 (pid 180) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***

    Hi Surya,
    Please chech this thread. same error as No Profile used. [Useful Thread|ABAP Trial 7.01 SR3 installation problem in WIN xp sp2;
    Check antivirus or firewall running? Try to turn it off and then try again.
    Thanks
    Arun

Maybe you are looking for