Douglas is correct; the gnu java VM doesn't work for JX, you'll need to
download the sun version.
On Sat, Oct 18, 2008 at 1:38 AM, Douglas E. Engert <[EMAIL PROTECTED]> wrote:
> You are on a Unix system running as root,
> using the 1.4.2 GCJ version? The GJC version may not
> have the com.sun.net.ssl.internal.ssl.Provider
>
> We can run jxplorer 3.2 on Ubuntu, using the
> sun-java6-jre package. This version 1.6.0
>
>
> Per Qvindesland wrote:
> > Hello LIst,
> >
> > I am trying to run jxplorer but every time that I try to run it i get
> > the error message below, I have the correct jave version installed and I
> > know for sure that the xhost is ok as I have also tried with xhost + but
> > no joy, does anyone have any pointer that they could give me?
> >
> > Kind regards
> > Per Qvindesland
> >
> > [EMAIL PROTECTED] jxplorer]# sh jxplorer.sh console
> > starting JXplorer...
> >
> > 17-Oct-08 2:55:45 PM com.ca.directory.jxplorer.JXplorer printTime
> > INFO: main start
> > TIME: Fri Oct 17 14:55:45 GMT+02:00 2008 (163)
> >
> > 17-Oct-08 2:55:45 PM com.ca.directory.jxplorer.JXplorer
> checkJavaEnvironment
> > INFO: running java from: /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
> > 17-Oct-08 2:55:45 PM com.ca.directory.jxplorer.JXplorer
> checkJavaEnvironment
> > INFO: running java version 1.4.2
> > 17-Oct-08 2:55:45 PM com.ca.directory.jxplorer.JXplorer setupLogger
> > INFO: setting up logger
> > WARNING: bad level 'UNUSED'
> > java.lang.IllegalArgumentException: Not the name of a standard logging
> > level: "UNUSED"
> > at java.util.logging.Level.parse(libgcj.so.7rh)
> > at java.util.logging.LogManager.readConfiguration(libgcj.so.7rh)
> > at com.ca.directory.jxplorer.JXplorer.setupLogger(JXplorer.java:276)
> > at com.ca.directory.jxplorer.JXplorer.JXplorerInit(JXplorer.java:144)
> > at com.ca.directory.jxplorer.JXplorer.<init>(JXplorer.java:127)
> > at com.ca.directory.jxplorer.JXplorer.main(JXplorer.java:223)
> > XXX logging initially level WARNING with 0 parents=true
> >
> > *** unable to load new security provider:
> > com.sun.net.ssl.internal.ssl.Provider
> > java.lang.ClassNotFoundException: Error getting className:
> > 'com.sun.net.ssl.internal.ssl.Provider' : java.util.zip.ZipException:
> > File: 'com/sun/net/ssl/internal/ssl/Provider.class' not found
> > 17-Oct-08 2:55:45 PM com.ca.commons.cbutil.CBUtility readPropertyFile
> > WARNING: No property list:
> > /root/Desktop/jxplorer/search_filters.txt
> > 17-Oct-08 2:55:45 PM com.ca.commons.cbutil.CBUtility readPropertyFile
> > WARNING: No property list:
> > bookmarks.txt
> > 17-Oct-08 2:55:45 PM com.ca.commons.cbutil.CBUtility readPropertyFile
> > WARNING: No property list:
> > quicksearch.txt
> > 17-Oct-08 2:55:46 PM
> > com.ca.directory.jxplorer.viewer.HTMLTemplateDisplay setStartPage
> > WARNING: unable to find locale specific start file:
> > /root/Desktop/jxplorer/htmldocs/start_en.html
> > 17-Oct-08 2:55:46 PM
> > com.ca.directory.jxplorer.viewer.HTMLTemplateDisplay setStartPage
> > WARNING: unable to find locale specific start file:
> > /root/Desktop/jxplorer/htmldocs/start.html
> > Exception in thread "main" java.lang.NoClassDefFoundError:
> > com.ca.directory.jxplorer.tree.SmartTreeCellEditor$MyTreeCellEditor
> > at java.lang.Class.initializeClass(libgcj.so.7rh)
> > at
> >
> com.ca.directory.jxplorer.tree.SmartTreeCellEditor.createTreeCellEditor(SmartTreeCellEditor.java:56)
> > at javax.swing.tree.DefaultTreeCellEditor.<init>(libgcj.so.7rh)
> > at javax.swing.tree.DefaultTreeCellEditor.<init>(libgcj.so.7rh)
> > at
> >
> com.ca.directory.jxplorer.tree.SmartTreeCellEditor.<init>(SmartTreeCellEditor.java:39)
> > at com.ca.directory.jxplorer.tree.SmartTree.<init>(SmartTree.java:146)
> > at
> >
> com.ca.directory.jxplorer.JXplorer.setupActiveComponents(JXplorer.java:1127)
> > at
> com.ca.directory.jxplorer.JXplorer.setupMainPanel(JXplorer.java:1077)
> > at com.ca.directory.jxplorer.JXplorer.setupGUI(JXplorer.java:836)
> > at com.ca.directory.jxplorer.JXplorer.JXplorerInit(JXplorer.java:167)
> > at com.ca.directory.jxplorer.JXplorer.<init>(JXplorer.java:127)
> > at com.ca.directory.jxplorer.JXplorer.main(JXplorer.java:223)
> > Caused by: java.lang.IncompatibleClassChangeError:
> > com.ca.directory.jxplorer.tree.SmartTreeCellEditor$MyTreeCellEditor$1
> > at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
> > at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
> > at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
> > at java.net.URLClassLoader.findClass(libgcj.so.7rh)
> > at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)
> > at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
> > at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
> > at java.lang.Class.forName(libgcj.so.7rh)
> > at java.lang.Class.initializeClass(libgcj.so.7rh)
> > ...11 more
> >
> > =========================
> > JXplorer failed to start
> > =========================
> > Please ensure that you have appropriate "xhost" access to the machine
> > you are
> > running this from. Make sure the DISPLAY environment variable is set
> > correctly.
> > Otherwise, ask your Unix Systems Administrator for more information on
> > running
> > X Windows applications.
> >
> > If you require more information run "jxplorer.sh console" and check the
> > error produced.
> >
> >
> > ------------------------------------------------------------------------
> >
> > -------------------------------------------------------------------------
> > This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> > Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> > Grand prize is a trip for two to an Open Source event anywhere in the
> world
> > http://moblin-contest.org/redirect.php?banner_id=100&url=/
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Jxplorer-users mailing list
> > Jxplorer-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jxplorer-users
>
> --
>
> Douglas E. Engert <[EMAIL PROTECTED]>
> Argonne National Laboratory
> 9700 South Cass Avenue
> Argonne, Illinois 60439
> (630) 252-5444
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Jxplorer-users mailing list
> Jxplorer-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxplorer-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Jxplorer-users mailing list
Jxplorer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-users