Skip to content

Instantly share code, notes, and snippets.

@Rikkola
Created November 25, 2020 12:46
Show Gist options
  • Save Rikkola/2269406fd7006ac1ad136b455367d5c1 to your computer and use it in GitHub Desktop.
Save Rikkola/2269406fd7006ac1ad136b455367d5c1 to your computer and use it in GitHub Desktop.
[INFO] --- gwt-maven-plugin:2.9.0:compile (gwt-compile) @ kie-wb-common-dmn-webapp-standalone ---
[WARNING] Declared compileSourcesArtifact was not found in project dependencies org.kie:kie-dmn-feel-gwt:jar
[INFO] Compiling module org.kie.workbench.common.dmn.showcase.FastCompiledDMNShowcase
[INFO] Tracing compile failure path for type 'org.gwtproject.core.client.JsArrayMixed'
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/Rikkola/.m2/repository/org/jresearch/gwtproject/core/gwt-core/1.1/gwt-core-1.1.jar!/org/gwtproject/core/client/JsArrayMixed.java'
[INFO] [ERROR] Line 40: The method getAnyAt(int) is undefined for the type JsArray<Object>
[INFO] [ERROR] Line 63: The method getAnyAt(int) is undefined for the type JsArray<Object>
[INFO] [ERROR] Line 51: The method getAnyAt(int) is undefined for the type JsArray<Object>
[INFO] Tracing compile failure path for type 'org.gwtproject.core.client.ScriptInjector'
[INFO] [ERROR] Errors in 'jar:file:/C:/Users/Rikkola/.m2/repository/org/jresearch/gwtproject/core/gwt-core/1.1/gwt-core-1.1.jar!/org/gwtproject/core/client/ScriptInjector.java'
[INFO] [ERROR] Line 43: The method getAny(String) is undefined for the type JsPropertyMap<Any>
[INFO] [ERROR] Line 108: The method getAny(String) is undefined for the type JsPropertyMap<Any>
[INFO] [ERROR] Line 239: Void methods cannot return a value
[INFO] [ERROR] Aborting compile due to errors in some input files
[INFO] [ERROR] Error saving compilation unit to cache file: C:\Users\Rikkola\Work\Codes\kie-wb-common\kie-wb-common-dmn\kie-wb-common-dmn-webapp-standalone\target\gwt-unitCache\gwt-unitCache-8c530e985114901166261cb2baf5ec75a6e55b9b-FF35F588CF7564DE259004F02565B00E-00000175FF6ACB8D
[INFO] java.io.IOException: Stream Closed
[INFO] at java.io.RandomAccessFile.seek0(Native Method)
[INFO] at java.io.RandomAccessFile.seek(RandomAccessFile.java:557)
[INFO] at com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:161)
[INFO] at com.google.gwt.dev.util.DiskCacheToken.writeObject(DiskCacheToken.java:73)
[INFO] at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1140)
[INFO] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496)
[INFO] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
[INFO] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
[INFO] at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
[INFO] at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:441)
[INFO] at com.google.gwt.dev.javac.CachedCompilationUnit.writeObject(CachedCompilationUnit.java:230)
[INFO] at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1140)
[INFO] at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496)
[INFO] at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
[INFO] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
[INFO] at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
[INFO] at com.google.gwt.dev.javac.PersistentUnitCacheDir$OpenFile.writeUnit(PersistentUnitCacheDir.java:373)
[INFO] at com.google.gwt.dev.javac.PersistentUnitCacheDir.writeUnit(PersistentUnitCacheDir.java:194)
[INFO] at com.google.gwt.dev.javac.PersistentUnitCache$BackgroundService$6.run(PersistentUnitCache.java:444)
[INFO] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[INFO] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[INFO] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[INFO] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[INFO] at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment