Java fatal plug in errors

I am running xp pro service pack 2 on an IBM thinkpad. I have tried to acess several websites with java based content and when the runtime environment tries to load, I get one of the following errors:
The Java runtime environment cannot be loaded
or
Several Java virtual machines running in the same process have caused an error.
The version of Java I am running is 1.6.0_01 b06 standard addition

I am running xp pro service pack 2 on an IBM
thinkpad. I have tried to acess several websites with
java based content and when the runtime environment
tries to load, I get one of the following errors:
The Java runtime environment cannot be loaded
or
Several Java virtual machines running in the same
process have caused an error.
The version of Java I am running is 1.6.0_01 b06
standard additionHi, I am also having the same problem. I am running the XPMedia2005 J2SE5.0update6 and6update1 on a Gateway laptop I got new at Christmas 2006
I have uninstalled and reinstalled several times and have the same problem. Java worked when I first got the laptop so I tried to restore to the date when it worked and still no luck. I was told by someone to try to uninstall while in safe mode but not sure how to get to safe mode. Please any help would be nice. Thanks
Mike
Message was edited by:
Skippermike

Similar Messages

  • Fatal Plug-in Error with a different VM already loaded by another web page

    Problem report repost from Google. Critical error. Any help much appreciated.
    http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=e294a2ad.0303041854.7f0842ad%40posting.google.com&rnum=1&prev=/groups%3Fq%3Dc%252B%252B%2Bruntime%2Berror%2B1.4%2B1.3%2Bmultiple%2Bjava%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3De294a2ad.0303041854.7f0842ad%2540posting.google.com%26rnum%3D1
    It appears that when you go from the 1.3.1 page and then go to the
    1.4.1 plug-in based
    page the 1.4.1 plugin attempts to hook onto the 1.3.1 VM. I would of
    expected to see
    a new 1.4.1 VM be started (with no errors, obviously).
    Try this:
    Test - Java Plug-in 1.3.1 to a Java Plug-in 1.4.1 page
    Step 1 - Open a new browser window to
    http://192.18.97.35/products/plugin/1.3/demos/applets/ArcTest/example1.html
    Step 2 - In that same browser window go to
    http://java.sun.com/products/plugin/1.4.1/demos/plugin/applets/ArcTest/example1.html
    You'll receive the following error:
    Title: "Java(TM) Plug-in Fatal Error"
    Message: "Attachment to a running Virtual Machine failed"
    To further show the errors that occur when trying to load multiple
    plug-in VMs try the reverse.
    Test - Java Plug-in 1.4.1 to a Java Plug-in 1.3.1 page
    Step 1 - Open the 1.4.1 url in a new browser window.
    (http://java.sun.com/products/plugin/1.4.1/demos/plugin/applets/ArcTest/example1.html)
    Step 2 - Now, in the same window, navigate to the 1.3.1 site.
    (http://192.18.97.35/products/plugin/1.3/demos/applets/ArcTest/example1.html)
    You'll receive another error message this one appearing to be uglier
    than before.
    Title: "Microsoft Visual C++ Runtime Library"
    Message: "Runtime Error!
    Program: C:\Program Files\Internet Explorer\iexplore.exe
    abnormal program termination."
    Key things to note:
    Browsers: IE 5.5,
    6.0 (6.0.2800.1106.xpsp1.020828-1920IC)
    Netscape 6.2+ (not personally verified but reported by a
    client)
    OS: Win2K, WinXP

    Hi,
    let me get your right ok , you are trying to see if a browser running 1.3 is gonna work if you try switching to 1.4 right, well it should work if you security options are correct or else it does'nt load the class files and hence will cause exceptions, but the it is still not supposed to fail ok , hope that answers your doubts ,
    myraid_77

  • Fatal Plug-in Error / Yahoo Games

    I use Windows XP Home SP2. When attempting to sign into any Yahoo game room, I get the following: "JAVA (TM) Fatal Error. The Java Runtime Environment cannot be loaded." A second attempt to sign in results in "Several Java Virtual Machines running in the same process caused an error." Anyone have a clue as to what I can do? I can no longer enter ANY Yahoo game room. This has happened with JRE version 1.6.0 (build 1.6.0_02-b05) and (build 1.6.0_02-b06).

    I tried on Mozilla Firefox and same problem. As I research the www, I see many have encountered the same problem, regardless of version of Java or operating system. It just seems to be an unexplainable bug. Some have offered "fixes" that worked for them, but they have failed for me. Grrrrrrrrrrr! ie. Start>Control Panel>Java>Java Applet Runtime Settings>Java Runtime Parameters...set parameter to 1/2 or 3/4 of RAM. Setting mine to 1/2 continued to fail 100% of time. Setting to 3/4 of RAM gave me entrance to the lobby to chat, but when I tried to start a game table I was promptly booted from the lobby!

  • Java Plug-in Error

    I run Windows XP home with SP2. I have installed J2SE Runtime Environment 5.0 Update 3 and Java 2 Runtime Environment, SE 1.4.2_08. My Java had been running fine but now all of a sudden I am receiving this error message: "Java(TM) Plug-in Fatal Error: The Java Runtime Environment cannot be loaded from <\bin\server\jvm.dll>." I get this message when I go to websites that use Java. On the Java website when I try to test their applets I get this message:
    alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!
    I have uninstalled and re-installed Java and continue to get the error messages. Please help ASAP. Thank you.

    What changed in the computer?

  • Fatal PL/SQL error when calling imported java code

    Hi,
    I'm developing reports using Report builder 9.0.2 under Win2k and I have the following problem:
    I select data into fieds A and B.
    I created 2 formulas fA and fB that call a PLSQL function from my report in order to convert A and B based on other data.
    I also have a formula fC which is actually fA-fB
    I have 3 summary columns on fA, fB and fC. I don't display any of those columns on the report but I created other formulas columns fA_Fmt, fB_Fmt,... to format the values using an imported java class.
    This java class is static.
    so fA_Fmt looks like this:
    function fA_Fmt return Char is
    begin
    return MyJavaClassPackageName.formatValue( :fA, report_global_variable );
    end;
    When I run my report under report builder, I get a REP-1401 report error like "fA_Fmt formula: fatal PL/SQL error occured
    ORA-39565: Message not found, product RDBMS, facility: ORA"
    This happens randomly on any of the formulas.
    Sometimes I even get a java.lang.StaskOverFlowError and I have to close and restart report builder.
    I've tried to debug and I even caught the exception.
    The parameters passed to the java method are fine.
    The exception number is 105101 and after a couple of exceptions like this, visual C++ runtime library tells me there's a runtime error in rwbuilder.exe and the application crashes.
    I don't know if it's Java, if it's Report builder or even Win2k.
    Anyway, I'm stuck with that and I don't know what to do to fix it.
    Any idea or work around?
    Thanks
    Manu

    Hi Manu
    I suspect the line given below:
    return MyJavaClassPackageName.formatValue( :fA, report_global_variable );
    Do not pass report values directly. Instead, assign it to a temporary variable and try again. See if this works:
    temp1 <Variable_Type>;
    temp2 <Variable_Type>;
    temp1 := :fA;
    temp2 := report_global_variable;
    return MyJavaClassPackageName.formatValue( temp1, temp2 );
    Note: You may also hit Fatal PL/SQL errors if the arguments happen to be invalid.
    Regards
    Sripathy

  • Upgrade to 18.0 has disabled Java even though plugin checker says Java 7 Update 10 is up to date, yet webpages using java display "missing plug in" error

    Attempting to install the "missing plug-in" using the Firefox prompts results in Java 7 Update 10 being installed, re-installing it is successful and does not resolve the issue, Firefox 18 refuses to allow/display java content even with the proper updated version of Java installed.
    This problem ONLY occurred immediately following this mornings update to Firefox 18.0.

    Context:
    Yesterday: Java working fine.
    This morning: Update to Firefox 18.0
    Java will not work, not at all even with Java 7 Update 10 installed, not even the "verify java version" applet at http://www.java.com/en/download/installed.jsp will display.
    When attempting to view/display any java content the "missing plug-in" error bar at the top of the page displays and attempting to install the required plug-in via that method does not resolve the issue even though the correct version of Java is installed and the plug-in checker verified it was "up-to-date".

  • Java TM Plug-in Fatel Error.

    Dear Sir,
    I use MyEclipse (eclipse-SDK-3.1-win32) and EnterpriseWorkbenchInstaller_4.1GA_E3.1(1).
    I installed the Bea weblogic 8.1 and MyEclipse on D drive due to little space on C driive.
    I configured the BEA weblogic 8.1 Application server with My Eclipse.
    With My Eclipse I used Weblogic 8.1. Weblogic have a jdk141_02 which is in built with weblogic 8.1. Weblogic 8.1 do not work with jdk 1.5.
    After the deploy of file and when I click on Eclipse Browser Icon.
    Eclipse Browser windows show that:
    Java TM Plug-in Fatel Error.
    Can not load class-sun\plug-in\JavaRunTime.
    The Bridge was Installed at <D:\PRPGRAM\Java>
    but the class is not there.
    Modify the registry key to reflect the new bridge location.
    The Key is HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plugin or change
    your CLASSPATH to include the new directory.
    I already set the CLASSPATH=D:\bea\weblogic81\server\lib\weblogic.jar;.
    PATH=D:\bea\jdk141_02\bin;.
    Please help..

    Here is how I fixed the problem on my computer. got to control panel. click on add or remove programs. I saw two spots that had java. java tm se runtime environment 6 update 1 and one other one that said java. do not remove the one that says java tm se runtime environment 6 update 1. You want to click on remove on the one under it. I also removed my messenger live. now I have no problems on going to play my yahoo games!!

  • Ld.so.1: java: fatal: relocation error: file :referenced symbol not found

    Hello,
    I am trying to run my application (using Java) on windows which in turn calls the Remote Manager on Solaris(Solaris 9 on SPARC Processor).
    It gives the following linker error:
    ApiInitLocal():ApiInitLocal: START
    ApiInitLocal():* * * A P I I N I T * * *
    ld.so.1: java: fatal: relocation error: file /opt/rm902/remotemanager/soFile/libACEUser.so: symbol Sd_ApiInit: referenced symbol not found
    Killed
    I tried setting "LD_LIBRARY_PATH" , but that also didnt work.
    Any help would be highly appreciated.
    Thanks in advance

    Hello all
    I am new to JNI and while trying to run my
    to run my first program I am receiving an error in
    compilation of the 'C' file. For ur clarity my taken
    steps are given as follows:
    a. First I created 'HelloNative.java'
    Then I compiled it and after running created the
    the HelloNative.h
    b. Then I wrote the HelloNative.c file and when I
    compile it using MS VC++ then it gives the
    following error:
    --------------------Configuration: helloNative -
    - Win32 Debug--------------------
    Compiling...
    helloNative.c
    f:\bin\hellonative.c(3) : fatal error C1083: Cannot
    open include file: 'jni.h': No such file or directory
    Error executing cl.exe.
    helloNative.obj - 1 error(s), 0 warning(s)
    PLZ HELP ME ON THIS.
    So for a quick patch, copy the jni.h file from the include
    directory of your java installation files to the include
    files that your c complirer has and uses.

  • The movies zoniclib plug in error

    Hey
    so i just brought The movies for mac and when i start the game up it closes and says zoniclib plug in error..
    i have searched the forum and there was something about this kind of error of the forum but there never was a answer..
    anyone a fix i have spoke to the producers and they keep shifting blame around never giving a answer Thanks

    I never had problem before, now Fatal Error Plug in "Java run time environment cannot be loaded. Uninstall many times and re-installed. I use Iwin.com and pogo.com and neither work. I have on occasion had it work and then left and when I come back to it, I get the same results.

  • Java(TM) Plug-in 1.4.2_03 under Mandrake/Linux and Mozilla

    I'm having problems getting applets to load/run using Mandrake/Linux 9.2 and Mozilla 1.6. Apparently the classes are failing to load.
    about:plugins in Mozilla shows that it has the Java plugin loaded, but when I try to test it using one of the sample applets at http://java.sun.com/applets/jdk/1.4/demo/applets/Clock/example1.html, I get the errors shown below in the Java Console.
    I have a link in my plugins directory linking to:
    lrwxrwxrwx 1 tim tim 67 Jan 17 22:33 libjavaplugin_oji.so -> /usr/java/j2re1.4.2_03/plugin/i386/ns610-gcc32/libjavaplugin_oji.so*
    I PRESUME I've got some sort of configuration error, but I'm unsure where to begin to look - any help will be greatly appreciated!
    Tim
    Java Console Error Message Log
    Java(TM) Plug-in: Version 1.4.2_03
    Using JRE version 1.4.2_03 Java HotSpot(TM) Client VM
    User home directory = /home/tim
    <snipped "help" reference message from console>
    Stopping applet ...
    Joining applet thread ...
    Destroying applet ...
    Disposing applet ...
    Quiting applet ...
    Joined applet thread ...
    Finding information ...
    Releasing classloader: sun.plugin.ClassLoaderInfo@110278e, refcount=0
    Caching classloader: sun.plugin.ClassLoaderInfo@110278e
    Current classloader cache size: 3
    Done ...
    setWindow: call before applet exists:16956179
    Referencing classloader: sun.plugin.ClassLoaderInfo@110278e, refcount=1
    setWindow: call before applet exists:16956179
    setWindow: call before applet exists:16956179
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Connecting http://java.sun.com/applets/jdk/1.4/demo/applets/Clock/Clock.class with no proxy
    Connecting http://java.sun.com/applets/jdk/1.4/demo/applets/Clock/Clock.class with cookie " "
    Connecting http://java.sun.com/notfound.jsp?requrl=/applets/jdk/1.4/demo/applets/Clock/Clock.class&refurl=UserTypedURL with no proxy
    Connecting http://java.sun.com/notfound.jsp?requrl=/applets/jdk/1.4/demo/applets/Clock/Clock.class&refurl=UserTypedURL with cookie " "
    Connecting http://java.sun.com/applets/jdk/1.4/demo/applets/Clock/Clock/class.class with no proxy
    Connecting http://java.sun.com/applets/jdk/1.4/demo/applets/Clock/Clock/class.class with cookie " "
    Connecting http://java.sun.com/notfound.jsp?requrl=/applets/jdk/1.4/demo/applets/Clock/Clock/class.class&refurl=UserTypedURL with no proxy
    Connecting http://java.sun.com/notfound.jsp?requrl=/applets/jdk/1.4/demo/applets/Clock/Clock/class.class&refurl=UserTypedURL with cookie " "
    load: class Clock.class not found.
    java.lang.ClassNotFoundException: Clock.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.FileNotFoundException: http://java.sun.com/notfound.jsp?requrl=/applets/jdk/1.4/demo/applets/Clock/Clock/class.class&refurl=UserTypedURL
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.net.protocol.http.HttpUtils.followRedirects(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.download(Unknown Source)
         at sun.plugin.cache.CachedFileLoader.load(Unknown Source)
         at sun.plugin.cache.FileCache.get(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connectWithCache(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception: java.lang.ClassNotFoundException: Clock.class

    To determine if your browser can view applets, try
    viewing the "Cubic" applet on the following page..
    http://java.sun.com/docs/books/tutorial/2d/display/Cubi
    .html
    You will notice that you can manipulate the pattern of
    the applet by dragging the colored squares. Thanks for the pointer - it does, indeed, work as expected.
    It's a bummer that the "sample applets" are screwy, as that seems like a good place to go to confirm that you have everything configured right (well, it DID seem like a good place to go - it seems quite a bit less good now).
    Thanks for the help,
    Tim

  • Internet plug in error

    trying to download an eBay item produced an iMac error message:  "internet plug in error'

    What's the plug-in that's being requested, and what's the text of the error message you're receiving?
    Which version of OS X or OS X Server are you working with?
    Which version of Safari, if that's the browser you're using?
    Strictly as a guess and as two products that have security issues and updates in recent times, maybe there's a down-revision version of Adobe Flash or of Oracle Java around?  Updates to those can be required.

  • CHESS PLUG-IN ERROR

    THE FOLLOWING CONTAINS THE SET OF ERROR MSG DURING RUNTIME... AND FOLLOWED BY WHICH IS THE LINE WHICH THE ERROR POINTS
    2007.05.31 12:58:24 PluginsLoader: initialization...
    Exception in thread "main" java.lang.RuntimeException: java.lang.Exception: Error loading class net.sourceforge.capa.plugins.PluginInstance from a.jar
         at net.sourceforge.capa.plugins.PluginsLoader.<init>(PluginsLoader.java:74)
         at net.sourceforge.capa.plugins.PluginsLoader.getInstance(PluginsLoader.java:53)
         at net.sourceforge.capa.Main.main(Main.java:61)
    Caused by: java.lang.Exception: Error loading class net.sourceforge.capa.plugins.PluginInstance from a.jar
         at net.sourceforge.capa.plugins.PluginsLoader.loadJar(PluginsLoader.java:124)
         at net.sourceforge.capa.plugins.PluginsLoader.loadJar(PluginsLoader.java:90)
         at net.sourceforge.capa.plugins.PluginsLoader.<init>(PluginsLoader.java:70)
         ... 2 more
    Caused by: java.lang.LinkageError: loader (instance of net/sourceforge/capa/plugins/PluginsLoader): attempted duplicate class definition for name: "net/sourceforge/capa/plugins/PluginInstance"
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at net.sourceforge.capa.plugins.PluginsLoader.loadJar(PluginsLoader.java:116)
         ... 4 more
    line no 61 is PluginsLoader.getInstance();//To initialize the plugin classloader
    line no 53 is instance = new PluginsLoader();
    line no 74 is throw new RuntimeException(th);
    as i am new to programming not able to get what exactly is the error. please help

    EVERYTHING IS BEING LOADED AS .JAR FROM PLUG-IN loader.. and wen i changed to .class it gives the following error
    2007.05.31 15:44:02 PluginsLoader: initialization...
    Exception in thread "main" java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file
         at net.sourceforge.capa.plugins.PluginsLoader.<init>(PluginsLoader.java:74)
         at net.sourceforge.capa.plugins.PluginsLoader.getInstance(PluginsLoader.java:53)
         at net.sourceforge.capa.Main.main(Main.java:61)
    Caused by: java.util.zip.ZipException: error in opening zip file
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(Unknown Source)
         at java.util.jar.JarFile.<init>(Unknown Source)
         at java.util.jar.JarFile.<init>(Unknown Source)
         at net.sourceforge.capa.plugins.PluginsLoader.loadJar(PluginsLoader.java:94)
         at net.sourceforge.capa.plugins.PluginsLoader.loadJar(PluginsLoader.java:90)
         at net.sourceforge.capa.plugins.PluginsLoader.<init>(PluginsLoader.java:70)
         ... 2 more

  • I have a plug in error when I try to upload pictures

    When I try to upload pictures from the IMAC onto websites, I received a plug in error.

    That probably means you need to install or updata the Oracle Java plugin from java.com.

  • Unable to execute java version of ojc, error string C:\jdk\jdev\bin\ojcw

    I Can't deploy EJB to WebLogic Server 6.1.
    I get error:
    Checking weblogic-ejb-jar.xml for completeness...
    Wrote EJB .jar file to C:\java\webservices\weather\ejb1.jar
    Generating WebLogic EJB container classes...
    C:\jdk\jdk\jre\bin\javaw.exe -classpath C:\jdk\jdev\lib\ext\weblogic.jar;C:\jdk\jdk\jre\lib\rt.jar;C:\jdk\jdk\jre\lib\i18n.jar;C:\jdk\jdk\jre\lib\sunrsasign.jar;C:\jdk\jdk\jre\lib\jsse.jar;C:\jdk\jdk\jre\lib\jce.jar;C:\jdk\jdk\jre\lib\charsets.jar;C:\jdk\jdk\jre\classes;C:\jdk\jdev\lib\ojc.jar;C:\jdk\jdev\lib\jdev-rt.jar;C:\jdk\jdk\jre\lib\ext\activation.jar;C:\jdk\jdk\jre\lib\ext\jcert.jar;C:\jdk\jdk\jre\lib\ext\jndi.jar;C:\jdk\jdk\jre\lib\ext\jnet.jar;C:\jdk\jdk\jre\lib\ext\jta.jar;C:\jdk\jdk\jre\lib\ext\mail.jar;C:\jdk\j2ee\home\ejb.jar;C:\jdk\j2ee\home\jaxp.jar;C:\jdk\j2ee\home\jdbc.jar;C:\jdk\j2ee\home\jaas.jar;C:\jdk\j2ee\home\jsse.jar weblogic.ejbc -compiler C:\jdk\jdev\bin\ojcw.exe -classpath C:\jdk\jdev\lib\ext\weblogic.jar;C:\jdk\jdk\jre\lib\rt.jar;C:\jdk\jdk\jre\lib\i18n.jar;C:\jdk\jdk\jre\lib\sunrsasign.jar;C:\jdk\jdk\jre\lib\jsse.jar;C:\jdk\jdk\jre\lib\jce.jar;C:\jdk\jdk\jre\lib\charsets.jar;C:\jdk\jdk\jre\classes;C:\jdk\jdev\lib\ojc.jar;C:\jdk\jdev\lib\jdev-rt.jar;C:\jdk\jdk\jre\lib\ext\activation.jar;C:\jdk\jdk\jre\lib\ext\jcert.jar;C:\jdk\jdk\jre\lib\ext\jndi.jar;C:\jdk\jdk\jre\lib\ext\jnet.jar;C:\jdk\jdk\jre\lib\ext\jta.jar;C:\jdk\jdk\jre\lib\ext\mail.jar;C:\jdk\j2ee\home\ejb.jar;C:\jdk\j2ee\home\jaxp.jar;C:\jdk\j2ee\home\jdbc.jar;C:\jdk\j2ee\home\jaas.jar;C:\jdk\j2ee\home\jsse.jar C:\java\webservices\weather\ejb1.jar C:\DOCUME~1\jakubowg\USTAWI~1\Temp\wlejb61185.jar
    fatal error: unable to execute java version of ojc, error string <C:\jdk\jdev\bin\ojcw.exe>
    Exec failed .. exiting
    **** weblogic.ejbc returned with a non-zero exit status:
    #### Deployment incomplete. #### 2002-06-27 11:19:29
    Does anyone give me some advices?
    Grzegorz

    try to compile your programm from command prompt
    change dir to hello.java directory
    to compile programm type:
    javac hello.java
    if it will compile successfully run it by typing
    java hello
    if it will not be helpfull uninstall JDK 1.4 and instal JDK again. I'd recomend JDK 1.5.

  • Ld.so.1: /usr/java1.2.1/bin/../bin/sparc/native_threads/java: fatal: libhpi

    Hi
    i am calling a java program from a shell script. While i the java program runs successfully when run from command prompt, it does not run when triggerred by another program. The gid runtime is also different, which is how it is required. i get the following error when run with the different gid.
    "ld.so.1: /usr/java1.2.1/bin/../bin/sparc/native_threads/java: fatal: libhpi.so: open failed: No such file or directory"
    The environment where this program is run is java1.2.1 in Solaris 7.
    i have also tried by by including the .so path in LD_LIBRARY_PATH. This does not solve the problem.
    i have noticed a few related topics and may be this is an old issue but i am not getting any solution yet.
    thanks to all your help in advance
    shiv

    Thanks jschell.
    i had to copy the files when the script calling the java program is executed as part of a triggering process run with a different euid/gid.
    When executed from command prompt, the script ( and the program) work fine. This probably has something to do with the security issues as can be seen under the security section of the ld.so.1 manual page.
    Thanks for pointing out that it is something to do with the environment. i'm wondering if i should copy the java lib files too to the default /usr/lib directory, so the libs are avaiable during such a runtime. Might give a try!

Maybe you are looking for

  • Spry Accordeon open on other label then 1st possible?

    Ls, On opening a page with the spry accordeon i constructed from a database repeat region, I want to be able to open on the current/last viewed/expanded detailset on a page update/refresh. Currently, i always opens on spry label nr 1. I made an updat

  • Streaming is ok but saved files are not

    Hello When I watch a sequence directly from the net, everything is ok. But if I save it for later and open it from the local file I can't watch it correctly. The sound and the images are jerked. For example I can't read the new TV ADs from Apple in l

  • Output determination in SNC for order confirmation

    e want to use output determination to update SNC replenishment order when changes are done in R/3 sales order. We are not using new doc type. So no option left but to use 'Created by' as an option to trigger an output determination but it's not worki

  • What happens when the Time Machine drive is full?

    I'm on my second iMac. My first one (G5, 1984) died, and I replaced it early 2010 with an Intel mac. The transition when exceedingly well largely due to Time Machine. I just hooked the Time Machine drive to the new system, and I was soon back up runn

  • Can you resize

    Can you resize a photo, to a custom size, on Photoshop  touch for phone or tablet?