Created
October 4, 2018 22:02
-
-
Save kinow/8f7fa57a8f189f89803e6de769deb2f2 to your computer and use it in GitHub Desktop.
Jena 3.9.0 RC1 error on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ jena-fuseki-webapp --- | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.jena.fuseki.TS_Fuseki | |
[2018-10-05 11:00:09] Admin ERROR [355] Error while deleting database files C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_mem: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_mem\GOSP.dat: The process cannot access the file because it is being used by another process. | |
org.apache.jena.atlas.RuntimeIOException: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_mem\GOSP.dat: The process cannot access the file because it is being used by another process. | |
at org.apache.jena.atlas.io.IO.exception(IO.java:259) | |
at org.apache.jena.atlas.io.IO.deleteAll(IO.java:397) | |
at org.apache.jena.fuseki.mgt.ActionDatasets.execDeleteItem(ActionDatasets.java:372) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.execDelete(ActionContainerItem.java:105) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.perform(ActionContainerItem.java:64) | |
at org.apache.jena.fuseki.ctl.ActionCtl.executeLifecycle(ActionCtl.java:68) | |
at org.apache.jena.fuseki.ctl.ActionCtl.executeAction(ActionCtl.java:62) | |
at org.apache.jena.fuseki.ctl.ActionCtl.execCommonWorker(ActionCtl.java:53) | |
at org.apache.jena.fuseki.servlets.ActionBase.doCommon(ActionBase.java:74) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.doDelete(ActionContainerItem.java:52) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655) | |
at org.apache.jena.fuseki.servlets.FusekiFilter.doFilter(FusekiFilter.java:99) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) | |
at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) | |
at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) | |
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) | |
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) | |
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) | |
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) | |
at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) | |
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.apache.jena.fuseki.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:285) | |
at org.apache.jena.fuseki.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:248) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146) | |
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) | |
at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:690) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.Server.handle(Server.java:503) | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) | |
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) | |
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) | |
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) | |
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) | |
at java.lang.Thread.run(Thread.java:748) | |
Caused by: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_mem\GOSP.dat: The process cannot access the file because it is being used by another process. | |
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) | |
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) | |
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) | |
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269) | |
at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) | |
at java.nio.file.Files.delete(Files.java:1126) | |
at org.apache.jena.atlas.io.IO$1.visitFile(IO.java:383) | |
at org.apache.jena.atlas.io.IO$1.visitFile(IO.java:380) | |
at java.nio.file.Files.walkFileTree(Files.java:2670) | |
at java.nio.file.Files.walkFileTree(Files.java:2742) | |
at org.apache.jena.atlas.io.IO.deleteAll(IO.java:380) | |
... 60 more | |
[2018-10-05 11:00:10] Admin ERROR [359] Error while deleting database files C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb\GOSP.dat: The process cannot access the file because it is being used by another process. | |
org.apache.jena.atlas.RuntimeIOException: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb\GOSP.dat: The process cannot access the file because it is being used by another process. | |
at org.apache.jena.atlas.io.IO.exception(IO.java:259) | |
at org.apache.jena.atlas.io.IO.deleteAll(IO.java:397) | |
at org.apache.jena.fuseki.mgt.ActionDatasets.execDeleteItem(ActionDatasets.java:372) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.execDelete(ActionContainerItem.java:105) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.perform(ActionContainerItem.java:64) | |
at org.apache.jena.fuseki.ctl.ActionCtl.executeLifecycle(ActionCtl.java:68) | |
at org.apache.jena.fuseki.ctl.ActionCtl.executeAction(ActionCtl.java:62) | |
at org.apache.jena.fuseki.ctl.ActionCtl.execCommonWorker(ActionCtl.java:53) | |
at org.apache.jena.fuseki.servlets.ActionBase.doCommon(ActionBase.java:74) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.doDelete(ActionContainerItem.java:52) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655) | |
at org.apache.jena.fuseki.servlets.FusekiFilter.doFilter(FusekiFilter.java:99) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) | |
at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) | |
at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) | |
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) | |
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) | |
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) | |
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) | |
at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) | |
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.apache.jena.fuseki.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:285) | |
at org.apache.jena.fuseki.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:248) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146) | |
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) | |
at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:690) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.Server.handle(Server.java:503) | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) | |
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) | |
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) | |
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) | |
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) | |
at java.lang.Thread.run(Thread.java:748) | |
Caused by: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb\GOSP.dat: The process cannot access the file because it is being used by another process. | |
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) | |
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) | |
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) | |
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269) | |
at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) | |
at java.nio.file.Files.delete(Files.java:1126) | |
at org.apache.jena.atlas.io.IO$1.visitFile(IO.java:383) | |
at org.apache.jena.atlas.io.IO$1.visitFile(IO.java:380) | |
at java.nio.file.Files.walkFileTree(Files.java:2670) | |
at java.nio.file.Files.walkFileTree(Files.java:2742) | |
at org.apache.jena.atlas.io.IO.deleteAll(IO.java:380) | |
... 60 more | |
[2018-10-05 11:00:10] Admin ERROR [363] Error while deleting database files C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb2: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb2\GOSP.dat: The process cannot access the file because it is being used by another process. | |
org.apache.jena.atlas.RuntimeIOException: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb2\GOSP.dat: The process cannot access the file because it is being used by another process. | |
at org.apache.jena.atlas.io.IO.exception(IO.java:259) | |
at org.apache.jena.atlas.io.IO.deleteAll(IO.java:397) | |
at org.apache.jena.fuseki.mgt.ActionDatasets.execDeleteItem(ActionDatasets.java:372) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.execDelete(ActionContainerItem.java:105) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.perform(ActionContainerItem.java:64) | |
at org.apache.jena.fuseki.ctl.ActionCtl.executeLifecycle(ActionCtl.java:68) | |
at org.apache.jena.fuseki.ctl.ActionCtl.executeAction(ActionCtl.java:62) | |
at org.apache.jena.fuseki.ctl.ActionCtl.execCommonWorker(ActionCtl.java:53) | |
at org.apache.jena.fuseki.servlets.ActionBase.doCommon(ActionBase.java:74) | |
at org.apache.jena.fuseki.ctl.ActionContainerItem.doDelete(ActionContainerItem.java:52) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:865) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655) | |
at org.apache.jena.fuseki.servlets.FusekiFilter.doFilter(FusekiFilter.java:99) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) | |
at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) | |
at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) | |
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) | |
at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) | |
at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) | |
at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) | |
at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383) | |
at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) | |
at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642) | |
at org.apache.jena.fuseki.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:285) | |
at org.apache.jena.fuseki.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:248) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1634) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146) | |
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1340) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564) | |
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1242) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) | |
at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:690) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) | |
at org.eclipse.jetty.server.Server.handle(Server.java:503) | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) | |
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) | |
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) | |
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) | |
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) | |
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) | |
at java.lang.Thread.run(Thread.java:748) | |
Caused by: java.nio.file.FileSystemException: C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\FusekiHome\run\databases\db_tdb2\GOSP.dat: The process cannot access the file because it is being used by another process. | |
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) | |
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) | |
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) | |
at sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:269) | |
at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) | |
at java.nio.file.Files.delete(Files.java:1126) | |
at org.apache.jena.atlas.io.IO$1.visitFile(IO.java:383) | |
at org.apache.jena.atlas.io.IO$1.visitFile(IO.java:380) | |
at java.nio.file.Files.walkFileTree(Files.java:2670) | |
at java.nio.file.Files.walkFileTree(Files.java:2742) | |
at org.apache.jena.atlas.io.IO.deleteAll(IO.java:380) | |
... 60 more | |
[ERROR] Tests run: 172, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 7.491 s <<< FAILURE! - in org.apache.jena.fuseki.TS_Fuseki | |
[ERROR] add_delete_api_1(org.apache.jena.fuseki.TestAdminAPI) Time elapsed: 0.206 s <<< FAILURE! | |
java.lang.AssertionError | |
at org.apache.jena.fuseki.TestAdminAPI.testAddDelete(TestAdminAPI.java:84) | |
at org.apache.jena.fuseki.TestAdminAPI.add_delete_api_1(TestAdminAPI.java:49) | |
[ERROR] add_delete_api_2(org.apache.jena.fuseki.TestAdminAPI) Time elapsed: 0.137 s <<< FAILURE! | |
java.lang.AssertionError | |
at org.apache.jena.fuseki.TestAdminAPI.testAddDelete(TestAdminAPI.java:84) | |
at org.apache.jena.fuseki.TestAdminAPI.add_delete_api_2(TestAdminAPI.java:53) | |
[ERROR] add_delete_api_3(org.apache.jena.fuseki.TestAdminAPI) Time elapsed: 0.162 s <<< FAILURE! | |
java.lang.AssertionError | |
at org.apache.jena.fuseki.TestAdminAPI.testAddDelete(TestAdminAPI.java:84) | |
at org.apache.jena.fuseki.TestAdminAPI.add_delete_api_3(TestAdminAPI.java:57) | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[ERROR] Failures: | |
[ERROR] TestAdminAPI.add_delete_api_1:49->testAddDelete:84->Assert.assertFalse:74->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:86 | |
[ERROR] TestAdminAPI.add_delete_api_2:53->testAddDelete:84->Assert.assertFalse:74->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:86 | |
[ERROR] TestAdminAPI.add_delete_api_3:57->testAddDelete:84->Assert.assertFalse:74->Assert.assertFalse:64->Assert.assertTrue:41->Assert.fail:86 | |
[INFO] | |
[ERROR] Tests run: 172, Failures: 3, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] Apache Jena ........................................ SUCCESS [ 8.324 s] | |
[INFO] Apache Jena - Shadowed external libraries .......... SUCCESS [ 2.806 s] | |
[INFO] Apache Jena - IRI .................................. SUCCESS [ 2.543 s] | |
[INFO] Apache Jena - Base Common Environment .............. SUCCESS [ 12.325 s] | |
[INFO] Apache Jena - Core ................................. SUCCESS [01:02 min] | |
[INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ........ SUCCESS [ 57.673 s] | |
[INFO] Apache Jena - RDF Connection ....................... SUCCESS [ 3.272 s] | |
[INFO] Apache Jena - TDB1 (Native Triple Store) ........... SUCCESS [ 27.731 s] | |
[INFO] Apache Jena - Database Operation Environment ....... SUCCESS [ 0.611 s] | |
[INFO] Apache Jena - DBOE Base ............................ SUCCESS [ 3.412 s] | |
[INFO] Apache Jena - DBOE Transactions .................... SUCCESS [ 2.558 s] | |
[INFO] Apache Jena - DBOE Indexes ......................... SUCCESS [ 0.666 s] | |
[INFO] Apache Jena - DBOE Index test suite ................ SUCCESS [ 0.779 s] | |
[INFO] Apache Jena - DBOE Transactional Datastructures .... SUCCESS [ 5.250 s] | |
[INFO] Apache Jena - TDB2 ................................. SUCCESS [ 20.216 s] | |
[INFO] Apache Jena - Libraries POM ........................ SUCCESS [ 0.395 s] | |
[INFO] Apache Jena - Command line tools ................... SUCCESS [ 7.825 s] | |
[INFO] Apache Jena - SPARQL Text Search ................... SUCCESS [ 11.413 s] | |
[INFO] Apache Jena - SPARQL Spatial Search ................ SUCCESS [ 7.347 s] | |
[INFO] Apache Jena - Fuseki - A SPARQL 1.1 Server ......... SUCCESS [ 0.326 s] | |
[INFO] Apache Jena - Fuseki Server Engine ................. SUCCESS [ 6.697 s] | |
[INFO] Apache Jena - Fuseki Server ........................ SUCCESS [ 5.585 s] | |
[INFO] Apache Jena - Fuseki Data Access Control ........... SUCCESS [ 6.862 s] | |
[INFO] Apache Jena - Fuseki Server Jar .................... SUCCESS [ 2.677 s] | |
[INFO] Apache Jena - Fuseki Webapp ........................ FAILURE [ 12.981 s] | |
[INFO] Apache Jena - Fuseki WAR File ...................... SKIPPED | |
[INFO] Apache Jena - Fuseki Server Standalone Jar ......... SKIPPED | |
[INFO] Apache Jena - Fuseki Binary Distribution ........... SKIPPED | |
[INFO] Apache Jena - Integration Testing .................. SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 04:33 min | |
[INFO] Finished at: 2018-10-05T11:00:10+13:00 | |
[INFO] Final Memory: 107M/1330M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project jena-fuseki-webapp: There are test failures. | |
[ERROR] | |
[ERROR] Please refer to C:\Users\kinoshitabd\Development\java\workspace\jena\jena-fuseki2\jena-fuseki-webapp\target\surefire-reports for the individual test results. | |
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. | |
[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 :jena-fuseki-webapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment