Hi Emmanuel,

>From my original email:

-------------------------------------------------------------------------------------
The fact that the XML-RPC interface is not there is confirmed when I run the 
Continuum XML-RPC sample client (org.apache.maven.continuum.rpc.SampleClient) 
and pass it an argument of either http://[server]:8200 or 
http://[server]:8200/continuum. I get the following output:

******************************
Projects list
******************************
org.apache.xmlrpc.XmlRpcException: java.lang.Exception: RPC handler object 
"continuum" not found and no default handler registered
        at 
org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRpcClientResponseProcessor.java:102)
        at 
org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpcClientResponseProcessor.java:69)
        at 
org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177)
        at 
org.apache.maven.continuum.rpc.ProjectsReader.readProjects(ProjectsReader.java:66)
        at 
org.apache.maven.continuum.rpc.SampleClient.main(SampleClient.java:45)
-------------------------------------------------------------------------------------

I see that it's started, but when I try to actually use it I get an error 
saying that the RPC handler object isn't present.

Thanks,

Ryan Slobojan

-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 06, 2006 11:21 AM
To: continuum-users@maven.apache.org
Subject: Re: Problems with Contonuum XML-RPC interface

XML-RPC service is started:
INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Starting XML-RPC service.
...
INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Starting XML-RPC listener on 
port '8200'.

You can try with this little sample client : 
http://svn.apache.org/viewvc/maven/continuum/tags/continuum-1.0.3/continuum-rpc-client/src/main/java/org/apache/maven/continuum/rpc/SampleClient.java?revision=395968&view=markup

Emmanuel

