In Java 2 - when executing java get "realpath.. ,libjava.so not found" erro

Hi !
I have installed Java 2( j2se 1.4.1_02) and when i execute java it gives
Error: realpath ("//java") not found
Error: could not find libjava.so
Error: could not find Java 2 Runtime Environment
I have been trying for the past 3 days to get this setup working, but no success. Have made the LD_LIBRARY_PATH and PATH to have the required values. Is there anything else that need to be done.
Can anyone help please?
Thanks
Raji

Which platform is it? Java version "1.4.1_02" works fine for me on my Linux. Maybe these pieces of information are of some help.
$ uname -a
Linux bijpc 2.4.19-4GB #1 Wed Sep 25 18:58:10 UTC 2002 i686 unknown
$ java -version
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
$ type java
java is hashed (/usr/lib/jdk1.4.1_02/bin/java)
$ file /usr/lib/jdk1.4.1_02/bin/java
/usr/lib/jdk1.4.1_02/bin/java: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
$ ldd /usr/lib/jdk1.4.1_02/bin/java
libpthread.so.0 => /lib/libpthread.so.0 (0x40025000)
libdl.so.2 => /lib/libdl.so.2 (0x4003a000)
libc.so.6 => /lib/libc.so.6 (0x4003d000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
$ find /usr/lib/jdk1.4.1_02 -name 'libjava*so'
/usr/lib/jdk1.4.1_02/jre/lib/i386/libjava.so
/usr/lib/jdk1.4.1_02/jre/lib/i386/libjavaplugin_jni.so
/usr/lib/jdk1.4.1_02/jre/plugin/i386/ns600/libjavaplugin_oji.so
/usr/lib/jdk1.4.1_02/jre/plugin/i386/ns610/libjavaplugin_oji.so

Similar Messages

  • Unable to update when executed, table gets lock Execution does not stop Execution even for an hour

    Following is my Query unable to update when Executed table gets lock Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, THANKS IN ADVANCE.

    Hello,
    You should better post your question to a more related Forum, like Transact-SQL or SQL Server Database Engine; this Forum is for samples & community Projects.
    Have you checked the execution plan if indexes are used?
    You could update the data in chunks, e.g. 10.000 rows per execution. For this you have to add a TOP clause and a filter to update only those, who are not updated yet.
    update TOP (10000) Employees
    set Status = 'Close'
    where statusid IN
    (select statusid
    from MyView
    where DownloadedDate ='2014-07-27 00:00:00.000')
    AND Status <> 'Close'
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • When executed on unix, it throws file not found error

    Hi,
    Can anybody please let me know what I am doing wrong. The
    code works fine on windows box and fails on unix box.
    import java.io.*;
    import org.apache.axis.encoding.Base64;
    public class writeToFile {
        public static void main(String args[]){
        try{
        File oFile = new File("/\\mydir1\\mydir2\\mydir3\\ddd.txt");
         FileOutputStream fos = new FileOutputStream(oFile);
         fos.write(1);
         fos.flush();
         fos.close();
        } catch(Exception e){
              e.printStackTrace();
    java.io.FileNotFoundException: \/mydir1/mydir2/mydir3/ddd.txt(No such file or directory)

    As it says, you don't have a file named
    \/mydir1/mydir2/mydir3/ddd.txt
    You might have a file named
    /home/your user name/mydir1/mydir2/mydir3/ddd.txt

  • Unable to update, when executed table gets lock and Execution does not stop even for an hour.

    Following is my Query, which unables to update. When Executed, table gets lock and Execution does not stop even for an hour.
    update Employees 
          set Status = 'Close'
          where statusid IN (select statusid 
                                             from MyView 
                                              where DownloadedDate ='2014-07-27 00:00:00.000'
    here Employee contains 3,00,000 of records and Subquery return 1,50,000 Empid 
    i tried in various ways but not able to solve, statusid  column have no index on,  i tried using cursor but it does not work.
    plz let me know how to solve this Issue, Its very Important to get solve as all my further work depends on Updation
    , THANKS IN ADVANCE.

    See also your other thread with the same question:
    http://social.msdn.microsoft.com/Forums/en-US/80243625-fc3b-4ee1-bce1-4adcdbc16c14/unable-to-update-when-executed-table-gets-lock-execution-does-not-stop-execution-even-for-an-hour?forum=sqlserversamples
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • DeployJava.js fails to install Java when no Java is present

    In 7u11 in response to the latest zeroday hole in the applet sandbox, Oracle took the decision to display a warning popup on all unsigned or self-signed applets. This is really bad news for us and our 3 million (yes really) applet users as our previous applet loader used a single unsigned class to bootstrap a signed jar so now I have to rewrite the loader.
    I ripped out the single loader class and decided to use the latest deployJava.js which works nicely starting the applet when Java 7u11 is already installed but testing it when Java is not installed I get the following behaviour:
    Windows XP SP3 Firefox 18 : Installer runs but page refreshes in background every second (looks terrible) and when the installer completes the page shows a grey box with "A plugin is needed". Refreshing or restarting the browser fixes this but why does it refresh when not needed and then fail to refresh the one time it is needed?
    Windows XP SP3 Chrome 24.0.1312.52m : Same problem as Firefox but error message is "Java is required to run this content". Refreshing fixes.
    Windows XP SP3 Internet Explorer 8.0.6001.18702 (latest): Same annoying 1 second refresh of the page in the background and finally get the message "Install failed" and redirect to an Oracle help page. Retried multiple times and made sure no remants of Java lying around.
    Anyone else have problems with deployJava.js installing Java when no Java is present?

    Hi gimbal2,
    By uninstalling Java from the Control Panel and then manually cleaning up the registry and filesystem I managed to get deployJava.js to install on IE8 now. Thank you.
    I now have the same problem on all 3 browsers (Firefox, Chrome, IE8) in that the installer takes 2-3 minutes to run, all the time our webpage is being refreshed by deployJava.js every second which looks terrible.
    Finally, when the Java installer completes, it fails to perform the final refresh so on FF/Chrome I'm left with a grey box "A plugin is needed" or on IE8 a white box with the red X icon.
    We have over 3 million users on our website and use applets for streaming stock price data. Yesterday when the default applet security setting in 7u11 was upped to high our users started getting the warning dialog about an unsigned class we use for Java detection and bootstrapping (fair enough).
    The deployJava.js solution now works but looks terrible and leaves the user uncertain as to whether Java installed successfully.
    I'll try and modify deployJava.js to reduce the refreshes and make the final refresh work and post findings here if successful.

  • Java.sql.SQLDataException, msg=ORA-01882: timezone region not found

    Hi,
    I am new to ADF. I am using Jdev 11.1.1.1 version.
    I created sample application , in that i added one jspx AM, VO and droppping the VO to the jspx file.
    when i try to run the page i am getting the following error.
    " java.sql.SQLDataException, msg=ORA-01882: timezone region not found"
    please can anybody tell what's went wrong...
    Thanks,
    mahi.

    there you go http://baigsorcl.blogspot.com/2009/11/ora-01882-timezone-region-not-found.html

  • Java.io.IOException: /opt/sun/portal/bin/psconfig: not found

    I have installed JES 2005Q4 and then I try to setup Portal Server 7 and at the beginnig of the installation it gave thsi error: Is there any thing you can suggest?
    1. Install
    2. Start Over
    3. Exit Installation
    What would you like to do [1] {"<" goes back, "!" exits}?
    Java Enterprise System
    |-1%--------------25%---
    java.io.IOException: java.io.IOException: /opt/sun/portal/bin/psconfig: not found
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
    at java.lang.ProcessImpl.start(ProcessImpl.java:65)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at java.lang.Runtime.exec(Runtime.java:464)
    at com.sun.orion.installer.common.config.OrionConfigurator.executeCmdWithArgs(Unknown Source)
    at com.sun.orion.installer.portalserv.config.PortalServerConfigurator.unconfigure(Unknown Source)
    at com.sun.orion.installer.common.config.OrionConfigurator.performUnconfiguration(Unknown Source)
    at com.sun.orion.installer.common.config.ConfigLeaf.uninstall(Unknown Source)
    at com.sun.install.products.InstallComponent.performUninstallation(InstallComponent.java:1637)
    at com.sun.install.products.InstallNode.finishUninstall(InstallNode.java:1270)
    at com.sun.install.products.InstallComponent.performUninstallation(InstallComponent.java:1642)
    at com.sun.install.products.InstallNode.finishUninstall(InstallNode.java:1270)
    at com.sun.install.products.InstallComponent.performUninstallation(InstallComponent.java:1642)
    at com.sun.install.products.Product.performUninstallation(Product.java:223)
    at com.sun.install.products.InstallNode.CheckCancelledAndWriteToLog(InstallNode.java:965)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:1090)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1457)
    at com.sun.install.products.Product.performInstallation(Product.java:651)
    at com.sun.install.tasks.ProductTask.perform(ProductTask.java:153)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(Thread.java:595)
    Error in executing command : /opt/sun/portal/bin/psconfig --unconfig /tmp/psunconfig_bla.bla_114286064037648246.xml
    --------------50%-----------------75%--------------100%|
    Installation Failed
    No software was installed.

    at the installation log file containing these:
    Installation Log
    Installing Java Enterprise System
    Log file: /var/opt/sun/install/logs/Java_Enterprise_System_install.
    B03201513
    Installed: /var/sadm/prod/sun-ps7_0-
    entsys/uninstall_Sun_Java_tm__Enterprise_System_2005Q4.class
    Uninstaller is at: /var/sadm/prod/sun-ps7_0-
    entsys/uninstall_Sun_Java_tm__Enterprise_System_2005Q4.class
    OrionUninstallersun-ps7_0-entsys
    Installing RPM: sun-ps7_0-entsys
    RPM sun-ps7_0-entsys successfully installed.
    Installing RPM: sun-ps7_0-entsys-l10n
    error: ../Product/entsys/Packages/sun-ps7_0-entsys-l10n-4.0-1.i386.rpm: MD5
    digest: BAD Expected(50518d27bb86729827e12611f261333a) !=
    (9bff1755f96e04bebe270aa64f9d9d4c)
    error: ../Product/entsys/Packages/sun-ps7_0-entsys-l10n-4.0-1.i386.rpm cannot
    be installed
    Error: RPM sun-ps7_0-entsys-l10n install failed}.
    Install complete. Package: sun-ps7_0-entsys-l10n
    rpm: Skipping rpm remove of sun-ps7_0-entsys-l10n, not installed.
    rpm: Skipping rpm remove of sun-portal-search, not installed.
    rpm: Skipping rpm remove of sun-portal-portlets, not installed.
    rpm: Skipping rpm remove of sun-portal-base, not installed.
    rpm: Skipping rpm remove of sun-portal-admin, not installed.
    Installing RPM: sun-mobileaccess-config
    package sun-mobileaccess-config-1.0-25 is already installed
    Error: RPM sun-mobileaccess-config install failed}.
    Install complete. Package: sun-mobileaccess-config

  • When executing Transaction MRLH, it says "Function not currently possible"

    Hi All
    When executing Transaction MRLH, it says "Function not currently possible" which is the exact scenario discussed in Note 192664. But this note is valid only for 4.X where our system is ECC5. So if we try to implement this note it says "Note cannot be implemented".
    But still the error message is comming.
    Any ideas regarding what we can do to over come the scenario?
    BR
    Thanura

    Hi all,
    I am getting the exact same dump.
    And in my case, I am not providing any input.
    I have made a non-obligatory selection screen  parameter, and then appended that to a table type of the local structure of select options that i made.
    Then i am passing this to a fm as an importing parameter.
    And it is giving dump on the first query in the fm.
    If I don't use the fm, then in that case, it is working fine, and if the field is blank it fetches all records,
    but why it is not working now..., any ideas???

  • Why do I get a boot drive not found error only when laptop lid has been closed?

    I've got a HP Mini 210 P/Number: VX818EA with Windows 7 Starter.
    It works fine when turning on after shutdown, but when I've put it to sleep by closing the lid it won't 'wake up', and I get a blank screen. On restarting the computer I get a 'boot drive not found' error, (3F0) which can be resolved by following the steps on this page: http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01443463&tmp_task=solveCategory&lc=en&dlc=en&cc...
    I've run disk check etc as suggested on that link, no errors are found, but nothing seems to resolve the problem more than temporarily. Seems odd that this only happens if I close the lid (sleep mode with the lid up is fine, doesn't crash the computer).
    Can anyone advise?
    Thanks

    Hello,
     Very strange, can you go to BIOS and reset the setting " By Default " ?. How did you check the disk ?
    This is an unusual probleme Hp Mini 210 . And notice me after your reset the bios settings.

  • I went to update my ipod touch and restore it. it was working fine and then when it it restarted itself it it stuck onone scren te same one when u first get it, it will not do anythig elts what do i do please help

    i went to update my ipod touch and restore it. it was working fine and then when it it restarted itself it it stuck onone scren te same one when u first get it, it will not do anythig elts what do i do please help i whont my ipod touch back

    Restore loop (being prompted to restore again after a restore successfully completes): This issue is typically caused by out-of-date or incorrectly configured third-party security software. Please followTroubleshooting security software issues if USB troubleshooting does not resolve this issue.
    Error 13 and 14: These errors are typically resolved by performing one or more of the steps listed below:
    Perform USB isolation troubleshooting, including trying a different USB port directly on the computer. See the advanced steps below for USB troubleshooting.
    Put a USB 2.0 hub between the device and the computer.
    Try a different USB 30-pin dock-connector cable.
    Eliminate third-party security software conflicts.
    There may be third-party software installed that modifies your default packet size in Windows by inserting one or more TcpWindowSize entries into your registry. Your default packet size being set incorrectly can cause this error. Contact the manufacturer of the software that installed the packet-size modification for assistance. Or, follow this article by Microsoft: How to reset Internet Protocol (TCP/IP) to reset the packet size back to the default for Windows.
    Connect your computer directly to your Internet source, bypassing any routers, hubs, or switches. You may need to restart your computer and modem to get online.
    Try to restore from another known-good computer and network.
    Error 50: This error (and error -50) are timeout errors. Follow the steps for errors 13 or 14 above.
    Above from:
    http://support.apple.com/kb/TS3694

  • Download Photoshop CS3 from Adobe when I click the link I am getting http 404 page not found.

    I have a copy of Photoshop CS3 on my old Macbook. Need to move to my new Macbook with no CD drive.  Following instructions it says to download CS3 and enter serial number.  When I attempt to download from Adobe and click the link I am getting http 404 page not found.

    Download CS3 products
    Works for me. If there are issues, use another browser and check your network configuration.
    Mylenium

  • Captivate 8:  Why am I getting a HTTP 404 Not Found error when I try to preview a responsive project?

    Captivate 8:  Why am I getting a HTTP 404 Not Found error when I try to preview a responsive project?

    Out of curiosity, some here have recommended renaming an EXE file behind the scenes to eliminate that firewall message when starting up. Are you one of those folks that tried this? My thought is that if so, perhaps this is a result?
    Cheers... Rick

  • I get Server error 404 not found when downloading OSX LIONHELP

    I get Server error 404 not found when downloading OSX LION HELP!!!

    See message 11600
    "David R. Pina" <[email protected]> wrote:
    >
    Hello everyone,
    I'm using weblogic 6.0 for AIX.
    I'm trying to setup a new web application.
    Right now, I just want to access html files, but the web server is not working
    well.
    I can access the file
    http://myhost/myapp/index.html
    but if I try to access file2.html
    http://myhost/myapp/file2.html
    file2.html is in the same directory, with the same permissions and I get
    the 404
    error message
    At the beginning, I couldn't access index.html, because I created the directory
    "myapp"
    with user "root". Later, I changed the ownership to "wlowner" for "myapp"
    directory
    and for "index.html"
    Then I created "file2.html" with user "wlowner", and provided the same permissions
    as index.html but I can't access it.
    Could someone tell what might be wrong ?
    Any clues ?
    Thanks,
    David
    Mexico City

  • I keep getting result code -43 not found when trying to load certain instruments. Any idea why

    I keep getting error code -43 not found when trying to load certain instruments. Any ideas?

    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.

  • Can I not add images to my itunes from Google images or other search engines as when I click get artwork it does not always work

    Can I not add images to my itunes from Google images or other search engines as when I click get artwork it does not always work. I used to be able to do this.

    The sort fields should generally be empty unless you've putting in custom values to sort solo artists by their surnames. You can apply common changes to thousands of tracks at once, just don't apply the wrong change because there is no undo.
    It is a good idea to backup before undertaking large scale changes. See this backup tip for a suggested approach.
    tt2
    Message was edited by: turingtest2

Maybe you are looking for