AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  jvm.dll failed to load: global entrypoints not found

    Posted 11/28/14 09:29 AM

    Originally posted by: GeorgeT


    Hi,

    I am facing an issue with my AIX 7.1 VM

    I am getting the following error with Java 1.5

    <<

    jvm.dll failed to load: global entrypoints not found

    <<

    Other versions of Java seem to work fine. But making 1.5 to work is critical for me as our installer uses bundled jre (1.5) and certain scripts uses jre 1.5

    Does anyone have any suggestions to resolve the issue? Jre 1.5 was working in my system error. I recollect executing a command "ln -s" without any arguments. Other than that I do not recollect any command which could result in the present problem.

    JAVA_HOME , PATH and LIBPATH are set correctly. "Java -version" command also gives a somewhat identical error when current Java is 1.5

    Regards,

    George

     


    #AIX-Forum


  • 2.  Re: jvm.dll failed to load: global entrypoints not found

    Posted 11/28/14 02:14 PM

    Originally posted by: YannickBergeron


    can you provide the output of these commands?

     

    /usr/java5/bin/java -version

    lslpp -l Java5*


    #AIX-Forum


  • 3.  Re: jvm.dll failed to load: global entrypoints not found

    Posted 12/01/14 02:15 AM

    Originally posted by: GeorgeT


    Thanks for the reply.

    Following is the output

     

    bash-4.2# /usr/java5/bin java-version
    bash: /usr/java5/bin: Cannot write to a directory.

     

    bash-4.2# lslpp -l Java5*
      Fileset                      Level  State      Description         
      ----------------------------------------------------------------------------
    Path: /usr/lib/objrepos
      Java5.sdk                5.0.0.585  COMMITTED  Java SDK 32-bit 
      Java5_64.sdk             5.0.0.430  COMMITTED  Java SDK 64-bit 
     
    Path: /etc/objrepos
      Java5.sdk                5.0.0.585  COMMITTED  Java SDK 32-bit 
      Java5_64.sdk             5.0.0.430  COMMITTED  Java SDK 64-bit

    I am also giving the following output

     

    bash-4.2# /usr/java5/jre/bin/java -version
    jvm.dll failed to load: global entrypoints not found
    Failed to find VM - aborting

    Regards,

    George


    #AIX-Forum


  • 4.  Re: jvm.dll failed to load: global entrypoints not found

    Posted 12/01/14 07:34 AM

    Originally posted by: YannickBergeron


    I would try to uninstall both and reinstall them at 5.0.0.585

    http://www.ibm.com/developerworks/java/jdk/aix/j532/fixinfo.html

    http://www.ibm.com/developerworks/java/jdk/aix/j564/fixinfo.html


    #AIX-Forum


  • 5.  Re: jvm.dll failed to load: global entrypoints not found

    Posted 12/01/14 01:57 PM

    Originally posted by: GeorgeT


    I have some basic question. I am somewhat new to unix

    How can I uninstall java5? Do I have to use smit command?. What should be the contents of input device folder.(if I have to use smit command)

    Can you please give the  instructions?

    Regards,

    George


    #AIX-Forum


  • 6.  Re: jvm.dll failed to load: global entrypoints not found

    Posted 12/01/14 02:03 PM

    Originally posted by: YannickBergeron


    you can use the shortcut "smitty remove", then select Java5.sdk in the software name list to remove it

    but only do so if you're comfortable enough to reinstall it yourself ;) (by using the "smitty install" shortcut)


    #AIX-Forum