To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80338


User rene changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'cmc,mechtilde,msc,rene'  |'cmc,kr,mechtilde,msc,rene
                        |                          |,sb'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sun Aug  5 10:09:48 +0000 
2007 -------
Ccing sb/kr, as this seems to be a jvmfwk/javaunohelper-Problem.

As juh seems to be involved, I checked my Java settings and came to jvmfwk3rc:

This is my current one:

$ cat /usr/lib/openoffice/program/jvmfwk3rc
[Bootstrap]
BaseInstallation=${$ORIGIN/bootstraprc:BaseInstallation}
UserInstallation=${$ORIGIN/bootstraprc:UserInstallation}
UNO_JAVA_JFW_USER_DATA=$UserInstallation/user/config/javasettings_${_OS}_${_ARCH}.xml
UNO_JAVA_JFW_SHARED_DATA=$BaseInstallation/share/config/javasettings_${_OS}_${_ARCH}.xml
UNO_JAVA_JFW_VENDOR_SETTINGS=$BaseInstallation/share/config/javavendors.xml
UNO_SETTINGS=unorc
UNO_JAVA_JFW_CLASSPATH_URLS= file:///usr/share/java/bsh.jar
file:///usr/share/java/hsqldb.jar file:///usr/share/java/xercesImpl.jar
file:///usr/share/java/xalan2.jar file:///usr/share/java/serializer.jar
file:///usr/share/java/mysql.jar file:///usr/share/java/sapdbc.jar
file:///usr/share/java/postgresql.jar

which worked fine so far. The last three entries are added manually by me
for adding the JDBC MySQL/PoistgreSQL and SAP DB Drivers to the classpath when
installed. The other ones are added directly by the build when you use
those Java libs from external (--with-system-bsh, --with-system-hsqldb).

I tried around a bit and noticed that when removing the bsh, hsqldb, mysql,
postgresql and sapdbc entries it works (I have a hsqldb.jar symlink in classes/,
too, otherwise it'd not find hsqldb.jar - which is the whole purpose of adding
this entry).

Now let's look at those files in detail; 

1 mysql.jar, postgresql.jar and sapdbc.jar are not existing on the fs because 
  not installed. This was working on 2.2.1, though, and this makes sense when
  you want to pre-register them so they get in effect if someoone just installs 
 
  one of those drivers without the driver package having to fiddle with OOos 
  "private" configs

2 bsh.jar and hsqldb.jar are symlinks:
  $ ls -l /usr/share/java/bsh.jar /usr/share/java/hsqldb.jar
lrwxrwxrwx 1 root root 13 2007-08-03 18:21 /usr/share/java/bsh.jar -> 
bsh-2.0b4.jar
lrwxrwxrwx 1 root root 18 2007-08-03 18:21 /usr/share/java/hsqldb.jar ->
hsqldb-1.8.0.7.jar

3  xercesImpl.jar, xalan2.jar, serializer.jar are "normal" jar files of xalan 
   and xerces:

$ ls -l /usr/share/java/xalan2.jar /usr/share/java/xercesImpl.jar
/usr/share/java/serializer.jar
-rw-r--r-- 1 root root  194508 2007-07-16 15:41 /usr/share/java/serializer.jar
-rw-r--r-- 1 root root 3199127 2007-07-16 15:41 /usr/share/java/xalan2.jar
-rw-r--r-- 1 root root 1230728 2007-07-03 20:22 /usr/share/java/xercesImpl.jar

Now, as said, when removing the non-existing files and the symlinked files there
it magically works (given that bsh.jar and hsqldb.jar also exist as symlinks in
classes, which appears to still work).

"OK, no non-existing files or symlinks" then I thought and removed the
non-existing files from there and changed those entries to reference the "real" 
jar.
-> Still failed. I can't explain this given that it works with real jars in
xalan etc., Maybe because of the additional dots?

OK, then my last try was to change it back to hsqldb.jar and bsh.jar but copy
the real jars to there, replacing those symlinks.
-> intrestingly, still fails. although xalan etc. work!

It only works for me, If I remove the entries from jvfmfwk. The xalan/xerces
ones can stay there, but the bsh/hsqldb need to go to make it work for me...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to