History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-727
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Brian Dawson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Development Mode Exception: java.lang.NoClassDefFoundError: com/starbase/util/collections/UnsupportedOperationException

Created: 05/Nov/10 07:33 PM   Updated: 12/Nov/10 03:12 AM
Component/s: None
Affects Version/s: 3.0.17
Fix Version/s: 3.0.18

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Windows 7 - 32 bit
Jdk 1.5 - 32-bit


 Description  « Hide
When follwing the plugin development tutorial after running "bootstrap" to launch the development server, the serv successfully starts but, when I try to access the server I recieve the follwoing exception:

Problem accessing /settings/system. Reason:

    com/starbase/util/collections/UnsupportedOperationException

Caused by:
java.lang.NoClassDefFoundError: com/starbase/util/collections/UnsupportedOperationException
at com.pmease.quickbuild.web.WebServlet.service(WebServlet.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at com.pmease.quickbuild.web.HttpServiceProvider$1$1.service(HttpServiceProvider.java:86)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:865)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:540)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.