Ryan Slobojan a écrit :
> Hi Emmanuel,
> 
> Thanks for the quick response! The Initialization segment of the log file is 
> posted below. Please be aware that it's a bit long:
> 
> STATUS | wrapper  | 2006/09/05 12:28:10 | --> Wrapper Started as 
> Daemon STATUS | wrapper  | 2006/09/05 12:28:10 | Launching a JVM...
> INFO   | jvm 1    | 2006/09/05 12:28:10 | Wrapper (Version 3.1.2) 
> http://wrapper.tanukisoftware.org
> INFO   | jvm 1    | 2006/09/05 12:28:10 | 
> INFO   | jvm 1    | 2006/09/05 12:28:10 | [INFO] Services will be deployed 
> in: '../../services'.
> INFO   | jvm 1    | 2006/09/05 12:28:10 | [INFO] Applications will be 
> deployed in: '../../apps'.
> INFO   | jvm 1    | 2006/09/05 12:28:10 | [INFO] Service Supervisor is 
> deploying plexus-appserver-service-jetty-2.0-alpha-2.
> INFO   | jvm 1    | 2006/09/05 12:28:10 | [INFO] Removing old service.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [DEBUG] Found 1 components to load 
> on start
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Loading on start 
> [role,roleHint]: [org.codehaus.plexus.appserver.service.PlexusService,jetty]
> INFO   | jvm 1    | 2006/09/05 12:28:11 | 12:28:11.191 EVENT  Starting 
> Jetty/4.2.24
> INFO   | jvm 1    | 2006/09/05 12:28:11 | 12:28:11.213 EVENT  Started [EMAIL 
> PROTECTED]
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Service Supervisor is 
> deploying plexus-appserver-service-xmlrpc-2.0-alpha-3.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Removing old service.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [DEBUG] Found 1 components to load 
> on start
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Loading on start 
> [role,roleHint]: [org.codehaus.plexus.appserver.service.PlexusService,xml-rpc]
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Starting XML-RPC service.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Application Supervisor is 
> deploying continuum-plexus-application-1.0.3-maestro-1.0.1.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Application 'continuum' 
> already extracted.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Deploying application 
> 'continuum' at 
> '/usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/continuum'.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Using application 
> configurator file ../../apps/continuum/conf/application.xml.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Using appDir = 
> ../../apps/continuum
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Deploying 
> /usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/continuum/webapp 
> with context path of /continuum
> INFO   | jvm 1    | 2006/09/05 12:28:11 | [INFO] Starting XML-RPC listener on 
> port '8200'.
> INFO   | jvm 1    | 2006/09/05 12:28:11 | 2006-09-05 12:28:11,816 
> [WrapperSimpleAppMain] DEBUG PlexusContainer                - Found 3 
> components to load on start
> INFO   | jvm 1    | 2006/09/05 12:28:11 | 2006-09-05 12:28:11,818 
> [WrapperSimpleAppMain] INFO  PlexusContainer                - Loading on 
> start [role]: [org.apache.maven.continuum.Continuum]
> INFO   | jvm 1    | 2006/09/05 12:28:11 | 2006-09-05 12:28:11,868 
> [WrapperSimpleAppMain] INFO  JdoFactory                     - Initializing 
> JDO.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,287 
> [WrapperSimpleAppMain] INFO  JDO                            - 
> PersistenceManagerFactory - Vendor: JPOX  Version: Unknown
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,287 
> [WrapperSimpleAppMain] INFO  JDO                            - 
> PersistenceManagerFactory initialised for datastore 
> URL=jdbc:derby:/usr/local/maestro-1.0.1/project-server/data/continuum/database;create=true
>  driver=org.apache.derby.jdbc.EmbeddedDriver userName=sa
> INFO   | jvm 1    | 2006/09/05 12:28:12 | Sep 5, 2006 12:28:12 PM 
> org.quartz.simpl.RAMJobStore initialize
> INFO   | jvm 1    | 2006/09/05 12:28:12 | INFO: RAMJobStore initialized.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | Sep 5, 2006 12:28:12 PM 
> org.quartz.impl.StdSchedulerFactory instantiate
> INFO   | jvm 1    | 2006/09/05 12:28:12 | INFO: Quartz scheduler 
> 'defaultScheduler' initialized from an externally provided properties 
> instance.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | Sep 5, 2006 12:28:12 PM 
> org.quartz.impl.StdSchedulerFactory instantiate
> INFO   | jvm 1    | 2006/09/05 12:28:12 | INFO: Quartz scheduler version: 
> 1.4.5
> INFO   | jvm 1    | 2006/09/05 12:28:12 | Sep 5, 2006 12:28:12 PM 
> org.quartz.core.QuartzScheduler start
> INFO   | jvm 1    | 2006/09/05 12:28:12 | INFO: Scheduler 
> defaultScheduler_$_NON_CLUSTERED started.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,407 
> [WrapperSimpleAppMain] INFO  ContinuumBuildExecutor:ant     - Resolved the 
> executable 'ant' to '/usr/local/ant/bin/ant'.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,412 
> [WrapperSimpleAppMain] WARN  ContinuumBuildExecutor:maven-1 - Could not find 
> the executable 'maven' in the path '[/usr/local/maven-2.0.4/bin, 
> /usr/kerberos/bin, /usr/local/bin, /bin, /usr/bin, /homelocal/webdevel/bin, 
> /usr/X11R6/bin, /usr/local/ant/bin, /usr/java1.5/bin]'.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,586 
> [WrapperSimpleAppMain] DEBUG MavenSettingsBuilder           - Building Maven 
> global-level settings from: 
> '/usr/local/maestro-1.0.1/project-server/bin/linux/conf/settings.xml'
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,587 
> [WrapperSimpleAppMain] DEBUG MavenSettingsBuilder           - Building Maven 
> user-level settings from: '/homelocal/webdevel/.m2/settings.xml'
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,621 
> [WrapperSimpleAppMain] INFO  ContinuumBuildExecutor:maven2  - Resolved the 
> executable 'mvn' to '/usr/local/maven-2.0.4/bin/mvn'.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,622 
> [WrapperSimpleAppMain] INFO  BuildExecutorManager           - Build executors:
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,622 
> [WrapperSimpleAppMain] INFO  BuildExecutorManager           -   maven-1
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,623 
> [WrapperSimpleAppMain] INFO  BuildExecutorManager           -   ant
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,623 
> [WrapperSimpleAppMain] INFO  BuildExecutorManager           -   maven2
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,623 
> [WrapperSimpleAppMain] INFO  BuildExecutorManager           -   shell
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,634 
> [WrapperSimpleAppMain] INFO  Continuum                      - Initializing 
> Continuum.
> INFO   | jvm 1    | 2006/09/05 12:28:12 | 2006-09-05 12:28:12,634 
> [WrapperSimpleAppMain] INFO  Continuum                      - Showing all 
> projects: 
> INFO   | jvm 1    | 2006/09/05 12:28:13 | 2006-09-05 12:28:13,417 
> [WrapperSimpleAppMain] INFO  RDBMS                          - RDBMS Adapter 
> initialised : CloudscapeAdapter : Apache Derby version=10.1.2.1, major=10, 
> minor=1, revision=2
> INFO   | jvm 1    | 2006/09/05 12:28:13 | Identifier Names : UPPERCASE 
> INFO   | jvm 1    | 2006/09/05 12:28:13 | Driver name=Apache Derby Embedded 
> JDBC Driver, version=10.1.2.1, major=10, minor=1
> INFO   | jvm 1    | 2006/09/05 12:28:13 | Identifier Max Lengths : Table=128  
> Column=128  Constraint=18  Index=18  Delimeters="
> INFO   | jvm 1    | 2006/09/05 12:28:13 | Identifier Support in DDL : 
> catalog=false  schema=true
> INFO   | jvm 1    | 2006/09/05 12:28:13 | 2006-09-05 12:28:13,417 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Initialising 
> Catalog "", Schema "SA" using "SchemaTable" auto-start option
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,564 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.ProjectDependency 
> since it was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,564 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.BuildDefinition since 
> it was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,567 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.system.Installation since it 
> was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,567 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.scm.ScmResult since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,567 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.Project since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,568 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.system.SystemConfiguration 
> since it was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,568 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.system.UserGroup since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,570 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.system.Permission since it 
> was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,573 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.scm.ChangeFile since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,573 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.Schedule since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,576 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.Profile since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,579 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.scm.ChangeSet since it was 
> managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,579 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.BuildResult since it 
> was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,579 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.ProjectGroup since it 
> was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,582 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.system.NotificationAddress 
> since it was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,582 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.system.ContinuumUser since it 
> was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,582 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.ProjectNotifier since 
> it was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,584 
> [WrapperSimpleAppMain] INFO  JDO                            - Managing 
> Persistence of org.apache.maven.continuum.model.project.ProjectDeveloper 
> since it was managed previously
> INFO   | jvm 1    | 2006/09/05 12:28:14 | 2006-09-05 12:28:14,629 
> [WrapperSimpleAppMain] INFO  MetaData                       - Parsing 
> MetaData from file 
> "jar:file:/usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/continuum/lib/continuum-model-1.0.3-maestro-1.0.1.jar!/META-INF/package.jdo"
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,984 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : 
> org.apache.maven.continuum.model.project.ProjectDependency [Table : 
> PROJECTDEPENDENCY, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,989 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.system.Installation 
> [Table : INSTALLATION, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,989 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.project.Profile 
> [Table : PROFILE, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,992 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.project.Schedule 
> [Table : SCHEDULE, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,992 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : 
> org.apache.maven.continuum.model.project.BuildDefinition [Table : 
> BUILDDEFINITION, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,993 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.scm.ChangeFile [Table 
> : CHANGEFILE, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,993 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.scm.ChangeSet [Table 
> : CHANGESET, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,993 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.scm.ScmResult [Table 
> : SCMRESULT, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,994 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.project.BuildResult 
> [Table : BUILDRESULT, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,994 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : 
> org.apache.maven.continuum.model.project.ProjectDeveloper [Table : 
> PROJECTDEVELOPER, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,994 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : 
> org.apache.maven.continuum.model.project.ProjectNotifier [Table : 
> PROJECTNOTIFIER, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,995 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.project.ProjectGroup 
> [Table : PROJECTGROUP, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,995 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.project.Project 
> [Table : PROJECT, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,995 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : 
> org.apache.maven.continuum.model.system.SystemConfiguration [Table : 
> SYSTEMCONFIGURATION, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,996 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.system.Permission 
> [Table : PERMISSION, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,996 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.system.UserGroup 
> [Table : USERGROUP, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,996 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : 
> org.apache.maven.continuum.model.system.NotificationAddress [Table : 
> NOTIFICATIONADDRESS, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:14,997 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Class : org.apache.maven.continuum.model.system.ContinuumUser 
> [Table : CONTINUUMUSER, InheritanceStrategy : new-table]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,035 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.project.ProjectNotifier.configuration [Table 
> : PROJECTNOTIFIER_CONFIGURATION]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,047 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.system.UserGroup.permissions [Table : 
> USERGROUP_PERMISSIONS]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,053 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.project.ProjectGroup.buildDefinitions [Table 
> : PROJECTGROUP_BUILDDEFINITIONS]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,055 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.project.ProjectGroup.notifiers [Table : 
> PROJECTGROUP_NOTIFIERS]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,056 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.system.NotificationAddress.configuration 
> [Table : NOTIFICATIONADDRESS_CONFIGURATION]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,068 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.project.Project.buildDefinitions [Table : 
> PROJECT_BUILDDEFINITIONS]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,072 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.project.Project.notifiers [Table : 
> PROJECT_NOTIFIERS]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,080 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Managing 
> Persistence of Field : 
> org.apache.maven.continuum.model.system.ContinuumUser.notificationAddresses 
> [Table : CONTINUUMUSER_NOTIFICATIONADDRESSES]
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,478 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table CHANGEFILE
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,506 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table CHANGEFILE
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,522 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table BUILDDEFINITION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,537 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table BUILDDEFINITION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,551 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTNOTIFIER
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,566 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table USERGROUP
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,580 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table CHANGESET
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,588 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table CHANGESET
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,600 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTGROUP
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,613 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table NOTIFICATIONADDRESS
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,625 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table SCMRESULT
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,645 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table BUILDRESULT
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,659 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table BUILDRESULT
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,672 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table SYSTEMCONFIGURATION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,685 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTDEVELOPER
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,694 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table PROJECTDEVELOPER
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,704 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PERMISSION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,715 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table SCHEDULE
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,726 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table INSTALLATION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,746 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECT
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,764 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 3 
> foreign key(s) for table PROJECT
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,785 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTDEPENDENCY
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,824 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table PROJECTDEPENDENCY
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,835 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table CONTINUUMUSER
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,842 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table CONTINUUMUSER
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,855 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROFILE
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,866 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table PROFILE
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,880 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECT_NOTIFIERS
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,897 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table PROJECT_NOTIFIERS
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,911 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTNOTIFIER_CONFIGURATION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,918 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table PROJECTNOTIFIER_CONFIGURATION
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,928 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table CONTINUUMUSER_NOTIFICATIONADDRESSES
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,936 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table CONTINUUMUSER_NOTIFICATIONADDRESSES
> INFO   | jvm 1    | 2006/09/05 12:28:15 | 2006-09-05 12:28:15,947 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTGROUP_NOTIFIERS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:15,956 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table PROJECTGROUP_NOTIFIERS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:15,969 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECTGROUP_BUILDDEFINITIONS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:15,977 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table PROJECTGROUP_BUILDDEFINITIONS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:15,988 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table NOTIFICATIONADDRESS_CONFIGURATION
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:15,994 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> foreign key(s) for table NOTIFICATIONADDRESS_CONFIGURATION
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,005 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table PROJECT_BUILDDEFINITIONS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,015 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table PROJECT_BUILDDEFINITIONS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,032 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 1 
> unique key(s) for table USERGROUP_PERMISSIONS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,044 
> [WrapperSimpleAppMain] INFO  RDBMS                          - Validated 2 
> foreign key(s) for table USERGROUP_PERMISSIONS
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,057 
> [WrapperSimpleAppMain] INFO  SCHEMA                         - Catalog "", 
> Schema "SA" initialised - managing 26 classes
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,742 
> [WrapperSimpleAppMain] INFO  Continuum                      -  2:Sample Maven 
> Web App:1.2-SNAPSHOT:maven2
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,743 
> [WrapperSimpleAppMain] INFO  Continuum                      -  1:Sample Maven 
> Web App:1.3-SNAPSHOT:maven2
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,743 
> [WrapperSimpleAppMain] INFO  Continuum                      - Starting 
> Continuum.
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,744 
> [WrapperSimpleAppMain] INFO  Continuum                      - 
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,744 
> [WrapperSimpleAppMain] INFO  Continuum                      - 
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,745 
> [WrapperSimpleAppMain] INFO  Continuum                      - < Continuum 
> 1.0.3-maestro-1.0.1 started! >
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,745 
> [WrapperSimpleAppMain] INFO  Continuum                      - 
> ------------------------------------------
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,745 
> [WrapperSimpleAppMain] INFO  Continuum                      -        \   ^__^
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  Continuum                      -         \  
> (oo)\_______
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  Continuum                      -            
> (__)\       )\/\
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  Continuum                      -                
> ||----w |
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  Continuum                      -                
> ||     ||
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  Continuum                      - 
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  Continuum                      - 
> INFO   | jvm 1    | 2006/09/05 12:28:16 | 2006-09-05 12:28:16,746 
> [WrapperSimpleAppMain] INFO  ContinuumInitializer           - Continuum 
> initializer running ...
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,219 
> [WrapperSimpleAppMain] INFO  SchedulesActivator             - Activating 
> schedules ...
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,263 
> [WrapperSimpleAppMain] INFO  SchedulesActivator             - Tue Sep 05 
> 13:00:00 PDT 2006
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,263 
> [WrapperSimpleAppMain] INFO  PlexusContainer                - Loading on 
> start [role,roleHint]: 
> [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,build-project]
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,504 
> [WrapperSimpleAppMain] ERROR VelocityComponent              - ResourceManager 
> : unable to find resource 
> '/org/apache/maven/continuum/notification/mail/templates/common.vm' in any 
> resource loader.
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,558 
> [WrapperSimpleAppMain] ERROR VelocityComponent              - 
> ResourceManager.getResource() parse exception: 
> org.apache.velocity.exception.ParseErrorException: Lexical error: 
> org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 121, 
> column 17.  Encountered: <EOF> after : ""
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,864 
> [WrapperSimpleAppMain] INFO  Notifier:mail                  - Using '[edited 
> out]' as the from mailbox for all emails.
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,864 
> [WrapperSimpleAppMain] INFO  Notifier:mail                  - From name: 
> Buildmaster
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,864 
> [WrapperSimpleAppMain] INFO  Notifier:mail                  - Build host 
> name: [server-name]
> INFO   | jvm 1    | 2006/09/05 12:28:17 | 2006-09-05 12:28:17,899 
> [WrapperSimpleAppMain] INFO  RecipientSource                - To override 
> address is not configured, will use the nag email address from the project.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | 2006-09-05 12:28:17,900 
> [WrapperSimpleAppMain] INFO  TaskQueueExecutor:build-project - Starting task 
> executor, thread name 'build-project'.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | 2006-09-05 12:28:17,901 
> [WrapperSimpleAppMain] INFO  PlexusContainer                - Loading on 
> start [role,roleHint]: 
> [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,check-out-project]
> INFO   | jvm 1    | 2006/09/05 12:28:18 | 2006-09-05 12:28:17,905 
> [WrapperSimpleAppMain] INFO  TaskQueueExecutor:check-out-project - Starting 
> task executor, thread name 'check-out-project'.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying appserver 
> 'continuum'.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Adding HTTP listener on 
> *:8080
> INFO   | jvm 1    | 2006/09/05 12:28:18 | 12:28:17.922 EVENT  Started 
> SocketListener on 0.0.0.0:8080
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Starting Jetty Context 
> /continuum
> INFO   | jvm 1    | 2006/09/05 12:28:18 | 12:28:18.138 EVENT  Started 
> WebApplicationContext[/continuum,/usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/continuum/webapp]
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [ERROR] No component with the role 
> 'org.apache.maven.continuum.xmlrpc.ContinuumXmlRpc' available.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Application Supervisor is 
> deploying maestro-projectserver-app-1.0.1.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Application 'projectserver' 
> already extracted.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying application 
> 'projectserver' at 
> '/usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/projectserver'.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Using application 
> configurator file ../../apps/projectserver/conf/application.xml.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Using appDir = 
> ../../apps/projectserver
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying 
> /usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/projectserver/webapp
>  with context path of /maestro
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Using standard webapp 
> classloader for webapp.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying servlet default 
> with context path of /
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Setting init-param 
> [resourceBase = 
> /usr/local/maestro-1.0.1/project-server/bin/linux/../../apps/projectserver/webapp]
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying servlet webdav 
> with context path of /repository
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Setting init-param [rootPath 
> = /usr/local/maestro-1.0.1/project-server/data/project-server/repository]
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying servlet webdav 
> with context path of /sites
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Setting init-param [rootPath 
> = /usr/local/maestro-1.0.1/project-server/data/project-server/sites]
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Deploying appserver 
> 'projectserver'.
> INFO   | jvm 1    | 2006/09/05 12:28:18 | [INFO] Starting Jetty Context 
> /maestro
> INFO   | jvm 1    | 2006/09/05 12:28:19 | 12:28:19.091 EVENT  Started 
> WebApplicationContext[/maestro,Maestro Team Server]
> INFO   | jvm 1    | 2006/09/05 12:28:19 | 12:28:19.093 EVENT  Plexus 
> container already in context.
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] Deploying appserver 
> 'projectserver'.
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] Starting Jetty Context /
> INFO   | jvm 1    | 2006/09/05 12:28:19 | 12:28:19.403 EVENT  Started 
> ServletHttpContext[/]
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] Deploying appserver 
> 'projectserver'.
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] Starting Jetty Context 
> /repository
> INFO   | jvm 1    | 2006/09/05 12:28:19 | 12:28:19.407 EVENT  Started 
> ServletHttpContext[/repository]
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] Deploying appserver 
> 'projectserver'.
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] Starting Jetty Context /sites
> INFO   | jvm 1    | 2006/09/05 12:28:19 | 12:28:19.407 EVENT  Started 
> ServletHttpContext[/sites]
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] The appserver server has 
> been initialized.
> INFO   | jvm 1    | 2006/09/05 12:28:19 | [INFO] The appserver server has 
> started. 
> 
> Thanks,
> 
> Ryan Slobojan
> 
> -----Original Message-----
> From: Emmanuel Venisse
> Sent: Wednesday, September 06, 2006 9:15 AM
> To: continuum-users@maven.apache.org
> Subject: Re: Problems with Contonuum XML-RPC interface
> 
> Can you send us the full continuum log with all from the start to the end of 
> initialization?
> 
> Emmanuel
> 
> Ryan Slobojan a écrit :
>> Hi all,
>>
>> I'm having some problems getting the Continuum 1.0.3 XML-RPC 
>> interface to work correctly, and I'm seeking some guidance.
>>
>> The relevant configuration from the Continuum application.xml is:
>>
>>     <service>
>>       <id>xml-rpc</id>
>>       <configuration>
>>         <xmlrpc>
>>           <port>8200</port>
>>         </xmlrpc>
>>         <handlers>
>>           <handler>
>>  
>> <role>org.apache.maven.continuum.xmlrpc.ContinuumXmlRpc</role>
>>             <name>continuum</name>
>>           </handler>
>>         </handlers>
>>       </configuration>
>>     </service>
>>
>> However, when Continuum is starting up, I see the following message 
>> in the log:
>>
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | [INFO] Deploying appserver
>> 'continuum'.
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | [INFO] Adding HTTP listener on
>> *:8080
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | 11:30:28.111 EVENT  Started
>> SocketListener on 0.0.0.0:8080
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | [INFO] Starting Jetty Context
>> /continuum
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | 11:30:28.464 EVENT  Started
>> WebApplicationContext[/continuum,/usr/local/maestro-1.0.1/project-ser
>> v er /bin/linux/../../apps/continuum/webapp]
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | [ERROR] No component with the
>> role 'org.apache.maven.continuum.xmlrpc.ContinuumXmlRpc' available.
>> INFO   | jvm 1    | 2006/09/05 11:30:28 | [INFO] Application Supervisor
>> is deploying maestro-projectserver-app-1.0.1.
>> [...]
>>
>> The fact that the XML-RPC interface is not there is confirmed when I 
>> run the Continuum XML-RPC sample client
>> (org.apache.maven.continuum.rpc.SampleClient) and pass it an argument 
>> of either http://[server]:8200 or http://[server]:8200/continuum. I 
>> get the following output:
>>
>> ******************************
>> Projects list
>> ******************************
>> org.apache.xmlrpc.XmlRpcException: java.lang.Exception: RPC handler 
>> object "continuum" not found and no default handler registered
>>      at
>> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(XmlRp
>> c
>> Cl
>> ientResponseProcessor.java:102)
>>      at
>> org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(XmlRpc
>> C
>> li
>> entResponseProcessor.java:69)
>>      at
>> org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72)
>>      at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
>>      at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184)
>>      at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177)
>>      at
>> org.apache.maven.continuum.rpc.ProjectsReader.readProjects(ProjectsRe
>> a
>> de
>> r.java:66)
>>      at
>> org.apache.maven.continuum.rpc.SampleClient.main(SampleClient.java:45
>> )
>>
>> Now, I thought that this may have been because of a missing jar or a 
>> missing Plexus component.xml, so I checked on that. In my 
>> application.xml, the defined resources are:
>>
>>   <resources>
>>     <jar-repository>${plexus.home}/lib</jar-repository>
>>     <directory>${plexus.home}/webapp/localization</directory>
>>   </resources>
>>
>> And when I look in the specified /lib folder, I see 
>> continuum-xmlrpc-1.0.3-maestro-1.0.1.jar. I also opened it up to 
>> confirm that component.xml looked correct, and I found the following 
>> in
>> /META-INF/plexus/components.xml:
>>
>> <component-set>
>>   <components>
>>     <component>
>>       <role>org.apache.maven.continuum.xmlrpc.XmlRpcHelper</role>
>>  
>> <implementation>org.apache.maven.continuum.xmlrpc.DefaultXmlRpcHelper
>> <
>> /i
>> mplementation>
>>     </component>
>>     <component>
>>       <role>org.apache.maven.continuum.xmlrpc.ContinuumXmlRpc</role>
>>  
>> <implementation>org.apache.maven.continuum.xmlrpc.DefaultContinuumXml
>> R
>> pc
>> </implementation>
>>       <requirements>
>>         <requirement>
>>           <role>org.apache.maven.continuum.Continuum</role>
>>           <field-name>continuum</field-name>
>>         </requirement>
>>         <requirement>
>>           <role>org.apache.maven.continuum.xmlrpc.XmlRpcHelper</role>
>>           <field-name>xmlRpcHelper</field-name>
>>         </requirement>
>>       </requirements>
>>     </component>
>>   </components>
>> </component-set>
>>
>> I'm basically stumped, and I'm hoping that someone has an idea what I 
>> can do to try to get this XML-RPC interface up and running.
> 
> 
> 

Reply via email to