|
From: Aaron S. <aa...@sa...> - 2007-11-08 15:36:03
|
Hi everybody-- I'm still relatively new with Tomcat-- I'm assuming this is probably just a quick fix in a config file somewhere, anybody got any ideas? (Btw I'm running Gentoo, which has already caused a few quirks due to non-standard paths). Thanks! ----- [INFO] Undeploying application at http://localhost:8080/og [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot invoke Tomcat manager: FAIL - No context exists for path /og [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40 seconds [INFO] Finished at: Thu Nov 08 10:24:35 EST 2007 [INFO] Final Memory: 16M/34M [INFO] ------------------------------------------------------------------------ |
|
From: Trevor F. S. <tr...@tr...> - 2007-11-08 15:50:47
|
Hey, Aaron, welcome to the Ogoglio dev list. Do you have a directory called <TOMCAT_HOME>/webapps/og/ ? It's ok if it's empty, it just has to exist so that the tomcat manager doesn't freak when maven tries to undeploy, build, then redeploy the og web app. - Trevor On Nov 8, 2007 7:36 AM, Aaron Sarazan <aa...@sa...> wrote: > > > Hi everybody-- I'm still relatively new with Tomcat-- I'm assuming this is > probably just a quick fix in a config file somewhere, anybody got any ideas? > (Btw I'm running Gentoo, which has already caused a few quirks due to > non-standard paths). > > Thanks! > ----- > [INFO] Undeploying application at http://localhost:8080/og > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Cannot invoke Tomcat manager: FAIL - No context exists for path /og > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 40 seconds > [INFO] Finished at: Thu Nov 08 10:24:35 EST 2007 > [INFO] Final Memory: 16M/34M > [INFO] > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 15:54:17
|
To the best of my knowledge, I do. The thing is that Tomcat seems to have two separate webapps directories on Gentoo: /usr/share/tomcat-6/webapps/ /var/lib/tomcat-6/webapps/ I did all the things mentioned on the tutorial inside the /usr/share one, including `mkdir og' -----Original Message----- From: ogo...@li... [mailto:ogo...@li...] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 10:51 AM To: ogo...@li... Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron, welcome to the Ogoglio dev list. Do you have a directory called <TOMCAT_HOME>/webapps/og/ ? It's ok if it's empty, it just has to exist so that the tomcat manager doesn't freak when maven tries to undeploy, build, then redeploy the og web app. - Trevor On Nov 8, 2007 7:36 AM, Aaron Sarazan <aa...@sa...> wrote: > > > Hi everybody-- I'm still relatively new with Tomcat-- I'm assuming > this is probably just a quick fix in a config file somewhere, anybody got any ideas? > (Btw I'm running Gentoo, which has already caused a few quirks due to > non-standard paths). > > Thanks! > ----- > [INFO] Undeploying application at http://localhost:8080/og [INFO] > ---------------------------------------------------------------------- > -- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > -- [INFO] Cannot invoke Tomcat manager: FAIL - No context exists for > path /og > > [INFO] > ---------------------------------------------------------------------- > -- [INFO] For more information, run Maven with the -e switch [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: 40 seconds > [INFO] Finished at: Thu Nov 08 10:24:35 EST 2007 [INFO] Final Memory: > 16M/34M [INFO] > ---------------------------------------------------------------------- > -- > > ---------------------------------------------------------------------- > --- This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ogoglio-developers mailing list Ogo...@li... https://lists.sourceforge.net/lists/listinfo/ogoglio-developers |
|
From: Trevor F. S. <tr...@tr...> - 2007-11-08 17:09:43
|
Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to have > two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share one, > including `mkdir og' |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 18:01:38
|
This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: http://127.0.0 .1:8080/og/auth/ If you want to view the error yourself from the site, check out http://scoplecopter.com:8080/og/auth/ -----Original Message----- From: ogo...@li... [mailto:ogo...@li...] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: ogo...@li... Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to > have two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share > one, including `mkdir og' ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ogoglio-developers mailing list Ogo...@li... https://lists.sourceforge.net/lists/listinfo/ogoglio-developers |
|
From: Ian S. <ian...@ac...> - 2007-11-08 18:11:23
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1"><font face="MgOpen Moderna">Aaron: Thanks for bearing with us.<br> <br> I'd say that it looks to me like your tomcat is installed in /var/lib/tomcat-6 and thus your tomcat.home should point there ... hack the setting in the .m2/settings.xml to point to /var/lib/tomcat-6 and it should cure those errors. <br> <br> To check this try doing :<br> <br> ls /var/lib/tomcat-6/conf<br> <br> and make sure that server.xml is there and configured as specified in the wiki.... that should cure the problems like </font></font><br> <pre>org.hibernate.HibernateException: Could not find datasource </pre> <font size="+1"><font face="MgOpen Moderna">found in your error file since it should be specified in the server.xml and then everybody should be able to find the db (and other useful things).<br> <br> Thanks again,<br> ian smith, transmutable<br> </font></font><br> Aaron Sarazan wrote: <blockquote cite="mid:001b01c82231$727e4980$17d...@ci..." type="cite"> <pre wrap="">This is really strange. The tomcat.home is set to /usr/share/tomcat-6, but I have to create og/index.html inside the /var/lib location to get it to show up. Either way, creating /var/lib/tomcat-6/webapps/og/ was enough to get that test to succeed. I now have three errors (although the war built): Tests in error: testWebAdmin(com.ogoglio.client.test.ClientTest) testWebAPIClient(com.ogoglio.client.test.ClientTest) testApplet(com.ogoglio.client.test.ClientTest) Tests run: 8, Failures: 0, Errors: 3, Skipped: 0 (From Surefire-Report): ---------------------------------------------------------------------------- --- Test set: com.ogoglio.client.test.ClientTest ---------------------------------------------------------------------------- --- Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.54 sec <<< FAILURE! testWebAdmin(com.ogoglio.client.test.ClientTest) Time elapsed: 0.229 sec <<< ERROR! com.ogoglio.client.AuthenticationFailedException: Could not auth via username (bootstrapuser1) and pass: java.io.IOException: Server returned HTTP response code: 500 for URL: <a class="moz-txt-link-freetext" href="http://127.0.0">http://127.0.0</a> .1:8080/og/auth/ If you want to view the error yourself from the site, check out <a class="moz-txt-link-freetext" href="http://scoplecopter.com:8080/og/auth/">http://scoplecopter.com:8080/og/auth/</a> -----Original Message----- From: <a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a> [<a class="moz-txt-link-freetext" href="mailto:ogo...@li...">mailto:ogo...@li...</a>] On Behalf Of Trevor F. Smith Sent: Thursday, November 08, 2007 12:10 PM To: <a class="moz-txt-link-abbreviated" href="mailto:ogo...@li...">ogo...@li...</a> Subject: Re: [Ogoglio-developers] No Context exists for og? Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/og/index.html">http://127.0.0.1:8080/og/index.html</a> . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <a class="moz-txt-link-rfc2396E" href="mailto:aa...@sa..."><aa...@sa...></a> wrote: </pre> <blockquote type="cite"> <pre wrap="">To the best of my knowledge, I do. The thing is that Tomcat seems to have two separate webapps directories on Gentoo: /usr/share/tomcat-6/webapps/ /var/lib/tomcat-6/webapps/ I did all the things mentioned on the tutorial inside the /usr/share one, including `mkdir og' </pre> </blockquote> <pre wrap=""><!----> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> </pre> </blockquote> </body> </html> |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 21:56:01
|
Any idea what's causing this error message? It shows inside the rendering window when entering a space, as well as editing my avatar's body. I'm guessing anything that calls java3d is doing it. |
|
From: Ian S. <ian...@tr...> - 2007-11-08 22:40:48
Attachments:
iansmith.vcf
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="+1"><font face="MgOpen Moderna">Typically, this means means that your URLs aren't quite right in the server.xml file. Maybe I did you wrong on the wiki?<br> <br> What's in the server logs at tomcat6/logs/catalina.out?<br> <br> ian<br> <br> <br> </font></font><br> Aaron Sarazan wrote: <blockquote cite="mid:473...@sa..." type="cite"> <pre wrap="">Any idea what's causing this error message? It shows inside the rendering window when entering a space, as well as editing my avatar's body. I'm guessing anything that calls java3d is doing it. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a> _______________________________________________ Ogoglio-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Ogo...@li...">Ogo...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/ogoglio-developers">https://lists.sourceforge.net/lists/listinfo/ogoglio-developers</a> </pre> </blockquote> </body> </html> |
|
From: Aaron S. <aa...@sa...> - 2007-11-08 23:20:41
|
Verified connection to http://127.0.0.1:8080/og/sim/ Starting space 3 on sim 1: Test Space 1 Stopping space 3: Test Space 1 Nothing out of the ordinary at all. Very strange Ian Smith wrote: > Typically, this means means that your URLs aren't quite right in the > server.xml file. Maybe I did you wrong on the wiki? > > What's in the server logs at tomcat6/logs/catalina.out? > > ian > > > > Aaron Sarazan wrote: >> Any idea what's causing this error message? It shows inside the >> rendering window when entering a space, as well as editing my avatar's >> body. I'm guessing anything that calls java3d is doing it. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Ogoglio-developers mailing list >> Ogo...@li... >> https://lists.sourceforge.net/lists/listinfo/ogoglio-developers >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Ogoglio-developers mailing list > Ogo...@li... > https://lists.sourceforge.net/lists/listinfo/ogoglio-developers > -- Aaron Sarazan Virtual Worlds Design Cisco Systems, Inc. http://www.cisco.com asa...@ci... aa...@sa... (317) 626-4807 |