Installing SJSAS (2005Q1) on AMD64

Hi all,
I am running into an issue installing SJSAS (filename: sjsas_pe-8_1_2005Q1-linux.bin) on AMD64 (Gentoo). I am using JDK 1.5.0.01. When I run the following:
./sjsas_pe-8_1_2005Q1-linux.bin -javahome /opt/sun-jdk-1.5.0.01 -tmpdir /tmp
And I get to
Extracting Java(TM) 2 Runtime Environment files...
and it gets stuck. I check the tmp dir, nothing is there. Any files/dirs created by the setup tool are empty. Any suggestions?
Thanks,
Max

Hi,
Thanks for your tips. I've successfully unzipped it. But, I am getting the following error when trying to exec:
Attach to native process failedWeird. I have 2 JDKs installed:
sun-jdk-1.5.0.01
blackdown-jdk-1.4.2.02
Neither worked... any more ideas?
Thanks again,
Max

Similar Messages

  • Error installing Oracle 10g on AMD64 WinXP-32bit

    I got the following error message half way through the setting up of "Oracle Remote Configuration Agent" during the installation of Oracle 10g.
    "OLE initialization or OCX load error while registering OCX"
    My system specs are as follows:
    AMD64 3500
    Asus A8N-SLI Deluxe
    1GB RAM on dual-channel
    NV6600GT PCI-E
    WindowsXP Pro 32bit SP2
    I've tried to ignore the error and continue but installation would stall while starting up listener. I've also tried to bypass the startup of listener during install and went ahead to try to startup and configure the listener, but I still cant get Oracle to work.
    The most fustrating thing is that I cant find any information concerning OLE and OCX errors. Can someone please help?

    When screen show:
    Product-Specific Prerequisite Checks.
    In the first pane show: Check for proper system clean-up
    78%
    In second pane show: Check for proper system clean-up

  • BizTalk2010 Problem installing runtime prerequisites for AMD64

    I am trying to install BizTalk 2010 Developer on my laptop so I can teach 26 keen students about BizTalk.
    The file BT Server\Platform\Bootstrap\bootstrap64.msi does not install correctly on my laptop. (It works fine on my Desktop computer). Both run Windows 7 64 bit, Both are actually Intel architecture, however, so it is a mystery to me that the installation
    sequence on the laptop refers to AMD64.
    The log file shows the following as the first error, which is a long way into the process (at the end of a section called SxsMsnInstall:
    Error 1935. An error occurred during the installation of assembly 'Microsoft.VC90.ATL,type="win32",version="9.0.21022.8",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64"'. Please refer to Help and Support for more information. HRESULT: 0x8007054F.
    assembly interface: IAssemblyCacheItem, function: Commit, component: {2A030FEB-29B5-314B-97B5-ED38673CC885}
    MSI (s) (24:C0) [21:43:13:438]: Product: Microsoft BizTalk Server Setup Bootstrap Files (x64) -- Error 1935. An error occurred during the installation of assembly 'Microsoft.VC90.ATL,type="win32",version="9.0.21022.8",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64"'.
    Please refer to Help and Support for more information. HRESULT: 0x8007054F. assembly interface: IAssemblyCacheItem, function: Commit, component: {2A030FEB-29B5-314B-97B5-ED38673CC885}
    and then there's a lot more of these before it gives up and rolls back.
    I'd really like to install BizTalk on the laptop.
    Help greatly appreciated
    Malcolm Crowe

    It is OK with processorArchitecture="amd64". Nothing wrong.
    Make sure all prerequisites are installed properly. If you cannot find anythin suspicious, I suggest to install BizTalk to the Virtual Machine. It is much simpler way to copy VM to the student computers than reinstall the systems from scratch 26 times.
    Leonid Ganeline [BizTalk MVP]
    Biztalkien blog

  • Install SJSAS EE 9.1_01 without default domain "domain1"

    By default SJSAS EE install a default domain called domain1 is it possible eliminate this during a silent installation?
    I already create a script to remove the "default domain" but I looking for a simpler solution.
    Thank you.

    I believe you can do this with GlassFish v2. (I'm not sure if this is built in to the installer yet).
    If you installing GlassFish by using the JAR file, use the command ant -f setup-cluster.xml create-node-agent -Ddas.host="<yourhostname>".

  • SJSAS 2005Q1 JMS ConnectionFactory error

    Hi all,
    I am finally very close to getting a test JMS Topic connection working, but I am running into the issue with Root exceptions when trying to provide it with a INITIAL_CONTEXT_FACTORY. The SJSAS server is located on a different computer.
    My question is, what values should I provide to
    INITIAL_CONTEXT_FACTORY, and
    PROVIDER_URL
    I have tried all suggestions that were on this board, but none were specific to SJSAS and didn't work... I either got crazy messages ending with "Maybe" or a Root exception with the class.
    Thanks for your help.

    The solution can be found in this post:
    http://forum.java.sun.com/thread.jspa?threadID=494092&tstart=0

  • How to apply for a certificate and install saprouter SNC

    I am in the middle of an R2R build.
    I need first to apply for a certificate and then to install saprouter (on an amd64 win server)
    So I can download oss notes...
    Please help,
    Thankyou,

    The exact URL to apply for a certificate is service.sap.com/tcs. On the right side, you will see a link to SAProuter Certificates. Please use this to request a certificate.
    Regards

  • Installing SAP NW on RHEL 5.3 JAVA_HOME issues

    Hello,
    I have worked for weeks trying to get the java part of install done properly. I have completed linux install with all parameters set properly. Only one thing holding preinstall test -- JAVA_HOME settings. I am loading SAP in distributed environment (main setup with database on another system) on 64 bit IBM Xseries system. I downloaded java 1.4.2_22 (from SUN) per a SAP note but this package does not have 64 bit JRE. Marcus stated in another listing installers need to load java 5.0 but I am wondering which package. Can someone tell me exactly which packages I need to install to complete and pathway of install. I have completely uninstalled all java packages and rpm s.
    Thanks,
    Jeff

    root@linux ~# java -version
    java version "1.4.2"
    gij (GNU libgcj) version 4.1.2 20070626 (Red Hat 4.1.2-14)
    Yes - as you see this is GNU java, not Sun Java - and Gnu java is not supported for a SAPGUI installation.
    root@linux opt# java -jar PlatinGUI-Linux-710r6.jar
    you have to set JAVA_HOME to the root of where you installed it.
    so
    export JAVA_HOME=/opt/<path-you-installed>
    then edit your path:
    export PATH=$JAVA_HOME/bin:$PATH
    now "java -version" should output the Sun Java version.
    Markus
    Above is from another thread.
    When I installed java rpm installed to /opt/IBMJava2-amd64-142 folder.
    From above thread I learned to:
    export JAVA_HOME=/opt/IBMJava2-amd64-142
    then edit path:
    export PATH=$JAVA_HOME/bin:$PATH    so I entered
    export PATH=/opt/IMBJava2-amd64-142/bin:$PATH
    is this correct? Am I suppose to replace last $PATH with something?
    I still get error on precheck about JAVA_HOME: Could not check
    Any help is greatly appreciated.
    Jeff

  • Jre-1_5_0_04-windows-amd64 - INSTALLATION TROUBLES.

    Dear Sir / Madam
    I'm using AMD64 (Athlon 64 - Skt.939) based PC runnig Windows XP Professional x64 Edition (Build 3790 - SP1 v.1433).
    I'm trying to install "jre-1_5_0_04-windows-amd64.exe" on my PC but wahterver I try to install either 64 or 32bit versions, Windows Installer crashes.....Windows closes "Installer" due to "security reasons"...I've tried to exclude Windows Installer application from DEP (data execution prevent) list but NOWAY! It always crashes the same!
    Any idea or suggestions? Please help me! Thanx!

    I am having a similar problem. I just bought a brand
    new laptop with an AMD 64 Athlon proccessor running
    Window XP Home Edition (with all the latest serve
    packs fixes etc...). When I try to install I get a
    message that says "The installation package is not
    supported by the processor type. Contant your product
    vendor".
    I wonder if this is common problem !!!I GUESS YOU ARE USING: "jre-1_5_0_04-windows-i586.exe"
    NOTE: If ur so plz consider that (see: http://java.sun.com/j2se/1.5.0/system-configurations.html):
    "jre-1_5_0_04-windows-i586.exe" only supports Intel processors (IA-32) based PC running WINDOWS XP Pro or Home Edition (they're both 32bit Operative Systems).
    "jre-1_5_0_04-windows-i586.exe" also supports AMD64 processor based PC but only running WINDOWS 2003 SERVER 32-bit mode (yes...you can install and use that Server Operative System on either 32-bit or 64-bit mode like most of larger Server Operative Systems...but this is another "tale"...).
    As u use Windows XP Home Ed. (that's a 32-bit O.S...also) on a PC fitting a 64-bit CAPABLE CPU (AMD64) I guess you should GREATLY CONSIDER TO "UPGRADE" (re-install) a "brand new" Windows XP PRO 64bit Ed. and after that u'll be able (maybe you'll need to use a little workaround.....see:XXXXXX ) to use "jre-1_5_0_04-windows-amd64"
    P.S.
    1) Should you decide to upgrade to Win Xp Pro 64-bit Ed. consider u'll not be able (at least for the moment...) to let your webcam and scanner (and maybe other peripherals...) work, due to an "un-availability" of 64-bit driver supporting thoose "stuffs"!!!!!
    2) Should you NOT DESIRE to upgrade ur Operative System, (I guess) you'll have to "wait patiently" a little bit more till Sun 'll release a version of JRE or JDK suitable for your "case" (64 bit CPU + 32 bit Operative System)....hopefully :)

  • 11G installation on AMD64

    Trying to install 11G on Ubuntu AMD64. All goes well except a single linker error of target all_no_orcl of makefile ../rdbms/lib/ins_rdbms.mk
    gcc -m32 -o /db/orcl11/db/rdbms/lib/extproc32 -L/db/orcl11/db/rdbms/lib32/ -L/db/orcl11/db/lib32/ -L/db/orcl11/db/lib32/stubs/ /db/orcl11/db/rdbms/lib32/hormc.o /db/orcl11/db/rdbms/lib32/homts.o -lagtsh -lpthread -lclntsh `cat /db/orcl11/db/lib32/sysliblist` -Wl,-rpath,/db/orcl11/db/lib32 -lm `cat /db/orcl11/db/lib32/sysliblist` -ldl -lm -L/db/orcl11/db/lib32
    /usr/bin/ld: cannot find -lagtsh
    collect2: ld returned 1 exit status
    I'm really confused because libagtsh.so is in ../lib32 and should get picked up I think.
    Any ideas?

    I am using ubuntu 64bit, I was having the same problems you guys were having. when i added the 32bit path I find a different probelm.
    NFO: gcc -m32 -o /opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib/extproc32 -L/opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib32/ -L/opt/oracle-home/oracle/11.1.0/db_1/lib32/ -L/opt/oracle-home/oracle/11.1.0/db_1/lib32/stubs/ /opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib32/hormc.o /opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib32/homts.o          -lagtsh -lpthread -lclntsh `cat /opt/oracle-home/oracle/11.1.0/db_1/lib32/sysliblist` -Wl,-rpath,/opt/oracle-home/oracle/11.1.0/db_1/lib32 -lm `cat /opt/oracle-home/oracle/1
    INFO: 1.1.0/db_1/lib32/sysliblist` -ldl -lm -L/opt/oracle-home/oracle/11.1.0/db_1/lib32
    INFO: /usr/bin/ld: cannot find -lagtsh
    INFO: collect2: ld returned 1 exit status
    INFO: make[1]: *** [opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib/extproc32] Error 1
    INFO: make[1]: Leaving directory `/opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib'
    INFO: make: *** [extproc32] Error 2
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'all_no_orcl' of makefile '/opt/oracle-home/oracle/11.1.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2008-03-13_05-58-42PM.log' for details.
    Exception Severity: 1
    Im assuming that agtsh can't be found? if so where can i get it ?

  • No javaws in AMD64 Linux distribution

    Hey everyone!
    I'm trying to use Java webstart. I just installed jdk-1_5_0_07-linux-amd64-rpm.bin, and there is no javaws command, although it's man page is installed.
    linux:~ # ls /usr/java/jdk1.5.0_07/bin
    .             jarsigner  jdb        jstatd        pack200      tnameserv
    ..            java       jinfo      keytool       policytool   unpack200
    appletviewer  javac      jmap       kinit         rmic
    apt           javadoc    jps        klist         rmid
    extcheck      javah      jsadebugd  ktab          rmiregistry
    idlj          javap      jstack     native2ascii  serialver
    jar           jconsole   jstat      orbd          servertool
    linux:~ # /usr/java/jdk1.5.0_07/bin/javaws
    -bash: /usr/java/jdk1.5.0_07/bin/javaws: No such file or directory
    linux:/usr/java/jdk1.5.0_07 # find | grep javaws
    ./man/man1/javaws.1
    linux:/usr/java/jdk1.5.0_07 # Am I missing something? Thanks! :)

    Installation Instructions
    This procedure installs the JDK, but not the Java Plug-in or Java Web Start (which are not yet available for 64-bit Linux),

  • TurboLinux 8 for AMD64 and Oracle 9i

    I'm a home user that uses Oracle 9i for development learning for work. I currently use SuSE 8.2 Pro for my Oracle 9i development on a dual AMD MP4200; however, I now have a dual Opteron 240 system. The only affordable Linux distros that support the Opteron system I have (Tyan Thunder K8W) is TurboLinux 8 for AMD64.
    I cannot find anything about the ease or difficulties for install Oracle 9i for AMD64 (Developer's Edition for Linux) on this distro. It's rather effortless on SuSE 8.2 Pro and I have installed Oracle 9i on a Solaris 8 server at work. Does anyone know if it's a waste of my money to try to install on this distro? I thought this distro was considered one of the better ones.

    I have Oracle Enterprise Edition loaded on dual processor Pentium 133 with 128MB ram running Slackware 8.1.
    It installed with no problems. Oracle 8.1.7 is a different story though.

  • Installing Fedora Core 2 on ms-6741 K8TM

    I had a interesting installation of Fedora Core 2 on my new system.  I installed Fedora Core 1 (AMD64) from CDs into a partition without any significant issues.  It function properly for a early release, and I was just in the early learning Linux stages.
    I then decided to install the "latest and greatest" when FC2 was announced.  I downloaded the iso images and burned the CDs.  I then verified the CDs on the new system with the FC1 boot CD.  They all passed verification.
    When I attempted to boot the first CD it booted to the boot prompt.  I tried both menu & text, both failed the same way.  The messages appear for loading "usb-storage", the a flash of a message for loading IEEE 1394, then the message "loading usb-storage".  At this point the system is hung.
    I was able to complete the install by going into BIOS and disabling completely the USB.  After installation was completed an stable I then re-booted - enabling BIOS USB support.  The system then finds the new hardware and loaded one USB 2.0 and 4 USB 1.1 devices.
    System Configuration
    MB MSI K8TM (ms-6741)
       VIA K8T 800/K8M800
       VIA VT8237
    AMD Athlon 64 2800+
    512 MB
    ATI 7000
    HD IBM 20G (Master Channel 1)
    Plextor PX-708A (Master Channel 2)

    RIPRJAK,
    you seem to be knowledgable on all this, you think the Gentoo distro is the best to fool around with;
    so far I've tried all Fedora distros', RH 3.0 enterprise,, Suse Pro 9.0 and 9.1 , Madrake 10.0 and FreeBSD. None of them really impressed me with stability, hardware detection and interoperability in a windows network. Especially working together with the cifs file system of W2K3 gave me some headaches
    I only want to use it as a workstation, not necessarily 64-bit, in a predominant Win environment, and it has to interact with a W2K3 fileserver
    your 2 cents appreciated

  • AM install in AS none default servier instance

    High All
    I try to install AM 2005Q1 in AS 2005Q1.
    I want to install it in a different server instance listening on port 38080.
    Although the instance is running, the installer tells me start the instance since it appears not to be running.
    Accessing this instance using a web browser works fine
    OS is Solaris 9 on Sparc.
    Any hints??

    Hi!
    Try to install with Configure Later and use amconfig to install the amconsole.
    hth
    Chris

  • Sjsas ee 9.1 in x86_64

    HI,
    I know this is not a question for sjsas ee 9.1.But still i ask for help!!
    I am trying to install sjsas ee 9.1 version in x86_64 (intel 64bit) in Fedora Core 7 OS.
    It is unable to find one library lib.std.c++5.0.
    Any help to get over this is welcome.
    Thanks,
    R.Baskar

    I fixed it.
    Just I found one compat rpm in rpmfind.net and installed it.
    But still the sjsas installable couldn't recognize my jdk1.5 for x86_64 architecture.(even if i specify -javahome with a valid jdk directory)
    So I installed jdk1.6 and installation went on fine.

  • SCOM Install Incomplete

    Hello,
    I am in the process of migrating to SCOM 2012.  I had a Windows Server 2003 32-Bit RMS that has been de-commissioned.  I now have a Windows Server 2008 R2 server with SQL Server 2008 R2 SP2 installed.  I keep getting an error stating that
    SCOM 2102 cannot install because it cannot determine my Data Warehouse scenario.  I found out that I did not have SCOM 2007 Data Warehouse and Reporting Services installed.  When I try to install them, the prereq check says I do not have SQL installed. 
    I have CU7 installed and I ran the SQLUpgradeTool both pre and post sqlupgrade.  I also installed the SRSUpgradeHelper.  I still get that error.  Do I have to re-install an older version of SQL in order to get this to work?

    You should manually install datawarehouse using DBCreateWizard tool ,which is under  <var>SCOM 2007 R2 Install media></var>\SupportTools\AMD64 folder.
    For detail, pls. refer to
    http://support.microsoft.com/kb/2425714/en-us
    Roger

Maybe you are looking for

  • In BI SD how to get Sales Document wise Order Delivery and balance Quantity

    We are on the verge of SAP BI implementation. We are facing a problem as in BI we have to show Sales Order wise - Order Quantity then associated all the deliveries and the Quantity delivered and finally Billed Quantity Format Required is Order No    

  • Invoice for material and service

    Hi! I am trying to set up the flow that would include the NORM and DIEN material together. As DIEN is not delivery relevant, it does not copy to my billing. Is it possible somehow that i have one invoice with those 2 materials? Thanks... cheers Bea

  • Different currency clearing

    Hi, Masters i have one scanario, payment is in japan currency , bank accnt id is in usd and bank statement is also in usd, when if i go for reconcilation is both currency will get knock off or not Thanks in advance

  • Power went out and now spinning ball of death

    This morning the power went out while I had been working in InDesign and Illustrator. I came in and saved the project before the back up power went out but did not get the Mac powered off completely before the back up stopped. When the power came bac

  • Canon FX plug in - where does it go?

    I have downloaded Canon's FX plug in for FCP X but not sure which directory it is supposed to go into. When I try to import video from a CF card, it does not show any files as being in the right format, so I guess the plug-in is not installed correct