ContentBox express won't start on Windows

Description

The Railo java agent is incorrectly formatted in Catalina.bat.

-javaagent:$CATALINA_BASE/www/ROOT/WEB-INF/lib/railo-inst.jar

Should be

-javaagent:%CATALINA_BASE%/www/ROOT/WEB-INF/lib/railo-inst.jar

Probably a bad copy/paste from Catalina.sh. It's very difficult to to trouble shoot the error because the batch files close themselves as soon as you double click them before you have a chance to read the error message.

Gliffy Diagrams

Activity

Show:

Brad WoodJuly 3, 2014 at 5:01 PM

Any update on this? Another Windows user just hit this on the mailing list. It should just be as simple as replacing the text $CATALINA_BASE with %CATALINA_BASE%.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Components

Priority

Sentry

Created January 17, 2014 at 7:31 AM
Updated July 3, 2014 at 5:06 PM
Resolved July 3, 2014 at 5:06 PM

Flag notifications