Skip to content

Instantly share code, notes, and snippets.

@maeste
Created March 4, 2014 21:31
Show Gist options
  • Save maeste/9356145 to your computer and use it in GitHub Desktop.
Save maeste/9356145 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.558s
[INFO] Finished at: Tue Mar 04 22:23:53 CET 2014
[INFO] Final Memory: 175M/829M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-controller: Compilation failure: Compilation failure:
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[32,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[33,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[34,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[35,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[36,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[37,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[38,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[48,26] cannot find symbol
[ERROR] symbol: class MarshallingConfiguration
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[50,12] cannot find symbol
[ERROR] symbol: class Marshaller
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[54,12] cannot find symbol
[ERROR] symbol: class ByteOutput
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[66,12] cannot find symbol
[ERROR] symbol: class Unmarshaller
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[70,12] cannot find symbol
[ERROR] symbol: class ByteInput
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[87,20] cannot find symbol
[ERROR] symbol: class MarshallerFactory
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[32,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[33,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[34,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[35,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[36,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[37,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[38,29] package org.jboss.marshalling does not exist
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[48,26] cannot find symbol
[ERROR] symbol: class MarshallingConfiguration
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[50,12] cannot find symbol
[ERROR] symbol: class Marshaller
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[54,12] cannot find symbol
[ERROR] symbol: class ByteOutput
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[66,12] cannot find symbol
[ERROR] symbol: class Unmarshaller
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[70,12] cannot find symbol
[ERROR] symbol: class ByteInput
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[87,20] cannot find symbol
[ERROR] symbol: class MarshallerFactory
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[48,71] cannot find symbol
[ERROR] symbol: class MarshallingConfiguration
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[63,16] cannot find symbol
[ERROR] symbol: variable Marshalling
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[84,16] cannot find symbol
[ERROR] symbol: variable Marshalling
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[88,9] cannot find symbol
[ERROR] symbol: class MarshallerFactory
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] /home/maeste/project/RH/jboss-as/controller/src/main/java/org/jboss/as/controller/remote/MarshallingUtil.java:[88,37] cannot find symbol
[ERROR] symbol: variable Marshalling
[ERROR] location: class org.jboss.as.controller.remote.MarshallingUtil
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :wildfly-controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment