Sapinst of java addin hangs

I just have upgraded to Solution manager 4.0 abap, db2 V8 FP 12 and I am trying to install the java addin.
I have sucessfully run the install to create the Central services instance and I am now trying to run sapinst >
Additional Software Life Cycle Tasks> Java Add-in for ABAP > Central System > Database Installation Java Add-in.
I supply the first Software package requested: .../DVD_SOlution_Manager_4.0_Java_Components/J2EE_OSINDEP, profile directory, master password, database parameters, sap administrator and database administrator passwords with no problems.
Then I am prompted for "java Component SOLMAN40".  I supply path .../DVD_SOlution_Manager_4.0_Java_Components/JAVA_EXPORT/JDMP and press OK.
sapinst seems to hang ...
On the Unix session I see output:
INFO       2006-08-02 12:55:22
           CJSlibModule::writeInfo_impl()
Output of db2 -x "SELECT SUBSTR(BPNAME,1,12),PAGESIZE FROM syscat.bufferpools WHERE BPNAME='IBMDEFAULTBP'" is written to the logfile db2_query_IBMDEFAULTBP.log.
Perhaps a db2 parameter is set too low???
I am on Red Hat Enterprise Linux V4,
db2 v8.2.5 (FP 12)  -- this is new
sap basis 700 with solution manager 4.0 (ABAP)
Any ideas what to check?

answered

