SynBioDex/SBOLCanvas

Upload to SynBioHub does not work

Closed this issue · 0 comments

I created a design in SBOLCanvas. Then, when I click on File -> SBH Upload, I am able to select the collection I want to submit the design to. However when I click upload I get the following error:

<!doctype html><title>HTTP Status 500 – Internal Server Error</title><style type=“text/css”>body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style>

HTTP Status 500 – Internal Server Error


Type Exception Report

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

java.lang.NullPointerException utils.MxToSBOL.linkModuleDefinition(MxToSBOL.java:476) utils.MxToSBOL.setupDocument(MxToSBOL.java:220) utils.MxToSBOL.toSBOL(MxToSBOL.java:86) servlets.SynBioHub.doPost(SynBioHub.java:321) javax.servlet.http.HttpServlet.service(HttpServlet.java:681) javax.servlet.http.HttpServlet.service(HttpServlet.java:764) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) org.apache.catalina.filters.CorsFilter.handleSimpleCORS(CorsFilter.java:264) org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:168) 

Note The full stack trace of the root cause is available in the server logs.


Apache Tomcat/9.0.52