This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144498 - I18N - exception when loading php localized help
Summary: I18N - exception when loading php localized help
Status: RESOLVED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: PHP (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-08-19 23:45 UTC by Ken Frank
Modified: 2008-08-25 17:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (7.40 KB, text/plain)
2008-08-19 23:45 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2008-08-19 23:45:07 UTC
doing i18n testing using pseudo localized php help - doing the usual steps and proesses
but when bring up help viewer, get the following exceptions

Exception caught while parsing nbdocs:/org/netbeans/modules/php/help/docs/ja/help-toc.xmljava.io.IOException: cannot
connect to nbdocs:/org/netbeans/modules/php/help/docs/ja/help-toc.xml: java.util.MissingResourceException: Cannot find
localized resource org/netbeans/modules/php/help/docs/ja/help-toc.xml in SystemClassLoader[683 modules]
SEVERE [global]
java.lang.NullPointerException
        at javax.help.UniteAppendMerge.processMerge(UniteAppendMerge.java:70)
        at javax.help.plaf.basic.BasicTOCNavigatorUI.doMerge(BasicTOCNavigatorUI.java:429)
        at javax.help.plaf.basic.BasicTOCNavigatorUI.addSubHelpSets(BasicTOCNavigatorUI.java:316)
        at javax.help.plaf.basic.BasicTOCNavigatorUI.loadData
...

the 2 xml files and the .hs file look same as those for other modules, but only
happens with php.

I realize it might be setup situation anyway if some small difference in php
files am not aware of - but could you take quick look at the msg and exception
(full attached) and see if its something in some layer xml file or other config
file ?
Comment 1 Ken Frank 2008-08-19 23:45:34 UTC
Created attachment 67884 [details]
exception
Comment 2 Ken Frank 2008-08-25 17:41:08 UTC
its ok using 0824; am pseudo localizing all help sets
of all modules from nb teams.

ken.frank@sun.com