Bugs item #2944436, was opened at 2010-02-02 08:30
Message generated for change (Settings changed) made by antiguru
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2944436&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Moritz Hoffmann (antiguru)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Wrong setting in jxconfig.txt

Initial Comment:
Hi there,
the file jxconfig.txt has a wrong setting for com.ca.level. It is set to 
UNUSED, which causes Jxplorer initialization to fail. Changing the property to 
something Java logging understands solves the problem.

Log output:
Feb 2, 2010 8:25:57 AM com.ca.directory.jxplorer.JXplorer printTime
INFO: main start
TIME: Tue Feb 02 08:25:57 CET 2010  (593)

Feb 2, 2010 8:25:57 AM com.ca.directory.jxplorer.JXplorer checkJavaEnvironment
INFO: running java from: /usr/lib/j2sdk1.6-ibm/jre
Feb 2, 2010 8:25:57 AM com.ca.directory.jxplorer.JXplorer checkJavaEnvironment
INFO: running java version 1.6.0
Feb 2, 2010 8:25:58 AM com.ca.directory.jxplorer.JXplorer setupLogger
INFO: setting up logger
Exception in thread "main" java.lang.IllegalArgumentException: Cannot parse 
this name: UNUSED
        at java.util.logging.Level.parse(Level.java:146)
        at 
java.util.logging.LogManager.readConfigurationImpl(LogManager.java:525)
        at java.util.logging.LogManager.readConfiguration(LogManager.java:548)
        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)


Failing line in jxplorer.txt:
com.ca.level=UNUSED

The following line works:
com.ca.level=WARNING

I'm running Jxplorer on Linux/Debian testing with the following jvm:
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxi3260sr7-20091215_02(SR7))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 
jvmxi3260sr7-20091214_49398 (JIT enabled, AOT enabled)
J9VM - 20091214_049398
JIT  - r9_20091123_13891
GC   - 20091111_AA)
JCL  - 20091202_01

Also note that there are incompatibilities between Sun and IBM JDKs:
*** 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

Besides this, Jxplorer is a great utility!
Moritz

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=2944436&group_id=55394

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to