HPI-Information-Systems/Metanome

internal tool error on MacOS Catalina

Closed this issue · 1 comments

When I try to run metanome on macOS, I can't see any algorithms.

Logs:

➜  deployment-1.2-SNAPSHOT-package_with_tomcat ./run.sh
This script does not support Microsoft Windows please use the run.bat script.

Adding Context  for frontend
Adding Context  for backend
Oct 13, 2019 9:12:03 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
Oct 13, 2019 9:12:03 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8081"]
Oct 13, 2019 9:12:03 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Oct 13, 2019 9:12:03 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Oct 13, 2019 9:12:03 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.5
Oct 13, 2019 9:12:03 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
INFO: Using a shared selector for servlet write/read
Oct 13, 2019 9:12:03 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Oct 13, 2019 9:12:03 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.5
Oct 13, 2019 9:12:03 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
Oct 13, 2019 9:12:04 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
Oct 13, 2019 9:12:04 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Oct 13, 2019 9:12:04 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler [http-nio-8080]
Oct 13, 2019 9:12:07 PM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[Server@18011049]: [Thread[localhost-startStop-1,5,main]]: checkRunning(false) entered
[Server@18011049]: [Thread[localhost-startStop-1,5,main]]: checkRunning(false) exited
Oct 13, 2019 9:12:09 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)

Logs stop here, after >10 min still no message that the server was started. When I open localhost:8080, all requests to localhost:8081 fail with http 500 (doesn't matter if CORS is turned on or off):
Screenshot 2019-10-13 at 21 18 58

How to reproduce:

Solved by using a deployment package built by the repository status