[
https://issues.apache.org/jira/browse/KARAF-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769005#comment-16769005
]
Jean-Baptiste Onofré edited comment on KARAF-6153 at 2/15/19 6:51 AM:
----------------------------------------------------------------------
[~martin.krueger] due to a limitation in the resource plugin, we can't have two
executions as the delimiter can't be located in the execution configuration
section (it has to be global configuration). That's a quick fix anyway (I
prefer to have instances working than the warning). I will find a better way.
was (Author: jbonofre):
[~martin.krueger] due to a limitation in the resource plugin, we can't have two
execution as the delimiter can't be located in the execution section (it has to
be global configuration). That's a quick fix anyway (I prefer to have instances
working than the warning). I will find a better way.
> Instance fails to start
> -----------------------
>
> Key: KARAF-6153
> URL: https://issues.apache.org/jira/browse/KARAF-6153
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.2.2, 4.2.3
> Reporter: Akhil Grover
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.3.0, 4.2.4
>
> Attachments: karaf.log
>
>
> Karaf creates a new instance but the instance does not start.
> {code}
> karaf@root()> instance:create test
> karaf@root()> instance:list
> SSH Port | SSH Host | RMI Registry | RMI Registry Host | RMI Server | RMI
> Server Host | State | PID | Name
> ---------+----------+--------------+-------------------+------------+-----------------+---------+-------+-----
> 8101 | 0.0.0.0 | 1099 | 127.0.0.1 | 44444 | 127.0.0.1 | Started | 28644 |
> root
> 8102 | 0.0.0.0 | 1100 | 127.0.0.1 | 44445 | 127.0.0.1 | Stopped | 0 | test
> karaf@root()> instance:start test
> karaf@root()> instance:list
> SSH Port | SSH Host | RMI Registry | RMI Registry Host | RMI Server | RMI
> Server Host | State | PID | Name
> ---------+----------+--------------+-------------------+------------+-----------------+---------+-------+-----
> 8101 | 0.0.0.0 | 1099 | 127.0.0.1 | 44444 | 127.0.0.1 | Started | 28644 |
> root
> 8102 | 0.0.0.0 | 1100 | 127.0.0.1 | 44445 | 127.0.0.1 | Stopped | 0 | test
> karaf@root()>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)