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 > >
