I am getting essentially the same traceback in 1.3.4 for all distributed
shell builds. My build definition is:
Add/Edit Build Definition
Shell executable*: ./build.sh
Arguments: -branch info sysinfo path-info clean package cleanup
[ ] Build Fresh (Run always a clean checkout instead of an SCM update)
[x] Always Build
[ ] Is it default?
Schedule: None
Build Environment: SunOS 9 Builds
Type: shell
Description: Engineering Build
The Build Result page says:
Build Definition Used
POM filename ./build.sh
Goals
Arguments -branch info sysinfo path-info clean package cleanup
Build Fresh false
Always Build true
Is it default ? false
Schedule None
Build Environment SunOS 9 TLX Builds
Description Engineering Build
java.lang.Exception: Failed to build projects.
...
Caused by: java.lang.RuntimeException: Could not execute RPC method
buildProjects
...
Caused by: org.apache.xmlrpc.common.XmlRpcExtensionException: Null values
aren't supported, if isEnabledForExtensions() == false
...
The "POM filename" and "Goals" lines seem suspicious for a shell build.
Perhaps Continuum is trying to execute the shell build as if it were a
Maven2 build, and failing due to lack of goals?
-- George Snyder
--
View this message in context:
http://www.nabble.com/Build-Agents---XmlRpcExtensionException-tp24105472p25796537.html
Sent from the Continuum - Users mailing list archive at Nabble.com.