I've just completed TBl install. Then doing a couple of acceptance
tests.
(1) run through the example apps ... this gives ...
"We cannot process your request because an internal error has
occurred. Please contact your administrator." I've posted the log for
this to '
TBSsu...@topquadrant.com'
It seems to involve
!ENTRY org.topbraidlive.server 1 0 2010-06-14 17:27:41.652
!MESSAGE Creating dictionary at /var/lib/ontologies/TopBraid/
UISPIN/.TBIndices/charts.rdf
!ENTRY org.topbraidlive.server 1 0 2010-06-14 17:27:41.652
!MESSAGE Related info: path=/tbl action=startAppSession
!ENTRY org.topbraidlive.server 4 0 2010-06-14 17:27:42.571
!MESSAGE Throwable. Message: null
!STACK 0
java.lang.NullPointerException
at
org.topbraidlive.server.session.AbstractTBLSession.getModel(AbstractTBLSession.java:
79)
at
org.topbraidlive.server.handlers.impl.StartApplicationSessionHandler.outputSession(StartApplicationSessionHandler.java:
163)
at
org.topbraidlive.server.handlers.impl.StartApplicationSessionHandler.handle(StartApplicationSessionHandler.java:
154)
at
org.topbraidlive.server.handlers.AbstractSessionlessDOMHandler.computeResponse(AbstractSessionlessDOMHandler.java:
24)
at
org.topbraidlive.server.handlers.AbstractSessionlessDOMHandler.computeResponse(AbstractSessionlessDOMHandler.java:
1)
at
org.topbraidlive.server.servlet.AbstractRequestDelegate.handleRequest(AbstractRequestDelegate.java:
40)
at
org.topbraidlive.server.servlet.AbstractRequestDelegate.runActionHandler(AbstractRequestDelegate.java:
91)
at
org.topbraidlive.server.servlet.RequestWorker.call(RequestWorker.java:
57)
at
org.topbraidlive.server.servlet.RequestWorker.call(RequestWorker.java:
1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1110)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
!ENTRY org.topbraidlive.server 1 0 2010-06-14 17:27:43.370
!MESSAGE Permissions recompiled: 96ms
(2) Deploy a project (from TBC) to TBL: This sort of hangs.
(a) where should I look for the log file for this deploy.
(b) it uses a defaul url of "http://<servername>:8083/tbl/tbl" is this
correct? Or should it be using "http://<servername>:8080/tbl"?