Discussion:
[Jxplorer-users] Blank Window on FC6 with JX 3.2
Gavin Henry
2007-03-20 15:06:01 UTC
Permalink
Dear All,

I've done the wee hacks for LD_ASSUME etc., but getting a blank screen
when JX launches:

[***@suretec JXplorer]$ ./JXplorer_LDAP_Browser

========= Analyzing UNIX Environment =================================
Setting UNIX (linux) flavor specifics.
Importing UNIX environment into LAX properties.
Checking for POSIX awk.

========= Analyzing LAX ==============================================
LAX found............................ OK.
LAX properties read.................. OK.

========= Finding VM =================================================
Valid VM types.......................... J2
Absolute LAX_VM path.................... /usr/java/jre1.5.0_11/bin/java
Expanded Valid VM types................. JRE_J2 JDK_J2
* Using VM.....(lax.nl.current.vm)...... /usr/java/jre1.5.0_11/bin/java
checking for NPTL + JVM vulernability...
NPTL detected! checking for vulnerable JVM....
awk: cmd. line:6: warning: escape sequence `\.' treated as plain `.'
major : 1
minor : 5
patch : 0
vendor: Sun
Your JVM is OK! Congratulations!

========= Virtual Machine Options ====================================
LAX properties incorporated............. OK.
classpath...............................
"/usr/local/JXplorer/./jars/help.jar:/usr/local/JXplorer/./jars/jhall.jar:/usr/local/JXplorer/./jars/junit.jar:/usr/local/JXplorer/./jars/jxplorer.jar:/usr/local/JXplorer/./lax.jar"
main class.............................. "com.ca.directory.jxplorer.JXplorer"
.lax file path..........................
"/usr/local/JXplorer/./JXplorer_LDAP_Browser.lax"
user directory.......................... "."
stdout to............................... "console"
sterr to................................ "console"
install directory....................... "/usr/local/JXplorer/"
JIT..................................... none
option (verify)......................... none
option (verbosity)...................... none
option (garbage collection extent)...... none
option (garbage collection thread)...... none
option (native stack max size).......... none
option (java stack max size)............ none
option (java heap max size)............. none
option (java heap initial size)......... none
option (lax.nl.java.option.additional).. none

========= Display settings ===========================================
X display............................... local
UI mode................................. not set
CLASSPATH:/usr/local/JXplorer/./jars/help.jar:/usr/local/JXplorer/./jars/jhall.jar:/usr/local/JXplorer/./jars/junit.jar:/usr/local/JXplorer/./jars/jxplorer.jar:/usr/local/JXplorer/./lax.jar:

========= Forking JAVA =============================================
LAX Version = 6.0
Mar 20, 2007 3:02:28 PM com.ca.directory.jxplorer.JXplorer printTime
INFO: main start
TIME: Tue Mar 20 15:02:28 GMT 2007 (352)

Mar 20, 2007 3:02:28 PM com.ca.directory.jxplorer.JXplorer
checkJavaEnvironment
INFO: running java from: /usr/java/jre1.5.0_11
Mar 20, 2007 3:02:28 PM com.ca.directory.jxplorer.JXplorer
checkJavaEnvironment
INFO: running java version 1.5.0_11
Mar 20, 2007 3:02:28 PM com.ca.directory.jxplorer.JXplorer setupLogger
INFO: setting up logger
Bad level value for property: com.ca.level
XXX logging initially level WARNING with 0 parents=true
/usr/share/themes/Clearlooks/gtk-2.0/gtkrc:60: Engine "clearlooks" is
unsupported, ignoring
Mar 20, 2007 3:02:29 PM com.ca.commons.cbutil.CBUtility readPropertyFile
WARNING: No property list:
/usr/local/JXplorer/search_filters.txt
Mar 20, 2007 3:02:29 PM com.ca.commons.cbutil.CBUtility readPropertyFile
WARNING: No property list:
bookmarks.txt
Mar 20, 2007 3:02:29 PM com.ca.commons.cbutil.CBUtility readPropertyFile
WARNING: No property list:
quicksearch.txt
Mar 20, 2007 3:02:29 PM
com.ca.directory.jxplorer.viewer.HTMLTemplateDisplay setStartPage
WARNING: unable to find locale specific start file:
/usr/local/JXplorer/htmldocs/start_en.html

Nothing obvious there?
--
Kind Regards,

Gavin Henry.
Managing Director.

T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
E ***@suretecsystems.com

Open Source. Open Solutions(tm).

http://www.suretecsystems.com/
Gavin Henry
2007-03-21 11:14:25 UTC
Permalink
<quote who="Gavin Henry">
Post by Gavin Henry
Dear All,
I've done the wee hacks for LD_ASSUME etc., but getting a blank screen
<snip>

