Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 76544 invoked from network); 13 Jan 2011 13:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 13:43:48 -0000 Received: (qmail 96991 invoked by uid 500); 13 Jan 2011 13:43:48 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 96761 invoked by uid 500); 13 Jan 2011 13:43:46 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Delivered-To: moderator for users@continuum.apache.org Received: (qmail 13647 invoked by uid 99); 13 Jan 2011 11:15:30 -0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daniel.pasarell@gmail.com designates 74.125.82.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=H7AytlTVXq5/+eioV0sM5yW6MEIH0H5SRyMAja6OhiE=; b=nB49iEEJxuuUJSQKSa8ltVHr0tt2zcimclVA9lhUeO+kJaaFBRxfSqmF3zcTbqCZVj 5/3jwoE0zoI0iC+ufzUt/hzESZ1tWKLV5Ktn3J8fTby0bvkJ414dIW0ZG+I0kCFh4ffd kNI2PdEDq0RxSK67K8Nv2B3yrNGenaqrZyvQ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jMDr4MtC3XAz6xSJs7N8Sxhv4yyK24mNXmX6d+xzN4PpTGSFVYKWbMHMWvEmhJh12c o2gnka3O2VeEzHexuq/58ddY9LEqQRFx4pCw0N6gcdbxoRVmX54PDinGut8Ii+cDWvG+ FGpikKEL3iiktP5HaWUqsOqXz1uqP6fdr8ffY= MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 13 Jan 2011 12:15:01 +0100 Message-ID: Subject: RE: Empty SCM URL or Local From: Daniel Pasarell To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=001636499a4bcb4e460499b86de4 X-Virus-Checked: Checked by ClamAV on apache.org --001636499a4bcb4e460499b86de4 Content-Type: text/plain; charset=ISO-8859-1 Hi, thanks for the reply I use Continuum to control some builds, the code I have it locally because I did not know well how to configure Continuum to get code from ClearCase UCM, I dont know well if use Maven is a good option, put another layer between. Finally I put local url in SCM URL-- > scm:local|E:/Projects/PRJ On the other hand I've also tried compiling with different targets the code that have in various folders, I have configured an agent but I always skip the same error. Build Enviroment --> Test (with one build agent) Arguments --> all 02 Build --> build.bat And output this error: java.lang.Exception: Failed to build projects. at org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient.buildProjects(SlaveBuildAgentTransportClient.java:84) at org.apache.continuum.builder.distributed.executor.DistributedBuildProjectTaskExecutor.executeTask(DistributedBuildProjectTaskExecutor.java:114) at org.apache.continuum.builder.distributed.executor.ThreadedDistributedBuildTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedDistributedBuildTaskQueueExecutor.java:118) at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: Could not execute RPC method buildProjects at com.atlassian.xmlrpc.RPCCallMethodInterceptor.invoke(RPCCallMethodInterceptor.java:67) at $Proxy12.buildProjects(Unknown Source) at org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient.buildProjects(SlaveBuildAgentTransportClient.java:78) ... 7 more Caused by: org.apache.xmlrpc.common.XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false at org.apache.xmlrpc.common.TypeFactoryImpl.getSerializer(TypeFactoryImpl.java:115) at com.atlassian.xmlrpc.BinderTypeFactory.getSerializer(BinderTypeFactory.java:64) at org.apache.xmlrpc.serializer.MapSerializer.writeValue(MapSerializer.java:70) at org.apache.xmlrpc.serializer.MapSerializer.writeEntry(MapSerializer.java:64) at org.apache.xmlrpc.serializer.MapSerializer.writeData(MapSerializer.java:81) at org.apache.xmlrpc.serializer.MapSerializer.write(MapSerializer.java:88) at org.apache.xmlrpc.serializer.ObjectArraySerializer.writeObject(ObjectArraySerializer.java:50) at org.apache.xmlrpc.serializer.ObjectArraySerializer.writeData(ObjectArraySerializer.java:55) at org.apache.xmlrpc.serializer.ObjectArraySerializer.write(ObjectArraySerializer.java:62) at org.apache.xmlrpc.serializer.XmlRpcWriter.writeValue(XmlRpcWriter.java:172) at org.apache.xmlrpc.serializer.XmlRpcWriter.write(XmlRpcWriter.java:77) at org.apache.xmlrpc.client.XmlRpcStreamTransport$ReqWriterImpl.write(XmlRpcStreamTransport.java:67) at org.apache.xmlrpc.client.XmlRpcHttpTransport$ByteArrayReqWriter.(XmlRpcHttpTransport.java:23) at org.apache.xmlrpc.client.XmlRpcHttpTransport.newReqWriter(XmlRpcHttpTransport.java:106) at org.apache.xmlrpc.client.XmlRpcStreamTransport.sendRequest(XmlRpcStreamTransport.java:139) at org.apache.xmlrpc.client.XmlRpcHttpTransport.sendRequest(XmlRpcHttpTransport.java:94) at org.apache.xmlrpc.client.XmlRpcSunHttpTransport.sendRequest(XmlRpcSunHttpTransport.java:44) at org.apache.xmlrpc.client.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:53) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:166) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:157) at org.apache.xmlrpc.client.XmlRpcClient.execute(XmlRpcClient.java:146) at com.atlassian.xmlrpc.RPCCallMethodInterceptor.invoke(RPCCallMethodInterceptor.java:62) ... 9 more Thanks --001636499a4bcb4e460499b86de4--