Skip to content

Instantly share code, notes, and snippets.

@dardison
Created February 19, 2014 21:25
Show Gist options
  • Save dardison/9101955 to your computer and use it in GitHub Desktop.
Save dardison/9101955 to your computer and use it in GitHub Desktop.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AW-AppIntegrated 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ AW-AppIntegrated ---
[debug] execute contextualize
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ AW-AppIntegrated ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (default) @ AW-AppIntegrated ---
[debug] execute contextualize
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 1019 resources
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ AW-AppIntegrated ---
[debug] execute contextualize
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ AW-AppIntegrated ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ AW-AppIntegrated ---
[INFO] Surefire report directory: C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- gwt-maven-plugin:2.4.0:compile (default) @ AW-AppIntegrated ---
[INFO] auto discovered modules [com.arballon.web.integrated.AWIntegrated]
[WARNING] Don't declare gwt-dev as a project dependency. This may introduce complex dependency conflicts
[INFO] Compiling module com.arballon.web.integrated.AWIntegrated
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/daniel/.m2/repository/com/arballon/ADKBase/0.0.2-SNAPSHOT/ADKBase-0.0.2-SNAPSHOT.jar!/com/arballon/gwt/core/client/DynamicCostCategoryTypeService.java'
[INFO] [ERROR] Internal compiler error
[INFO] java.lang.OutOfMemoryError: Requested array size exceeds VM limit
[INFO] at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:300)
[INFO] at java.lang.StringCoding.encode(StringCoding.java:344)
[INFO] at java.lang.String.getBytes(String.java:916)
[INFO] at com.google.gwt.dev.util.Util.getBytes(Util.java:391)
[INFO] at com.google.gwt.dev.util.DiskCache.writeString(DiskCache.java:239)
[INFO] at com.google.gwt.user.linker.rpc.RpcLogArtifact.<init>(RpcLogArtifact.java:46)
[INFO] at com.google.gwt.user.rebind.rpc.ProxyCreator.create(ProxyCreator.java:343)
[INFO] at com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator.generateIncrementally(ServiceInterfaceProxyGenerator.java:60)
[INFO] at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:647)
[INFO] at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41)
[INFO] at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:78)
[INFO] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:268)
[INFO] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:257)
[INFO] at com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(DistillerRebindPermutationOracle.java:91)
[INFO] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:96)
[INFO] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:254)
[INFO] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
[INFO] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:173)
[INFO] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
[INFO] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:139)
[INFO] at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:588)
[INFO] at com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:97)
[INFO] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52)
[INFO] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569)
[INFO] at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
[INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
[INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
[INFO] at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
[INFO] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
[INFO] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
[INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
[INFO] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
[INFO]
[ERROR] Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit
[ERROR] at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:300)
[ERROR] at java.lang.StringCoding.encode(StringCoding.java:344)
[ERROR] at java.lang.String.getBytes(String.java:916)
[ERROR] at com.google.gwt.dev.util.Util.getBytes(Util.java:391)
[ERROR] at com.google.gwt.dev.util.DiskCache.writeString(DiskCache.java:239)
[ERROR] at com.google.gwt.user.linker.rpc.RpcLogArtifact.<init>(RpcLogArtifact.java:46)
[ERROR] at com.google.gwt.user.rebind.rpc.ProxyCreator.create(ProxyCreator.java:343)
[ERROR] at com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator.generateIncrementally(ServiceInterfaceProxyGenerator.java:60)
[ERROR] at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:647)
[ERROR] at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41)
[ERROR] at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:78)
[ERROR] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:268)
[ERROR] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:257)
[ERROR] at com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(DistillerRebindPermutationOracle.java:91)
[ERROR] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:96)
[ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:254)
[ERROR] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
[ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:173)
[ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
[ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:139)
[ERROR] at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:588)
[ERROR] at com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:97)
[ERROR] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52)
[ERROR] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569)
[ERROR] at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
[ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
[ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
[ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
[ERROR] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
[ERROR] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
[ERROR] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
[ERROR] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:34.365s
[INFO] Finished at: Wed Feb 19 17:48:27 ART 2014
[INFO] Final Memory: 11M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.4.0:compile (default) on project AW-AppIntegrated: Command [[
[ERROR] C:\Program Files\Java\jdk1.7.0_45\jre\bin\java -XX:MaxPermSize=512m -Xmx12g -classpath C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\src\main\java;C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\src\main\resources;C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\target\classes;C:\Users\daniel\.m2\repository\com\google\gwt\gwt-user\2.4.0\gwt-user-2.4.0.jar;C:\Users\daniel\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Users\daniel\.m2\repository\com\google\gwt\gwt-dev\2.4.0\gwt-dev-2.4.0.jar;C:\Users\daniel\.m2\repository\com\google\gwt\inject\gin\1.5.0\gin-1.5.0.jar;C:\Users\daniel\.m2\repository\com\google\inject\guice\3.0-rc2\guice-3.0-rc2.jar;C:\Users\daniel\.m2\repository\javax\inject\javax.inject\1\javax.inject-1.jar;C:\Users\daniel\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;C:\Users\daniel\.m2\repository\com\google\inject\extensions\guice-assistedinject\3.0-rc2\guice-assistedinject-3.0-rc2.jar;C:\Users\daniel\.m2\repository\com\google\inject\extensions\guice-servlet\3.0\guice-servlet-3.0.jar;C:\Users\daniel\.m2\repository\org\json\json\20090211\json-20090211.jar;C:\Users\daniel\.m2\repository\com\arballon\AW-Desktop\0.0.2-SNAPSHOT\AW-Desktop-0.0.2-SNAPSHOT.jar;C:\Users\daniel\.m2\repository\com\arballon\AW-Framework\0.0.2-SNAPSHOT\AW-Framework-0.0.2-SNAPSHOT.jar;C:\Users\daniel\.m2\repository\junit\junit\4.8.2\junit-4.8.2.jar;C:\Users\daniel\.m2\repository\org\quartz-scheduler\quartz\2.1.6\quartz-2.1.6.jar;C:\Users\daniel\.m2\repository\com\arballon\AW-Common\0.0.2-SNAPSHOT\AW-Common-0.0.2-SNAPSHOT.jar;C:\Users\daniel\.m2\repository\javax\mail\mail\1.4.6\mail-1.4.6.jar;C:\Users\daniel\.m2\repository\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\daniel\.m2\repository\com\arballon\AW-Core\0.0.2-SNAPSHOT\AW-Core-0.0.2-SNAPSHOT.jar;C:\Users\daniel\.m2\repository\net\sf\dozer\dozer\5.3.2\dozer-5.3.2.jar;C:\Users\daniel\.m2\repository\commons-beanutils\commons-beanutils\1.8.3\commons-beanutils-1.8.3.jar;C:\Users\daniel\.m2\repository\commons-lang\commons-lang\2.5\commons-lang-2.5.jar;C:\Users\daniel\.m2\repository\com\arballon\AW-Server\0.0.2-SNAPSHOT\AW-Server-0.0.2-SNAPSHOT.jar;C:\Users\daniel\.m2\repository\org\hibernate\hibernate-entitymanager\3.4.0.GA\hibernate-entitymanager-3.4.0.GA.jar;C:\Users\daniel\.m2\repository\com\arballon\ADKBase\0.0.2-SNAPSHOT\ADKBase-0.0.2-SNAPSHOT.jar;C:\Users\daniel\.m2\repository\com\arballon\AFIPWebService\5.0.3\AFIPWebService-5.0.3.jar;C:\Users\daniel\.m2\repository\com\arballon\cert\5.0\cert-5.0.jar;C:\Users\daniel\.m2\repository\com\arballon\mail\1.4.1\mail-1.4.1.jar;C:\Users\daniel\.m2\repository\axis\axis\1.4\axis-1.4.jar;C:\Users\daniel\.m2\repository\org\apache\axis\axis-jaxrpc\1.4\axis-jaxrpc-1.4.jar;C:\Users\daniel\.m2\repository\org\apache\axis\axis-saaj\1.4\axis-saaj-1.4.jar;C:\Users\daniel\.m2\repository\org\bouncycastle\bcmail-jdk16\1.46\bcmail-jdk16-1.46.jar;C:\Users\daniel\.m2\repository\org\bouncycastle\bcprov-jdk16\1.46\bcprov-jdk16-1.46.jar;C:\Users\daniel\.m2\repository\org\bouncycastle\bctsp-jdk16\1.46\bctsp-jdk16-1.46.jar;C:\Users\daniel\.m2\repository\org\bouncycastle\bcpg-jdk16\1.46\bcpg-jdk16-1.46.jar;C:\Users\daniel\.m2\repository\jaxen\jaxen\1.1.1\jaxen-1.1.1.jar;C:\Users\daniel\.m2\repository\jdom\jdom\1.0\jdom-1.0.jar;C:\Users\daniel\.m2\repository\xerces\xercesImpl\2.6.2\xercesImpl-2.6.2.jar;C:\Users\daniel\.m2\repository\xom\xom\1.0\xom-1.0.jar;C:\Users\daniel\.m2\repository\xerces\xmlParserAPIs\2.6.2\xmlParserAPIs-2.6.2.jar;C:\Users\daniel\.m2\repository\xalan\xalan\2.6.0\xalan-2.6.0.jar;C:\Users\daniel\.m2\repository\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar;C:\Users\daniel\.m2\repository\org\slf4j\slf4j-jcl\1.5.10\slf4j-jcl-1.5.10.jar;C:\Users\daniel\.m2\repository\commons-discovery\commons-discovery\0.2\commons-discovery-0.2.jar;C:\Users\daniel\.m2\repository\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;C:\Users\daniel\.m2\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar;C:\Users\daniel\.m2\repository\com\arballon\gwt-cal\0.9.1\gwt-cal-0.9.1.jar;C:\Users\daniel\.m2\repository\com\arballon\gwt-dnd\3.0.1\gwt-dnd-3.0.1.jar;C:\Users\daniel\.m2\repository\com\arballon\gwttime-alpha\1.0.0\gwttime-alpha-1.0.0.jar;C:\Users\daniel\.m2\repository\com\arballon\gxt\2.2.6\gxt-2.2.6-gwt22.jar;C:\Users\daniel\.m2\repository\com\arballon\gwt-image-loader\1.1.4\gwt-image-loader-1.1.4.jar;C:\Users\daniel\.m2\repository\com\arballon\expander\1.0.2\expander-1.0.2.jar;C:\Users\daniel\.m2\repository\commons-fileupload\commons-fileupload\1.2.1\commons-fileupload-1.2.1.jar;C:\Users\daniel\.m2\repository\commons-io\commons-io\1.3\commons-io-1.3.jar;C:\Users\daniel\.m2\repository\log4j\log4j\1.2.16\log4j-1.2.16.jar;C:\Users\daniel\.m2\repository\com\github\branflake2267\gwt-maps-api\3.10.0-alpha-6\gwt-maps-api-3.10.0-alpha-6.jar;C:\Users\daniel\.m2\repository\com\google\gwt\google-apis\gwt-ajaxloader\1.1.0\gwt-ajaxloader-1.1.0.jar;C:\Users\daniel\.m2\repository\com\sencha\gxt\gxt\3.0.6\gxt-3.0.6.jar;C:\Users\daniel\.m2\repository\com\sencha\gxt\gxt-chart\3.0.6\gxt-chart-3.0.6.jar;C:\Users\daniel\.m2\repository\org\hibernate\hibernate-core\3.3.1.GA\hibernate-core-3.3.1.GA.jar;C:\Users\daniel\.m2\repository\antlr\antlr\2.7.6\antlr-2.7.6.jar;C:\Users\daniel\.m2\repository\commons-collections\commons-collections\3.1\commons-collections-3.1.jar;C:\Users\daniel\.m2\repository\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar;C:\Users\daniel\.m2\repository\xml-apis\xml-apis\1.0.b2\xml-apis-1.0.b2.jar;C:\Users\daniel\.m2\repository\javax\transaction\jta\1.1\jta-1.1.jar;C:\Users\daniel\.m2\repository\org\hibernate\hibernate-annotations\3.4.0.GA\hibernate-annotations-3.4.0.GA.jar;C:\Users\daniel\.m2\repository\org\hibernate\ejb3-persistence\1.0.2.GA\ejb3-persistence-1.0.2.GA.jar;C:\Users\daniel\.m2\repository\org\hibernate\hibernate-commons-annotations\3.1.0.GA\hibernate-commons-annotations-3.1.0.GA.jar;C:\Users\daniel\.m2\repository\javassist\javassist\3.4.GA\javassist-3.4.GA.jar;C:\Users\daniel\.m2\repository\org\hibernate\hibernate-c3p0\3.3.2.GA\hibernate-c3p0-3.3.2.GA.jar;C:\Users\daniel\.m2\repository\c3p0\c3p0\0.9.1\c3p0-0.9.1.jar;C:\Users\daniel\.m2\repository\org\slf4j\slf4j-api\1.5.6\slf4j-api-1.5.6.jar;C:\Users\daniel\.m2\repository\org\slf4j\slf4j-log4j12\1.5.6\slf4j-log4j12-1.5.6.jar;C:\Users\daniel\.m2\repository\com\arballon\oracle\1.0\oracle-1.0.jar;C:\Users\daniel\.m2\repository\com\arballon\sqljdbc4\4.0\sqljdbc4-4.0.jar;C:\Users\daniel\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources.jar;C:\Users\daniel\.m2\repository\org\apache\poi\poi\3.8\poi-3.8.jar;C:\Users\daniel\.m2\repository\commons-codec\commons-codec\1.5\commons-codec-1.5.jar;C:\Users\daniel\.m2\repository\org\apache\poi\poi-scratchpad\3.8\poi-scratchpad-3.8.jar;C:\Users\daniel\.m2\repository\com\itextpdf\itextpdf\5.1.1\itextpdf-5.1.1.jar;C:\Users\daniel\.m2\repository\joda-time\joda-time\1.6.2\joda-time-1.6.2.jar;C:\Users\daniel\.m2\repository\com\google\gwt\gwt-user\2.4.0\gwt-user-2.4.0.jar;C:\Users\daniel\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA.jar;C:\Users\daniel\.m2\repository\javax\validation\validation-api\1.0.0.GA\validation-api-1.0.0.GA-sources.jar;C:\Users\daniel\.m2\repository\com\google\gwt\gwt-dev\2.4.0\gwt-dev-2.4.0.jar com.google.gwt.dev.Compiler -gen C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\target\.generated -logLevel INFO -style OBF -war C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\target\AW-AppIntegrated-0.0.2-SNAPSHOT -localWorkers 1 com.arballon.web.integrated.AWIntegrated
[ERROR] ]] failed with status 1
[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/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment