René's URL Explorer Experiment


Title: javax.activation.DataSource not found · Issue #52 · STEMLab/InFactory · GitHub

Open Graph Title: javax.activation.DataSource not found · Issue #52 · STEMLab/InFactory

X Title: javax.activation.DataSource not found · Issue #52 · STEMLab/InFactory

Description: Hello, I have a strange exception using InEditor with InFactory (both the current master versions) with the simple single cell example IndoorGML file export. Below is my exception which is quite odd as I had thought this class is part of...

Open Graph Description: Hello, I have a strange exception using InEditor with InFactory (both the current master versions) with the simple single cell example IndoorGML file export. Below is my exception which is quite od...

X Description: Hello, I have a strange exception using InEditor with InFactory (both the current master versions) with the simple single cell example IndoorGML file export. Below is my exception which is quite od...

Opengraph URL: https://github.com/STEMLab/InFactory/issues/52

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"javax.activation.DataSource not found","articleBody":"Hello,\r\n\r\nI have a strange exception using InEditor with InFactory (both the current master versions) with the simple single cell example IndoorGML file export.\r\n\r\nBelow is my exception which is quite odd as I had thought this class is part of the standard JDK and JRE. If you have any insights please do share.\r\n\r\n```sh\r\njavax.servlet.ServletException: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: javax/activation/DataSource\r\n    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:146)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.Server.handle (Server.java:530)\r\n    at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:347)\r\n    at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:256)\r\n    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:279)\r\n    at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:102)\r\n    at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:124)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:247)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce (EatWhatYouKill.java:140)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:131)\r\n    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:382)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:708)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run (QueuedThreadPool.java:626)\r\n    at java.lang.Thread.run (Thread.java:829)\r\nCaused by: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: javax/activation/DataSource\r\n    at org.springframework.web.servlet.DispatcherServlet.doDispatch (DispatcherServlet.java:1006)\r\n    at org.springframework.web.servlet.DispatcherServlet.doService (DispatcherServlet.java:925)\r\n    at org.springframework.web.servlet.FrameworkServlet.processRequest (FrameworkServlet.java:978)\r\n    at org.springframework.web.servlet.FrameworkServlet.doGet (FrameworkServlet.java:870)\r\n    at javax.servlet.http.HttpServlet.service (HttpServlet.java:687)\r\n    at org.springframework.web.servlet.FrameworkServlet.service (FrameworkServlet.java:855)\r\n    at javax.servlet.http.HttpServlet.service (HttpServlet.java:790)\r\n    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:860)\r\n    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1650)\r\n    at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:206)\r\n    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1637)\r\n    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:533)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:143)\r\n    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:548)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:190)\r\n    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1595)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:188)\r\n    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1253)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:168)\r\n    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:473)\r\n    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1564)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:166)\r\n    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1155)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141)\r\n    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:219)\r\n    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:126)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.Server.handle (Server.java:530)\r\n    at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:347)\r\n    at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:256)\r\n    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:279)\r\n    at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:102)\r\n    at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:124)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:247)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce (EatWhatYouKill.java:140)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:131)\r\n    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:382)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:708)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run (QueuedThreadPool.java:626)\r\n    at java.lang.Thread.run (Thread.java:829)\r\nCaused by: java.lang.NoClassDefFoundError: javax/activation/DataSource\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.\u003cclinit\u003e (RuntimeBuiltinLeafInfoImpl.java:470)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.\u003cinit\u003e (RuntimeTypeInfoSetImpl.java:63)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet (RuntimeModelBuilder.java:128)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet (RuntimeModelBuilder.java:84)\r\n    at com.sun.xml.bind.v2.model.impl.ModelBuilder.\u003cinit\u003e (ModelBuilder.java:162)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.\u003cinit\u003e (RuntimeModelBuilder.java:92)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet (JAXBContextImpl.java:444)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.\u003cinit\u003e (JAXBContextImpl.java:292)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.\u003cinit\u003e (JAXBContextImpl.java:139)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build (JAXBContextImpl.java:1138)\r\n    at com.sun.xml.bind.v2.ContextFactory.createContext (ContextFactory.java:162)\r\n    at com.sun.xml.bind.v2.ContextFactory.createContext (ContextFactory.java:286)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)\r\n    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)\r\n    at java.lang.reflect.Method.invoke (Method.java:566)\r\n    at javax.xml.bind.ContextFinder.newInstance (ContextFinder.java:186)\r\n    at javax.xml.bind.ContextFinder.newInstance (ContextFinder.java:146)\r\n    at javax.xml.bind.ContextFinder.find (ContextFinder.java:350)\r\n    at javax.xml.bind.JAXBContext.newInstance (JAXBContext.java:446)\r\n    at javax.xml.bind.JAXBContext.newInstance (JAXBContext.java:409)\r\n    at javax.xml.bind.JAXBContext.newInstance (JAXBContext.java:313)\r\n    at edu.pnu.stem.binder.Mashaller.marshalIndoorFeatures (Mashaller.java:81)\r\n    at edu.pnu.stem.binder.IndoorGMLMap.Marshall (IndoorGMLMap.java:237)\r\n    at edu.pnu.stem.api.DocumentController.getDocument (DocumentController.java:162)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)\r\n    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)\r\n    at java.lang.reflect.Method.invoke (Method.java:566)\r\n    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke (InvocableHandlerMethod.java:209)\r\n    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest (InvocableHandlerMethod.java:136)\r\n    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle (ServletInvocableHandlerMethod.java:102)\r\n    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod (RequestMappingHandlerAdapter.java:871)\r\n    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal (RequestMappingHandlerAdapter.java:777)\r\n    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle (AbstractHandlerMethodAdapter.java:87)\r\n    at org.springframework.web.servlet.DispatcherServlet.doDispatch (DispatcherServlet.java:991)\r\n    at org.springframework.web.servlet.DispatcherServlet.doService (DispatcherServlet.java:925)\r\n    at org.springframework.web.servlet.FrameworkServlet.processRequest (FrameworkServlet.java:978)\r\n    at org.springframework.web.servlet.FrameworkServlet.doGet (FrameworkServlet.java:870)\r\n    at javax.servlet.http.HttpServlet.service (HttpServlet.java:687)\r\n    at org.springframework.web.servlet.FrameworkServlet.service (FrameworkServlet.java:855)\r\n    at javax.servlet.http.HttpServlet.service (HttpServlet.java:790)\r\n    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:860)\r\n    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1650)\r\n    at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:206)\r\n    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1637)\r\n    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:533)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:143)\r\n    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:548)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:190)\r\n    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1595)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:188)\r\n    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1253)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:168)\r\n    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:473)\r\n    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1564)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:166)\r\n    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1155)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141)\r\n    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:219)\r\n    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:126)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.Server.handle (Server.java:530)\r\n    at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:347)\r\n    at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:256)\r\n    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:279)\r\n    at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:102)\r\n    at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:124)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:247)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce (EatWhatYouKill.java:140)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:131)\r\n    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:382)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:708)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run (QueuedThreadPool.java:626)\r\n    at java.lang.Thread.run (Thread.java:829)\r\nCaused by: java.lang.ClassNotFoundException: javax.activation.DataSource\r\n    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass (SelfFirstStrategy.java:50)\r\n    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass (ClassRealm.java:271)\r\n    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass (ClassRealm.java:247)\r\n    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass (ClassRealm.java:239)\r\n    at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass (WebAppClassLoader.java:565)\r\n    at java.lang.ClassLoader.loadClass (ClassLoader.java:522)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.\u003cclinit\u003e (RuntimeBuiltinLeafInfoImpl.java:470)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.\u003cinit\u003e (RuntimeTypeInfoSetImpl.java:63)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet (RuntimeModelBuilder.java:128)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet (RuntimeModelBuilder.java:84)\r\n    at com.sun.xml.bind.v2.model.impl.ModelBuilder.\u003cinit\u003e (ModelBuilder.java:162)\r\n    at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.\u003cinit\u003e (RuntimeModelBuilder.java:92)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet (JAXBContextImpl.java:444)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.\u003cinit\u003e (JAXBContextImpl.java:292)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.\u003cinit\u003e (JAXBContextImpl.java:139)\r\n    at com.sun.xml.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build (JAXBContextImpl.java:1138)\r\n    at com.sun.xml.bind.v2.ContextFactory.createContext (ContextFactory.java:162)\r\n    at com.sun.xml.bind.v2.ContextFactory.createContext (ContextFactory.java:286)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)\r\n    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)\r\n    at java.lang.reflect.Method.invoke (Method.java:566)\r\n    at javax.xml.bind.ContextFinder.newInstance (ContextFinder.java:186)\r\n    at javax.xml.bind.ContextFinder.newInstance (ContextFinder.java:146)\r\n    at javax.xml.bind.ContextFinder.find (ContextFinder.java:350)\r\n    at javax.xml.bind.JAXBContext.newInstance (JAXBContext.java:446)\r\n    at javax.xml.bind.JAXBContext.newInstance (JAXBContext.java:409)\r\n    at javax.xml.bind.JAXBContext.newInstance (JAXBContext.java:313)\r\n    at edu.pnu.stem.binder.Mashaller.marshalIndoorFeatures (Mashaller.java:81)\r\n    at edu.pnu.stem.binder.IndoorGMLMap.Marshall (IndoorGMLMap.java:237)\r\n    at edu.pnu.stem.api.DocumentController.getDocument (DocumentController.java:162)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)\r\n    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)\r\n    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)\r\n    at java.lang.reflect.Method.invoke (Method.java:566)\r\n    at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke (InvocableHandlerMethod.java:209)\r\n    at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest (InvocableHandlerMethod.java:136)\r\n    at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle (ServletInvocableHandlerMethod.java:102)\r\n    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod (RequestMappingHandlerAdapter.java:871)\r\n    at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal (RequestMappingHandlerAdapter.java:777)\r\n    at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle (AbstractHandlerMethodAdapter.java:87)\r\n    at org.springframework.web.servlet.DispatcherServlet.doDispatch (DispatcherServlet.java:991)\r\n    at org.springframework.web.servlet.DispatcherServlet.doService (DispatcherServlet.java:925)\r\n    at org.springframework.web.servlet.FrameworkServlet.processRequest (FrameworkServlet.java:978)\r\n    at org.springframework.web.servlet.FrameworkServlet.doGet (FrameworkServlet.java:870)\r\n    at javax.servlet.http.HttpServlet.service (HttpServlet.java:687)\r\n    at org.springframework.web.servlet.FrameworkServlet.service (FrameworkServlet.java:855)\r\n    at javax.servlet.http.HttpServlet.service (HttpServlet.java:790)\r\n    at org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:860)\r\n    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1650)\r\n    at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter (WebSocketUpgradeFilter.java:206)\r\n    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter (ServletHandler.java:1637)\r\n    at org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:533)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:143)\r\n    at org.eclipse.jetty.security.SecurityHandler.handle (SecurityHandler.java:548)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:190)\r\n    at org.eclipse.jetty.server.session.SessionHandler.doHandle (SessionHandler.java:1595)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle (ScopedHandler.java:188)\r\n    at org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1253)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:168)\r\n    at org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:473)\r\n    at org.eclipse.jetty.server.session.SessionHandler.doScope (SessionHandler.java:1564)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope (ScopedHandler.java:166)\r\n    at org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1155)\r\n    at org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141)\r\n    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:219)\r\n    at org.eclipse.jetty.server.handler.HandlerCollection.handle (HandlerCollection.java:126)\r\n    at org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:132)\r\n    at org.eclipse.jetty.server.Server.handle (Server.java:530)\r\n    at org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:347)\r\n    at org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:256)\r\n    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded (AbstractConnection.java:279)\r\n    at org.eclipse.jetty.io.FillInterest.fillable (FillInterest.java:102)\r\n    at org.eclipse.jetty.io.ChannelEndPoint$2.run (ChannelEndPoint.java:124)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce (EatWhatYouKill.java:247)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce (EatWhatYouKill.java:140)\r\n    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run (EatWhatYouKill.java:131)\r\n    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run (ReservedThreadExecutor.java:382)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:708)\r\n    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run (QueuedThreadPool.java:626)\r\n    at java.lang.Thread.run (Thread.java:829)\r\n```\r\n\r\nSystem is Ubuntu 20.04 on WSL2 on Win10. Java version is OpenJDK 11.0.13 (2021-10-19). Client browser is Chrome 96.0.4664.110 (the latest) on Win10.\r\n\r\nThanks in advance!\r\n","author":{"url":"https://github.com/adamfowleruk","@type":"Person","name":"adamfowleruk"},"datePublished":"2021-12-28T00:28:20.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/52/InFactory/issues/52"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ab47e32c-3d81-678c-1847-f08d2d963a3b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC0BC:16C680:145D80C:19D422E:699167BE
html-safe-nonce3ef189298cb1dc01a32492bcbb2dfa16c8a3c63bfbae40ba70511a3d2b8ce0cb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMEJDOjE2QzY4MDoxNDVEODBDOjE5RDQyMkU6Njk5MTY3QkUiLCJ2aXNpdG9yX2lkIjoiODA0NzAzMjgzMzQ4MzM0NTI2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac9b3d681ada60a97ab96eb4562bce118bcf89ea5ce304d00a32906c0a2295f06f
hovercard-subject-tagissue:1089535456
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/STEMLab/InFactory/52/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e51d36d9a04423d3dadeba10d014cb607592a92ee150c5168e386b1f05412194/STEMLab/InFactory/issues/52
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e51d36d9a04423d3dadeba10d014cb607592a92ee150c5168e386b1f05412194/STEMLab/InFactory/issues/52
og:image:altHello, I have a strange exception using InEditor with InFactory (both the current master versions) with the simple single cell example IndoorGML file export. Below is my exception which is quite od...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameadamfowleruk
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/STEMLab/InFactory git https://github.com/STEMLab/InFactory.git
octolytics-dimension-user_id15979942
octolytics-dimension-user_loginSTEMLab
octolytics-dimension-repository_id103398213
octolytics-dimension-repository_nwoSTEMLab/InFactory
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id103398213
octolytics-dimension-repository_network_root_nwoSTEMLab/InFactory
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/STEMLab/InFactory/issues/52#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FSTEMLab%2FInFactory%2Fissues%2F52
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FSTEMLab%2FInFactory%2Fissues%2F52
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=STEMLab%2FInFactory
Reloadhttps://patch-diff.githubusercontent.com/STEMLab/InFactory/issues/52
Reloadhttps://patch-diff.githubusercontent.com/STEMLab/InFactory/issues/52
Reloadhttps://patch-diff.githubusercontent.com/STEMLab/InFactory/issues/52
STEMLab https://patch-diff.githubusercontent.com/STEMLab
InFactoryhttps://patch-diff.githubusercontent.com/STEMLab/InFactory
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FSTEMLab%2FInFactory
Fork 12 https://patch-diff.githubusercontent.com/login?return_to=%2FSTEMLab%2FInFactory
Star 19 https://patch-diff.githubusercontent.com/login?return_to=%2FSTEMLab%2FInFactory
Code https://patch-diff.githubusercontent.com/STEMLab/InFactory
Issues 1 https://patch-diff.githubusercontent.com/STEMLab/InFactory/issues
Pull requests 15 https://patch-diff.githubusercontent.com/STEMLab/InFactory/pulls
Actions https://patch-diff.githubusercontent.com/STEMLab/InFactory/actions
Wiki https://patch-diff.githubusercontent.com/STEMLab/InFactory/wiki
Security 0 https://patch-diff.githubusercontent.com/STEMLab/InFactory/security
Insights https://patch-diff.githubusercontent.com/STEMLab/InFactory/pulse
Code https://patch-diff.githubusercontent.com/STEMLab/InFactory
Issues https://patch-diff.githubusercontent.com/STEMLab/InFactory/issues
Pull requests https://patch-diff.githubusercontent.com/STEMLab/InFactory/pulls
Actions https://patch-diff.githubusercontent.com/STEMLab/InFactory/actions
Wiki https://patch-diff.githubusercontent.com/STEMLab/InFactory/wiki
Security https://patch-diff.githubusercontent.com/STEMLab/InFactory/security
Insights https://patch-diff.githubusercontent.com/STEMLab/InFactory/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/STEMLab/InFactory/issues/52
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/STEMLab/InFactory/issues/52
javax.activation.DataSource not foundhttps://patch-diff.githubusercontent.com/STEMLab/InFactory/issues/52#top
https://github.com/adamfowleruk
https://github.com/adamfowleruk
adamfowlerukhttps://github.com/adamfowleruk
on Dec 28, 2021https://github.com/STEMLab/InFactory/issues/52#issue-1089535456
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.