Java error on first run after successful installation

Hi there,

I think I’ve successfully deployed OB on Windows / Tomcat 7. All the database migrations ran successfully and I’ve sorted out the Java out-of-memory error by giving more memory to the PermGen space. The OB application is showing as running in Tomcat’s manager webapp.

Now I’m trying a first run by typing http://localhost/openboxes in the browser but I get the following error in the Catalina console:

Thanks for any help,

-Eduardo

Huzzah! Congratulations.

That stacktrace is an issue with Grails (fixed in more recent versions of Grails) and can safely be ignored.

The issue you’re running into is that you’re accessing the server on the wrong port (try using port 8080).
http://localhost:8080/openboxes

1 Like

Awesome! It is working now, thank you!