Continuum

Problems running Continuum when installed in path with spaces

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0-alpha-1
  • Fix Version/s: 1.0-alpha-2
  • Component/s: None
  • Labels:
    None
  • Environment:
    Windows XP, Cygwin.
  • Number of attachments :
    0

Description

Having some trouble running continuum when installed inside a path
containing spaces. I'm using cygwin and made the following changes to
bin/plexus.sh to get things running:

116c116
< -classpath "${PLEXUS_HOME}/core/boot/classworlds-1.1-alpha-1.jar" \

> -classpath "${PLEXUS_HOME}"/core/boot/classworlds-*.jar \
122c122
< $MAIN_CLASS "${CONF}"

> $MAIN_CLASS ${CONF}

But get the following error during startup:

[INFO] Starting XML-RPC listener on port '8000'.
Error while deploying application
'continuum-plexus-application-1.0-alpha-1-application.jar'.
java.net.URISyntaxException: Illegal character in path at index 16:
file:/c:/Program
Files/continuum-1.0-alpha-1/apps/continuum-plexus-application-1.0-alpha-1-application.jar

Activity

Hide
Jason van Zyl added a comment -

App server has been fixed to allow the deployment of the apps on windows where the runtime is installed in a directory that contains spaces. Actually tested on windows

Show
Jason van Zyl added a comment - App server has been fixed to allow the deployment of the apps on windows where the runtime is installed in a directory that contains spaces. Actually tested on windows

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: