On 2 April 2012 05:54, Gump <iss...@commons.apache.org> wrote: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at gene...@gump.apache.org. > > Project commons-proxy-test has an issue affecting its community integration. > This issue affects 1 projects, > and has been outstanding for 68 runs. > The current state of this project is 'Failed', with reason 'Build Failed'. > For reference only, the following projects are affected by this: > - commons-proxy-test : Apache Commons > > > Full details are available at: > > http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/index.html > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) were > provided: > -WARNING- Overriding Maven settings: > [/srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml] > -DEBUG- (Apache Gump generated) Apache Maven Settings in: > /srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml > -INFO- Failed with reason build failed > -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/proxy/pom.xml > -INFO- Project Reports in: > /srv/gump/public/workspace/apache-commons/proxy/target/surefire-reports > > > > The following work was performed: > http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/gump_work/build_apache-commons_commons-proxy-test.html > Work Name: build_apache-commons_commons-proxy-test (Type: Build) > Work ended in a state of : Failed > Elapsed: 12 secs > Command Line: /opt/maven2/bin/mvn --batch-mode --settings > /srv/gump/public/workspace/apache-commons/proxy/gump_mvn_settings.xml test > [Working Directory: /srv/gump/public/workspace/apache-commons/proxy] > M2_HOME: /opt/maven2 > --------------------------------------------- > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > Running org.apache.commons.proxy.factory.util.TestMethodSignature > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec > Running org.apache.commons.proxy.provider.TestConstantProvider > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec > Running org.apache.commons.proxy.interceptor.TestFilteredInterceptor > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec > Running org.apache.commons.proxy.interceptor.filter.TestPatternFilter > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec > Running org.apache.commons.proxy.interceptor.TestSerializingInterceptor > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec > Running org.apache.commons.proxy.interceptor.TestInterceptorChain > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec > Running org.apache.commons.proxy.invoker.TestNullInvoker > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec > Running org.apache.commons.proxy.provider.remoting.TestBurlapProvider > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec > Running org.apache.commons.proxy.exception.TestDelegateProviderException > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec > Running org.apache.commons.proxy.invoker.TestChainInvoker > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec > Running org.apache.commons.proxy.factory.javassist.TestJavassistProxyFactory > Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec > Running org.apache.commons.proxy.exception.TestProxyFactoryException > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec > Running org.apache.commons.proxy.interceptor.filter.TestReturnTypeFilter > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec > Running org.apache.commons.proxy.provider.TestBeanProvider > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec > > Results : > > Tests in error: > testInvalidHandlerName(org.apache.commons.proxy.invoker.TestXmlRpcInvoker)
Here's the error details: ------------------------------------------------------------------------------- Test set: org.apache.commons.proxy.invoker.TestXmlRpcInvoker ------------------------------------------------------------------------------- Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.124 sec <<< FAILURE! testInvalidHandlerName(org.apache.commons.proxy.invoker.TestXmlRpcInvoker) Time elapsed: 0.084 sec <<< ERROR! net.sf.cglib.proxy.UndeclaredThrowableException: org.apache.xmlrpc.XmlRpcException-->java.lang.Exception: RPC handler object "invalid" not found and no default handler registered at org.apache.commons.proxy.util.Echo$$EnhancerByCGLIB$$5d837020.echoBack(<generated>) at org.apache.commons.proxy.invoker.TestXmlRpcInvoker.testInvalidHandlerName(TestXmlRpcInvoker.java:100) Caused by: org.apache.xmlrpc.XmlRpcException: java.lang.Exception: RPC handler object "invalid" not found and no default handler registered at org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(Unknown Source) at org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(Unknown Source) at org.apache.xmlrpc.XmlRpcClientWorker.execute(Unknown Source) at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source) at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source) at org.apache.commons.proxy.invoker.XmlRpcInvoker.invoke(XmlRpcInvoker.java:67) at org.apache.commons.proxy.factory.cglib.CglibProxyFactory$InvokerBridge.invoke(CglibProxyFactory.java:142) ... 32 more Anyone familiar with proxy? > > Tests run: 179, Failures: 0, Errors: 1, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /srv/gump/public/workspace/apache-commons/proxy/target/surefire-reports for > the individual test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11 seconds > [INFO] Finished at: Mon Apr 02 04:53:58 UTC 2012 > [INFO] Final Memory: 24M/58M > [INFO] > ------------------------------------------------------------------------ > --------------------------------------------- > > To subscribe to this information via syndicated feeds: > - RSS: > http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/apache-commons/commons-proxy-test/atom.xml > > ============================== Gump Tracking Only === > Produced by Apache Gump(TM) version 2.3. > Gump Run 12000002042012, vmgump.apache.org:vmgump:12000002042012 > Gump E-mail Identifier (unique within run) #26. > > -- > Apache Gump > http://gump.apache.org/ [Instance: vmgump] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org