Re: [Release-team] test deployment failure
Well it got further, but still failed everywhere -- see below, this is the kbapi_common module causing trouble. ant -Djar_file=/kb/dev_container/modules/kbapi_common/dist/lib/kbapi_common.jar -Dkb_top=/kb/dev_container dist Buildfile: /kb/dev_container/modules/kbapi_common/build.xml init: compile: [javac] Compiling 1 source file to /kb/dev_container/modules/kbapi_common/build [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:5: package org.codehaus.jackson.annotate.JsonAutoDetect does not exist [javac] import org.codehaus.jackson.annotate.JsonAutoDetect.Visibility; [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:10: package org.codehaus.jackson does not exist [javac] import org.codehaus.jackson.*; [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:11: package org.codehaus.jackson.type does not exist [javac] import org.codehaus.jackson.type.*; [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:12: package org.codehaus.jackson.map does not exist [javac] import org.codehaus.jackson.map.ObjectMapper; [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:18: cannot find symbol [javac] symbol : class ObjectMapper [javac] location: class us.kbase.rpc.Caller [javac] ObjectMapper mapper; [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:24: cannot find symbol [javac] symbol : class ObjectMapper [javac] location: class us.kbase.rpc.Caller [javac] mapper =new ObjectMapper(); [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:102: cannot find symbol [javac] symbol : class JsonGenerator [javac] location: class us.kbase.rpc.Caller [javac] JsonGenerator g = mapper.getJsonFactory().createJsonGenerator(conn.getOutputStream(), JsonEncoding.UTF8); [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:102: cannot find symbol [javac] symbol : variable JsonEncoding [javac] location: class us.kbase.rpc.Caller [javac] JsonGenerator g = mapper.getJsonFactory().createJsonGenerator(conn.getOutputStream(), JsonEncoding.UTF8); [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:126: cannot find symbol [javac] symbol : class JsonParser [javac] location: class us.kbase.rpc.Caller [javac] JsonParser parser = mapper.getJsonFactory().createJsonParser(istream); [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:127: cannot find symbol [javac] symbol : class JsonToken [javac] location: class us.kbase.rpc.Caller [javac] JsonToken t= parser.nextToken(); [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:128: cannot find symbol [javac] symbol : variable JsonToken [javac] location: class us.kbase.rpc.Caller [javac] if (t != JsonToken.START_OBJECT) { throw new Exception("bad parse t=" + t); } [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:136: cannot find symbol [javac] symbol : variable JsonToken [javac] location: class us.kbase.rpc.Caller [javac] if (t == JsonToken.END_OBJECT || t == null) [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:141: cannot find symbol [javac] symbol : variable JsonToken [javac] location: class us.kbase.rpc.Caller [javac] if (t != JsonToken.FIELD_NAME){ throw new Exception("bad parse t=" + t); } [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:153: cannot find symbol [javac] symbol : variable JsonToken [javac] location: class us.kbase.rpc.Caller [javac] if (t != JsonToken.VALUE_STRING) { throw new Exception("bad parse t=" + t); } [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:160: cannot find symbol [javac] symbol : variable JsonToken [javac] location: class us.kbase.rpc.Caller [javac] if (t != JsonToken.START_OBJECT) { throw new Exception("bad parse t=" + t); } [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:162: cannot find symbol [javac] symbol : class TypeReference [javac] location: class us.kbase.rpc.Caller [javac] ret_error = parser.readValueAs(new TypeReference<Map<String, String>>(){}); [javac] ^ [javac] /kb/dev_container/modules/kbapi_common/src/us/kbase/rpc/Caller.java:168: cannot find symbol [javac] symbol : variable JsonToken [javac] location: class us.kbase.rpc.Caller [javac] if (t != JsonToken.VALUE_STRING) { throw new Exception("bad parse t=" + t); } [javac] ^ [javac] 17 errors BUILD FAILED /kb/dev_container/modules/kbapi_common/build.xml:32: Compile failed; see the compiler error output for details. Total time: 0 seconds make[1]: Leaving directory `/kb/dev_container/modules/kbapi_common' make[1]: *** [jar] Error 1 ----- Original Message -----
From: "Dan Olson" <[email protected]> To: [email protected] Sent: Monday, January 28, 2013 12:19:27 PM Subject: Re: [Release-team] test deployment failure
Figured out what this was.. a little dependency of a dependency problem.
I searched manually for dependancies in the dependancies files. kb_seed was a dependancies so it was marked for inclusion. However, I didn't resolve its dependancies. It was dependent on kbapi_common.
Now that kbapi_common is marked for inclusion things are going better.
----- Original Message -----
From: "Dan Olson" <[email protected]> To: [email protected] Sent: Monday, January 28, 2013 12:11:59 PM Subject: [Release-team] test deployment failure
The test deployment failed completely this morning. /kb/deployment doesn't even get created.
I'm not sure what is causing this.
---- Daniel Murphy-Olson Systems Administrator Mathematics & Computer Science Division Argonne National Laboratory 630-252-0055
_______________________________________________ Release-team mailing list [email protected] https://lists.kbase.us/mailman/listinfo/release-team
_______________________________________________ Release-team mailing list [email protected] https://lists.kbase.us/mailman/listinfo/release-team
participants (1)
-
Dan Olson