[
https://issues.apache.org/jira/browse/SYNAPSE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988882#comment-12988882
]
Niek Palm commented on SYNAPSE-729:
-----------------------------------
problem can be solved by replacing lines as follow in synapse-config-migrator.sh
original line (111): if [ ! $1 == '' ]; then
new line: if [ ! $1 = '' ]; then
> synapse-config-migrator.sh not working on Ubuntu, unexpected operator
> ----------------------------------------------------------------------
>
> Key: SYNAPSE-729
> URL: https://issues.apache.org/jira/browse/SYNAPSE-729
> Project: Synapse
> Issue Type: Bug
> Components: Deployment
> Affects Versions: 2.0
> Environment: ubuntu 10.04, sun-jdk 6
> Reporter: Niek Palm
>
> Running the synapse-config-migrator.sh tool gives the follwoing error:[: 125:
> synapse.xml: unexpected operator
> [FATAL] Location of the configuration to be migrated has not been provided.
> Use -h option for help
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]