Compatibility with Linux RedHat

Hi All,
Does anyone have any experience in running JRockit 8.1 under recent versions of
RedHat Linux 8 or 9? I'm getting incompatibility errors (SO libraries, for example
pthread.so) right away after trying to start JRockit 8.1. I found a workaround
with alternavive /lib but this doesn't seem to be a good option. Besides, JVM
crashes every now and then. Is there any JRockit relerase compatible with RH9
at all?
Thanks,
Michael
[email protected]

Sorry, the only RedHat version that JRockit officially supports and is
certified with is RedHat Advanced Server 2.1. JRockit might work well
with other RedHat versions but there are no guarantees.
/Helena
Michael Pastushkov wrote:
Hi All,
Does anyone have any experience in running JRockit 8.1 under recent versions of
RedHat Linux 8 or 9? I'm getting incompatibility errors (SO libraries, for example
pthread.so) right away after trying to start JRockit 8.1. I found a workaround
with alternavive /lib but this doesn't seem to be a good option. Besides, JVM
crashes every now and then. Is there any JRockit relerase compatible with RH9
at all?
Thanks,
Michael
[email protected]

Similar Messages

  • Lenovo Wireless Headset W770 compatibility with Linux and Mac

    Hi,  
    Can someone provide me information on Lenovo Wireless Headset W770 compatibility with Linux and Mac distributions.  On the product overview page under Software Requirements, only Windows is mentioned.  http://support.lenovo.com/en_US/downloads/detail.page?submit=true&componentID=1343112653906&DocID=PD...
    Please let me know if the headset can work with other distributions as well. 
    Thanks & Regards,
    Keya
    Solved!
    Go to Solution.

    I just received W770 and tried it on a PC and it worked. But when I plug the USB receiver in a macbook air (2011 MAC OS 10.6.8), it didn't work. The message I got is that MAC can't recognize the "keyboard" and asked me to press the shift button on the unrecognized keyboard- which I guess meant that the MAC treated the USB dongle as if it were a wireless keyboard of some sort. Anyway, would appreciate it if you could let me know how to make it work on MAC. The previous statement saying that it would work on any Lenovo machine regardless of OS is kinda of unclear - do you mean that it would also work on lenovo running MAC OS (is there any Lenovo running Mac OS?). Thanks.

  • Configuring X Server with Linux RedHat 2.1 AS and EBS 11.5.9

    Hi all,
    I installed Oracle E-Business Suite 11.5.9 on Linux RedHat 2.1 Advanced Server.
    I configured a VNC server and I added three lines in the service startup scripts:
    DISPLAY="myhost:0.0"
    export DISPLAY
    xhost +myhost
    These commands don't work and everytime I reboot the server I get the error:
    Xlib: connection to "se:0.0" refused by server
    Xlib: Client is not authorized to connect to Server
    xhost: unable to open display "se:0.0"
    But if I login in the KDE Session and then I type those 3 lines it works fine.
    It seems to me like any service didn't start up until i logged in.
    Please could anyone help me?
    Thanks in advance

    Hi Hussein,
    Thanks for your prompt response.
    as per the note id Oracle Applications Release 11i with Oracle 11g Release 1 (11.1.0) [ID 452783.1]
    Oracle E-Business Suite 11.5.10 CU2 minimum version for 11g. and we are on 11.5.9 base.
    do i need to follow the ID 735276.1 as per the note id Interoperability Notes E-Business Suite R12 with Oracle Database 11gR1 (11.1.0) only?
    as per the note id 735276.1 my steps would be
    1. Apply patch 6400501
    2. deregister the current database
    3. update the context file
    4. oracle_home 11.1.0.7 already installed from 12.1.1 tech stack.
    5. create sysaux tablespace in existing database.
    6. upgrade the database using dbua.
    7. apply the necessary patches as per the note id.
    If i'm missing any steps from above, kindly suggest it.
    Thanks,
    Vihang

  • Install Oracle 10g  with linux redhat 4

    Hi,
    i need some documentation for installation of Redhat 4 with oracle 10g.
    how can install linux redhat 4 if anyone know documentation please share with me.

    Hi,
    If you need video tutorial, please refer to: http://kamranagayev.wordpress.com/2010/04/25/video-tutorial-installing-oel-and-oracle-10gr2/
    And you can check: Installing Centos (based on Redhat, same as redhat) : http://kamranagayev.wordpress.com/2009/01/05/installing-centos-on-vmware-step-by-step/
    Installing Oracle on it: http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/

  • Applet compatibility with linux and netscape

    Hi guys!
    i currently running my server on linux redhat 7.2 and using Netscape 7.0
    When i run applet, it keep telling me i dun have the plug-in installed, but i had it installed. Can someone enlighten me?!
    i understand tat under windows, java will have a console to run applet ... so when running on netscape there's no problem..
    Any help is gladly apperiacated.... Thankz
    bee

    Maybe the JRE version isn't compatible ??

  • Shell compatibility with Linux Bash

    Hello,
    I'm creating a complex shell script under Linux and I want it to be compatible with Solaris. The script will need to be source executed and hence does not use a "shebang" to specify the shell to be used.
    I do not have Solaris available, but hope someone here could answer me a few questions:
    What is the default command shell under Solaris, e.g. ksh, bash, solaris sh?
    What shell is most commonly used?
    I found the following link: http://linux.softpedia.com/get/System/Shells/Heirloom-Bourne-Shell-3043.shtml. It provides a portable variant of the traditional Unix shell. It has been derived from OpenSolaris code and thus implements the SVR4/SVID3 level of the shell. I'm not sure if this is good to test my script for Solaris compatibility, but it complied fine under RHEL 5.6.
    So far I noticed the following compatibility issues:
    $(...) command substitution does not work and I had to replace it with backquotes.
    There is apparently no alias or unalias command. Is this correct?
    The shell does not support variable arrays .e.g var[1]. Is this correct?
    Thanks!
    Update: I just found: http://www.softpanorama.org/Scripting/Shellorama/bash.shtml
    Apparently Bash is default in Solaris. Is this correct?

    Thank you very much for the replies. I installed Solaris 10 yesterday evening under Virtualbox and performed some tests using the default shell.
    From what I can figure out, the /sbin/sh shell is default, at least for root. There are several differences from Bash:
    The C and Korn shell like the variable array [] syntax, but Solaris borne shell doesn't. I will need to find a way around it.
    I notice that echo -n to supress newline is not available, but echo "\c" works.
    The alias and unalias commands are available, but I wonder how to make them work. I tried alias ll='ls -l' and unalias r, but it has no effect. Any ideas?
    Unfortunately my script is going to set aliases and environment variables for the currently running shell, so I cannot use shebang and need to source execute the script. I wonder though, whether I should bother to support the default Solaris shell and simply make ksh or bash a requirement. Any comments are welcome.

  • 5th generation iPod nano compatibility with Linux?

    I have Linux on my computer is the 5th generation iPod nano compatible with my operating system? Would i need to install a particular program to make it work.

    trailman00 wrote:
    Why not let the customer choose to use iTunes or not ?
    Be able to add individual files just by copying them from any computer (any OS, with or without iTunes installed), and use a filesystem browser on the iPod to select which file to play in which directory.
    Only Apple would know the answer to this. However, based on the history of the iPod, it seems unlikely that you're going to see this happen. One of the major differentiating features of the iPod is that one doesn't have to mess with a file system browser, it's all handled automatically by iTunes. Now, that's not to say that everyone is going to like players that work this way. Hence, the continuing market for other brands of players.
    Please, release a new iPod firmware supporting this feature.
    Again, seems very unlikely as it runs counter to the entire Apple design philosophy. However, if you want to make your feelings known to Apple (as opposed to just the fellow users who are going to be seeing this post), submit your feedback here:
    http://www.apple.com/feedback/ipodnano.html
    Best of luck.

  • Mac Pro compatibility with linux 64x / visa 64x

    I purchased a Mac Pro for the power because I am an Architecture graduate student and I spend a lot of time modeling and rendering large and complex structures. Sadly, Maya, which I use a lot is only scripted for 32x on the Mac OSX. I have the options of installing 64x edition of Maya in either Linux or Windows. My question is which 64x operating system would be most compatible with my mac pro? I have five hard drives so its not a big deal to me where the OS goes as long as it will allow me to make the most use out of the system. My hope is that AutoDesk will get on the ball and release a 64x OSX edition of Maya but in the mean time I'm going to have to use an alternate OS... I'm also hoping the next addition of the mac OSX will integrate GPGPUs so that I can drop in another video card to bump up its processing power but that might be too much wishful thinking.

    Well, a more powerful Mac Pro should come out sometime in mid-2009.
    Snow 10.6 will probably require 64-bit drivers and updates to any applications, 3rd party controllers, plug-ins and the works.
    http://www.electronista.com/articles/08/10/17/nvidia.quadro.cx.for.cs4/
    http://www.macrumors.com/2008/06/15/snow-leopards-grand-central-and-opencl-detai ls/
    http://techreport.com/discussions.x/16080
    http://www.appleinsider.com/articles/08/10/28/roadto_mac_os_x_snow_leopard_64_bit_to_thekernel.html
    http://www.tomshardware.com/reviews/opengl-directx,2019-7.html
    http://www.barefeats.com/harper19.html
    Unless there is a seachange, and graphics changes quickly while Apple stays a generation behind the curve.

  • Problem Installing Sun One Studio ce on Linux RedHat 8.0

    I have a problem installinh Sun One Studio CE on a machin with Linux RedHat 8.0.
    The installation starts but at about 80% of its ther is an error and install stops.
    Does anybody help me?
    I don't know what error stop the install

    I'm having the same problem.
    The Sun One Studio CE starts up fine then towards the end it says:
    "installing... this my take a few minutes"
    But it doesn't, in fact it freezes there and doesn't do anything else.
    (I left it running over night and it was still there with the same message)
    Need help.

  • Linux redhat 8

    hi all
    does oracle Oracle9i Enterprise Edition for Linux/IA64, Release 2 (v9.2.0.2) which is the latest version of oracle database can work with redhat linux 8 . in case if it does not work then could you please guid me which version of oracle database do I need to get to work with linux redhat 8 ?
    thanks

    I think it is but check metalink.oracle.com => Certify and avalaibility to be certain.
    Fred

  • Dynamic Images not showing on BOXIR3 with SP2 (Linux redhat installation)

    Hi Guys,
    We recently upgraded our BOXI R2 installation to BOXIR3 with SP2 (Linux redhat platform), and we noticed that all our reports icons/logos have just disappeared. 
    What we are trying to do is just to load an image in an OLE Object, the image is referenced by an URL (that is passed through as a parameter).
    We built a very simple testReport.rpt with an OLE Object that has an image URL in it, still it doen't work.
    Notes:
    1 The CrystalReport 2008 where the simple test report is built shows the icon/iamge correctly. However.
    2- CMC and InfoVIew do not show the image.
    3- What I just noticed today is that when I go to CMC/folders/folderxyz//testReport.rpt double click go to Default Settings/Thumbnail the image is there (if I tick Show report thumbnail).
    Any help would be very appreciated (I am just stack).
    Best Regards
    Khalef Bessaih

    moved to BOE forums

  • Environnement with pro-cobol and linux redhat

    Hi,
    I have a linux redhat Linux 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
    and oracle 11g database where we have installed Pro-cobol with a launcher xframe ( not me !)
    we want to use command-line with pro-cobol :
    exemples :
    export COBOLOPTS="-dy -shared -M -lxconv -L$XFRAMEHOME/lib -I $PWD -WC,""DLOAD"" -WC,""SOURCE"" -WC,""COPY"" -WC,""XREF"" -WC,""FLAG(E)"" -WC,""MODE(STD)"" -WC,""ALPHAL(WORD)"" -WC,""NOTRUNC"" -WC,""NOSDS"" -WC,""SRF(FIX)"" -WC,""MAP"" -do ./ -dp ./ "
    cobol -o OV1SLSP.e OV1SLSP.pre OV1MADR0.o $ORACLE_HOME/precomp/lib/cobsqlintf.o OV1MADR1.pre.o OV1MSNT0.pre.o 2> OV1SLSP.errors
    execution:
    OV1SLSP.e
    results
    Erreur de segmentation
    we have a this error.
    but when we use xframe launcher :
    execution:
    xrun OV1SLSP
    results
    XRUN: STARTING OV1SLSP
    OV1MADR0 PLANTAGE SQL RNVP : -1012
    SQLERRMC ORA-01012: non connecté
    COBOL:rts: HALT: JMP0015I-U [PID:000004A0 TID:B7FFC940] CANNOT CALL PROGRAM 'COBCANC'. xvsamRts: undefined symbol: COBCANC PGM=OV1MADR0
    XRUN: TERMINATED WITH CODE 134
    =>This message is normal because we have connect to database !
    It's working perfect.
    My question is : what is the correct librairies to have to make static compiling pro-cobol's programs?
    hope to be cleared.
    Thanks.
    Edited by: french_dam on 28 janv. 2011 10:07
    Edited by: french_dam on 28 janv. 2011 10:11

    Have you checked the system requirements for using Pro-Cobol with Oracle 11g and Linux? See here:
    Pro*COBOL® Programmer's Guide 11g Release 1 (11.1)
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28428/pcoabops.htm#insertedID1
    Hope this helps,
    Ben

  • Oracle 11g v11.1.0.7.0 for Linux RedHat?

    Hello,
    can anybody tell me if there is a Oracle 11g v11.1.0.7.0 available for Linux RedHat, maybe a Pre-Version for Oracle-Customers/Partners?
    A problem was reported to us pertaining to some privilege problems under Oracle 11g v11.1.0.7.0 / Linux, but i cannot find any version on:
    http://www.oracle.com/technology/software/products/database/index.html
    There is only a v11.1.0.7.0 for Microsoft Windows Server 2008 and the last version for Linux is there v11.1.0.6.0.
    Thanks in advance.
    Regards,
    -Lars-

    Macgator wrote:
    There is only a v11.1.0.7.0 for Microsoft Windows Server 2008 and the last version for Linux is there v11.1.0.6.0.As expected. And others have told you how to get the Oracle 11.1.0.7 on Linux - by installing 11.1.0.6 and applying patchset.
    The case with Windows 2008 exists because there was no way to install 11.1.0.6 on that platform, so the process of 'install and patch' is not possible. Therefore they needed to 'fix' the initial install for that specific plaftform and it is their policy to only release to the 'current patch set' (which was 11.1.0.7 at the time).
    With Linux, you can 'make it work' with newer versions (eg: RH 5u4) by providing the appropriate compat libraries, therefore the original 'install and patch' process is still valid.
    Making Linux 11.1.0.7 available would nullify their Support mechanisms.

  • Oracle 10.2.0 DB installation problem on Linux RedHat 4

    When I install Oracle 10g release 2 database on my Linux RedHat 4 platform, I got the following error message (from action log file):
    INFO: /u01/app/oracle/product/10.2.0/db_1/bin/genorasdksh: Failed to link liborasdkbase.so.10.2
    INFO: make: *** [liborasdkbase] Error 1
    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 ihsodbc' of makefile '/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2006-10-05_11-17-26AM.log' for details.
    Exception Severity: 1
    Can someone help me to solve this problem?
    Your kind assistance will be highly appreciated!

    I didn't install the whole OS but just some packages that contain required rpms by Linux Redhad 4. I guess I accidently missed a package. In order to make sure that I have installed all necessary packages, I just re-installed the OS with care. Thanks for your advices.
    The Oracle DB installation was successful, however, after I installed the Oracle HTTP Server and then stop the HTTP Server, I can't start it again. The following is the error message.
    [oracle@linuxkm database]$ /u01/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=linuxkm:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=23484)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.2.0/http_1/opmn/logs/HTTP_Server~1
    Thank you very much for your help!

  • Installing Oracle 8.1.7 on Linux RedHat 7.1

    I am trying to install Oracle 8.1.7 on a Linux RedHat 7.1 machine with P4 1.7GHz. I 've tryed all the papers I found on the net for setting the user accounts and groups, linking with the old gcc libraries, etc. The problem is that after starting the OUI and when a window pops-up that spans the products list available, the whole operation finishes too quicly without reaching the 100%. At the next screen when I am trying to give the Instalation Unix group - should be oinstall/dba - I press next and get the message "Unable to setup Inventory. You may not have proper permisions". The machine has 256MBs Ram and 520MB Swap file on a 20GB HDD.Has anyone else seen this before? I couldn't find anything on the net. Can anyone help me? Thanks in advance...

    Hi,
    In the user where you are trying to install Oracle, give the following command at the prompt.
    $ umask
    The result should be "022". If it is not, connect as root and change the umask-settings of the user.
    $ umask 022 <user-name>
    and connect as the user, where you are trying to install and run the Installer.
    Hope this will work,
    Murali.

Maybe you are looking for