Search code examples
glassfish-3ubuntu-12.04

Glassfish updatetool linux 64 bit issue


I am trying to run glassfish updatetool my in Ubuntu 12.04 x64. When I run the program it gives me following error.

---------------------------------------------------------------
There was an error running

/home/mrmrumman/glassfish3/updatetool/bin/../../pkg/python2.4-minimal/bin/python

You are running on a 64 bit Linux distribution and the 32 bit Linux
compatibility libraries do not appear to be installed. In order to use
the Update Center tools you must install the 32 bit compatibility libraries.

On Ubuntu (and possibly other Debian based systems) please install the
ia32-libs package. On RedHat 4 (and other RPM based systems), you may
need to add multiple 'compat' runtime library packages. Please see the
Update Center Release Notes for more information

I already install this package still it doesn't work. What can I do?


Solution

  • You also need to install 32 bit version of libjpeg.so.62 .

    You can do so by running this command

    sudo apt-get install libjpeg62:i386
    

    Source : https://java.net/projects/updatecenter/lists/dev/archive/2012-05/message/0