You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eduardo de Vera (JIRA)" <ji...@apache.org> on 2006/11/01 13:19:02 UTC

[jira] Created: (SM-731) Unable to run ServiceMix server from Eclipse IDE

Unable to run ServiceMix server from Eclipse IDE
------------------------------------------------

                 Key: SM-731
                 URL: https://issues.apache.org/activemq/browse/SM-731
             Project: ServiceMix
          Issue Type: Bug
          Components: tooling
         Environment: MAC OS X
Eclipse 3.2
WTP 1.5.1
            Reporter: Eduardo de Vera


I was unable to run the ServiceMix server by default since the virtual machine parameters were using the windows notation of directories. According to the servicemix30.serverdef.xml file found under the com.logicblaze.jst.server.servicemix.core_0.1.0/servers plugin directory the Virtual Machine Parameters are:
<vmParameters>
-Xms128m
-Dclassworlds.conf=${serverRootDirectory}\conf\servicemix.conf
-Xmx512m
-Djava.endorsed.dirs=${serverRootDirectory}\lib\endorsed
-Dservicemix.home=${serverRootDirectory}
</vmParameters>

changing the windows style backslash to a normal slash (\ to /) on the configuration makes the service mix server work on Unix type Operating Systems (I have tried it on both, my Mac OS X and my SuSe Linux).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (SM-731) Unable to run ServiceMix server from Eclipse IDE

Posted by "Eduardo de Vera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-731?page=all ]

Eduardo de Vera resolved SM-731.
--------------------------------

    Resolution: Fixed

As mentioned on the issue, this is solved by changing the mentioned windows style directory separator from backslashes to normal slashes.... On the eclipse/plugins/com.logicblaze.jst.server.servicemix.core_0.1.0/servers/servicemix30.serverdef.xml configuration file, right at the vmParameters tag.

> Unable to run ServiceMix server from Eclipse IDE
> ------------------------------------------------
>
>                 Key: SM-731
>                 URL: https://issues.apache.org/activemq/browse/SM-731
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: tooling
>         Environment: MAC OS X
> Eclipse 3.2
> WTP 1.5.1
>            Reporter: Eduardo de Vera
>
> I was unable to run the ServiceMix server by default since the virtual machine parameters were using the windows notation of directories. According to the servicemix30.serverdef.xml file found under the com.logicblaze.jst.server.servicemix.core_0.1.0/servers plugin directory the Virtual Machine Parameters are:
> <vmParameters>
> -Xms128m
> -Dclassworlds.conf=${serverRootDirectory}\conf\servicemix.conf
> -Xmx512m
> -Djava.endorsed.dirs=${serverRootDirectory}\lib\endorsed
> -Dservicemix.home=${serverRootDirectory}
> </vmParameters>
> changing the windows style backslash to a normal slash (\ to /) on the configuration makes the service mix server work on Unix type Operating Systems (I have tried it on both, my Mac OS X and my SuSe Linux).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira