See <
http://hudson.qa.jboss.com/hudson/job/Errai-CDI/180/>
------------------------------------------
[...truncated 508 lines...]
[INFO] try {
[INFO] final org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription n = new
org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription();
[INFO] return n;
[INFO] }
[INFO] catch (Exception e) {
[INFO] e.printStackTrace();
[INFO] throw new RuntimeException("could not demarshall type:
org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription; value=" + o,
e);
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO]
[INFO]
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeMarshallers.addMarshaller(
[INFO] org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription.class,
[INFO] new
org.jboss.errai.common.client.types.Marshaller<org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription>()
{
[INFO] public String
marshall(org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription o,
org.jboss.errai.common.client.types.EncodingContext ctx) {
[INFO] if (ctx.isEncoded(o)) return
"{\"__EncodedType\":\"org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription\",\"__ObjectID\":\"$"
+ ctx.markRef(o) + "\"}";
[INFO]
[INFO] try {
[INFO]
[INFO] ctx.markEncoded(o);
[INFO] StringBuilder json = new
StringBuilder("{\"__EncodedType\":\"org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloudSubscription\",\"__ObjectID\":\""
+ o.hashCode() + "\"");
[INFO]
[INFO] return json.append("}").toString();
[INFO]
[INFO]
[INFO] }
[INFO] catch (Exception e) {
[INFO] System.out.println("o=" + o + ";ctx=" + ctx);
[INFO] e.printStackTrace();
[INFO] return null;
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO] Generated marshaller/demarshaller for: TagCloudSubscription
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeDemarshallers.addDemarshaller(
[INFO] org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud.class,
[INFO] new
org.jboss.errai.common.client.types.Demarshaller<org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud>()
{
[INFO] public org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud
demarshall(com.google.gwt.json.client.JSONObject o,
org.jboss.errai.common.client.types.DecodingContext decodingContext) {
[INFO] Object v = null;
[INFO] try {
[INFO] final org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud n = new
org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud();
[INFO]
[INFO] v =
org.jboss.errai.common.client.types.JSONTypeHelper.convert(o.get("tags"),
java.util.Map.class, decodingContext);
[INFO] if (v instanceof org.jboss.errai.common.client.types.UnsatisfiedForwardLookup)
{
[INFO] org.jboss.errai.common.client.types.UnsatisfiedForwardLookup usfl =
(org.jboss.errai.common.client.types.UnsatisfiedForwardLookup) v;
[INFO] usfl.setPath("setTags()");
[INFO] usfl.setBinder(new org.jboss.errai.common.client.types.DeferredBinder() {
[INFO] public void bind(Object v) {
[INFO] n.setTags((java.util.Map) v);
[INFO] }
[INFO] });
[INFO]
[INFO] decodingContext.addUnsatisfiedDependency(n, usfl);
[INFO] } else {
[INFO] n.setTags((java.util.Map) v);
[INFO] }
[INFO]
[INFO] JSONNumber minFrequency = o.get("minFrequency").isNumber(); if
(minFrequency != null) { n.setMinFrequency(new
Double(minFrequency.doubleValue()).intValue());}
[INFO]
[INFO] JSONNumber maxFrequency = o.get("maxFrequency").isNumber(); if
(maxFrequency != null) { n.setMaxFrequency(new
Double(maxFrequency.doubleValue()).intValue());}
[INFO]
[INFO] return n;
[INFO] }
[INFO] catch (Exception e) {
[INFO] e.printStackTrace();
[INFO] throw new RuntimeException("could not demarshall type:
org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud; value=" + o, e);
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO]
[INFO]
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeMarshallers.addMarshaller(
[INFO] org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud.class,
[INFO] new
org.jboss.errai.common.client.types.Marshaller<org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud>()
{
[INFO] public String
marshall(org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud o,
org.jboss.errai.common.client.types.EncodingContext ctx) {
[INFO] if (ctx.isEncoded(o)) return
"{\"__EncodedType\":\"org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud\",\"__ObjectID\":\"$"
+ ctx.markRef(o) + "\"}";
[INFO]
[INFO] try {
[INFO]
[INFO] ctx.markEncoded(o);
[INFO] StringBuilder json = new
StringBuilder("{\"__EncodedType\":\"org.jboss.errai.cdi.demo.tagcloud.client.shared.TagCloud\",\"__ObjectID\":\""
+ o.hashCode() + "\"");
[INFO]
[INFO] json.append(",");
[INFO] org.jboss.errai.common.client.json.JSONEncoderCli jsonEncoder = new
org.jboss.errai.common.client.json.JSONEncoderCli();
[INFO]
json.append("\"tags\":").append(jsonEncoder.encode(o.getTags(),
ctx)).append(",\"minFrequency\":").append(jsonEncoder.encode(o.getMinFrequency(),
ctx)).append(",\"maxFrequency\":").append(jsonEncoder.encode(o.getMaxFrequency(),
ctx)).append("}");
[INFO] return json.toString();
[INFO]
[INFO]
[INFO] }
[INFO] catch (Exception e) {
[INFO] System.out.println("o=" + o + ";ctx=" + ctx);
[INFO] e.printStackTrace();
[INFO] return null;
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO] Generated marshaller/demarshaller for: TagCloud
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeDemarshallers.addDemarshaller(
[INFO] org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag.class,
[INFO] new
org.jboss.errai.common.client.types.Demarshaller<org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag>()
{
[INFO] public org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag
demarshall(com.google.gwt.json.client.JSONObject o,
org.jboss.errai.common.client.types.DecodingContext decodingContext) {
[INFO] Object v = null;
[INFO] try {
[INFO] final org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag n = new
org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag();
[INFO]
[INFO] v =
org.jboss.errai.common.client.types.JSONTypeHelper.convert(o.get("created"),
java.util.Date.class, decodingContext);
[INFO] if (v instanceof org.jboss.errai.common.client.types.UnsatisfiedForwardLookup)
{
[INFO] org.jboss.errai.common.client.types.UnsatisfiedForwardLookup usfl =
(org.jboss.errai.common.client.types.UnsatisfiedForwardLookup) v;
[INFO] usfl.setPath("setCreated()");
[INFO] usfl.setBinder(new org.jboss.errai.common.client.types.DeferredBinder() {
[INFO] public void bind(Object v) {
[INFO] n.setCreated((java.util.Date) v);
[INFO] }
[INFO] });
[INFO]
[INFO] decodingContext.addUnsatisfiedDependency(n, usfl);
[INFO] } else {
[INFO] n.setCreated((java.util.Date) v);
[INFO] }
[INFO]
[INFO] JSONString name = o.get("name").isString(); if (name != null) {
n.setName(name.stringValue()); }
[INFO]
[INFO] JSONNumber frequency = o.get("frequency").isNumber(); if (frequency !=
null) { n.setFrequency(new Double(frequency.doubleValue()).intValue());}
[INFO]
[INFO] return n;
[INFO] }
[INFO] catch (Exception e) {
[INFO] e.printStackTrace();
[INFO] throw new RuntimeException("could not demarshall type:
org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag; value=" + o, e);
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO]
[INFO]
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeMarshallers.addMarshaller(
[INFO] org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag.class,
[INFO] new
org.jboss.errai.common.client.types.Marshaller<org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag>()
{
[INFO] public String marshall(org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag
o, org.jboss.errai.common.client.types.EncodingContext ctx) {
[INFO] if (ctx.isEncoded(o)) return
"{\"__EncodedType\":\"org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag\",\"__ObjectID\":\"$"
+ ctx.markRef(o) + "\"}";
[INFO]
[INFO] try {
[INFO]
[INFO] ctx.markEncoded(o);
[INFO] StringBuilder json = new
StringBuilder("{\"__EncodedType\":\"org.jboss.errai.cdi.demo.tagcloud.client.shared.Tag\",\"__ObjectID\":\""
+ o.hashCode() + "\"");
[INFO]
[INFO] json.append(",");
[INFO] org.jboss.errai.common.client.json.JSONEncoderCli jsonEncoder = new
org.jboss.errai.common.client.json.JSONEncoderCli();
[INFO]
json.append("\"created\":").append(jsonEncoder.encode(o.getCreated(),
ctx)).append(",\"name\":").append(jsonEncoder.encode(o.getName(),
ctx)).append(",\"frequency\":").append(jsonEncoder.encode(o.getFrequency(),
ctx)).append("}");
[INFO] return json.toString();
[INFO]
[INFO]
[INFO] }
[INFO] catch (Exception e) {
[INFO] System.out.println("o=" + o + ";ctx=" + ctx);
[INFO] e.printStackTrace();
[INFO] return null;
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO] Generated marshaller/demarshaller for: Tag
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeDemarshallers.addDemarshaller(
[INFO] org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent.class,
[INFO] new
org.jboss.errai.common.client.types.Demarshaller<org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent>()
{
[INFO] public org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent
demarshall(com.google.gwt.json.client.JSONObject o,
org.jboss.errai.common.client.types.DecodingContext decodingContext) {
[INFO] Object v = null;
[INFO] try {
[INFO] final org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent n = new
org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent();
[INFO] return n;
[INFO] }
[INFO] catch (Exception e) {
[INFO] e.printStackTrace();
[INFO] throw new RuntimeException("could not demarshall type:
org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent; value=" + o, e);
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO]
[INFO]
[INFO]
[INFO] org.jboss.errai.common.client.types.TypeMarshallers.addMarshaller(
[INFO] org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent.class,
[INFO] new
org.jboss.errai.common.client.types.Marshaller<org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent>()
{
[INFO] public String
marshall(org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent o,
org.jboss.errai.common.client.types.EncodingContext ctx) {
[INFO] if (ctx.isEncoded(o)) return
"{\"__EncodedType\":\"org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent\",\"__ObjectID\":\"$"
+ ctx.markRef(o) + "\"}";
[INFO]
[INFO] try {
[INFO]
[INFO] ctx.markEncoded(o);
[INFO] StringBuilder json = new
StringBuilder("{\"__EncodedType\":\"org.jboss.errai.enterprise.client.cdi.events.BusReadyEvent\",\"__ObjectID\":\""
+ o.hashCode() + "\"");
[INFO]
[INFO] return json.append("}").toString();
[INFO]
[INFO]
[INFO] }
[INFO] catch (Exception e) {
[INFO] System.out.println("o=" + o + ";ctx=" + ctx);
[INFO] e.printStackTrace();
[INFO] return null;
[INFO] }
[INFO] }
[INFO] }
[INFO] );
[INFO] Generated marshaller/demarshaller for: BusReadyEvent
[INFO] Checking ErraiApp.properties for configured types ...
[INFO] Rebinding org.jboss.errai.bus.client.ext.ExtensionsLoader
[INFO] Invoking generator org.jboss.errai.bus.rebind.ExtensionProxyGenerator
[INFO] Generating Extensions Bootstrapper...
[INFO] Rebinding org.jboss.errai.bus.client.ext.ExtensionsLoader
[INFO] Invoking generator org.jboss.errai.bus.rebind.ExtensionProxyGenerator
[INFO] Generating Extensions Bootstrapper...
[INFO] Rebinding org.jboss.errai.bus.client.ext.ExtensionsLoader
[INFO] Invoking generator org.jboss.errai.bus.rebind.ExtensionProxyGenerator
[INFO] Generating Extensions Bootstrapper...
[INFO] Rebinding org.jboss.errai.bus.client.ext.ExtensionsLoader
[INFO] Invoking generator org.jboss.errai.bus.rebind.ExtensionProxyGenerator
[INFO] Generating Extensions Bootstrapper...
[INFO] Rebinding org.jboss.errai.bus.client.ext.ExtensionsLoader
[INFO] Invoking generator org.jboss.errai.bus.rebind.ExtensionProxyGenerator
[INFO] Generating Extensions Bootstrapper...
[INFO] [ERROR] Cannot proceed due to previous errors
[JENKINS] Archiving
<
http://hudson.qa.jboss.com/hudson/job/Errai-CDI/ws/demos/errai-cdi-tagclo...
to
/qa/hudson_master/hudson_home/hudson_workspace/jobs/Errai-CDI/modules/com.jboss.jbossworld.2011$infinispan-visualizer/builds/2011-09-02_02-16-31/archive/com.jboss.jbossworld.2011/infinispan-visualizer/1.0-SNAPSHOT/infinispan-visualizer-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Command [[
/bin/sh -c /qa/tools/opt/ia64/jdk1.6.0_26/jre/bin/java -Xmx512m
-Derrai.tools.bus_monitor_attach=true -classpath
<
http://hudson.qa.jboss.com/hudson/job/Errai-CDI/ws/demos/errai-cdi-tagclo...
com.google.gwt.dev.Compiler -gen
<
http://hudson.qa.jboss.com/hudson/job/Errai-CDI/ws/demos/errai-cdi-tagclo...
-logLevel INFO -style OBF -war
<
http://hudson.qa.jboss.com/hudson/job/Errai-CDI/ws/demos/errai-cdi-tagclo...
-localWorkers 2 org.jboss.errai.cdi.demo.tagcloud.TagCloudDemo
]] failed with status 1
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 51 seconds
[INFO] Finished at: Fri Sep 02 02:21:36 EDT 2011
[INFO] Final Memory: 229M/533M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: errai-dev(a)lists.jboss.org
channel stopped