You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2010/01/25 14:47:45 UTC

[jira] Created: (SMX4-468) Unable to start admin:create'd instances with the provided bin/karaf command

Unable to start admin:create'd instances with the provided bin/karaf command
----------------------------------------------------------------------------

                 Key: SMX4-468
                 URL: https://issues.apache.org/activemq/browse/SMX4-468
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.0.0
            Reporter: Gert Vanthienen
            Assignee: Gert Vanthienen
             Fix For: 4.1.0


When admin:create'ing a new instance, a startup script named karaf is being generated
{quote}
gert@pantoef:~/opt/apache-servicemix-4.1.0-SNAPSHOT$ bin/admin create test
Creating new instance on port 8102 at: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test
Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin
Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc
Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/system
Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/deploy
Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/data
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/config.properties
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/java.util.logging.properties
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.fileinstall-deploy.cfg
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.log.cfg
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.features.cfg
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.management.cfg
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.ops4j.pax.logging.cfg
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.ops4j.pax.url.mvn.cfg
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/startup.properties
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/users.properties
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/system.properties
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.shell.cfg
*Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin/karaf*
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin/start
Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin/stop
{quote}

This script will delegate back to the KARAF_HOME/bin/karaf script which has been replaced by bin/servicemix, to the created instance can not be started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-468) Unable to start admin:create'd instances with the provided bin/karaf command

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMX4-468.
----------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?view=revision&revision=902809

The bin/ directory now includes both the original karaf script and the servicemix script

> Unable to start admin:create'd instances with the provided bin/karaf command
> ----------------------------------------------------------------------------
>
>                 Key: SMX4-468
>                 URL: https://issues.apache.org/activemq/browse/SMX4-468
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 4.1.0
>
>
> When admin:create'ing a new instance, a startup script named karaf is being generated
> {quote}
> gert@pantoef:~/opt/apache-servicemix-4.1.0-SNAPSHOT$ bin/admin create test
> Creating new instance on port 8102 at: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test
> Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin
> Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc
> Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/system
> Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/deploy
> Creating dir:  /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/data
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/config.properties
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/java.util.logging.properties
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.fileinstall-deploy.cfg
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.log.cfg
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.features.cfg
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.management.cfg
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.ops4j.pax.logging.cfg
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.ops4j.pax.url.mvn.cfg
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/startup.properties
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/users.properties
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/system.properties
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/etc/org.apache.felix.karaf.shell.cfg
> *Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin/karaf*
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin/start
> Creating file: /home/gert/opt/apache-servicemix-4.1.0-SNAPSHOT/instances/test/bin/stop
> {quote}
> This script will delegate back to the KARAF_HOME/bin/karaf script which has been replaced by bin/servicemix, to the created instance can not be started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.