Hi all, Im trying to get v1.1 running.
1.0.3 downloads and ran just fine, but I need features from 1.1. I've unziped the download, changed the port from 8080 to 8090 in conf/plexus.xml, and then run ~/continuum-1.1 $ CONTINUUM_HOME=`pwd` ~/continuum-1.1 $ ./bin/linux-x86-32/run.sh console However, I get this output, sorry for the long post: Running Apache Continuum... wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. jvm 1 | jvm 1 | [INFO] Loading on start [role,roleHint]: [org.codehaus.plexus.naming.Naming,dataSources] jvm 1 | [INFO] Loading on start [role,roleHint]: [org.codehaus.plexus.contextualizer.Contextualizer,jettyConfiguration] jvm 1 | [INFO] Services will be deployed in: '/home/pookey/continuum-1.1/services'. jvm 1 | [INFO] Applications will be deployed in: '/home/pookey/continuum-1.1/apps'. jvm 1 | [INFO] Service Supervisor is deploying plexus-appserver-service-jetty-2.0-alpha-8. jvm 1 | [INFO] Removing old service. jvm 1 | [DEBUG] Found 1 components to load on start jvm 1 | [INFO] Loading on start [role,roleHint]: [org.codehaus.plexus.appserver.service.PlexusService,jetty] jvm 1 | Aug 27, 2008 1:06:25 PM org.mortbay.http.HttpServer doStart jvm 1 | INFO: Version Jetty/5.1.10 jvm 1 | Aug 27, 2008 1:06:25 PM org.mortbay.util.Container start jvm 1 | INFO: Started [EMAIL PROTECTED] jvm 1 | [INFO] Application Supervisor is deploying continuum-plexus-application-1.1. jvm 1 | [INFO] Application 'continuum' already extracted. jvm 1 | [INFO] Deploying application 'continuum' at '/home/pookey/continuum-1.1/apps/continuum'. jvm 1 | [INFO] Using application configurator file /home/pookey/continuum-1.1/apps/continuum/conf/application.xml. jvm 1 | [INFO] Using appDir = /home/pookey/continuum-1.1/apps/continuum jvm 1 | [DEBUG] appserver.home = /home/pookey/continuum-1.1 jvm 1 | [DEBUG] appserver.base = /home/pookey/continuum-1.1 jvm 1 | [INFO] Deploying /home/pookey/continuum-1.1/apps/continuum/webapp with context path of /continuum jvm 1 | [INFO] Using standard webapp classloader for webapp. jvm 1 | [INFO] Deploying appserver 'continuum'. jvm 1 | [INFO] Adding HTTP listener on *8090 jvm 1 | Aug 27, 2008 1:06:26 PM org.mortbay.http.SocketListener start jvm 1 | INFO: Started SocketListener on 0.0.0.0:8090 jvm 1 | [INFO] Starting Jetty Context /continuum jvm 1 | Aug 27, 2008 1:06:26 PM org.mortbay.util.FileResource <clinit> jvm 1 | INFO: Checking Resource aliases jvm 1 | Aug 27, 2008 1:06:27 PM org.mortbay.util.Container start jvm 1 | INFO: Started [EMAIL PROTECTED] jvm 1 | Aug 27, 2008 1:06:27 PM org.mortbay.jetty.servlet.ServletHandler$Context log jvm 1 | INFO: Loading plexus context properties from: '/WEB-INF/plexus.properties' jvm 1 | Aug 27, 2008 1:06:27 PM org.mortbay.jetty.servlet.ServletHandler$Context log jvm 1 | INFO: Could not load plexus context properties from: '/WEB-INF/plexus.properties' jvm 1 | 2008-08-27 13:06:27,724 [WrapperSimpleAppMain] INFO org.codehaus.plexus.PlexusContainer - Loading on start [role,roleHint]: [org.apache.maven.continuum.Continuum,default] jvm 1 | 2008-08-27 13:06:31,783 [WrapperSimpleAppMain] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. jvm 1 | 2008-08-27 13:06:31,783 [WrapperSimpleAppMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'defaultScheduler' initialized from an externally provided properties instance. jvm 1 | 2008-08-27 13:06:31,783 [WrapperSimpleAppMain] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.4.5 jvm 1 | 2008-08-27 13:06:31,783 [WrapperSimpleAppMain] INFO org.quartz.core.QuartzScheduler - Scheduler defaultScheduler_$_NON_CLUSTERED started. jvm 1 | 2008-08-27 13:06:32,152 [WrapperSimpleAppMain] INFO com.opensymphony.webwork.config.DefaultConfiguration - Loading global messages from org.codehaus.plexus.redback.xwork.default jvm 1 | 2008-08-27 13:06:32,152 [WrapperSimpleAppMain] INFO com.opensymphony.webwork.config.DefaultConfiguration - Loading global messages from org.apache.maven.continuum.redback.custom jvm 1 | Aug 27, 2008 1:06:32 PM org.mortbay.jetty.servlet.ServletHandler$Context log jvm 1 | INFO: ********** FATAL ERROR STARTING UP PLEXUS-WEBWORK INTEGRATION ********** jvm 1 | Looks like the Plexus listener was not configured for your web app! jvm 1 | You need to add the following to web.xml: jvm 1 | jvm 1 | <listener> jvm 1 | <listener-class>org.codehaus.plexus.xwork.PlexusLifecycleListener</listener-class> jvm 1 | </listener> jvm 1 | [ERROR] Error while deploying appserver continuum-plexus-application-1.1.jar. jvm 1 | org.codehaus.plexus.appserver.ApplicationServerException: Error in the app server lifecycle post-app-container-init-service-call phase. jvm 1 | at org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeployer.deployJar(DefaultApplicationDeployer.java:119) jvm 1 | at org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeployer.deploy(DefaultApplicationDeployer.java:88) jvm 1 | at org.codehaus.plexus.appserver.lifecycle.phase.ApplicationDeploymentPhase$1.onJarDiscovered(ApplicationDeploymentPhase.java:44) jvm 1 | at org.codehaus.plexus.appserver.supervisor.DefaultSupervisor.scanDirectory(DefaultSupervisor.java:100) jvm 1 | at org.codehaus.plexus.appserver.supervisor.DefaultSupervisor.scan(DefaultSupervisor.java:73) jvm 1 | at org.codehaus.plexus.appserver.lifecycle.phase.ApplicationDeploymentPhase.execute(ApplicationDeploymentPhase.java:58) jvm 1 | at org.codehaus.plexus.appserver.DefaultApplicationServer.start(DefaultApplicationServer.java:218) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.StartPhase.execute(StartPhase.java:33) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:69) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:297) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:291) jvm 1 | at org.codehaus.plexus.appserver.PlexusApplicationHost.start(PlexusApplicationHost.java:155) jvm 1 | at org.codehaus.plexus.appserver.PlexusApplicationHost.start(PlexusApplicationHost.java:85) jvm 1 | at org.codehaus.plexus.appserver.PlexusApplicationHost.main(PlexusApplicationHost.java:289) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408) jvm 1 | at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) jvm 1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) jvm 1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) jvm 1 | at java.lang.reflect.Method.invoke(Method.java:597) jvm 1 | at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240) jvm 1 | at java.lang.Thread.run(Thread.java:619) jvm 1 | Caused by: org.codehaus.plexus.appserver.application.deploy.lifecycle.AppDeploymentException: Error calling service in pre-app init phase. jvm 1 | at org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AfterAppStartServiceSetupPhase.execute(AfterAppStartServiceSetupPhase.java:32) jvm 1 | at org.codehaus.plexus.appserver.application.deploy.DefaultApplicationDeployer.deployJar(DefaultApplicationDeployer.java:107) jvm 1 | ... 32 more jvm 1 | Caused by: org.codehaus.plexus.appserver.service.PlexusServiceException: Error while starting the context /continuum jvm 1 | at org.codehaus.plexus.service.jetty.JettyPlexusService.afterApplicationStart(JettyPlexusService.java:252) jvm 1 | at org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AfterAppStartServiceSetupPhase.execute(AfterAppStartServiceSetupPhase.java:28) jvm 1 | ... 33 more jvm 1 | Caused by: org.codehaus.plexus.jetty.ServletContainerException: Error while starting the context /continuum jvm 1 | at org.codehaus.plexus.jetty.AbstractJettyServletContainer.startApplication(AbstractJettyServletContainer.java:213) jvm 1 | at org.codehaus.plexus.service.jetty.JettyPlexusService.afterApplicationStart(JettyPlexusService.java:248) jvm 1 | ... 34 more jvm 1 | Caused by: java.io.IOException: Cannot run program "env": java.io.IOException: error=12, Cannot allocate memory jvm 1 | at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) jvm 1 | at java.lang.Runtime.exec(Runtime.java:593) jvm 1 | at java.lang.Runtime.exec(Runtime.java:431) jvm 1 | at java.lang.Runtime.exec(Runtime.java:328) jvm 1 | at org.codehaus.plexus.util.cli.CommandLineUtils.getSystemEnvVars(CommandLineUtils.java:218) jvm 1 | at org.codehaus.plexus.util.cli.CommandLineUtils.getSystemEnvVars(CommandLineUtils.java:182) jvm 1 | at org.apache.maven.project.interpolation.RegexBasedModelInterpolator.<init>(RegexBasedModelInterpolator.java:63) jvm 1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) jvm 1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) jvm 1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) jvm 1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:513) jvm 1 | at java.lang.Class.newInstance0(Class.java:355) jvm 1 | at java.lang.Class.newInstance(Class.java:308) jvm 1 | at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:66) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:239) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:128) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:333) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.findRequirement(AbstractComponentComposer.java:232) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:66) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirement(FieldComponentComposer.java:57) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.assembleComponent(AbstractComponentComposer.java:142) jvm 1 | at org.codehaus.plexus.component.composition.DefaultComponentComposerManager.assembleComponent(DefaultComponentComposerManager.java:72) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:46) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:333) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.findRequirement(AbstractComponentComposer.java:232) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:66) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirement(FieldComponentComposer.java:57) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.assembleComponent(AbstractComponentComposer.java:142) jvm 1 | at org.codehaus.plexus.component.composition.DefaultComponentComposerManager.assembleComponent(DefaultComponentComposerManager.java:72) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:46) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:333) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.findRequirement(AbstractComponentComposer.java:232) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:66) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirement(FieldComponentComposer.java:57) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.assembleComponent(AbstractComponentComposer.java:142) jvm 1 | at org.codehaus.plexus.component.composition.DefaultComponentComposerManager.assembleComponent(DefaultComponentComposerManager.java:72) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:46) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookupMap(DefaultComponentLookupManager.java:199) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookupMap(DefaultPlexusContainer.java:309) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.findRequirement(AbstractComponentComposer.java:214) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:66) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirement(FieldComponentComposer.java:57) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.assembleComponent(AbstractComponentComposer.java:142) jvm 1 | at org.codehaus.plexus.component.composition.DefaultComponentComposerManager.assembleComponent(DefaultComponentComposerManager.java:72) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:46) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:333) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.findRequirement(AbstractComponentComposer.java:232) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:66) jvm 1 | at org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirement(FieldComponentComposer.java:57) jvm 1 | at org.codehaus.plexus.component.composition.AbstractComponentComposer.assembleComponent(AbstractComponentComposer.java:142) jvm 1 | at org.codehaus.plexus.component.composition.DefaultComponentComposerManager.assembleComponent(DefaultComponentComposerManager.java:72) jvm 1 | at org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:46) jvm 1 | at org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:128) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:142) jvm 1 | at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:132) jvm 1 | at org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:90) jvm 1 | at org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:147) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:327) jvm 1 | at org.codehaus.plexus.container.initialization.StartLoadOnStartComponentsPhase.execute(StartLoadOnStartComponentsPhase.java:68) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.initializePhases(DefaultPlexusContainer.java:886) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.initialize(DefaultPlexusContainer.java:834) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.construct(DefaultPlexusContainer.java:811) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:222) jvm 1 | at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:260) jvm 1 | at org.codehaus.plexus.xwork.PlexusLifecycleListener.contextInitialized(PlexusLifecycleListener.java:76) jvm 1 | at org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContext.java:495) jvm 1 | at org.mortbay.util.Container.start(Container.java:72) jvm 1 | at org.codehaus.plexus.jetty.AbstractJettyServletContainer.startApplication(AbstractJettyServletContainer.java:209) jvm 1 | ... 35 more jvm 1 | Caused by: java.io.IOException: java.io.IOException: error=12, Cannot allocate memory jvm 1 | at java.lang.UNIXProcess.<init>(UNIXProcess.java:148) jvm 1 | at java.lang.ProcessImpl.start(ProcessImpl.java:65) jvm 1 | at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) jvm 1 | ... 124 more jvm 1 | [INFO] The appserver server has been initialized. jvm 1 | [INFO] The appserver server has started. Can anyone suggest what might be wrong here? Thanks, Ian
