I downloaded everything after Forrest posted that the new samples were ready and finally got a clean build of DayTrader. But, now I'm having problems running it on Tomcat. I noticed that there were 3 war files, so I tried several combinations, unsuccessfully. When I run startup with just the daytrader-web-jpa-3.0-SNAPSHOT.war, it tells me that it needs daytrader-web-jdbc-3.0-SNAPSHOT. So, I added that war file and got no startup errors. But, when I try to start daytrader, I get "*The requested resource (/daytrader) is not available."* So, I added the daytrader-war-3.0-SNAPSHOT.war. I get the following startup error:
SEVERE: Error listenerStart May 13, 2010 9:21:05 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/daytrader-war-3.0-SNAPSHOT] startup failed due to previous err ors So, the first question is, which war files need to be deployed? Second, what do I need to do to get past the problems? Or is there a bug here? On Fri, May 7, 2010 at 10:02 AM, Dianne Richards <[email protected]> wrote: > Ok - Now I got past that problem. Here's the next one, for the same > directory build: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > GroupId: org.apache.geronimo.buildsupport > ArtifactId: car-maven-plugin > > Version: 3.0-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > org.apache.geronimo.buildsupport:car-maven-plugin:pom:3.0-SNAPSHOT > > > from the specified remote repositories: > codehaus.snapshots (http://snapshots.repository.codehaus.org), > central (http://repo1.maven.org/maven2), > apache.snapshots (http://repository.apache.org/snapshots) > > Thanks - Dianne > > > On Fri, May 7, 2010 at 9:49 AM, Forrest Xia <[email protected]> wrote: > >> >> >> On Fri, May 7, 2010 at 10:27 PM, Dianne Richards <[email protected]>wrote: >> >>> Thanks David and Forrest. I obviously copied the wrong url from your >>> first note Forrest, so it was my mistake. >>> >>> I now have the correct directory structure. But I'm getting the following >>> error when I build from gsamplestrunk: >>> >>> [ERROR] FATAL ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Error building POM (may not be this project's POM). >>> >>> >>> Project ID: unknown >>> >>> Reason: Could not find the model file >>> 'G:\geronimo\gsamplestrunk\samples\javaee6 >>> \restfulorder-javaee6'. for project unknown >>> >> >> I just made a partially commit, now I revert back the change, so please >> update your working copy, and retry. >> >> Forrest >> >> >
