mattrpav commented on issue #349: [WICKET-6647] Upgrade asm to 7.1 in master
URL: https://github.com/apache/wicket/pull/349#issuecomment-477420384
 
 
   My local build is hanging on wicket-core with the test below:
   
   > [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s 
- in org.apache.wicket.pageStore.SerializingPageStoreTest
   [INFO] Running org.apache.wicket.pageStore.FilePageStoreTest
   Exception in thread "Wicket-AsyncPageStore-PageSavingThread" 
java.lang.NullPointerException
        at 
org.apache.wicket.pageStore.FilePageStore.setPageType(FilePageStore.java:352)
        at 
org.apache.wicket.pageStore.FilePageStore.writeFile(FilePageStore.java:223)
        at 
org.apache.wicket.pageStore.FilePageStore.addPersistedPage(FilePageStore.java:196)
        at 
org.apache.wicket.pageStore.AbstractPersistentPageStore.addPage(AbstractPersistentPageStore.java:128)
        at 
org.apache.wicket.pageStore.AsynchronousPageStore$PageAddingRunnable.run(AsynchronousPageStore.java:287)
        at java.base/java.lang.Thread.run(Thread.java:834)
   
   Environment
   -------------
   Oracle JDK 11.2 
   Mac OSX

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to