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:

DBT-50000 when using DBCA.bat on Windows (Oracle 19.11)

I’ve been having some trouble getting DBCA to run in order to create databases. Thought I’d share it with you, and thus document it for la...