Home
TeamSite
TeamSite, LiveSite and OpenDeploy
servlet D errors ?
Andy Knipp
Have 2 users, work fine on branch A, branch B (which works great for me) gives errors like this:
Error: 500
Location: /iw/webdesk/FileSystemListDirectory
Internal Servlet Error:
java.lang.NullPointerException
<>
and in servletd.log:
com.interwoven.api.utility.IWInternalError: IWServiceSciface::setSessionServerId
(): sci_OpenSession failed.: Sciface error #1 (Failure in operation)
at com.interwoven.api.filesys.IWPathNamedObjectRemoterImpl.lookupByPath(
Native Method)
at com.interwoven.api.filesys.IWPathNamedObject.lookupByPath(IWPathNamed
Object.java:1585)
at com.interwoven.sharedutils100.filesys.PathNamedObjectBean.lookup(Path
NamedObjectBean.java:179)
at com.interwoven.teamsite.filesys.FileSystemListDirectoryServlet.doGet(
FileSystemListDirectoryServlet.java:148)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at com.interwoven.framework.base.FrameworkServlet.service(FrameworkServl
et.java:66)
at com.interwoven.framework.auth.AuthServlet.service(AuthServlet.java:96
)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:4
05)
at org.apache.tomcat.core.Handler.service(Handler.java:287)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372
)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.
java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743
)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio
n(HttpConnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
423)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java
:501)
at java.lang.Thread.run(Thread.java:484)
java.lang.NullPointerException
<<no stack trace available>>
2003-12-17 02:48:39 - Ctx( /iw/webdesk ): Exception in: R( /iw/webdesk + /FileSy
stemListDirectory + null) - java.lang.NullPointerException
<<no stack trace available>>
I have checked and rechecked permissions, no problem.
Pulling my hair out, any ideas ?
Andy
Find more posts tagged with
Comments
There are no comments yet