Hi all, I've been trying to setup cocobase (0820), VAJ 3.5.4 and Websphere 3.5.3 for the last couple of days and haven't had much success. After managing to get Cocobase to talk to Merant Sequelink for SQL Server, I came across these problems....
1) Ran through the CMP tutorial for Websphere, everything worked well until I tried to run the JSP, it returned the following status:
JSP Processor trying create on home null.
JSP Processor: Unable to locate a Cityinfo because java.lang.NullPointerException
Has anyone had this problem? I've removed everything and started from scratch a couple of times with no luck.
2) Using cocovaj.bat worked without error to install Cocobase, however when I tried to Install Cocobase Runtime libraries. It errors out with the following:
Installing cocobase runtime libraries. Please wait...
Errors occured while generating code:
The source file c:\thought\cocodemo3tier31\C:\thought\cocodemo3tier31\classes\thought\CocoBase\CBClause.class could not be located or opened.
.
.
. Another 30-40 files
.
.
Problems detected while trying to install libraries:
java.lang.NullPointerException
java.lang.Throwable()
java.lang.Exception()
java.lang.RuntimeException()
java.lang.NullPointerException()
void com.thought.vaj.VAJInstaller.installLibraries()
void com.thought.vaj.VAJInstaller.installLibraries()
void com.thought.vaj.VAJInstaller.main(java.lang.String [])
It appears that the path that it looks at for the files is repeated ie:
c:\thought\cocodemo3tier31\C:\thought\cocodemo3tier31\classes\thought\CocoBase\
I figured this was the COCO_HOME environment variable I had setup, so removed it, unfortunately this didn't fix the problem. Has anyone seen this before?
thanks in advance,
Andrew Bates
|