cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jionnet
Level 3

Installer fails in SLES

Hi All
Installer is failing with Java error on SLES platform.

Stack Trace:
java.lang.UnsatisfiedLinkError: nio (/tmp/install.dir.2351/Linux/resource/jre/lib/i386/libnio.so: symbol NET_Bind, version SUNWprivate_1.1 not defined in file libnet.so with link time reference)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1213)
at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:1177)
at java.lang.System.loadLibrary(System.java:530)
at sun.nio.fs.UnixNativeDispatcher$2.run(UnixNativeDispatcher.java:766)
at sun.nio.fs.UnixNativeDispatcher$2.run(UnixNativeDispatcher.java:764)
at java.security.AccessController.doPrivileged(AccessController.java:274)
at sun.nio.fs.UnixNativeDispatcher.(UnixNativeDispatcher.java:764)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:236)
at sun.nio.fs.UnixFileSystem.(UnixFileSystem.java:68)
at sun.nio.fs.LinuxFileSystem.(LinuxFileSystem.java:39)
at sun.nio.fs.LinuxFileSystemProvider.newFileSystem(LinuxFileSystemProvider.java:43)
at sun.nio.fs.LinuxFileSystemProvider.newFileSystem(LinuxFileSystemProvider.java:36)
at sun.nio.fs.UnixFileSystemProvider.(UnixFileSystemProvider.java:55)
at sun.nio.fs.LinuxFileSystemProvider.(LinuxFileSystemProvider.java:38)
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1616)
at sun.nio.fs.DefaultFileSystemProvider$1.run(DefaultFileSystemProvider.java:52)
at sun.nio.fs.DefaultFileSystemProvider$1.run(DefaultFileSystemProvider.java:43)
at java.security.AccessController.doPrivileged(AccessController.java:274)
at sun.nio.fs.DefaultFileSystemProvider.createProvider(DefaultFileSystemProvider.java:42)
at sun.nio.fs.DefaultFileSystemProvider.create(DefaultFileSystemProvider.java:70)
at java.nio.file.FileSystems$DefaultFileSystemHolder.getDefaultProvider(FileSystems.java:108)
at java.nio.file.FileSystems$DefaultFileSystemHolder.access$000(FileSystems.java:89)
at java.nio.file.FileSystems$DefaultFileSystemHolder$1.run(FileSystems.java:98)
at java.nio.file.FileSystems$DefaultFileSystemHolder$1.run(FileSystems.java:96)
at java.security.AccessController.doPrivileged(AccessController.java:274)
at java.nio.file.FileSystems$DefaultFileSystemHolder.defaultFileSystem(FileSystems.java:95)
at java.nio.file.FileSystems$DefaultFileSystemHolder.(FileSystems.java:90)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:236)
at java.nio.file.FileSystems.getDefault(FileSystems.java:176)
at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:483)
at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:478)
at java.security.AccessController.doPrivileged(AccessController.java:274)
at sun.util.calendar.ZoneInfoFile.(ZoneInfoFile.java:477)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:236)
at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:663)
at java.util.TimeZone.getTimeZone(TimeZone.java:581)
at java.util.TimeZone.setDefaultZone(TimeZone.java:714)
at java.util.TimeZone.getDefaultRef(TimeZone.java:645)
at java.util.Date.normalize(Date.java:1193)
at java.util.Date.toString(Date.java:1027)
at java.lang.String.valueOf(String.java:1657)
at java.io.PrintStream.println(PrintStream.java:834)
at com.zerog.util.ZGUtil.prettyPrintProperties(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.b_(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.init(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:607)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
Labels (1)
0 Kudos
(1) Reply
jionnet
Level 3

As soon as I start the installer am getting this exception

InvocationTargetException
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
0 Kudos