Similar Messages

  • SAP NW7.0 SR3 Java AddIn Installation failed at "Import Java dump"

    Dear all,
    I get an error at Java AddIn Installation SAP Netweaver 7.0 SR3
    (Software Life-Cycle Option -> Java Add-In for ABAP -> Oracle ->
    Central System ->)
    The first installation step "Central Services Instance (SCS) Java Add-
    In" I have installed it without errors.
    The Installation failed at 2nd step "Database Instance Java Add-In" at phase 11
    of 14 "Import java dump":
    26.05.09 15:16:46 com.sap.inst.jload.Jload main
    INFO: Jload -sec
    Q2B,jdbc/pool/Q2B,/usr/sap/Q2B/SYS/global/security/data/SecStore.properties,/usr/sap/Q2B/SYS/global/security/
    data/SecStore.key -
    dataDir /usr/sap/swdc/51033513/DATA_UNITS/JAVA_EXPORT_JDMP -
    job /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN
    /ORA/CENTRAL/DB/IMPORT.XML -log jload.log
    26.05.09 15:16:47 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    26.05.09 15:16:47 com.sap.inst.jload.Jload logStackTrace
    SEVERE: java.sql.SQLException: Io exception: The Network Adapter could
    not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException
    (DatabaseError.java:255)
    at oracle.jdbc.driver.T4CConnection.logon
    (T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>
    (PhysicalConnection.java:420)
    at oracle.jdbc.driver.T4CConnection.<init>
    (T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection
    (T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect
    (OracleDriver.java:801)
    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)
    the database is up and running, the Oracle Listener is also working well.
    Any idea??
    Thanks so much in advance!
    Best Regards,
    Gerd

    Hi Sunny, hi Markus!
    many thanks for your hints!
    I've just solved the problem. The problem was, our Listener was not configured correctly.
    I've adjusted the listener.ora, tnsnames.ora to the correct hostname - cause, we had a hostname-switch last month and I had forgotten to adapt the Listener...
    now the Listener is running as well:
    mcho35au:oraq2b 120% lsnrctl status LISTENER_Q2B
    LSNRCTL for Solaris: Version 10.2.0.4.0 - Production on 30-MAY-2009
    09:52:48
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=Q2B.WORLD))
    STATUS of the LISTENER
    Alias LISTENER_Q2B
    Version TNSLSNR for Solaris: Version 10.2.0.4.0 -
    Production
    Start Date 30-MAY-2009 09:52:15
    Uptime 0 days 0 hr. 0 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/Q2B/102_64/network/admin/listener.ora
    Listener Log
    File /oracle/Q2B/102_64/network/log/listener_q2b.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=Q2B.WORLD)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=Q2B)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mcho35au)(PORT=1527)))
    Services Summary...
    Service "Q2B" has 1 instance(s).
    Instance "Q2B", status UNKNOWN, has 1 handler(s) for this service...
    Service "Q2B.WORLD" has 1 instance(s).
    Instance "Q2B", status READY, has 1 handler(s) for this service...
    Service "Q2B_XPT.WORLD" has 1 instance(s).
    Instance "Q2B", status READY, has 1 handler(s) for this service...
    The command completed successfully
    meanwhile the step "Import java dump" has finished successfully!
    Thanks to all!
    Best Regards,
    Gerd
    Edited by: Gerd Schuster on May 30, 2009 10:29 AM

  • SSO To J2EE engine of ABAP+JAVA Addin Install

    Hi all,
    I have setup an SAP system as a ABAPJAVA Addin Install.  The system is running NW04s SP11.  I have an SAP Portal installed on the JAVA side to support some BW functions.  I would like to do SSO from the users desktop directly to the portal component.  Is this possible with this type of install?  I have setup Kerberos / SPNego with a JAVA only install connected to a Microsoft ADS.  I have also configured the system to use MYSAPSSO2 tickets from another SAP system, but that requires the users to go to the other SAP system before going to ABAPJAVA Addin system.  I would like the users to go directly to the ABAP+JAVA Addin system via a URL like http://server:port/irj/... and get single signed on to the system.  Is this possible?
    Any help is appreciated!
    Russ Scherbarth

    Hello Russ,
    yes it is possible to configure SSO using SPNego Loginmodule (Kerberos) for this type of system as well. You also can use the SPNego configuration wizard to get the configuration work done, but you need to perform some manual follow up work as well.
    So my recommendation is check the online documentation for wizard based configuration AND manual configuration, perform the wizard based configuration (more or less the same as you did for the other system) and afterwards (depending on your JDK) you might have to perform some manual follow up activities.
    Select as user resolution mode prefixbased, the attribute to be used is uniquename. In addition you need to create the service user in the portal database (when using SUN JDK), as you do not have direct connection to Active Directory.
    With best regards,
    René

  • Java Addin in SAP Netweaver 7.0 EHP1

    Hi Experts,
    I have a question about Java Add-in in release Netweaver 7.0 EHP1.  As I have understood, with SAP Business Suite 7.0 cannot install java add-in in abap system.  Is that correct?
    I have in a upgrade proces of BW from 3.5 (ABAP, NO-UNICODE to Netweaver 7.0 EHP1 (without unicode conversion).  The upgrade has successfully completed, but now I need to install portal components (EP, EP-CORE and BI-JAVA).  How can I install this componentes?...  If I install a new system Portal, this would have to be UNICODE...  so, can I have, in the same server, two system, one NO-UNICODE (BI) and the other UNICODE (Portal)...??
    Best Regards
    Juan Carlos Barraza

    Hi Barraza,
    We had this similar issue. So, here are the answers for your questions.
    - Yes, correct. As of SAP Business Suite 7.0 one cannot install java add-in in abap system (Note 855534 ).
    - You have Abap as Non-unicode on EHP1. So, Java AddIn installation is NOT supported as Java is a Unicode. The only way for you is, to install a separate Java System in the same machine. Yes, you can install 2 or many systems in a server if the server is strong enough. Then connect the Java system to the Abap system, it works. There is a configuration for this connection.
    Later, if you want to upgrade the Abap system to EHP4 or upwards, it can also be done without much hassel. Please award if you find my post useful.
    Regards,
    Mohan.

  • Error while installing the Java Addin to use functionality of IP in BI 7.0

    Hi all,
    We are installing the Java Addin after BI Upgrade from 3.5 to 7.0 to use the functionality of IP.We have 16GB RAM and 50GB Swap Space.We ensure that we are correct as per the prerequisites.I provide the last few lines of Viewlog.
    INFO       2008-06-13 18:54:35
               CJSlibModule::writeInfo_impl()
    File system node /sapmnt/PBT exists already. Nothing to do.
    ERROR      2008-06-13 21:35:11 [iaxxejsbas.cpp:178]
               EJS_ErrorReporter
    FJS-00003  out of memory (in script NW_Addin_SCS|ind|ind|ind|ind, line 3273: ???)
    ERROR      2008-06-13 21:35:14 [iaxxejsbas.cpp:178]
               EJS_ErrorReporter
    FJS-00003  out of memory (in script NW_Addin_SCS|ind|ind|ind|ind, line 2831: ???)
    ERROR      2008-06-13 21:40:36 [iaxxgenimp.cpp:736]
               showDialog()
    FCO-00011  The step createSystemDirectories with step key |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|5|0|createSystemDirectories was executed with status ERROR .
    I would be of great help if someone provide any clue on this.
    Regards,
    Sudheer.

    Hello Sudheer,
    Increasing the Swap space is the only thing i noticed in all SAP Notes for your problem.
    Configure more swapspace please and restart the installation.
    Regards,
    Siddhesh

  • Configuration Requirement for Integrated Planning in BI 7.0 with JAVA Addin

    Hi,
    We have BI 7.0 with Java Add-in installation newly migrated to Unicode.
    BW consultants (I am BASIS Consultant) want to use "Integrated Planning".  I already checked IMG link of it & JCO destinations mentioned there are not in J2EE engine.   Even I am not able to create b'cos current setup is not on SLD.
    I would really appreciate your help on below queries :
    1) Can I configure Integrated Planning without using SLD ?
    2) Do I need to install BI JAVA to running Integrated Planning ?
    3) Do I need to install EP & EP Core ?
    I already checked most of SDN thread but sorry couldn't able to get answer to above questions.   I have checked SAP Notes : 901022, 919850, 917950.
    Your early reply would be highly appreciated.
    Thanks & Regards,
    Narsing.

    Hi Balaji,
    Thanks for information.   One thing to update with JAVA/JAVA addin portal core components gets installed.   So I didn't installed EP.  
    Now Integrated Planner is working fine.
    Thanks for your help.
    Best Regards,
    Narsing.

  • Upgrade from 46c to ECC6.0 : Java or Java-AddIn ?

    Hello
    Can you explain me what is the difference between Java and Java-AddIn as proposed in evaluation phsae of an upgrade from 46c to ECC6.0?
    Thank You.

    Hi Alain,
    But if we implement a JavaAddin solution today, do you think it will be possible to create a Java instance later to create a Portal solution ?
    If you implement a java addin today then you can use later for portal solution.
    Regards,
    Anil

  • Need I the JAVA Addin for Web dynpro ABAP

    Hello Experts,
    have I to install the JAVA-Addin for using Web dynpro ABAP?
    Best regards
    Heike

    No you don't, but when you want to use your application in Portal, you. Or if you want to use Adobe Interactive Forms, than too you need java.

  • Do we have Java Addin for OATs?

    Hi,
    I am from Agile PLM team. We are using qtp10 for automating our application, but are planning to move to OATs. Our application has two type of clients – one is the regular Web client and other is the Java/ applet client. For the first client Oats web support was recognizing the objects, but for the later one it doesn’t work. Incase of QTP, we had to install Java AddIn of QTP to support this.
    So, I would like to know if OATs have a Java AddIn similar to that of QTP, to support the Applet type applications. Incase it is available please let me know where can I download it from.
    Thanks,
    Prabitha

    Hello Prabitha,
    In OATS there are accelerators which are helping on certain tasks and adding additional functionalities when you are creating tests. They are similar to the AddIns in QTP. I didn't understand one thing, do you have problem with recording test on the Java/applet client or after you updated OATS the problems starts. If the problem is with the update you should contact Oracle support. Otherwise you probably aren't using a proper accelerator for the Java/applet. Are you recording your Java/applet tests on Oracle EBS/Forms project?

  • Issue after Java Addin Successfull Installation-- com.sap.engine.services.d

    com.sap.engine.services.deploy.container.ExceptionInfo: Naming error.
    Hi All,
    Please help me to fix the following issue:
    After Successfull installation of Java Addin to ECC 6.0 (SR3,Oracle 10.2,Solaris 5.10) i am facing the following issue when i try  to access http://<hostname>:50000/nwa and http://<hostname>:50000/useradmin
    com.sap.engine.services.deploy.container.ExceptionInfo: Naming error.
    And if i try to access http://<hostname>:50000 it works fine.
    I have restarted Java stack and also ABAP+Java Stack but still no luck.
    Thanks,
    Siva Kumar

    Hai,
    Check the below links.....
    access SLD failed
    com.sap.engine.services.deploy.container.ExceptionInfo: Naming error
    Regards,
    Yoganand.V

  • Problem Java addin

    Hi to everyone:
       Excuse I'm installing CI Java Addin in remote form, but the problem is that the screen puts in blank and I can't see the status, someone can help me saying me the log where all the things of the sapInstGui save .
    Thanks

    Hi Joel,
    In case of windows it is:
    %ProgramFiles%\sapinst_instdir\<installation_specific>
    Here %ProgramFiles% means the path for program files folder.
    Normally it is C:\Program Files.
    In case of unix check
    /tmp/sapinst_instdir/<installation_specific>.
    Please award points if the answer was useful.
    Regards.
    Ruchit.

  • Sun Java Addin support for FF 7?

    The Sun Java Addin is always disabled with FF 7. What gives?
    I installed the latest Java Runtime Environment 7.0.0.147 (x86) but no luck. :(
    It is really annoying to update an FF these days because of these incompatibility issues. Mozilla needs to work closer with other software developers to ensure that they have all the add-ins compatible at the time of release :(

    Thank you sir! This clears up my confusion! the Java Test worked!!! :) I really appreciate your response.! FF FTW!

  • Java application hangs on I/O

    Hello,
    Could use some help as I've been racking my brain and going crazy. I have a Java application who's sole purpose in life is to monitor a QFS file system for when it goes bad. This main process kicks off a thread(we'll call it thread A) which lives indefinitely. This thread wakes up every so often and kicks off a thread to write a file, and then a thread to read that file back in, and then a thread to delete that file. Thread A has no interaction back to the main process but does monitor each of it's subthreads. This process works great for all testing that you can do, like unmounting the file system and pulling network cables etc. The problem lies when the QFS servers start doing their server not responding routine(basically a real failure and not a purposely inflicted one. What happens is that the whole Java application hangs. The main process, and the parent thread(thread A) all grind to a hault. From the command line anything you try to do in that file system also hangs but you can ctrl-c out of it(like a ls or cd to it. I have been experimenting with all the ways I can think of to fix this, like thread.interupt(), using Runtime.exec instead of I/O objects and trying to control the Process object, and I've tried exposing the FileInputStream and FileOutputStream objects in order to call close() on them. I've been reading that the interupt() method doesn't work for all intense purposes and that the latter method I tried is the way to do it, although, these postings say that that doesn't necessarily always work on Linux. Unfortunately, I am running this application on a Solaris 10 X86 platform which has a lot of similarities to Linux and am experiencing this not working. Has anybody had to do anything like this or handle cases like this that could maybe point me in the direction that they were successful in?
    Thanks

    Just to verify you are not, in any way, using external apps via something like exec() right?
    So the blocking processes are read, write and delete?
    And you are sure that you are in fact calling interrupt on all of the relevant threads?
    Presuming yes than given that you have already demonstrated that you can't interrupt them it doesn't matter much what you do in java it isn't going to work. So look for a different solution.
    One possibility, spin up a seperate java app that does the actual work. Create a socket server, obviously seperate from other threads to manage. It verifies that the app is still working and allows the caller to shut it down - via system.exit().
    Then you have a management app that starts that app and when needed you tell it to shut down and then restart it.

  • Java Connector hangs

    we have a java application which runs 24 hours/days.
    After an update to SBO 2004 Patch 14 the system hangs from time to time.
    Anybody knows a workaround. The following program reproduces the problem:
    Program to make the java connector hang:
    import com.sap.smb.sbo.api.ICompany;
    import com.sap.smb.sbo.api.IRecordset;
    import com.sap.smb.sbo.api.Recordset;
    import com.sap.smb.sbo.api.SBOCOMUtil;
    import com.sap.smb.sbo.wrapper.com.Dispatch;
    import com.sap.smb.sbo.wrapper.com.Variant;
    public class sapbotest2
      public static void main(String[] args)
        sapbotest2 s=new sapbotest2();
        try {
          for (int i=0;i<10000;i++ ) {
            System.out.println("iteration= "+ i);
            s.run();
        } catch (Exception e ) {
        e.printStackTrace();
      public void run() {
        ICompany company = SBOCOMUtil.newCompany();
        //Database settings:
        company.setServer("localhost");
        company.setDbPassword("471880");
        company.setDbUserName("sa");
        //Business One settings:
        company.setUserName("manager");
        company.setPassword("manager");
        String dbname="";
        // find company database
        IRecordset recordSet=company.getCompanyList();
        for (int i=0;i<recordSet.getRecordCount().intValue();i++) {
          String name=(String) recordSet.getFields().item
    ("cmpName").getValue();
          if (name.compareToIgnoreCase("OEC Computers")
    ==0) {
            dbname=(String) recordSet.getFields
    ().item("dbName").getValue();
            break;
           recordSet.moveNext();
        //recordSet.release();
        recordSet=null;
        company.setCompanyDB(dbname);
        System.out.println("connecting");
        // connect now
        int nResult = company.connect();
        // throw exception if failed
        if ( nResult != 0 )
          System.out.println("Could not connect");
          System.exit(0);
        System.out.println("connected");
        company.disconnect();
        System.out.println("disconnected");

    hello Frank,
    I  tried reusing the company object. The execution is much faster since no objects are created, however is still hangs after 600 or 1000 repetitions.
    It is interesting that the Java Connector always hangs inside the "disconnect()" method.
    The code is now:
    for (int i=0;i<10000;i++ ) {
      System.out.println("iteration= "+ i);  
      company.setServer("localhost");
      company.setDbPassword("471880");
      company.setDbUserName("sa");
      company.setUserName("manager");
      company.setPassword("manager");
      company.setCompanyDB(dbname);
      int nResult = company.connect();
      if ( nResult != 0 )
        System.out.println("Could not connect "+ company.getLastErrorDescription());
        System.exit(0);
      System.out.println("connected");
      company.disconnect();
    Marcos

  • 10g (10.2.01) setup/java.exe hangs on Windows 2000 SP4.

    Hi all,
    I'm currently having an issue with a 10g install on Windows 2000 (SP4) hosted on a Windows Virtual Machine.
    I remote to this machine using PCAnywhere.
    When I run setup.exe it just hangs on the java.exe process.
    I have run the setup with a -debug option and am not seeing anything out of the ordinary.
    I have also checked the the log and it does not seem to contain any errors.
    I have run through the 10g pre installation requirements and don't believe that is a problem as the
    machine and OS meets all the criteria.
    I have researched a similar setup.exe/java.exe hanging issues and have tried some of those solutions to no avail.
    For instance moving the 10g the install folder to C: drive and confirming there are no spaces in the install path.
    Increasing the JRE memory allocation to 1024 in oraparam.ini
    Log file contents:
    Using paramFile: C:\10g_Client_10201\install\oraparam.ini
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The commandline for unzip:
    C:\10g_Client_10201\install\unzip ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\Temp\OraInstall2008-10-21_04-54-08PM"
    The commandline for unzip:
    C:\10g_Client_10201\install\unzip ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\Temp\OraInstall2008-10-21_04-54-08PM"
    The commandline for unzip:
    C:\10g_Client_10201\install\unzip ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\Temp\OraInstall2008-10-21_04-54-08PM"
    The number of files bootstrapped for the jre is 584.
    The number of files bootstrapped for the oui is 100.
    Total args: 23
    Command line argument array elements ...
    "C:\Temp\OraInstall2008-10-21_04-54-08PM\jre\1.4.2\bin\java.exe"
    -Doracle.installer.library_loc="C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\lib\win32"
    -Doracle.installer.oui_loc="C:\Temp\OraInstall2008-10-21_04-54-08PM\oui"
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location="C:\10g_Client_10201\install"
    -Doracle.installer.jre_loc="C:\Temp\OraInstall2008-10-21_04-54-08PM\jre\1.4.2"
    -Doracle.installer.exec_location="C:\10g_Client_10201\install\oui.exe"
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=""
    -mx1024m
    -cp
    "C:\Temp\OraInstall2008-10-21_04-54-08PM;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\OraInstaller.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\oneclick.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\xmlparserv2.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\srvm.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\share.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\OraInstallerNet.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\xml.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\orai18n-collation.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\orai18n-mapping.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\emCfg.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\ojmisc.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstImages.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_de.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_es.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_fr.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_it.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_ja.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_ko.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_pt_BR.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_zh_CN.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\InstHelp_zh_TW.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\oracle_ice.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\help4.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\help4-nls.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\ewt3.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\ewt3-swingaccess.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\ewt3-nls.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\swingaccess.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\classes12.jar;\;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\OraPrereq.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\jewt4.jar;C:\Temp\OraInstall2008-10-21_04-54-08PM\oui\jlib\jewt4-nls.jar"
    oracle.sysman.oii.oiic.OiicInstaller
    -scratchPath
    "C:\Temp\OraInstall2008-10-21_04-54-08PM"
    -sourceLoc
    "C:\10g_Client_10201\install\../stage/products.xml"
    -sourceType
    network
    -timestamp
    2008-10-21_04-54-08PM
    -debug

    As Daniel stated on his previous post, this is not supported from the official oracle point of view, so if you are implementing this for production environments, even if it worked, you would be on your own. However, this should work. Check if you have any other java environment on the scope of the PATH environment variable. A virtual machine is from the OS configuration point of view the same as a physical machine, if the PATHs are scrambled and if you are accessing different versions of JRE at install time, this won't work, and the first symptom is a frozen java session.
    ~ Madrid
    http://hrivera99.blogspot.com

Maybe you are looking for

  • "The CREATE USER statement must be the only statement in the batch" in SQL Azure - why? what to do?

    I'm getting an error on a line in the middle of a larger sql script, only in SQL Azure. IF NOT EXISTS (SELECT * FROM sys.database_principals WHERE name = N'foouser') CREATE USER [foouser] FOR LOGIN [foouser] WITH DEFAULT_SCHEMA=[dbo] GO Error: "The C

  • Import goods

    hi, we have a import PO against which we have to pay Freight and insurance, customs duty, and clearing agent.  my doubt will there by any accounting related issues if we make GR first and make invoice for customs and all later... regards fozters

  • Folder with Question Mark Icon--hard drive kaput?

    Hello, I know there's extensive info on this occurring at startup but I wanted to ask anyone a couple of specifics.  1). My imac is old.  It's from 2007 and while I've enjoyed it etc., I understand that it's time has "probably come". 2). No and this

  • Have Adobe Creative Suite 6 Design & Web Premium but...

    Hi Guys I wanted to sign for Complete individual Creative Cloud but I am not sure if it's in my case $19.99 or $29.99 for information, I got CS6 from Adobe Creative Suite 4 Design Premium, I bought in 2009 Please let me know Thanks in advance, Thierr

  • How do I change menu and icon sizes in elements 12

    I have just installed elements 12 on my Lenovo Ultrabook which is running windows 8 - the icons and menus are so small I need a magnifying glass to read them. Thanks