Menu

#1 Can't run friendbook under Resin

open
nobody
None
5
2001-08-12
2001-08-12
No

I'm trying to get the 'friendbook' example running
under Caucho Resin, and I think I have everything
installed correctly. When I go to:
http://localhost/friendbook/welcome.m
I get the exception below. What's interesting is that
ViewDocumentPiped is found but its subclass
HolderHttpServletResponse isn't. Anybody have any
ideas or similar problems, or success with Resin?

Thanks,
Josh

Here's the exception stack:
500 Servlet Exception
java.lang.NoClassDefFoundError:
org/infohazard/maverick/flow/ViewDocumentPiped$HolderHt
tpServletResponse
at
org.infohazard.maverick.flow.ViewDocumentPiped.go
(ViewDocumentPiped.java:47)
at
org.infohazard.maverick.flow.CommandSingleView.go
(CommandSingleView.java:50)
at org.infohazard.maverick.Dispatcher.service
(Dispatcher.java:81)
at javax.servlet.http.HttpServlet.service
(HttpServlet.java:83)
at com.caucho.server.http.Invocation.service
(Invocation.java:291)
at
com.caucho.server.http.CacheInvocation.service
(CacheInvocation.java:121)
at
com.caucho.server.http.HttpRequest.handleRequest
(HttpRequest.java:238)
at
com.caucho.server.http.HttpRequest.handleConnection
(HttpRequest.java:157)
at com.caucho.server.TcpConnection.run
(TcpConnection.java:140)
at java.lang.Thread.run(Thread.java:579)

Discussion


Log in to post a comment.