On Sat, Jan 29, 2011 at 2:30 PM, bala ajanthan <[email protected]> wrote: > I am using eclipse maven as said here > https://cwiki.apache.org/confluence/x/9IWAAQ.I changed the jetty port to > 7777 using > -Djetty.port=7777.I checked out code base 1 hour ago and built.
Interesting. I created a fresh Eclipse workspace and then did the steps in those instructions today too. I got no error at all. I wonder what is different about your case. Please tell me what versions you have of Eclipse and the M2Eclipse plugin? One thing to try is this: - right click on the project 'roller-projoect' and see the pop-up menu - from that menu choose "Run As:" and then "Maven install" - the try running Roller again Thanks, - Dave > >> Hi Bala, >> >> The error that you got: >> java.lang.RuntimeException: <openjpa-2.0.0-r422266:935683 nonfatal >> user error> org.apache.openjpa.persistence.ArgumentException: This >> configuration disallows runtime optimization, but the following listed >> types were not enhanced at build time or at class load time with a >> javaagent: "<|org.apache.roller.weblogger.pojos.TaskLock >> >> Indicates that the JPA bytecode enhancement was not run as part of the >> build process -- this is problem that I (believe that I) fixed a week >> or two ago. >> >> Please verify that you have the latest version of the code from Roller >> trunk. >> >> Also, if you run Roller via the goal "jetty:run" then Roller will be >> at http://localhost:8080/roller not 7777. >> >> Hope that helps... >> >> - Dave >> >> >> On Sat, Jan 29, 2011 at 1:33 PM, bala ajanthan <[email protected]> >> wrote: >> > Hi Dave, >> > I am new to Roller. >> > As you mentioned above i built the source in eclipse ide.But when i >> navigate >> > to http://localhost:7777/roller i got SERVICE_UNAVAILABLE error.i >> attached >> > the log file bellow.help me. >> > thanks. >> > aja. >> > >> > On Sat, Jan 29, 2011 at 11:04 PM, Dave <[email protected]> wrote: >> >> >> >> I put together some screenshots that show How to Build and Run Roller >> >> in Eclipse: >> >> https://cwiki.apache.org/confluence/x/9IWAAQ >> >> >> >> - Dave >> > >> > >> >
