To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107231
                 Issue #|107231
                 Summary|RegistrationDocument.initializeDocument fails with cer
                        |tain Java versions
               Component|framework
                 Version|DEV300m65
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|sb





------- Additional comments from [email protected] Thu Nov 26 12:20:35 +0000 
2009 -------
Since native threads attached to the JVM no longer set the context class loader
(issue 99290) it happens with certain Java versions (like 1.5.0_06-b05) that
during First Start Wizard a Java exception like

java.lang.NullPointerException
 at
javax.xml.validation.SchemaFactoryFinder._newFactory(SchemaFactoryFinder.java:227)
 at
javax.xml.validation.SchemaFactoryFinder.newFactory(SchemaFactoryFinder.java:125)
 at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:184)
 at
com.sun.star.servicetag.RegistrationDocument.initializeDocument(RegistrationDocument.java:143)
 at 
com.sun.star.servicetag.RegistrationDocument.load(RegistrationDocument.java:105)
 at 
com.sun.star.servicetag.RegistrationData.loadFromXML(RegistrationData.java:416)
 at
com.sun.star.registration.Registration$_Registration.getServiceTagFromRegistrationData(Registration.java:133)
 at
com.sun.star.registration.Registration$_Registration.executeImpl(Registration.java:265)
 at
com.sun.star.registration.Registration$_Registration$1.run(Registration.java:173)
 at java.lang.Thread.run(Thread.java:595)

is printed to stderr.  This appears to be an error in
javax.xml.validation.SchemaFactory.newInstance that is corrected in later Java
versions (like JDK 6).

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to