Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03D25106DD for ; Fri, 18 Apr 2014 08:52:22 +0000 (UTC) Received: (qmail 24143 invoked by uid 500); 18 Apr 2014 06:05:41 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 24114 invoked by uid 500); 18 Apr 2014 06:05:41 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 22501 invoked by uid 99); 18 Apr 2014 06:05:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 06:05:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2014 06:05:32 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4307AB10EA for ; Fri, 18 Apr 2014 01:05:10 -0500 (CDT) Date: Fri, 18 Apr 2014 01:05:10 -0500 (CDT) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (CONTINUUM-2669) org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/CONTINUUM-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=345087#comment-345087 ] Brett Porter commented on CONTINUUM-2669: ----------------------------------------- One possibility is when the username used to trigger is null > org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient > ------------------------------------------------------------------------------- > > Key: CONTINUUM-2669 > URL: https://jira.codehaus.org/browse/CONTINUUM-2669 > Project: Continuum > Issue Type: Bug > Components: Distributed Builds > Affects Versions: 1.3.7 > Environment: Linux > Reporter: Krishna > Assignee: Brett Porter > Priority: Blocker > Fix For: 1.4.2 > > > I have continuum 1.3.7, working on tomcat 7.0.20, to enable distributed build management, I have followed the steps to configure the agent as mentioned in the specified link http://continuum.apache.org/docs/1.3.4/administrator_guides/distributed-builds.html > After all the configuration and the settings, I have to below issue in the log > 2011-10-12 04:10:42,274 [http-bio-/10.128.214.83-8080-exec-5] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Checking if project group is in queue > 2011-10-12 04:10:42,284 [http-bio-/10.128.214.83-8080-exec-5] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Retrieving build size of agent > 2011-10-12 04:10:42,284 [pool-8-thread-1] INFO org.apache.continuum.builder.distributed.executor.DistributedBuildProjectTaskExecutor - initializing buildContext > 2011-10-12 04:10:42,354 [pool-8-thread-1] ERROR org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient - Failed to build projects. > java.lang.RuntimeException: Could not execute RPC method buildProjects > at com.atlassian.xmlrpc.RPCCallMethodInterceptor.invoke(RPCCallMethodInterceptor.java:67) > at $Proxy6.buildProjects(Unknown Source) > at org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportClient.buildProjects(SlaveBuildAgentTransportClient.java:78) > at org.apache.continuum.builder.distributed.executor.DistributedBuildProjectTaskExecutor.executeTask(DistributedBuildProjectTaskExecutor.java:113) > 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(Thread.java:619) > 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 > 2011-10-12 04:10:42,354 [pool-8-thread-1] ERROR org.apache.continuum.builder.distributed.executor.DistributedBuildProjectTaskExecutor - Error occurred while building task > 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:113) > 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(Thread.java:619) > Caused by: java.lang.RuntimeException: Could not execute RPC method buildProjects > at com.atlassian.xmlrpc.RPCCallMethodInterceptor.invoke(RPCCallMethodInterceptor.java:67) > at $Proxy6.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 > Please help, Am I missing anything related to configuration? > Thanks for your help...... > Krishna -- This message was sent by Atlassian JIRA (v6.1.6#6162)