Hi Tim, the system arguments of the SWP/UISPIN servlet have changed from 3.4 on, and now start with an underscore. For example, resource is now _resource. This makes it easier to distinguish those system arguments from other, page-specific arguments.
You can see those URLs if you go to Resource > Open in UISPIN browser. This browser has a button to open the currently selected view in an external browser, which may have the URL you are looking for. Regards, Holger On Jan 12, 2011, at 2:14 AM, Smith, Tim wrote: > Hi, > > I finally had the time to upgrade to TBC-ME 3.4.0R from 3.3.3. In 3.3.3, I > had configured some basic SWP functionality and was able to access the HTML > renderings via the TBC browser tab or via localhost. > > However, after upgrading to 3.4 and refreshing the TopBraid libraries in my > workspace, I can no longer access the SWP rendering via localhost. I receive > an Error 500 (stacktrace below). The confusing part is that the appropriate > SWP rendering is displayed in the browser tab for the instance so I know it > is finding the instanceView property. > > I’m using the same localhost URL as before: > http://localhost:8083/tbl/uispin?resource=<...>. > > Was there a change from 3.3.3 to 3.4? I’m running on Win7/64 bit. > > Thanks for your insight, > > Tim > > Note: The error also pops up in a window from TBC. > HTTP ERROR 500 > Problem accessing /tbl/uispin. Reason: > An internal error has been reported by the UISPIN engine of TopBraid > Live. Please contact your administrator with a copy of the error message > below. > > java.lang.IllegalArgumentException: No valid UISPIN view found > at > org.topbraidlive.uispin.servlet.UISPINServlet.run(UISPINServlet.java:441) > at > org.topbraidlive.uispin.servlet.UISPINServlet.doGet(UISPINServlet.java:231) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at > org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) > at > org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) > at > org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:126) > at > org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at > org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) > at > org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) > 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:326) > at > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) > at > org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:924) > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549) > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) > at > org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) > at > org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) > > > -- > You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include TopBraid Composer, > TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/topbraid-users?hl=en -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
