I figured out what caused the 404 error. I needed to separate schema and instance models in a project into two projects and then deploy the project containing the instances to my TopBraid Live server. I created a new project for the instances and moved instance models from the project into it, leaving the source project as the schema project. TBC must keep metadata on project contents and local file mappings, and this kind of activity left it in an inconsistent state as every attempt I made to deploy the instance project to the Live server resulted in the 404 error when I tried to access it.
I got it to work by deleting both projects in TBC (without deleting their contents), then deleting theTBC metadata from the projects folders in the filesystem, creating 2 new projects in TBC for the schema and instances, and then deploying the Instance Project. Arthur On Mar 23, 2010, at 3:58 PM, Scott Henninger wrote: > Arthur; I take it that TopBraid Live is installed on Tomcat at > http://www.objectreservoir.com in the tbl directory in webapps. If > Tomcat is listening to, say, 8080, then use > http://www.objectreservoir.com:8080/tbl/tbl > to access the Live server. > > To view the project, go to http://www.objectreservoir.com:8080/tbl/tbl, > which will open the console, specify the Default Application, and > choose the project you deployed. That is using Ensemble. If you are > accessing via a Web service call, substitute "http:// > www.objectreservoir.com:8080/tbl" for "http://localhost:8083" and it > will run just as it does in your TBC-ME Personal Sever. > > -- Scott > > On Mar 23, 3:41 pm, Arthur Keen <[email protected]> wrote: >> I deployed a project to the TopBraid Live server, but when I click on one of >> the project models, I get a 404 error. It looks like it is treating the >> base URI as a URL. >> >> "We cannot process your request >> becausehttp://www.objectreservoir.com/owl/2010/02/22/reservoirproperties:Not >> Found (404). Please refresh your browser." >> >> Any ideas? >> >> Arthur > > -- > 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-composer-users?hl=en > > To unsubscribe from this group, send email to > topbraid-users+unsubscribegooglegroups.com or reply to this email with the > words "REMOVE ME" as the subject. -- 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-composer-users?hl=en To unsubscribe from this group, send email to topbraid-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
