[
https://issues.apache.org/jira/browse/KARAF-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16768999#comment-16768999
]
Martin Krüger commented on KARAF-6153:
--------------------------------------
[~jbonofre]: Is this the intended final solution? When I compile the instance
module now I get a big warning.
{noformat}
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.karaf.instance:org.apache.karaf.instance.core:bundle:4.3.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found
duplicate declaration of plugin org.apache.maven.plugins:maven-resources-plugin
@ org.apache.karaf.instance:org.apache.karaf.instance.core:[unknown-version],
/home/user1/gitKaraf/instance/pom.xml, line 177, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
{noformat}
> 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)