IMPORTANT:can't find libjava.so

Greeting all,
Hardware Info:
==============
Pentium III - 500 Mhz
512MB RAM
30 GB HD
I have installed Sun Solaris 9 x86 (Intel architecture) without any errors. From java.sun.com, I downloaded the lastest version of JRE 1.4.2.
When I try to install WEBLOGIC 6.10 I get the following error:
can't find libjava.so
I have also have setup JAVA_HOME=/usr/java/jre .profile and assigned this to the path as PATH=$JAVA_HOME/bin:$PATH
java is a symbolic pointing to /usr/j2se
Can someone please help me!!!
Thanks in advance.

Still getting the same error after installing J2EE 1.3.1
"can't find libjava.so"
I also modified the .java_wrapper to fix the APPHOME directory to /usr/jre1.3.1_09
Any other suggestions fellows?
Thanks.

Similar Messages

  • Error: can't find libjava.so

    First the facts:
    1. I can use my java and javac tool from anywhere on the tree.
    2. My compilation works without a problem also the running of java classes.
    3. Every time I try to install a program from a copmany called Navini for Solaris.
    #./install.bin
    Preparing to install . . .
    Extracting the JRE from the installer archive. . .
    Unpacking the JRE . . .
    Extracting the installation resources from the installer archive . . .
    Configuring the installer for this system's environment. . .
    Launching installer. . .
    Error: can't find libjava.so.
    This is the error I get. I tried puting the APPHOME, and JREHOME variables to what they be. I look for the link dependencies and all are correct.
    Any help will be appreciated.
    Thanks,
    Georgios

    Hello Georgios,
    I would suggest that you repost on one of the <b>Java Forums</b>.
    EDIT: Using <b>'Error: can't find libjava.so' +Solaris</b> for a google search found the following website that may give a hint.<br />
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id =tn_18347
    Michael

  • Error: can't find libjava.  11.5.10 apps installation on OEl5UP3 86_64 bit

    Hi All,
    I am facing problem with 11.5.10 installation on OEL 5 UP3 86_64 bit OS. Below is the issue.
    runProcess_7
    Statusstring Executing Command: OracleHomeCloner -registerOUI
    Error: can't find libjava.so.
    Errors while registering Oracle Home in the inventory
    FINISHED INSTALL PHASE : 9i RDBMS : Fri Jan 8 23:37:10 IST 2010
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Facing problem at step1of5.
    Please let me know if any one faced problem like this.
    Thank You..
    Venkat.

    Hi Venkat
    >
    Statusstring Executing Command: OracleHomeCloner -registerOUI
    Error: can't find libjava.so.
    Errors while registering Oracle Home in the inventoryDo you set LD_LIBRARY_PATH ? Do you check all prerequest for installation?(jdk,rpm etc)
    Plese check below and see its helpful for your issue:
    Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    Note: 110372.1 - 11i: How to Clean up the UNIX Environment After Install Fails
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.Its generic error,please check log file for more details
    Regard
    Helios

  • Can't find libjava.so on solaris 8

    when running the .bin, it runs for about 30 seconds, installs file into the
    tmp directory then says
    error: can't find libjava.so
    and deletes the installed files
    I am attempting to install it onto a virgin Solaris 8 (Intel) server and
    have added the patche 108941-07 for java1.3
    Any ideas/clues to whats going wrong would be appreciated.
    Regards
    Andy Gill

    On the other hand, performance packs are for scalability only, so development
    systems can run just fine not using async IO.
    Michael Girdley <[email protected]> wrote:
    The Linux version will be available when we go G. A. Sorry, but only HP,
    Windows NT and Solaris are supported for the beta program. It is not that
    it will not work on Linux, but that we will not have an installer until
    later.
    Sorry.
    Michael Girdley
    BEA Systems Inc
    "Andy Gill" <[email protected]> wrote in message
    news:[email protected]..
    Well, it seems to work OK with the exception of the no performance pack.
    However if its not supported when will the Linux version be available as I
    don't want to buy sparc boxes just to develop with the beta., even though
    our target production platforms are intel and sparc.
    Regards
    Andy Gill
    "Michael Girdley" <[email protected]> wrote in message
    news:[email protected]..
    We do not support Solaris on Intel for any version, including version
    6.0.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "news.weblogic.com" <[email protected]> wrote in message
    news:39e5bf4d$[email protected]..
    when running the .bin, it runs for about 30 seconds, installs file
    into
    the
    tmp directory then says
    error: can't find libjava.so
    and deletes the installed files
    I am attempting to install it onto a virgin Solaris 8 (Intel) server
    and
    have added the patche 108941-07 for java1.3
    Any ideas/clues to whats going wrong would be appreciated.
    Regards
    Andy Gill
    Dimitri

  • Basename,un name, expr dirname not found , can't find libjava.so. problem

    Hi, i am new in Java, i got a problem when i tried to execute a java program, it showed the message below:
    basename: not found
    uname: not found
    expr: not found
    dirname: not found
    can't find libjava.so.
    i was run in jdk1.3 base on linux, also, i had checked my PATH and CLASSPATH and LD_LIBRARY_PATH,
    i found libjava.so in jdk1.3/jre/lib/i386 too
    Was anyone known what those message mean?
    Any suggession would be appreciative!

    basename: not found
    uname: not found
    expr: not found
    dirname: not foundLooks like your environment is damaged, PATH is set erroneously or something.
    java is a symlink to a wrapper script:
    $ java -version
    java version "1.3.1_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_09-b03)
    Java HotSpot(TM) Client VM (build 1.3.1_09-b03, mixed mode)
    $ type java
    java is hashed (/usr/lib/jdk1.3.1/bin/java)
    $ file /usr/lib/jdk1.3.1/bin/java
    /usr/lib/jdk1.3.1/bin/java: symbolic link to .java_wrapper
    And the script needs basename, dirname ...
    $ egrep 'basename|dirname' /usr/lib/jdk1.3.1/bin/java
    progname=`basename $0`
    PRG="`dirname $PRG`/$link"
    APPHOME=`dirname "$PRG"`/..
    They can be found in /usr/bin.

  • Basename, uname, expr, dirname not found, can't find libjava.so. problem

    Hi, i am new in Java, i got a problem when i tried to execute a java program, it showed the message below:
    basename: not found
    uname: not found
    expr: not found
    dirname: not found
    can't find libjava.so.
    i was run in jdk1.3 base on linux, also, i had checked my PATH and CLASSPATH and LD_LIBRARY_PATH,
    i found libjava.so in jdk1.3/jre/lib/i386 too
    Was anyone known what those message mean?
    Any suggession would be appreciative!

    I think, I can help you. Show your programme code first.
    I guess, your programme is printing something on the standard output and the linux shell is again trying to execute it.
    (Dhananjay Singh)
    "Cut Me And I'll Bleed Java"

  • RE: Re: can't find libjava.so on solaris 8

    "No one answered the essential question of why the install program needs and can't find libjava.so. If it's a path or env setting I'd like to know about it so I can test this

    chmallareddy wrote:
    Hi,
    Pelase help me, I am also getting same error message.. if any one know
    this solution.. please help me.. I will thankful to u.. I stuck here for
    last 5 days.. I am unable to install it on intel unix 8
    Thanks & Regards,
    MallaAlso same problem. Someone must know the answer to this..

  • "can`t find libjava.so" when I install Oracle9iDB to Red Hat Linux7.2

    Hi, all
    I am new to Linux and want to install Oracle9iDB to my Red Hat Linux7.2. I logon to Linux as user oracle and after mount to the cdrom, to follow the Oracle installation guide, I run the command as following:
    oracle$ /mnt/cdrom/runInstaller
    I got the following error message:
    Initializing Java Virture Machine from /tmp/OraInstall112003-03-20_03-24-28PM/jre/bin/java. Please wait.....
    Error: can`t find libjava.so
    I need a solution and hope you giving me an idea.
    Thanks in advance.
    Peter

    Sorry, I still could not solve this problem, even I found the libjava.so file somewhere, and added the path to the environment variable LD_LIBRARY_PATH in the .bash_profile. Can you tell me more detail about it.
    many thanks,
    Peter

  • Can't find libjava.so.

    I have Redhat 7.2, I've installed jdk1.3.3_01. When I try to compile I get the error can't find libjava.so. My .bash_profile file reads as follows
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=/sbin:/usr/sbin:/usr/local/jdk1.3.1_01/bin/javac:/usr/java/jre1.3.1_03/lib/i386/libjava.so;
    CLASSPATH=/usr/local/jdk1.3.1_01/bin/javac:/usr/java/jre1.3.1_03/lib/i386/libjava.so:/usr/local/jdk1.3.1_01/:/usr/local/jdk1.3.1_01/jre/lib/rt.jar
    BASH_ENV=$HOME/.bashrc
    USERNAME="root"
    export USERNAME BASH_ENV PATH CLASSPATH
    what I'm I doing wrong

    Here is my .bash_profile as root
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=/sbin:/usr/sbin:/usr/local/jdk1.3.1_01/bin:/usr/local/jdk1.3.1_01/jre/lib/i386/;
    CLASSPATH=/usr/local/jdk1.3.1_01/jre/lib/rt.jar:/usr/local/jdk1.3.1_01/jre/lib/i386/
    LD_LIBRARY_PATH=/usr/java/jre1.3.1_03/lib/i386
    export PATH
    export CLASSPATH
    export LD_LIBRARY_PATH
    unset USERNAME
    set JAVA_HOME: /usr/local/jdk1.3.1_01/bin
    export JAVA_HOME
    which javac returned /usr/bin/javac
    which libjava.so returned /usr/bin/libjava.so
    env | grep "^PATH=" returned PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/stacey/bin:/usr/local/jdk1.3.1_01/bin:/usr/local/jdk1.3.1_01/jre/lib/i386/libjava.so
    env | grep "^LD_LIBRARY_PATH" returned nothing

  • Loadjava is not working(can not find libjava.so)

    Hi ,
    I am working on linux7 server which has oracle9i database.
    when I gave loadjava command. I am getting this error
    "can not find libjava.so".But "libjava.so" is there. my java home is /usr/lib/java. I donot know which error is this.
    it seems linux error
    For time being manually I am loading java files in database.
    thanks,
    .

    For what purpose are you trying to connect them?
    Only specific apps support Bluetooth connections between iOS devices, and you can only connect an iPhone to a computer via Bluetooth for internet tethering.

  • Import can't find project created in SJSE8

    I created a project called myutils which has a few classes in it that I use in many places. SJSE8 created the myutils.jar file very nicely and quickly.
    I created another project to use the myutils.jar file and no matter what I do, SJSE8 can't find it. I have:
    1. Updated the CLASSPATH environment variable with the directory that has the myutils.jar.
    2. Gone into the project properties and updated the libraries list by adding the myutils.jar file and directory folder.
    3. Gone into the Tools/Options and changed the Ant settings for the IDE-Supplied Classpath and the Additional Classpath to include the myutils.jar directory.
    4. I looked at the Tools/Options/IDE Configuration/System/Modules/Debugging/JPDA Debugger UI/Effective Classpath and found that it doesn't even consider the CLASSPATH environment variable at all.
    Being new to SJSE I'm getting confused quite a bit. I'm not new to java programming, but I can't seem to find my way around what seems to be a very good IDE.
    There has to be a good reason for my second project program not to be able to see the first jar file in order to import it.
    Anyone know why?
    -E.J.

    Hi!
    It's strange ... Seems jar file myutils.jar not contain classes in package myutils.
    If you send me this jar file then I can give you more detailed answer.
    First of all notice that classes have correct package declaration:
    package myutils.<smth else>;

  • Import can't find edited jpgs

    Hi, I'm a new user to LR3, so maybe I'm missing something really obvious.
    I'm using Mac OSX 10.6.4.
    I imported RAW images off my CF card to the destination folder, made most of my edits in LR3, then opened a few images for further work in Photoshop Elements.  I then saved those images as jpgs in the same folder.
    I go back to LR3 to try to add those images to the catalog but I can't find them in the source folder.
    When I go to Finder, they're right there.
    I try dragging the images from finder into the library, and it brings up the import screen, but still no jpgs.
    Any help on what I'm doing wrong here?

    If you have "Treat JPEG files next to raw files as separate photos" unchecked in your preferences, then you won't see JPEGs in the import if they carry the same base name as a Raw photo already in your catalog, because they would be sidecars only.
    But why do you call PSE from outside LR and not as an external editor? This way, LR would build a TIFF for you, pass it to PSE and upon return from PSE you would have the TIFF in your catalog without import (and stacked to your original if desired).
    Beat Gossweiler
    Switzerland

  • Rwcon60 can't find libjava.so

    I'm trying to use rwcon60 to convert a rdf file to an rep file on SunOS 5.9. I run it like this:
    {BRELCUST}oracle@-/home/oracle/product/ias1.0.2/6iserver/reports60> ../bin/rwcon
    60 userid=lads/u0wnlad3 stype=RDFILE source=FinalSci.rdf DTYPE=REPFILE dest=Fina
    lSci.rep OVERWRITE=YES BATCH=YES
    ld.so.1: ../bin/rwcon60: fatal: libjava.so: open failed: No such file or directo
    ry
    KilledI searched for libjava.so and found it in these places:
    {BRELCUST}oracle@-/home/oracle/product/ias1.0.2/6iserver/reports60> find / -name
    libjava.so 2>/dev/null
    /usr/j2se/jre/lib/sparc/libjava.so
    /usr/j2se/jre/lib/sparcv9/libjava.so
    /usr/java1.2/jre/lib/sparc/libjava.so
    /usr/openv/java/jre/lib/sparc/libjava.so
    /var/rootopt/VRTSob/jre/lib/sparc/libjava.so
    /home/oracle/product/ias1.0.2/Apache/jdk/jre/lib/sparc/libjava.so
    /home/oracle/product/ias1.0.2/ifs1.1/jre/lib/sparc/native_threads/libjava.so
    /home/oracle/product/ias1.0.2/6iserver/network/jre11/lib/sparc/green_threads/lib
    java.so
    /home/oracle/product/ias1.0.2/6iserver/network/jre11/lib/sparc/native_threads/li
    bjava.so
    /home/oracle/product/ias1.0.2/6iserver/disc4i/comps/jre1162o/libjava.so
    /home/oracle/product/ias1.0.2/6iserver/disc4i/comps/vbc33/libjava.so
    /home/oracle/product/ias1.0.2/6iserver/vbroker/jre/lib/sparc/green_threads/libja
    va.so
    /home/oracle/product/ias1.0.2/6iserver/jre1162o/lib/sparc/native_threads/libjava
    .so
    /home/oracle/PATCH/prod/forsolaris/comps/jre11813/libjava.so
    /home/oracle/jre/1.1.8/lib/sparc/native_threads/libjava.so
    {BRELCUST}oracle@-/home/oracle/product/ias1.0.2/6iserver/reports60>Is there a configuration setting I need to modify to tell rwcon60 where to find libjava.so?
    Thanks,
    Justin

    Please see whether the location of this file is in the PATH env variable. Preferably you have to use the libjava.so file coming with Reports
    /home/oracle/product/ias1.0.2/6iserver/network/jre11/lib/sparc/green_threads/ or
    /home/oracle/product/ias1.0.2/6iserver/network/jre11/lib/sparc/native_threads/
    Thanks
    The Oracle Reports Team

  • Thunderbird import can't find Eudora files - all installations are normal - what will work?

    Use import function - either 'import everything' or 'address book' and 'mail' separately - in all cases no files are found - all systems have basic installation - eudora version 7.1.0.9 (sponsored mode) - thunderbird 24.5.0 - have searched for help, but nothing seems to help

    As I said, I have been running Eudora for years - at least three years on Windows 7.
    My use of Eudora is very basic, but it does freeze (not respond) occasionally and I have to restart it. But I never loose any data.
    The path to my address book files: NNdbase.txt and NNdbase.toc and sub-folder called "Nickname" is as follows:
    C:\Users\apex\AppData\Local\VirtualStore\Program Files (x86)\Eudora
    I created the following text file:
    Windows Registry Editor Version 5.00
    ; Adjust C:\\Path\\To\\Folder below so that it points to your Eudora data folder
    ; with your nndbase.txt and nndbase.toc files and/or your Nickname sub-folder
    [HKEY_CURRENT_USER\Software\Qualcomm\Eudora\CommandLine]
    "Current"="Anything C:\\Users\\apex\\AppData\\Local\\VirtualStore\\Program Files (x86)\\Eudora Anything"
    Saved it as 'Eudora-to-Thunderbird.reg' - and double-clicked it. It executed successfully.
    Using Mozilla Thunderbird 2.0.0.24, I tried the Import function & instead of the 'no file' message, there was now a Browser pop-up.
    I was not able to navigate the pop-up browser to the Eudora folder above.
    I created another folder at 'C:\apex\My Documents\Eudora to Thunderbird', copied the contents of the above folder and navigated to the new folder.
    The Import now worked!!
    I still do not understand why the .reg file did not work.

  • ERROR: cannot find libjava.so

    Hi All,
    Iam getting this below error while running 9i -runinstaller in linux os -64 bit. please help in this issue to solve.
    [oracle@dhcp-ptp2-10-177-155-47 Disk1]$ ./runInstaller
    [oracle@dhcp-ptp2-10-177-155-47 Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2012-08-30_12-37-56PM/jre/bin/java. Please wait...
    Error: can't find libjava.so.
    [oracle@dhcp-ptp2-10-177-155-47 Disk1]$ which java
    /usr/bin/java
    [oracle@dhcp-ptp2-10-177-155-47 Disk1]$ cd
    [oracle@dhcp-ptp2-10-177-155-47 ~]$ cat red.env
    export ORACLE_BASE=/u01/ora9i/oracle/
    export ORACLE_HOME=$ORACLE_BASE/product/db_1
    export SID=red
    export PATH=$ORACLE_HOME/bin:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/bin/java/:$LD_LIBRARY_PATH
    export TMP=/tmp
    export JAVA=/usr/bin/java
    [oracle@dhcp-ptp2-10-177-155-47 ~]$
    }

    Pl post exact versions of "9i" and "Linux". Is the specific database version you are installing certified on the specific Linux version you are installing on ? Is there a reason you are installing a desupported database version ?
    Pl see if these MOS Docs can help
    Oracle Universal Installer (OUI) Reports "Error: Can't find libjava.so" When Installing Oracle 9.2.0.4 on Red Hat 4.0 x86-64 (AMD64/EM64T) [ID 416530.1]
    Requirements for Installing Oracle 9iR2 64-bit on RedHat 3 on x86_64 (AMD/EM64T) [ID 308588.1]
    HTH
    Srini

Maybe you are looking for

  • Random words disappear from pdf and printed page

    I work for a newspaper and we have had an ongoing problem from week to week of random words dropping off pages. It happens with the same font family each time but usually only occurs on one page a week. These fonts are used throughout the entire pape

  • Unicode display rightly but different characters

    Hi, I've tried inserting some chinese characters into the form, convert it to utf-8 and store in the database (db2 udb v7.2) using entity (cmp) beans. Everything looks ok until when i retrieved the data from the database , it sure display chinese cha

  • Report Painter-How to change the order of fields on selectn screen.

    I have a custom Report Painter report that has 2 fiscal years 1 current FY and 1 Comparison FY.  This also includes 2 sets of periods.  I want the period fields to group together by Fiscal Year and Comparison Year. As shown below. Fiscal Year From Pe

  • Failed to create an IDataAdapter object. This provider may not be fully supported with the Execute SQL Task

    I executed a simple query inside an execute SQL task -  SELECT col1, col2 from thetable where code = ? order by id asc Exec sql task - ADO.NET connection parameter "code" is an int32 in SSIS and int32 in parameter mapping of exec sql task. It works f

  • Satellite A50 - internal speakers are dead

    Hi My both internal speakers are not working. I plug earphone sound is ok. Driver is ok, hardware too. I tried to get new speakers with no success. Can I replace the speakers with small one (I took of from my small battery radio)? It will work or aff