Hi, I tried to add a new porject to my continuum-1.1-beta-3 and got a NullPointerException Then i've tried to execute the default target for this project from the project group view page and got a "org.apache.maven.continuum.ContinuumException: Project (id=280 doens't have a default build definition."
However, if i go to the actual project I do see a build definition, and if I click on it, the project builds successfully. Below is the log from the NullPointerException and the stacktrace i got when trying to add a build definition... Any ideas ? Please let me know if i can provide any more info to help debug this issue, Best regards, Iker INFO | jvm 1 | 2007/10/01 18:46:43 | 2007-10-01 18:46:43,308 [pool-2-thread-1] INFO ContinuumScm:default - Checking out project: 'My Projet', id: '280' to '/usr/local/continuum-1.1-beta-3/apps/continuum/webapp/WEB-INF/working-directory/280'. INFO | jvm 1 | 2007/10/01 18:46:43 | 2007-10-01 18:46:43,334 [pool-2-thread-1] INFO ScmManager:default - Executing: /bin/sh -c "cd /usr/local/continuum-1.1-beta-3/apps/continuum/webapp/WEB-INF/working-directory && cvs -f -d :ext:[EMAIL PROTECTED]:/cvs -q checkout -d 280 my_project" INFO | jvm 1 | 2007/10/01 18:46:43 | 2007-10-01 18:46:43,334 [pool-2-thread-1] INFO ScmManager:default - Working directory: /usr/local/continuum-1.1-beta-3/apps/continuum/webapp/WEB-INF/working-directory INFO | jvm 1 | 2007/10/01 18:46:44 | 2007-10-01 18:46:44,096 [pool-2-thread-1] INFO ContinuumScm:default - Checked out 2 files. INFO | jvm 1 | 2007/10/01 18:47:06 | 2007-10-01 18:47:06,773 [SocketListener0-0] INFO Continuum:default - exception INFO | jvm 1 | 2007/10/01 18:47:06 | java.lang.NullPointerException INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:855) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:847) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.store.JdoContinuumStore.updateProject(JdoContinuumStore.java:1232) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.core.action.AddBuildDefinitionToProjectAction.execute(AddBuildDefinitionToProjectAction.java:51) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:2715) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.DefaultContinuum.addBuildDefinitionToProject(DefaultContinuum.java:2092) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.web.action.BuildDefinitionAction.saveToProject(BuildDefinitionAction.java:284) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.web.action.BuildDefinitionAction.saveBuildDefinition(BuildDefinitionAction.java:266) INFO | jvm 1 | 2007/10/01 18:47:06 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2007/10/01 18:47:06 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) INFO | jvm 1 | 2007/10/01 18:47:06 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) INFO | jvm 1 | 2007/10/01 18:47:06 | at java.lang.reflect.Method.invoke(Method.java:585) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.xwork.interceptor.PlexusReleaseComponentInterceptor.intercept(PlexusReleaseComponentInterceptor.java:69) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:118) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:178) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:58) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:169) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:186) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.java:156) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInterceptor.java:76) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckInterceptor.java:122) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:273) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpServer.service(HttpServer.java:909) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) INFO | jvm 1 | 2007/10/01 18:47:06 | 2007-10-01 18:47:06,844 [SocketListener0-0] INFO Interceptor:exceptionLogging - Error ocurred during execution INFO | jvm 1 | 2007/10/01 18:47:06 | org.apache.maven.continuum.ContinuumException: Error while executing the action 'add-build-definition-to-project'. INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:2729) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.DefaultContinuum.addBuildDefinitionToProject(DefaultContinuum.java:2092) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.web.action.BuildDefinitionAction.saveToProject(BuildDefinitionAction.java:284) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.web.action.BuildDefinitionAction.saveBuildDefinition(BuildDefinitionAction.java:266) INFO | jvm 1 | 2007/10/01 18:47:06 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2007/10/01 18:47:06 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) INFO | jvm 1 | 2007/10/01 18:47:06 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) INFO | jvm 1 | 2007/10/01 18:47:06 | at java.lang.reflect.Method.invoke(Method.java:585) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.xwork.interceptor.PlexusReleaseComponentInterceptor.intercept(PlexusReleaseComponentInterceptor.java:69) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:118) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:178) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:58) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:169) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:186) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.java:156) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInterceptor.java:76) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckInterceptor.java:122) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:273) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/10/01 18:47:06 | at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpServer.service(HttpServer.java:909) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) INFO | jvm 1 | 2007/10/01 18:47:06 | Caused by: java.lang.NullPointerException INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1202) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1261) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.codehaus.plexus.jdo.PlexusJdoUtils.updateObject(PlexusJdoUtils.java:160) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:855) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.store.JdoContinuumStore.updateObject(JdoContinuumStore.java:847) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.store.JdoContinuumStore.updateProject(JdoContinuumStore.java:1232) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.core.action.AddBuildDefinitionToProjectAction.execute(AddBuildDefinitionToProjectAction.java:51) INFO | jvm 1 | 2007/10/01 18:47:06 | at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:2715) INFO | jvm 1 | 2007/10/01 18:47:06 | ... 83 more org.apache.maven.continuum.ContinuumException: Project (id=280 doens't have a default build definition. Show/hide Stack Trace<http://honda:8080/continuum/buildProject.action?projectId=280&fromGroupPage=true&projectGroupId=8#> org.apache.maven.continuum.ContinuumException: Project (id=280 doens't have a default build definition. at org.apache.maven.continuum.DefaultContinuum.buildProject(DefaultContinuum.java:1084) at org.apache.maven.continuum.DefaultContinuum.buildProject(DefaultContinuum.java:1068) at org.apache.maven.continuum.web.action.BuildProjectAction.execute(BuildProjectAction.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:358) at com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:218) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:192) at org.codehaus.plexus.xwork.interceptor.PlexusReleaseComponentInterceptor.intercept(PlexusReleaseComponentInterceptor.java:69) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.apache.maven.continuum.web.interceptor.ForceContinuumConfigurationInterceptor.intercept(ForceContinuumConfigurationInterceptor.java:72) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:118) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:178) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.codehaus.plexus.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:58) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:175) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115) at com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.webwork.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:174) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.webwork.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:169) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:151) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:186) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.AutoLoginInterceptor.intercept(AutoLoginInterceptor.java:156) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.ForceAdminUserInterceptor.intercept(ForceAdminUserInterceptor.java:76) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at org.codehaus.plexus.redback.xwork.interceptor.EnvironmentCheckInterceptor.intercept(EnvironmentCheckInterceptor.java:122) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190) at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:116) at com.opensymphony.webwork.dispatcher.DispatcherUtils.serviceAction(DispatcherUtils.java:273) at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:202) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88) at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568) at org.mortbay.http.HttpContext.handle(HttpContext.java:1530) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633) at org.mortbay.http.HttpContext.handle(HttpContext.java:1482) at org.mortbay.http.HttpServer.service(HttpServer.java:909) at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
