Thursday, February 23, 2006

WebSphere Invalid Resource Path (WSVR0100W)

Click title for link...

WSVR0100W: An error occurred initializing, 2.13.2006.CWS_DEMO.GlobalMessageLoggerEAR
com.ibm.etools.archive.exception.ArchiveRuntimeException: Invalid resources path:


The filename, even though it was only 210 characters, seems to be too long. Since NTFS will support 255 characters, I would say this is a WebSphere limitation.

Reducing the path to 184 fixed the problem so the limit is somewhere between 184 & 209.

No comments:

Get Restart log using PowerShell

I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...