Opened 10 years ago

Closed 10 years ago

#1356 closed defect (fixed)

Kosmo fails to startup in 14.04

Reported by: kalxas Owned by: sbcalvo
Priority: critical Milestone: OSGeoLive8.0
Component: OSGeoLive Keywords:
Cc: live-demo@…

Description

Change history (6)

comment:1 by kalxas, 10 years ago

java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/xawt/libmawt.so: /usr/lib/i386-linux-gnu/libcups.so.2: symbol inflateCopy, version ZLIB_1.2.0 not defined in file libz.so.1 with link time reference

at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851) at java.lang.Runtime.load0(Runtime.java:795) at java.lang.System.load(System.java:1062) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1088) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67) at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.loadLibraries(Toolkit.java:1650) at java.awt.Toolkit.<clinit>(Toolkit.java:1672) at java.awt.Component.<clinit>(Component.java:595) at javax.swing.ImageIcon$2.run(ImageIcon.java:118) at javax.swing.ImageIcon$2.run(ImageIcon.java:116) at java.security.AccessController.doPrivileged(Native Method) at javax.swing.ImageIcon.createNoPermsComponent(ImageIcon.java:115) at javax.swing.ImageIcon.access$000(ImageIcon.java:69) at javax.swing.ImageIcon$1.run(ImageIcon.java:91) at javax.swing.ImageIcon$1.run(ImageIcon.java:88) at java.security.AccessController.doPrivileged(Native Method) at javax.swing.ImageIcon.<clinit>(ImageIcon.java:88) at com.vividsolutions.jump.workbench.ui.images.IconLoader.<clinit>(IconLoader.java:49) at org.saig.jump.util.IniFileLoader.loadImage(IniFileLoader.java:183) at org.saig.jump.util.IniFileLoader.loadImagesAndIconsFromProperties(IniFileLoader.java:156) at org.saig.jump.util.IniFileLoader.loadIniFile(IniFileLoader.java:124) at com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:383)

Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit

at javax.swing.ImageIcon.<init>(ImageIcon.java:186) at javax.swing.ImageIcon.<init>(ImageIcon.java:205) at com.vividsolutions.jump.workbench.ui.images.IconLoader.<clinit>(IconLoader.java:49) at org.saig.jump.util.IniFileLoader.loadImage(IniFileLoader.java:183) at org.saig.jump.util.IniFileLoader.loadImagesAndIconsFromProperties(IniFileLoader.java:156) at org.saig.jump.util.IniFileLoader.loadIniFile(IniFileLoader.java:124) at com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:383)

comment:2 by sbcalvo, 10 years ago

Owner: changed from live-demo@… to sbcalvo
Status: newassigned

comment:3 by sbcalvo, 10 years ago

It seems to be only a problem with libz.so.1 library: I have updated it with another version present in the LiveDVD and Kosmo starts without any problem. I'm going to update the package assap.

comment:4 by sbcalvo, 10 years ago

Resolution: fixed
Status: assignedclosed

Kosmo Desktop has just been upgraded to latest 3.1 version. The error should be solved in the next build

comment:5 by kalxas, 10 years ago

Resolution: fixed
Status: closedreopened

Please do not close tickets until the fix is confirmed.

comment:6 by kalxas, 10 years ago

Resolution: fixed
Status: reopenedclosed

Confirmed fixed in build [11591]

Note: See TracTickets for help on using tickets.