Basically, in FC6, there are the new desktop effects, things that make 3d
cubes when switch workspaces and make application windows transparent and
wobble. It's this causing the blank screens. Disabling (not unticking) it
via "System -> Preferences -> Desktop Effects" let's JXplorer and
ldapbrowser launch properly.

You can however re-enable when the app is launched and the nice effects
apply to JXplorer etc.

It's compiz that does all this Chris. I've googled a bit for Java and
Swing compiz bugs and found:

http://blogbeebe.blogspot.com/2007/03/ubuntu-704-alpha-5-more-problems.html
https://gna.org/bugs/?8006

Basically, upgrading to Java 6 fixes these hookin problems, as it's a Java
bug ;-)

HTH,

Gavin.
--
Kind Regards,

Gavin Henry.
Managing Director.

T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
E ***@suretecsystems.com

Open Source. Open Solutions(tm).

http://www.suretecsystems.com/
c***@pegacat.com
2007-03-21 21:44:42 UTC
Permalink
Hi Gavin,

thanks for figuring that out, and for providing a work around!

(Incidently, does this mean you've tried JX with java 6? Did it work
:-) ?)

- Chris
Post by Gavin Henry
<quote who="Gavin Henry">
Post by Gavin Henry
Dear All,
I've done the wee hacks for LD_ASSUME etc., but getting a blank screen
<snip>
Basically, in FC6, there are the new desktop effects, things that make 3d
cubes when switch workspaces and make application windows transparent and
wobble. It's this causing the blank screens. Disabling (not unticking) it
via "System -> Preferences -> Desktop Effects" let's JXplorer and
ldapbrowser launch properly.
You can however re-enable when the app is launched and the nice effects
apply to JXplorer etc.
It's compiz that does all this Chris. I've googled a bit for Java and
http://blogbeebe.blogspot.com/2007/03/ubuntu-704-alpha-5-more-problems.html
https://gna.org/bugs/?8006
Basically, upgrading to Java 6 fixes these hookin problems, as it's a Java
bug ;-)
HTH,
Gavin.
--
Kind Regards,
Gavin Henry.
Managing Director.
T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
Open Source. Open Solutions(tm).
http://www.suretecsystems.com/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
---------------------------------------
Dr Christopher Betts
Melbourne, Australia
pegacat.com

Wer mit Ungeheuern kampft, mag zusehn,
dass er nicht dabei zum Ungeheuer wird.
- Nietzsche

(Who fights Monsters must beware,
lest in doing so they become one)
Gavin Henry
2007-03-21 23:33:50 UTC
Permalink
Post by c***@pegacat.com
Hi Gavin,
thanks for figuring that out, and for providing a work around!
(Incidently, does this mean you've tried JX with java 6? Did it work
:-) ?)
Yeah, this morning. But unfortunately, it still never fixed it, and on a
fully updated and patched fc6, as of today, even with 1.6.0, you still
need to disable compiz.

Yes, it works fine. The fonts are now all anti-aliased too, I think ;-)
Post by c***@pegacat.com
- Chris
Post by Gavin Henry
<quote who="Gavin Henry">
Post by Gavin Henry
Dear All,
I've done the wee hacks for LD_ASSUME etc., but getting a blank screen
<snip>
Basically, in FC6, there are the new desktop effects, things that make 3d
cubes when switch workspaces and make application windows transparent and
wobble. It's this causing the blank screens. Disabling (not unticking) it
via "System -> Preferences -> Desktop Effects" let's JXplorer and
ldapbrowser launch properly.
You can however re-enable when the app is launched and the nice effects
apply to JXplorer etc.
It's compiz that does all this Chris. I've googled a bit for Java and
http://blogbeebe.blogspot.com/2007/03/ubuntu-704-alpha-5-more-problems.html
https://gna.org/bugs/?8006
Basically, upgrading to Java 6 fixes these hookin problems, as it's a Java
bug ;-)
HTH,
Gavin.
--
Kind Regards,
Gavin Henry.
Managing Director.
T +44 (0) 1224 279484
M +44 (0) 7930 323266
F +44 (0) 1224 824887
Open Source. Open Solutions(tm).
http://www.suretecsystems.com/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jxplorer-users mailing list
https://lists.sourceforge.net/lists/listinfo/jxplorer-users
---------------------------------------
Dr Christopher Betts
Melbourne, Australia
pegacat.com
Wer mit Ungeheuern kampft, mag zusehn,
dass er nicht dabei zum Ungeheuer wird.
- Nietzsche
(Who fights Monsters must beware,
lest in doing so they become one)
Loading...