ServletD not coming up.
This is the last error in ServletD_out.log (though there are some issues connecting to Oracle re: LiveSite connection):
INFO: Looking up topics...
2010-02-19 11:16:30,081 [JMSBridge] ERROR com.interwoven.serverutils100.utild.UtildClientConfig () - error parsing iwutild_client.cfg:
java.lang.NullPointerException
at java.io.File.(File.java:194)
at com.interwoven.serverutils100.utild.UtildClientConfig.parseConfig(UtildClientConfig.java:94)
at com.interwoven.serverutils100.utild.UtildClientConfig.(UtildClientConfig.java:75)
at com.interwoven.serverutils100.utild.UtildConnectionFactory.(UtildConnectionFactory.java:50)
at com.interwoven.serverutils100.utild.UtildConnectionPool.(UtildConnectionPool.java:29)
at com.interwoven.serverutils100.utild.UtildClient.borrowObject(UtildClient.java:84)
at com.interwoven.serverutils100.utild.UtildClient.getFileLastModDate(UtildClient.java:539)
at com.interwoven.serverutils100.IWConfigFileImpl.refresh(IWConfigFileImpl.java:108)
at com.interwoven.serverutils100.IWConfigFileImpl.(IWConfigFileImpl.java:98)
at com.interwoven.serverutils100.IWConfig.(IWConfig.java:107)
at com.interwoven.serverutils100.IWConfig.getConfig(IWConfig.java:67)
at com.interwoven.bridge100.TJMSBridge.init(TJMSBridge.java:295)
at com.interwoven.bridge100.TJMSBridge.run(TJMSBridge.java:133)
Thing is, looking at the file it looks fine, I already checked and there are no hidden characters at the end of the xml tag:
[php]
dev-teamsite-1
6689
668825532[/php]
The other thing of note is that this does not have internet access, so it *may* be trying to find a DTD to validate the file, if so, I have no idea where.
TS 6.7.2 SP2, RHEL 5.3, with SP.
Tips/pointers/RTFMs appreciated
Andy