Menu

#5 sed: can't read switch.sh.token: No such file or directory

v3.1
open
3
2007-10-31
2007-10-31
No

While running the deploy.sh script I got this error:

sed: can't read switch.sh.token: No such file or directory

Here is the entire history (it also says 3.0 at the top though I'm installing 3.1):

*****************************************************************
WORKFLOW 3.0 INSTALLATION
*****************************************************************

*********************************************************************
DEPLOYMENT DIRECTORY: This is the location where the Workflow is
installed. The default install location is user's working directory:
/opt/workflow-3.1
*********************************************************************

Enter a different install location to change the default -->

The Installation directory is /opt/workflow-3.1
WF_ROOT variable is set to /opt/workflow-3.1

*****************************************************************
ID GENERATOR : This Java class is used by the Workflow to generate
the unique ids of the Command and CommandSets. The default Workflow
id generator class is: org.tigr.workflow.common.FileIDGenerator,
which is a file based id generator.
Please specify a custom id generator API, if you have one.
*****************************************************************

Enter a different qualified class name to change the default -->

Id generator class to be used is org.tigr.workflow.common.FileIDGenerator

*********************************************************************
GRID TYPE: This is the name of the grid software, if used any by the
the user. Supported grid types are 'condor' and 'sge'.
Skip this, if no grid support is required.
*********************************************************************

Enter a grid type to be supported -->

No Grid support is requested.
sed: can't read switch.sh.token: No such file or directory

Workflow is installed under /opt/workflow-3.1.
Source /opt/workflow-3.1/exec_env.tcsh file to start using the tools.

Workflow deployment complete !!

Discussion