It's been my experience that StringPool initialization throws a bunch of NullPointerExceptions every time Xerces starts up. I think if you just turn off catching NullPointerExceptions (it's a breakpoint option), you should be fine. It's real pain when you want to find a NullPointerException in your own code, because you have to hit continue about 10 times before it gets past StringPool initialization.
Matt Olsen Programmer Ovid Technologies http://www.ovid.com "Milburn, Christopher FIL" <[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" -intl.com> <[EMAIL PROTECTED]> cc: 05/18/2001 02:19 AM Fax to: Please respond to xerces-j-user Subject: VAJ - Stringpool error Has anyone come across this StringPool exception with visual age and xerces ? , this suddenly occurs when running successfully inside the vaj test environment (with no code changes !), I would guess its some problem inside vaj resource management. The real horror is that the only way round this is a complete re-install of vaj and a total loss of all work done in your workspace. Thread[main,5,main] (Alive): Exception Caught: java.lang.NullPointerException StringPool.ensureCapacity(int, int) StringPool.addSymbol(String) StringPool() SAXParser(XMLParser)() SAXParser() Class.newInstance0() Class.newInstance() XMLReaderFactory.createXMLReader(String) TestMFTLClient.process() TestMFTLClient.main(String []) Thread[Reference Handler,10,system] (Daemon Alive) I have seen someone else has posted this problem on deja but there is no reply, does anybody have a clue about what to do ? Chris MM (3 vaj Re-installs in the last 10 days and getting seriously pissed off with IBM) --------------------------------------------------------------------- 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]
