Install problem with phase 27 - Install Java Engine

Hello All,
I am trying to install Netweaver CE71 EHP1 on a Windows 2008 server, but keep running into a problem on phase 27 of 39 the Install Java Engine.
Gives me the following error message in the dialog box:
An error occurred while processing option SAP NetWeaver CE Productive Edition > Installation Options > Standard System > Standard System( Last error reported by the step :Process call 'D:\usr\sap\DE2\J00\exe\jstart.exe pf=D:\usr\sap\DE2\SYS\profile\DE2_J00_EITMEDEV02 -file=D:\usr\sap\DE2\J00\exe\startup.properties -nodename=bootstrap -launch' exits with error code 8. For details see log file(s) jstart_bootstrap_J00.log.).
I did a system search for the jstart_bootstrap_J00.log and it is empty.
Any help would be appreciated.
Thanks,
Mike

Hi Mike,
Could you check the SAPInst installation directory (..\Program Files\SAP\sapinst_instdir\...\..\..) for latest updated files?
They may have information about the error.
Regards,
Srikishan

Similar Messages

  • SAP NetWeaver 7.3 AS Java install error in Install Java Engine phase

    Hi All,
    I am doing my first installation of SAP NetWeaver 7.3 AS Java on Windows Server 2008 R2 with Oracle database 11.2.0.3, this is a domain installation.
    I have been following the SAP Installation guide and everything has been going well but I am now stuck with an error in the Install Java Engine phase of the installation.
    The error message I am receiving is:
    An error occurred while processing option SAP NetWeaver 7.3 > SAP Systems > Application Server Java > Standard System > Standard System( Last error reported by the step: Process call 'C:\usr\sap\E1D\J00\exe\jstart.exe pf=\\sourcing\sapmnt\E1D\SYS\profile\E1D_J00_sourcing -file=C:\usr\sap\E1D\J00\exe\startup.properties -nodename=bootstrap -launch' exits with error code 1. For details see log file(s) jstart_bootstrap_J00.log.)
    When I check the jstart_bootstrap_J00.log it is empty.
    I have done some searching for a solution for this error and it seems it may be related to the database not running. I can confirm that I have run lsnrctl start and also, in sqlplus, run startup; both commands showed that the starting of the listener and database were successful.
    Does anyone know what might be causing this error?
    Many thanks
    Dan

    Hi Srikishan,
    In C:\Program Files\sapinst_instdir\NW73\INSTALL\NW73\ORA\STD the file jstart_bootstrap_J00.log is empty.
    In C:\usr\sap\E1D\J00\work there was no jstart_bootstrap_J00.log file, however there was a file called log_bootstrap.0.log, the contents are:
    <!--LOGHEADER[START]/-->
    <!--HELP[Manual modification of the header may cause parsing problem!]/-->
    <!--LOGGINGVERSION[2.0.7.1006]/-->
    <!--NAME[..\..\work\log_bootstrap.log]/-->
    <!--PATTERN[log_bootstrap.log]/-->
    <!--FORMATTER[com.sap.tc.logging.TraceFormatter([%24d] %m)]/-->
    <!--ENCODING[UTF8]/-->
    <!--FILESET[0, 3, 5242880]/-->
    <!--PREVIOUSFILE[log_bootstrap.2.log]/-->
    <!--NEXTFILE[log_bootstrap.1.log]/-->
    <!--LOGHEADER[END]/-->
    [Aug 22, 2012 12:11:10 PM] Starting to configure the bootstrap
    [Aug 22, 2012 12:11:10 PM]       Bootstrap properties file [C:\usr\sap\E1D\J00\j2ee\cluster\bootstrap\bootstrap.properties] found
    [Aug 22, 2012 12:11:10 PM] Bootstrap configured for [32] ms
    [Aug 22, 2012 12:11:10 PM]
    [Aug 22, 2012 12:11:10 PM] Memory available to the bootstrap JVM: [2 GiB / 3113877504 bytes]
    [Aug 22, 2012 12:11:10 PM]
    -----[Bootstrap Module started]--------[Wed Aug 22 12:11:10 BST 2012]-------
    [Aug 22, 2012 12:11:10 PM]
    +------------[Bootstrap synchronization activities information]-----------+
    | Runtime Binaries: [X]        Native files: [X] Instance Properties: [X] |
    |  Nodes Structure: [X] Cluster File System: [X]    Online bootstrap: [ ] |
    +-------------------------------------------------------------------------+
    [Aug 22, 2012 12:11:10 PM] Properties used for initialization: [element.resynch=detect, Logging properties = {log[defaultTrace]=FileLog, log[defaultTrace].pattern=..\..\work\log_bootstrap.log, log[consoleLog].formatter=formatter[ConsoleFormatter], com.sap.engine.bootstrap.severity=Info, formatter[ConsoleFormatter]=TraceFormatter, log[consoleLog]=com.sap.engine.bootstrap.logging.BootstrapConsoleLog, com.sap.engine.bootstrap.logs=log[defaultTrace],log[consoleLog], log[defaultTrace].cnt=3, formatter[BootstrapFormatter]=TraceFormatter, log[defaultTrace].formatter=formatter[BootstrapFormatter], formatter[ConsoleFormatter].pattern=%m, log[defaultTrace].limit=5242880, formatter[BootstrapFormatter].pattern=[%24d] %m}, debug=no, Watchdog properties = {watchdog.timeout=90000, watchdog.check_interval=2000}]
    [Aug 22, 2012 12:11:10 PM] Bootstrap initialized for [63] ms
    [Aug 22, 2012 12:11:10 PM] Watchdog [90000] ms checking every [2000] ms started
    [Aug 22, 2012 12:11:10 PM] Starting to initialize database connection
    [Aug 22, 2012 12:11:11 PM] Exception occurred for component [internal/unkown] of type [unkown]
    com.sap.engine.bootstrap.SynchronizationException: Storage access initialization failed.Check if the database is running and the database connection properties
        at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:138)
        at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
        at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
        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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)
    ----------==[ Caused by: ]==----------
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:412)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:167)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:50)
        at com.sap.engine.core.configuration.impl.cache.ConfigurationController.<init>(ConfigurationController.java:138)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:307)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:57)
        at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:131)
        at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
        at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
        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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)
    Caused by: com.sap.sql.log.OpenSQLException: Could not load class oracle.jdbc.driver.OracleDriver with class loader com.sap.engine.offline.FileClassLoader@68814013.
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)
        at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:210)
        at com.sap.sql.connect.factory.VendorConnectionFactory.createVendorDriver(VendorConnectionFactory.java:43)
        at com.sap.sql.connect.factory.DriverPooledConnectionFactory.<init>(DriverPooledConnectionFactory.java:31)
        at com.sap.sql.connect.datasource.DataSourceManager.createPooledConnectionFactory(DataSourceManager.java:642)
        at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:603)
        at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:137)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.getDataSource(OpenSQLDataSourceImpl.java:272)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:399)
        ... 13 more
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
        at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:911)
        at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:802)
        at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:750)
        at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:206)
        ... 21 more
    [Aug 22, 2012 12:11:11 PM] [Bootstrap]> Error during synchronization. More details: the previous log entries
    [Aug 22, 2012 12:12:29 PM] Starting to configure the bootstrap
    [Aug 22, 2012 12:12:29 PM]       Bootstrap properties file [C:\usr\sap\E1D\J00\j2ee\cluster\bootstrap\bootstrap.properties] found
    [Aug 22, 2012 12:12:29 PM] Bootstrap configured for [32] ms
    [Aug 22, 2012 12:12:29 PM]
    [Aug 22, 2012 12:12:29 PM] Memory available to the bootstrap JVM: [2 GiB / 3113877504 bytes]
    [Aug 22, 2012 12:12:29 PM]
    -----[Bootstrap Module started]--------[Wed Aug 22 12:12:29 BST 2012]-------
    [Aug 22, 2012 12:12:29 PM]
    +------------[Bootstrap synchronization activities information]-----------+
    | Runtime Binaries: [X]        Native files: [X] Instance Properties: [X] |
    |  Nodes Structure: [X] Cluster File System: [X]    Online bootstrap: [ ] |
    +-------------------------------------------------------------------------+
    [Aug 22, 2012 12:12:29 PM] Properties used for initialization: [element.resynch=detect, Logging properties = {log[defaultTrace]=FileLog, log[defaultTrace].pattern=..\..\work\log_bootstrap.log, log[consoleLog].formatter=formatter[ConsoleFormatter], com.sap.engine.bootstrap.severity=Info, formatter[ConsoleFormatter]=TraceFormatter, log[consoleLog]=com.sap.engine.bootstrap.logging.BootstrapConsoleLog, com.sap.engine.bootstrap.logs=log[defaultTrace],log[consoleLog], log[defaultTrace].cnt=3, formatter[BootstrapFormatter]=TraceFormatter, log[defaultTrace].formatter=formatter[BootstrapFormatter], formatter[ConsoleFormatter].pattern=%m, log[defaultTrace].limit=5242880, formatter[BootstrapFormatter].pattern=[%24d] %m}, debug=no, Watchdog properties = {watchdog.timeout=90000, watchdog.check_interval=2000}]
    [Aug 22, 2012 12:12:29 PM] Bootstrap initialized for [63] ms
    [Aug 22, 2012 12:12:29 PM] Watchdog [90000] ms checking every [2000] ms started
    [Aug 22, 2012 12:12:29 PM] Starting to initialize database connection
    [Aug 22, 2012 12:12:30 PM] Exception occurred for component [internal/unkown] of type [unkown]
    com.sap.engine.bootstrap.SynchronizationException: Storage access initialization failed.Check if the database is running and the database connection properties
        at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:138)
        at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
        at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
        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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)
    ----------==[ Caused by: ]==----------
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:412)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:167)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:50)
        at com.sap.engine.core.configuration.impl.cache.ConfigurationController.<init>(ConfigurationController.java:138)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:307)
        at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:57)
        at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:131)
        at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
        at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
        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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)
    Caused by: com.sap.sql.log.OpenSQLException: Could not load class oracle.jdbc.driver.OracleDriver with class loader com.sap.engine.offline.FileClassLoader@38ee6681.
        at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)
        at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:210)
        at com.sap.sql.connect.factory.VendorConnectionFactory.createVendorDriver(VendorConnectionFactory.java:43)
        at com.sap.sql.connect.factory.DriverPooledConnectionFactory.<init>(DriverPooledConnectionFactory.java:31)
        at com.sap.sql.connect.datasource.DataSourceManager.createPooledConnectionFactory(DataSourceManager.java:642)
        at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:603)
        at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:137)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.getDataSource(OpenSQLDataSourceImpl.java:272)
        at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
        at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:399)
        ... 13 more
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
        at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:911)
        at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:802)
        at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:750)
        at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:206)
        ... 21 more
    [Aug 22, 2012 12:12:30 PM] [Bootstrap]> Error during synchronization. More details: the previous log entries
    Many thanks
    Dan

  • ECC6(A+J) setup error in unpacksdmkit.jar phase during install java engine

    Hi Basis gurus,
    I am installing ERP 6.0 (A+J) system. we are using windows 2003 server enterprize endison SP2 as OS. MSSQL server 2005 as database.
    I am using Java 1.4.2_16 for AMD 64 bit machine.
    I am getting error in install java engine phase for sdmkit.jar file extraction.
    When I am checking the insterror.log and sdmkit.log file I am getting below error.
    ERROR 2007-12-03 20:50:03
    MUT-03011  Execution of the command "D:\j2sdk1.4.2_16-x64\bin\jar xvf "D:/NW04S SR2/51032257 NW 2004s SR2 Java based SW Comp\JAVA_EXPORT\SDM/SDMKIT.JAR"" finished with return code 1. Output: extracted: META-INF/MANIFEST.MF  created: META-INF/ inflated: bin/SDM.jar inflated: bin/readme.txt inflated: lib/util/exc/exception.jar inflated: lib/util/sec/tc_sec_secstorefs.jar inflated: lib/util/sec/SDMsec.jar inflated: lib/util/xml/sapxmltoolkit.jar inflated: lib/util/xml/SDMxml.jar inflated: lib/util/slutil/SLUtil.jar inflated: lib/jstartupapi.jar inflated: lib/serverext/fs/SDMfs.jar inflated: lib/serverext/dbsc/frame.jar inflated: lib/serverext/dbsc/jta.jar inflated: lib/serverext/dbsc/SDMdbsc.jar inflated: lib/serverext/dbsc/jperflib.jar inflated: lib/serverext/dbsc/jdsr.jar inflated: lib/serverext/dbsc/opensqlsta.jar inflated: lib/serverext/dbsc/antlr.jar inflated: lib/serverext/dbsc/jddicatalog.jar inflated: lib/serverext/dbsc/SDMdbsc_ext.jar inflated: lib/serverext/dbsc/jddi.jar inflated: lib/serverext/dbsc/util.jar inflated: lib/serverext/engine/SDMengine_ext.jar inflated: lib/serverext/engine/SDMengine.jar inflated: lib/SDMfs_spi.jar inflated: lib/SDMengine_spi.jar inflated: lib/jaas.jar inflated: lib/SDMdbsc_spi.jar inflated: lib/iaik_javax_crypto.jar inflated: lib/readme.txt inflated: lib/frog.jar inflated: lib/SDMcommon.jar inflated: lib/Net.jar inflated: lib/jdbc.jar inflated: lib/SLUtilAPI.jar inflated: lib/SDMapiint.jar inflated: lib/logging.jarjava.util.zip.ZipException: invalid entry CRC (expected 0x863c43d8 but got 0xc14c2d80) at java.util.zip.ZipInputStream.read(ZipInputStream.java:164) at sun.tools.jar.Main.extractFile(Main.java:715) at sun.tools.jar.Main.extract(Main.java:678) at sun.tools.jar.Main.run(Main.java:190) at sun.tools.jar.Main.main(Main.java:904)
    ERROR 2007-12-04 08:51:13
    FCO-00011 The step unpackSDMKITJAR 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|unpackSDMKITJAR was executed with status ERROR
    When I search on OSS notes and SDN forum I got the below OSS NOTE 904245 for solution. But I have try to replace the code in control.xml file its not working .
    I am able to start&stop SAP engine.
    I have also done the temp copy for folder 51032257\java_export\sdm\sdmkit.jar file and try to extract it manually there but its throwing error in java as below.
    D:\j2sdk1.4.2_15-x64\bin>jar xvf D:\51032257\JAVA_EXPORT\SDM\SDMKIT.JAR
    extracted: META-INF/MANIFEST.MF
    created: META-INF/
    inflated: bin/SDM.jar
    inflated: bin/readme.txt
    inflated: lib/util/exc/exception.jar
    inflated: lib/util/sec/tc_sec_secstorefs.jar
    inflated: lib/util/sec/SDMsec.jar
    inflated: lib/util/xml/sapxmltoolkit.jar
    inflated: lib/util/xml/SDMxml.jar
    inflated: lib/util/slutil/SLUtil.jar
    inflated: lib/jstartupapi.jar
    inflated: lib/serverext/fs/SDMfs.jar
    inflated: lib/serverext/dbsc/frame.jar
    inflated: lib/serverext/dbsc/jta.jar
    inflated: lib/serverext/dbsc/SDMdbsc.jar
    inflated: lib/serverext/dbsc/jperflib.jar
    inflated: lib/serverext/dbsc/jdsr.jar
    inflated: lib/serverext/dbsc/opensqlsta.jar
    inflated: lib/serverext/dbsc/antlr.jar
    inflated: lib/serverext/dbsc/jddicatalog.jar
    inflated: lib/serverext/dbsc/SDMdbsc_ext.jar
    inflated: lib/serverext/dbsc/jddi.jar
    inflated: lib/serverext/dbsc/util.jar
    inflated: lib/serverext/engine/SDMengine_ext.jar
    inflated: lib/serverext/engine/SDMengine.jar
    inflated: lib/SDMfs_spi.jar
    inflated: lib/SDMengine_spi.jar
    inflated: lib/jaas.jar
    inflated: lib/SDMdbsc_spi.jar
    inflated: lib/iaik_javax_crypto.jar
    inflated: lib/readme.txt
    inflated: lib/frog.jar
    inflated: lib/SDMcommon.jar
    inflated: lib/Net.jar
    inflated: lib/jdbc.jar
    inflated: lib/SLUtilAPI.jar
    inflated: lib/SDMapiint.jar
    inflated: lib/logging.jar
    java.util.zip.ZipException: invalid entry CRC (expected 0x863c43d8 but got 0xc14
    c2d80)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:164)
    at sun.tools.jar.Main.extractFile(Main.java:715)
    at sun.tools.jar.Main.extract(Main.java:678)
    at sun.tools.jar.Main.run(Main.java:190)
    at sun.tools.jar.Main.main(Main.java:904)
    D:\j2sdk1.4.2_15-x64\bin>
    If possible please let me know the other solution. Please treat this as urjent
    Thanks and regards,
    Ripal

    Ripal,
    Were you able to resolve this issue?
    Thx
    Ali

  • Install java Engine+SDM call of changepassword

    HI,
    I am Installing ECC 6.0 on solaris 10 with MaxDB 7.6. I am getting an error at install java engine. pls find the logs
    JAVA Version is 1.4.2_15,  AMD X64 machine.
    It is not able to find the SDM directory...
    bash-3.00# cat SDMautoinstall.log
    Host name: subqas
    Create SDM directories:
    Create SDM home directory:
    Directory for SDMHome '/usr/sap/SSQ/DVEBMGS00/SDM/program' doesn't exist yet.
    Directory '/usr/sap/SSQ/DVEBMGS00/SDM/program' created
    Create SDM root directory:
    Directory '/usr/sap/SSQ/DVEBMGS00/SDM/root' created
    Extracting packed repository.
    Created repository file.
    Extracting packed root JAR
    Successfully installed SDM on /usr/sap/SSQ/DVEBMGS00/SDM/program
    Now, adjust substitution parameters and SDM configuration properly.
    After that, deploy all components with unknown filesystem location. Probably, these components have been excluded by request when packing the SDM installation.
    Finally, redeploy all filesystem SDAs using the SDM command deploy with parameter softwaretype=FS
    Successfully executed. Return code: 0
    java.log
    bash-3.00# cat java.log
    Error occurred during initialization of VM
    java.lang.Error: Properties init: Could not determine current working directory
    sapinst.log
    WARNING 2008-01-05 17:59:03
    Execution of the command "/usr/jdk/j2sdk1.4.2_15/bin/java -Xmx256M -Djava.ext.dirs=/usr/sap/SSQ/DVEBMGS00/SDM/program/lib:/usr/jdk/j2sdk1.4.2_15/jre/lib/ext -d64 -jar /usr/sap/SSQ/DVEBMGS00/SDM/program/bin/SDM.jar changepassword XXXXXX sdmhome=/usr/sap/SSQ/DVEBMGS00/SDM/program logfile=/tmp/sapinst_instdir/ERP/SYSTEM/ADA/CENTRAL/AS/callSdmViaSapinst.log" finished with return code 1. Output: Error occurred during initialization of VMjava.lang.Error: Properties init: Could not determine current working directory.
    ERROR 2008-01-05 17:59:03
    MUT-02041  SDM call of changepassword ends with returncode 1
    ERROR 2008-01-05 17:59:03
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2008-01-05 17:59:03
    FCO-00011  The step setSDMPassword 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|setSDMPassword was executed with status ERROR .
    Thanks,
    Mahesh

    Hello Mahesh
    ->  Did you solve your problem?
    -> If not...   Is the <sid>adm user member of group sapinst ?       
        Please check once more the permissions of user <sid>adm (read/write)      
        installations path, check directories under /tmp/... and make sure that   
        <sid>adm has access to all directories involved.                                                                               
    -> If this does not resolve the problem can you please update with more information from the following files:                                               
    sapinst.log                                                               
    sapinst_dev.log                                                           
    keydb.xml                                                                 
    control.xml                                                               
    java.log                                                                  
    jload_java.log                                                            
    Thank you and best regards, Natalia Khlopina

  • Install Java Engine - Step 26 - Error

    Hello,
    I try to install the Full Java Edition 2004s but the following error appears in the Step 26 (Install Java Engine):
    <b>INFO 2006-05-29 11:26:11</b>
    Output of D:\j2sdk1.4.2_09\bin\java.exe -Xmx64M -Djava.ext.dirs=D:\usr\sap\J2E\JC01\SDM_tmp.1\lib -jar D:\usr\sap\J2E\JC01\SDM_tmp.1\SDM.jar autoinstall sdmHome=D:\usr\sap\J2E\JC01\SDM\program popDir=D:\usr\sap\J2E\JC01\SDM_tmp.1 sdmRoot=D:\usr\sap\J2E\JC01\SDM\root javaHome=D:/j2sdk1.4.2_09 Sdmadminport=50117 Sdmguiport=50118 Sdmhttpport=50119 extractpackedinst=true is written to the logfile SDMautoinstall.log.
    <b>WARNING 2006-05-29 11:26:12</b>
    Execution of the command "D:\j2sdk1.4.2_09\bin\java.exe -Xmx64M -Djava.ext.dirs=D:\usr\sap\J2E\JC01\SDM_tmp.1\lib -jar D:\usr\sap\J2E\JC01\SDM_tmp.1\SDM.jar autoinstall sdmHome=D:\usr\sap\J2E\JC01\SDM\program popDir=D:\usr\sap\J2E\JC01\SDM_tmp.1 sdmRoot=D:\usr\sap\J2E\JC01\SDM\root javaHome=D:/j2sdk1.4.2_09 Sdmadminport=50117 Sdmguiport=50118 Sdmhttpport=50119 extractpackedinst=true" finished with return code 4. Output: ERROR: Error during installation of SDM on D:\usr\sap\J2E\JC01\SDM\programERROR: Cannot find packed SDM repository.Processing error. Return code: 4
    <b>ERROR 2006-05-29 11:26:12</b>
    MUT-01014  Call of SDM API autoinstall ends with error code 4. Log file SDMautoinstall.log, log file content: \n ERROR: Error during installation of SDM on D:\usr\sap\J2E\JC01\SDM\programERROR: Cannot find packed SDM repository.Processing error. Return code: 4
    <b>ERROR 2006-05-29 11:26:12</b>
    FCO-00011  The step installSDM with step key |NW_Java_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|3|0|installSDM was executed with status ERROR .
    Can anybody help me, please?
    Regards
    jones

    > Hello,
    >
    > I try to install the Full Java Edition 2004s but the
    > following error appears in the Step 26 (Install Java
    > Engine):
    >
    > <b>INFO 2006-05-29 11:26:11</b>
    > Output of D:\j2sdk1.4.2_09\bin\java.exe -Xmx64M
    > -Djava.ext.dirs=D:\usr\sap\J2E\JC01\SDM_tmp.1\lib
    > -jar D:\usr\sap\J2E\JC01\SDM_tmp.1\SDM.jar
    > autoinstall sdmHome=D:\usr\sap\J2E\JC01\SDM\program
    > popDir=D:\usr\sap\J2E\JC01\SDM_tmp.1
    > sdmRoot=D:\usr\sap\J2E\JC01\SDM\root
    > javaHome=D:/j2sdk1.4.2_09 Sdmadminport=50117
    > Sdmguiport=50118 Sdmhttpport=50119
    > extractpackedinst=true is written to the logfile
    > SDMautoinstall.log.
    > <b>WARNING 2006-05-29 11:26:12</b>
    > Execution of the command
    > "D:\j2sdk1.4.2_09\bin\java.exe -Xmx64M
    > -Djava.ext.dirs=D:\usr\sap\J2E\JC01\SDM_tmp.1\lib
    > -jar D:\usr\sap\J2E\JC01\SDM_tmp.1\SDM.jar
    > autoinstall sdmHome=D:\usr\sap\J2E\JC01\SDM\program
    > popDir=D:\usr\sap\J2E\JC01\SDM_tmp.1
    > sdmRoot=D:\usr\sap\J2E\JC01\SDM\root
    > javaHome=D:/j2sdk1.4.2_09 Sdmadminport=50117
    > Sdmguiport=50118 Sdmhttpport=50119
    > extractpackedinst=true" finished with return code 4.
    > Output: ERROR: Error during installation of SDM on
    > D:\usr\sap\J2E\JC01\SDM\programERROR: Cannot find
    > packed SDM repository.Processing error. Return code:
    > 4
    > <b>ERROR 2006-05-29 11:26:12</b>
    > MUT-01014  Call of SDM API autoinstall ends with
    > error code 4. Log file SDMautoinstall.log, log file
    > content: \n ERROR: Error during installation of SDM
    > on D:\usr\sap\J2E\JC01\SDM\programERROR: Cannot find
    > packed SDM repository.Processing error. Return code:
    > 4
    > <b>ERROR 2006-05-29 11:26:12</b>
    > FCO-00011  The step installSDM with step key
    > |NW_Java_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|3|0|i
    > nstallSDM was executed with status ERROR .
    >
    > Can anybody help me, please?
    >
    > Regards
    > jones
    Hi every body,
    I am  trying to install Sap NetWeaver Portal Sneak Preview 200's SR Full Java Edition. But i have one Error ut on this it stopped at approx. step 29 with:
    Info: Loading archive 'C:\usr\sap\J2E\ ...
    ERROR      2006-08-21 15:05:47 [iaxxinscbk.cpp:271]
               abortInstallation
    MUT-02041  SDM call of deploy ends with returncode 4
    ERROR      2006-08-21 15:05:47
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR      2006-08-21 15:05:47 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step redeployFS with step key |NW_Java_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|3|0|redeployFS was executed with status ERROR .
    Could tell me how i can solve dies problem
    Thanks in advance
    Dominique

  • BW 7.0 system copy  Install Java Engine step fail

    Hi, All
    We perform system copy of our production BW system from DB2 9/AIX 5.3 to DB2 9/Windows 2003 for making sandox system
    Migration import is fail on step Install Java Engine with error :
    Extracting packed repository.
    Caught OutOfMemoryError
    java.lang.OutOfMemoryError
    Severe (internal) error. Return code: 16
    According to SAP note 1120872  i replace  "-Xmx512m" by "-Xmx1024m"  in control.xml file in the following lines:
    var jdkArgs = installer. onOS400() ? ["-showversion", "-Xms256m", "-Xmx1536m"] : ["-showversion", "-Xmx512m"];
    and restart sapinst, but this not help and this error get again
    I test other values for 64,128,512,1536, 2048 but this not help
    How i can workaround this error ?
    Thank's
    With best regards, Dmitry

    Hi,
    Please check the link below.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17470
    Hope it helps you.
    Rgds,
    Suman

  • Problem with compilation of HelloWorld.java

    hi,
    getting problem with compilation of HelloWorld.java
    CLASSPATH--- C:\java
    PATH--- C:\j2sdk1.4.2_04\bin
    HelloWorld.java source code in: C:\java
    On cmd prompt:
    C:\java>javac HelloWorld.java
    error: cannot read: HelloWorld.java
    1 error
    pls help me with this
    rgds,
    sanlearns

    What does this command yield?
    dir HelloWorld.java

  • Java Install stuck at install java engine phase

    Hi,
    I have currently 7.4 SR1 ABAP(AS1) system running on oracle 11.2.0.3. I require java stack for this i have started other java(JS1) system which uses abap database(AS1). ABAP system is running fine. In java instance install installation stuck with error in java engine phase.
    Following are logs
    com.sap.sql.log.OpenSQLException: Exception of type java.sql.SQLException caught: ORA-01017: invalid username/password; logon denied
    Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon de
    ERROR => Java node 'Instance_bootstrap' terminated with exit code 558
    I have gone through different scn threads and notes but coulnot succeeded.
    Just was curious to know till this time sapsr3db and sapjs1db users doesnot extits in DB dba_users.
    Would be helpful for me if some can help me.
    Regards
    Mahesh

    Hi Deepak,
    Im using abap database. I have one query by which user installer is trying to connect database. It seems configtool is also not installed till now.
    following is dev_bootstrap
    F [Thr 140445554128640] Tue Apr 22 22:07:36 2014
    F  [Thr 140445554128640] *** LOG => SfCJavaVm: exit hook is
    called. (rc = 558)
    F
    F
    F  *** ERROR => Java node 'Instance_bootstrap' terminated with
    exit code 558.
    F  ***
    F  *** Please see section 'Java program exit codes'
    F  *** in SAP Note 1316652 for additional information and trouble
    shooting advice.
    F
    F
    F  [Thr 140445554128640] *** LOG => exiting (exitcode 558,
    retcode 1).
    M  [Thr 140445554128640] CCMS: CCMS Monitoring Cleanup finished
    successfully.

  • Installation stucks at "Install Java engine" with error

    I am trying to go through Netweaver 7.0 ehp1 java+sybase on linux, i met this kind of stuck while install the primary application server instance.
    An error occurred while processing option SAP Enhancement Package 1 for SAP NetWeaver 7.3 > SAP Sybase ASE > SAP Systems > Application Server Java > Distributed System > Primary Application Server Instance( Last error reported by the step: Process call '/usr/sap/DLP/J00/exe/jstart pf=/usr/sap/DLP/SYS/profile/DLP_J00_SUSESPF -file=/usr/sap/DLP/J00/exe/startup.properties -nodename=bootstrap -launch' exits with error code 1. For details see log file(s) jstart_bootstrap_J00.log.). You can now:
    Choose Retry to repeat the current step.
    Choose Log Files to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to /tmp/sapinst_instdir/NW731/SYB/INSTALL/NW731/SYB/DISTRIBUTED/JAVA/APP1.
    2014-04-24 11:48:23.683
               CJSlibModule::writeError_impl()
    CJS-30023  Process call '/usr/sap/DLP/J00/exe/jstart pf=/usr/sap/DLP/SYS/profile/DLP_J00_SUSESPF -file=/usr/sap/DLP/J00/exe/startup.properties -nodename=bootstrap -launch' exits with error code 1. For details see log file(s) jstart_bootstrap_J00.log.
    ERROR      2014-04-24 11:48:24.11 [sixxcstepexecute.cpp:899]
    FCO-00011  The step runBootstrap with step key |NW_Java_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|runBootstrap was executed with status ERROR ( Last error reported by the step: Process call '/usr/sap/DLP/J00/exe/jstart pf=/usr/sap/DLP/SYS/profile/DLP_J00_SUSESPF -file=/usr/sap/DLP/J00/exe/startup.properties -nodename=bootstrap -launch' exits with error code 1. For details see log file(s) jstart_bootstrap_J00.log.).
    Appreciate for all your kind support.
    Thanks in advance!

    jvm_bootstrap.out:
       INFO: Loading tool launcher...
       INFO: [OS: Linux] [VM vendor: SAP AG] [VM version: 1.6.0_45] [VM type: SAP Java Server VM]
       INFO: Main class to start: "com.sap.engine.bootstrap.Bootstrap"
       INFO: Loading 21 JAR files: [/usr/sap/DLP/SYS/global/security/lib/tools/iaik_smime.jar, /usr/sap/DLP/SYS/global/security/lib/tools/iaik_ssl.jar, /usr/sap/DLP/SYS/global/security/lib/tools/iaik_jsse.jar, /usr/sap/DLP/SYS/global/security/lib/tools/iaik_jce.jar, /usr/sap/DLP/SYS/global/security/lib/tools/w3c_http.jar, ./bootstrap/sap.com~tc~sec~secstorefs~java~core.jar, ./bootstrap/sap.com~tc~bl~offline_launcher~impl.jar, ./bootstrap/sap.com~tc~je~datacollector.jar, ./bootstrap/sap.com~tc~bl~deploy~offline~impl.jar, ./bootstrap/jdbc.jar, ./bootstrap/sap.com~tc~je~cfs~container~standalone_impl.jar, ./bootstrap/sap.com~tc~je~offlineconfiguration~impl.jar, ./bootstrap/sap.com~tc~exception~impl.jar, ./bootstrap/sap.com~tc~bl~opensql~implStandalone.jar, ./bootstrap/sap.com~tc~je~extramile.jar, ./bootstrap/sap.com~tc~logging~java~impl.jar, ./bootstrap/sap.com~tc~bl~jdsr~jdsr.jar, ./bootstrap/sap.com~tc~bl~config~impl.jar, ./bootstrap/sap.com~tc~je~bootstrap~impl.jar, ./bootstrap/jperflib.jar, ./bootstrap/sap.com~tc~bl~iqlib~impl.jar]
       INFO: Start
    Starting to configure the bootstrap
          Bootstrap properties file [/usr/sap/DLP/J00/j2ee/cluster/bootstrap/bootstrap.properties] found
    Bootstrap configured for [141] ms
    Memory available to the bootstrap JVM: [2 GiB / 2863333376 bytes]
    -----[Bootstrap Module started]--------[Thu Apr 24 16:44:53 CST 2014]-------
    +------------[Bootstrap synchronization activities information]-----------+
    | Runtime Binaries: [X]        Native files: [X] Instance Properties: [X] |
    |  Nodes Structure: [X] Cluster File System: [X]    Online bootstrap: [ ] |
    +-------------------------------------------------------------------------+
    Properties used for initialization: [element.resynch=detect, Logging properties = {log[defaultTrace]=FileLog, log[defaultTrace].pattern=../../work/log_bootstrap.log, log[consoleLog].formatter=formatter[ConsoleFormatter], com.sap.engine.bootstrap.severity=Info, formatter[ConsoleFormatter]=TraceFormatter, log[consoleLog]=com.sap.engine.bootstrap.logging.BootstrapConsoleLog, com.sap.engine.bootstrap.logs=log[defaultTrace],log[consoleLog], log[defaultTrace].cnt=3, formatter[BootstrapFormatter]=TraceFormatter, log[defaultTrace].formatter=formatter[BootstrapFormatter], formatter[ConsoleFormatter].pattern=%m, log[defaultTrace].limit=5242880, formatter[BootstrapFormatter].pattern=[%24d] %m}, debug=no, Watchdog properties = {watchdog.timeout=90000, watchdog.check_interval=2000}]
    Bootstrap initialized for [290] ms
    Watchdog [90000] ms checking every [2000] ms started
    Starting to initialize database connection
    Exception occurred for component [internal/unkown] of type [unkown]
    com.sap.engine.bootstrap.SynchronizationException: Storage access initialization failed due to OpenSQL error.Check if your db driver file is available on the file system or if the user has correct permissions for that file
      at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:146)
      at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
      at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
      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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)
    ----------==[ Caused by: ]==----------
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
      at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:482)
      at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.<init>(DBConnectionPoolImpl.java:196)
      at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandlerImpl.<init>(PersistenceHandlerImpl.java:50)
      at com.sap.engine.core.configuration.impl.cache.ConfigurationController.<init>(ConfigurationController.java:138)
      at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:309)
      at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:59)
      at com.sap.engine.bootstrap.StorageAccess.<init>(StorageAccess.java:138)
      at com.sap.engine.bootstrap.Bootstrap.initializeSynchronizer(Bootstrap.java:79)
      at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:273)
      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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162)
    Caused by: com.sap.sql.log.OpenSQLException: Could not load class com.sybase.jdbc4.jdbc.SybDriver with class loader com.sap.engine.offline.FileClassLoader@604b7b51.
      at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:104)
      at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:210)
      at com.sap.sql.connect.factory.VendorConnectionFactory.createVendorDriver(VendorConnectionFactory.java:43)
      at com.sap.sql.connect.factory.DriverPooledConnectionFactory.<init>(DriverPooledConnectionFactory.java:31)
      at com.sap.sql.connect.datasource.DataSourceManager.createPooledConnectionFactory(DataSourceManager.java:642)
      at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:603)
      at com.sap.sql.connect.datasource.DataSourceManager.createDataSource(DataSourceManager.java:137)
      at com.sap.sql.connect.OpenSQLDataSourceImpl.getDataSource(OpenSQLDataSourceImpl.java:272)
      at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:208)
      at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPoolImpl.createConnection(DBConnectionPoolImpl.java:468)
      ... 13 more
    Caused by: java.lang.ClassNotFoundException: com.sybase.jdbc4.jdbc.SybDriver
      at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:916)
      at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:807)
      at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:755)
      at com.sap.sql.connect.factory.VendorConnectionFactory.createInstance(VendorConnectionFactory.java:206)
      ... 21 more
    [Bootstrap]> Error during synchronization. More details: the previous log entries

  • Install Java Engine Error while installing the SM7

    Hi all
    Error message as followings: Exception java.lang.OutOfMemoryError, .. Out of swap space. May I change the path when install file.?
    Kevin
    Error as following
    Exception java.lang.OutOfMemoryError: requested 16000 bytes for GrET* in D:/BUILD_AREA/jdk142-update/ws/fcs/hotspot\src\share\vm\utilities\growableArray.cpp. Out of swap space?
    ERROR 2009-06-12 04:45:38.156
    MUT-02041  SDM call of deploy ends with returncode 1
    WARNING[E] 2009-06-12 04:45:38.156
    MUT-03025  Caught ESAPinstException in Modulecall: SDM call of deploy ends with returncode 1.

    Hi Kevin,
    I've not the expert of Java Engine. But based on your error here, there should be the issue of swap space.
    So, how about your memory space and swap space setup? I think swap space need 3 or 4 times as the physical memory.
    Hope that helps.
    Thanks, Jett

  • Printing Problem with Phaser 740

    Printing a jpeg file with Tektronix Phaser 740 laser printer, I get about 1/8" to 3/4" printed at the top with nothing else and a separate page stating ERROR: ioerror OFFENDING COMMAND: image STACK: -dictionary- I just installed new printer drivers for Windows XP Media Edition. Not sure what else to do.

    Then I think there is some problem with the printer driver installed. Best bet would be to try the printer manufacturer's support.

  • Problems with 11g Global Schema / Java API Test Programs

    Hi,
    In the process of trying to get the 11g sample java api programs up and running, I've encountered a problem. Having installed without error the sample schemas for documentation and set up the 11g version of the test code, I get this error when I try to run BuildAW11g.java
    Created the AW GLOBAL_AWJ
    Identifier "GLOBAL.CHANNEL_DIM.TOTAL_ID" is invalid.
         at
    oracle.olapi.syntax.parser.IdentifierResolver.error(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.validate(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.examples.metadata.BuildAW11g.createDimension(BuildAW11g.java:470)
         at oracle.olapi.examples.metadata.BuildAW11g.run(BuildAW11g.java:120)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:54)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:74)
         at oracle.olapi.examples.metadata.BuildAW11g.main(BuildAW11g.java:989)
    This seems to indicate that there is a problem with the sample schema - that GLOBAL.CHANNEL_DIM.TOTAL_ID doesn't exist. Is that right?
    On the topic of the sample schemas, a quick question. The install script runs without error so presumably the tables described in the readme had been installed, but I'm not sure. How can I verify this? When I connect as global using Oracle SQL Developer and expand 'Tables' in the right hand pane, I don't see any tables at all. I would have (perhaps naively) expected to see the tables listed in the samples schemas readme, eg, CHANNEL_DIM. Should I have? If not, how can I view these tables? Thanks in advance for any input anyone may have.
    -exits

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • Problem with XMLEncoder for complex java object i

    Hi All.
    My problem with XMLEncoder is it doesnt transfrom java objects without default no arguement constructor. I was able to resolve this in my main java object class, by setting a new persistence delegate, but for other classes that are contained in the main class, they are not being encoded.
    Thanks in advance for your answers

    Better to put this in java forum :-)
    Just check, if this helps.
    http://forum.java.sun.com/thread.jspa?threadID=379614&messageID=1623434

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • Problems with PL/SQL Calling Java Function that returns String []

    Hi,
    I have written the following code. It's not compiling OK.
    DECLARE
    TYPE Tokens_Type IS VARYING ARRAY(20) OF VARCHAR2(20);
    s1 Tokens_Type DEFAULT NULL;
    SQL_STR VARCHAR2(2000) DEFAULT NULL;
    BEGIN
    SQL_STR := 'CREATE OR REPLACE FUNCTION Schema1.SPLIT_STR (S2 VARCHAR2(20)) ' ||
    'RETURN s1 ' ||
    'AS LANGUAGE JAVA ' ||
    'NAME ''String_Mani.split_it (String) return java.lang.String []''';
    EXECUTE IMMEDIATE SQL_STR;
    END;
    What's the problem with this?

    You cannot create a function with a locally defined return type. As soon as this script is executed, Oracle no longer knows what the TOKEN_TYPE type is any more, so the function will be invalid.
    You need to use a collection type defined at the database level or defined in a package - somewhere where it will persist.

Maybe you are looking for