You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Patrick Magon <pm...@gmail.com> on 2017/05/15 15:55:57 UTC

Problems creating instances in 4.1.1

Hello,

I have several problems creating a new karaf instance (using jdk8 on
linux):
> instance:create node1
> instance:start node1

PROBLEM 1
-----------------

I get many warnings like these when starting the new instance:

2017-05-15T15:19:52,077 | WARN  | pool-2-thread-2  | AetherBasedResolver
           | 4 - org.ops4j.pax.url.mvn - 2.5.2 | Error resolving artifact
org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could
not find artifact
org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
in apache (http://repository.apache.org/content/groups/snapshots-group/),
Could not find artifact org.apache.karaf.features:
enterprise:xml:features:4.1.1-SNAPSHOT in sonatype.snapshots.deploy (
https://oss.sonatype.org/content/repositories/snapshots/), Could not find
artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
in ops4j.sonatype.snapshots.deploy (https://oss.sonatype.org/
content/repositories/ops4j-snapshots/)]
java.io.IOException: Error resolving artifact org.apache.karaf.features:
enterprise:xml:features:4.1.1-SNAPSHOT: [Could not find artifact
org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in apache (
http://repository.apache.org/content/groups/snapshots-group/), Could not
find artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
in sonatype.snapshots.deploy (https://oss.sonatype.org/content/repositories/
snapshots/), Could not find artifact org.apache.karaf.features:
enterprise:xml:features:4.1.1-SNAPSHOT in ops4j.sonatype.snapshots.deploy (
https://oss.sonatype.org/content/repositories/ops4j-snapshots/)]
...


It seems that the newly created instance still contains references on
SNAPSHOT version ( 4.1.1-SNAPSHOT):
.../instances/node1/etc/distribution.info
.../instances/node1/etc/config.properties

By removing references on "4.1.1-SNAPSHOT", I dont get these warnings...


PROBLEM 2
-----------------
I get many:
java.lang.NoClassDefFoundError: javax/annotation/Priority
        at org.apache.cxf.jaxrs.utils.AnnotationUtils.getBindingPriority(AnnotationUtils.java:85)
~[?:?]
...

I can fix this issue by using version 1.0 of javax.annotation instead of
1.2 in the file

.../instances/node1/etc/config.properties

PROBLEM 3
------------------
karaf@root()> instance:connect node1
Connecting to host localhost on port 8107
Connecting to unknown server. Automatically adding to known hosts.
Storing the server key in known_hosts.
Password:  *****

I dont get the shell on node1 instance (it is just getting stuck here...)
In the logs, I see:
[2017-05-15T15:55:45,586][INFO ][][ServerUserAuthService           ]
Session karaf@/127.0.0.1:42630 authenticated

a CTRL+D give me
karaf@root()>
Error executing command: java.io.IOException: Pipe closed
pmg@wspmg:

However, "ssh -p 8107 karaf@localhost" work perfecty...


PROBLEM 4 (or question)
------------------------------------

I was used to the behavior in 4.0.8 to use ctrl+C in the shell (to cancel
what I just typed...)
In 4.1.1, It exits the shell...
Is this a new behavior or a bug ??


Should I create Jira issue for those problems or there are already
identified ?

Thanks a lot for your support.

Regards,

Re: Problems creating instances in 4.1.1

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Yes, it's the same cause. I'm fixing in all branches.

Regards
JB

On 05/27/2017 10:04 PM, lichtin wrote:
> Hi, same SNAPSHOT issue also exists in 4.0.9, hope it will be fixed for
> 4.0.10.
> 
> https://issues.apache.org/jira/browse/KARAF-5018?focusedCommentId=16027576&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16027576
> 
> 
> Hi,
> 
> thanks, let me try to reproduce it this morning and fix for 4.1.2.
> 
> Regards
> JB
> 
> On 05/16/2017 10:22 AM, Patrick Magon wrote:
>> Hello,
>>
>> I'm using 4.1.1...
>>
>> On Tue, May 16, 2017 at 1:15 AM, Jean-Baptiste Onofré &lt;jb@
> &gt; &lt;mailto:jb@&gt;> wrote:
>>
>>      Hi Patrick,
>>
>>      Are you using 4.1.1-SNAPSHOT or released 4.1.1 version ?
>>
>>      Just before 4.1.1 release, I fixed couple of issues on instances
>> (KARAF-4996
>>      and KARAF-5018).
>>
>>      Regards
>>      JB
>>
>>      On 05/15/2017 05:55 PM, Patrick Magon wrote:
>>
>>          Hello,
>>
>>          I have several problems creating a new karaf instance (using jdk8
>> on linux):
>>
>>              instance:create node1
>>              instance:start node1
>>
>>
>>          PROBLEM 1
>>          -----------------
>>
>>          I get many warnings like these when starting the new instance:
>>
>>          2017-05-15T15:19:52,077 | WARN  | pool-2-thread-2  |
>> AetherBasedResolver
>>               | 4 - org.ops4j.pax.url.mvn - 2.5.2 | Error resolving
>> artifact
>>          org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT:
>> [Could not
>>          find artifact
>>          org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>>          in apache
>> (http://repository.apache.org/content/groups/snapshots-group/
>>         
>> &lt;http://repository.apache.org/content/groups/snapshots-group/&gt;
>>          &lt;http://repository.apache.org/content/groups/snapshots-group/
> &gt;
> &lt;http://repository.apache.org/content/groups/snapshots-group/&gt;>),
> Could
>>          not find
>>          artifact
>> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>>          sonatype.snapshots.deploy
>>          (https://oss.sonatype.org/content/repositories/snapshots/
>>          &lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;
>>          &lt;https://oss.sonatype.org/content/repositories/snapshots/
> &gt;
> &lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;>), Could
> not find
>>          artifact
>> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>>          ops4j.sonatype.snapshots.deploy
>>          (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>>         
>> &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;
>>          &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/
> &gt;
> &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;>)]
>>          java.io.IOException: Error resolving artifact
>>          org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT:
>> [Could not
>>          find artifact
>>          org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>>          in apache
>> (http://repository.apache.org/content/groups/snapshots-group/
>>         
>> &lt;http://repository.apache.org/content/groups/snapshots-group/&gt;
>>          &lt;http://repository.apache.org/content/groups/snapshots-group/
> &gt;
> &lt;http://repository.apache.org/content/groups/snapshots-group/&gt;>),
> Could
>>          not find
>>          artifact
>> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>>          sonatype.snapshots.deploy
>>          (https://oss.sonatype.org/content/repositories/snapshots/
>>          &lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;
>>          &lt;https://oss.sonatype.org/content/repositories/snapshots/
> &gt;
> &lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;>), Could
> not find
>>          artifact
>> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>>          ops4j.sonatype.snapshots.deploy
>>          (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>>         
>> &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;
>>          &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/
> &gt;
> &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;>)]
>>          ...
>>
>>
>>          It seems that the newly created instance still contains references
>> on
>>          SNAPSHOT
>>          version ( 4.1.1-SNAPSHOT):
>>          .../instances/node1/etc/distribution.info
>> &lt;http://distribution.info&gt;
>>          &lt;http://distribution.info/&gt;
>>          .../instances/node1/etc/config.properties
>>
>>          By removing references on "4.1.1-SNAPSHOT", I dont get these
>> warnings...
> 
> 
> 
> 
> 
> --
> View this message in context: http://karaf.922171.n3.nabble.com/Problems-creating-instances-in-4-1-1-tp4050359p4050476.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
> 

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Problems creating instances in 4.1.1

Posted by lichtin <li...@yahoo.com>.
Hi, same SNAPSHOT issue also exists in 4.0.9, hope it will be fixed for
4.0.10.

https://issues.apache.org/jira/browse/KARAF-5018?focusedCommentId=16027576&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16027576


Hi,

thanks, let me try to reproduce it this morning and fix for 4.1.2.

Regards
JB

On 05/16/2017 10:22 AM, Patrick Magon wrote:
> Hello,
>
> I'm using 4.1.1...
>
> On Tue, May 16, 2017 at 1:15 AM, Jean-Baptiste Onofré &lt;jb@
&gt; &lt;mailto:jb@&gt;> wrote:
>
>     Hi Patrick,
>
>     Are you using 4.1.1-SNAPSHOT or released 4.1.1 version ?
>
>     Just before 4.1.1 release, I fixed couple of issues on instances
> (KARAF-4996
>     and KARAF-5018).
>
>     Regards
>     JB
>
>     On 05/15/2017 05:55 PM, Patrick Magon wrote:
>
>         Hello,
>
>         I have several problems creating a new karaf instance (using jdk8
> on linux):
>
>             instance:create node1
>             instance:start node1
>
>
>         PROBLEM 1
>         -----------------
>
>         I get many warnings like these when starting the new instance:
>
>         2017-05-15T15:19:52,077 | WARN  | pool-2-thread-2  |
> AetherBasedResolver
>              | 4 - org.ops4j.pax.url.mvn - 2.5.2 | Error resolving
> artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT:
> [Could not
>         find artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>         in apache
> (http://repository.apache.org/content/groups/snapshots-group/
>        
> &lt;http://repository.apache.org/content/groups/snapshots-group/&gt;
>         &lt;http://repository.apache.org/content/groups/snapshots-group/
&gt;        
&lt;http://repository.apache.org/content/groups/snapshots-group/&gt;>),
Could
>         not find
>         artifact
> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/snapshots/
>         &lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;
>         &lt;https://oss.sonatype.org/content/repositories/snapshots/
&gt;        
&lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;>), Could
not find
>         artifact
> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         ops4j.sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>        
> &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;
>         &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/
&gt;        
&lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;>)]
>         java.io.IOException: Error resolving artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT:
> [Could not
>         find artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>         in apache
> (http://repository.apache.org/content/groups/snapshots-group/
>        
> &lt;http://repository.apache.org/content/groups/snapshots-group/&gt;
>         &lt;http://repository.apache.org/content/groups/snapshots-group/
&gt;        
&lt;http://repository.apache.org/content/groups/snapshots-group/&gt;>),
Could
>         not find
>         artifact
> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/snapshots/
>         &lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;
>         &lt;https://oss.sonatype.org/content/repositories/snapshots/
&gt;        
&lt;https://oss.sonatype.org/content/repositories/snapshots/&gt;>), Could
not find
>         artifact
> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         ops4j.sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>        
> &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;
>         &lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/
&gt;        
&lt;https://oss.sonatype.org/content/repositories/ops4j-snapshots/&gt;>)]
>         ...
>
>
>         It seems that the newly created instance still contains references
> on
>         SNAPSHOT
>         version ( 4.1.1-SNAPSHOT):
>         .../instances/node1/etc/distribution.info
> &lt;http://distribution.info&gt;
>         &lt;http://distribution.info/&gt;
>         .../instances/node1/etc/config.properties
>
>         By removing references on "4.1.1-SNAPSHOT", I dont get these
> warnings...





--
View this message in context: http://karaf.922171.n3.nabble.com/Problems-creating-instances-in-4-1-1-tp4050359p4050476.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Problems creating instances in 4.1.1

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

thanks, let me try to reproduce it this morning and fix for 4.1.2.

Regards
JB

On 05/16/2017 10:22 AM, Patrick Magon wrote:
> Hello,
>
> I'm using 4.1.1...
>
> On Tue, May 16, 2017 at 1:15 AM, Jean-Baptiste Onofré <jb@nanthrax.net
> <ma...@nanthrax.net>> wrote:
>
>     Hi Patrick,
>
>     Are you using 4.1.1-SNAPSHOT or released 4.1.1 version ?
>
>     Just before 4.1.1 release, I fixed couple of issues on instances (KARAF-4996
>     and KARAF-5018).
>
>     Regards
>     JB
>
>     On 05/15/2017 05:55 PM, Patrick Magon wrote:
>
>         Hello,
>
>         I have several problems creating a new karaf instance (using jdk8 on linux):
>
>             instance:create node1
>             instance:start node1
>
>
>         PROBLEM 1
>         -----------------
>
>         I get many warnings like these when starting the new instance:
>
>         2017-05-15T15:19:52,077 | WARN  | pool-2-thread-2  | AetherBasedResolver
>              | 4 - org.ops4j.pax.url.mvn - 2.5.2 | Error resolving artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could not
>         find artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>         in apache (http://repository.apache.org/content/groups/snapshots-group/
>         <http://repository.apache.org/content/groups/snapshots-group/>
>         <http://repository.apache.org/content/groups/snapshots-group/
>         <http://repository.apache.org/content/groups/snapshots-group/>>), Could
>         not find
>         artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/snapshots/
>         <https://oss.sonatype.org/content/repositories/snapshots/>
>         <https://oss.sonatype.org/content/repositories/snapshots/
>         <https://oss.sonatype.org/content/repositories/snapshots/>>), Could not find
>         artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         ops4j.sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>         <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>
>         <https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>         <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>>)]
>         java.io.IOException: Error resolving artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could not
>         find artifact
>         org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>         in apache (http://repository.apache.org/content/groups/snapshots-group/
>         <http://repository.apache.org/content/groups/snapshots-group/>
>         <http://repository.apache.org/content/groups/snapshots-group/
>         <http://repository.apache.org/content/groups/snapshots-group/>>), Could
>         not find
>         artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/snapshots/
>         <https://oss.sonatype.org/content/repositories/snapshots/>
>         <https://oss.sonatype.org/content/repositories/snapshots/
>         <https://oss.sonatype.org/content/repositories/snapshots/>>), Could not find
>         artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
>         ops4j.sonatype.snapshots.deploy
>         (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>         <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>
>         <https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>         <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>>)]
>         ...
>
>
>         It seems that the newly created instance still contains references on
>         SNAPSHOT
>         version ( 4.1.1-SNAPSHOT):
>         .../instances/node1/etc/distribution.info <http://distribution.info>
>         <http://distribution.info/>
>         .../instances/node1/etc/config.properties
>
>         By removing references on "4.1.1-SNAPSHOT", I dont get these warnings...
>
>
>         PROBLEM 2
>         -----------------
>         I get many:
>         java.lang.NoClassDefFoundError: javax/annotation/Priority
>                 at
>         org.apache.cxf.jaxrs.utils.AnnotationUtils.getBindingPriority(AnnotationUtils.java:85)
>         ~[?:?]
>         ...
>
>         I can fix this issue by using version 1.0 of javax.annotation instead of
>         1.2 in
>         the file
>
>         .../instances/node1/etc/config.properties
>
>         PROBLEM 3
>         ------------------
>         karaf@root()> instance:connect node1
>         Connecting to host localhost on port 8107
>         Connecting to unknown server. Automatically adding to known hosts.
>         Storing the server key in known_hosts.
>         Password:  *****
>
>         I dont get the shell on node1 instance (it is just getting stuck here...)
>         In the logs, I see:
>         [2017-05-15T15:55:45,586][INFO ][][ServerUserAuthService           ] Session
>         karaf@/127.0.0.1:42630 <http://127.0.0.1:42630>
>         <http://127.0.0.1:42630/> authenticated
>
>         a CTRL+D give me
>         karaf@root()>
>         Error executing command: java.io.IOException: Pipe closed
>         pmg@wspmg:
>
>         However, "ssh -p 8107 karaf@localhost" work perfecty...
>
>
>         PROBLEM 4 (or question)
>         ------------------------------------
>
>         I was used to the behavior in 4.0.8 to use ctrl+C in the shell (to
>         cancel what I
>         just typed...)
>         In 4.1.1, It exits the shell...
>         Is this a new behavior or a bug ??
>
>
>         Should I create Jira issue for those problems or there are already
>         identified ?
>
>         Thanks a lot for your support.
>
>         Regards,
>
>
>     --
>     Jean-Baptiste Onofré
>     jbonofre@apache.org <ma...@apache.org>
>     http://blog.nanthrax.net
>     Talend - http://www.talend.com
>
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Problems creating instances in 4.1.1

Posted by Patrick Magon <pm...@gmail.com>.
Hello,

I'm using 4.1.1...

On Tue, May 16, 2017 at 1:15 AM, Jean-Baptiste Onofré <jb...@nanthrax.net>
wrote:

> Hi Patrick,
>
> Are you using 4.1.1-SNAPSHOT or released 4.1.1 version ?
>
> Just before 4.1.1 release, I fixed couple of issues on instances
> (KARAF-4996 and KARAF-5018).
>
> Regards
> JB
>
> On 05/15/2017 05:55 PM, Patrick Magon wrote:
>
>> Hello,
>>
>> I have several problems creating a new karaf instance (using jdk8 on
>> linux):
>>
>>> instance:create node1
>>> instance:start node1
>>>
>>
>> PROBLEM 1
>> -----------------
>>
>> I get many warnings like these when starting the new instance:
>>
>> 2017-05-15T15:19:52,077 | WARN  | pool-2-thread-2  | AetherBasedResolver
>>      | 4 - org.ops4j.pax.url.mvn - 2.5.2 | Error resolving artifact
>> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could
>> not
>> find artifact org.apache.karaf.features:ente
>> rprise:xml:features:4.1.1-SNAPSHOT
>> in apache (http://repository.apache.org/content/groups/snapshots-group/
>> <http://repository.apache.org/content/groups/snapshots-group/>), Could
>> not find
>> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>> in
>> sonatype.snapshots.deploy
>> (https://oss.sonatype.org/content/repositories/snapshots/
>> <https://oss.sonatype.org/content/repositories/snapshots/>), Could not
>> find
>> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>> in
>> ops4j.sonatype.snapshots.deploy
>> (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>> <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>)]
>> java.io.IOException: Error resolving artifact
>> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could
>> not
>> find artifact org.apache.karaf.features:ente
>> rprise:xml:features:4.1.1-SNAPSHOT
>> in apache (http://repository.apache.org/content/groups/snapshots-group/
>> <http://repository.apache.org/content/groups/snapshots-group/>), Could
>> not find
>> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>> in
>> sonatype.snapshots.deploy
>> (https://oss.sonatype.org/content/repositories/snapshots/
>> <https://oss.sonatype.org/content/repositories/snapshots/>), Could not
>> find
>> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
>> in
>> ops4j.sonatype.snapshots.deploy
>> (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
>> <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>)]
>> ...
>>
>>
>> It seems that the newly created instance still contains references on
>> SNAPSHOT
>> version ( 4.1.1-SNAPSHOT):
>> .../instances/node1/etc/distribution.info <http://distribution.info/>
>> .../instances/node1/etc/config.properties
>>
>> By removing references on "4.1.1-SNAPSHOT", I dont get these warnings...
>>
>>
>> PROBLEM 2
>> -----------------
>> I get many:
>> java.lang.NoClassDefFoundError: javax/annotation/Priority
>>         at
>> org.apache.cxf.jaxrs.utils.AnnotationUtils.getBindingPriorit
>> y(AnnotationUtils.java:85)
>> ~[?:?]
>> ...
>>
>> I can fix this issue by using version 1.0 of javax.annotation instead of
>> 1.2 in
>> the file
>>
>> .../instances/node1/etc/config.properties
>>
>> PROBLEM 3
>> ------------------
>> karaf@root()> instance:connect node1
>> Connecting to host localhost on port 8107
>> Connecting to unknown server. Automatically adding to known hosts.
>> Storing the server key in known_hosts.
>> Password:  *****
>>
>> I dont get the shell on node1 instance (it is just getting stuck here...)
>> In the logs, I see:
>> [2017-05-15T15:55:45,586][INFO ][][ServerUserAuthService           ]
>> Session
>> karaf@/127.0.0.1:42630 <http://127.0.0.1:42630/> authenticated
>>
>> a CTRL+D give me
>> karaf@root()>
>> Error executing command: java.io.IOException: Pipe closed
>> pmg@wspmg:
>>
>> However, "ssh -p 8107 karaf@localhost" work perfecty...
>>
>>
>> PROBLEM 4 (or question)
>> ------------------------------------
>>
>> I was used to the behavior in 4.0.8 to use ctrl+C in the shell (to cancel
>> what I
>> just typed...)
>> In 4.1.1, It exits the shell...
>> Is this a new behavior or a bug ??
>>
>>
>> Should I create Jira issue for those problems or there are already
>> identified ?
>>
>> Thanks a lot for your support.
>>
>> Regards,
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Re: Problems creating instances in 4.1.1

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Patrick,

Are you using 4.1.1-SNAPSHOT or released 4.1.1 version ?

Just before 4.1.1 release, I fixed couple of issues on instances (KARAF-4996 and 
KARAF-5018).

Regards
JB

On 05/15/2017 05:55 PM, Patrick Magon wrote:
> Hello,
>
> I have several problems creating a new karaf instance (using jdk8 on linux):
>> instance:create node1
>> instance:start node1
>
> PROBLEM 1
> -----------------
>
> I get many warnings like these when starting the new instance:
>
> 2017-05-15T15:19:52,077 | WARN  | pool-2-thread-2  | AetherBasedResolver
>      | 4 - org.ops4j.pax.url.mvn - 2.5.2 | Error resolving artifact
> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could not
> find artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
> in apache (http://repository.apache.org/content/groups/snapshots-group/
> <http://repository.apache.org/content/groups/snapshots-group/>), Could not find
> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
> sonatype.snapshots.deploy
> (https://oss.sonatype.org/content/repositories/snapshots/
> <https://oss.sonatype.org/content/repositories/snapshots/>), Could not find
> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
> ops4j.sonatype.snapshots.deploy
> (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
> <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>)]
> java.io.IOException: Error resolving artifact
> org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT: [Could not
> find artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT
> in apache (http://repository.apache.org/content/groups/snapshots-group/
> <http://repository.apache.org/content/groups/snapshots-group/>), Could not find
> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
> sonatype.snapshots.deploy
> (https://oss.sonatype.org/content/repositories/snapshots/
> <https://oss.sonatype.org/content/repositories/snapshots/>), Could not find
> artifact org.apache.karaf.features:enterprise:xml:features:4.1.1-SNAPSHOT in
> ops4j.sonatype.snapshots.deploy
> (https://oss.sonatype.org/content/repositories/ops4j-snapshots/
> <https://oss.sonatype.org/content/repositories/ops4j-snapshots/>)]
> ...
>
>
> It seems that the newly created instance still contains references on SNAPSHOT
> version ( 4.1.1-SNAPSHOT):
> .../instances/node1/etc/distribution.info <http://distribution.info/>
> .../instances/node1/etc/config.properties
>
> By removing references on "4.1.1-SNAPSHOT", I dont get these warnings...
>
>
> PROBLEM 2
> -----------------
> I get many:
> java.lang.NoClassDefFoundError: javax/annotation/Priority
>         at
> org.apache.cxf.jaxrs.utils.AnnotationUtils.getBindingPriority(AnnotationUtils.java:85)
> ~[?:?]
> ...
>
> I can fix this issue by using version 1.0 of javax.annotation instead of 1.2 in
> the file
>
> .../instances/node1/etc/config.properties
>
> PROBLEM 3
> ------------------
> karaf@root()> instance:connect node1
> Connecting to host localhost on port 8107
> Connecting to unknown server. Automatically adding to known hosts.
> Storing the server key in known_hosts.
> Password:  *****
>
> I dont get the shell on node1 instance (it is just getting stuck here...)
> In the logs, I see:
> [2017-05-15T15:55:45,586][INFO ][][ServerUserAuthService           ] Session
> karaf@/127.0.0.1:42630 <http://127.0.0.1:42630/> authenticated
>
> a CTRL+D give me
> karaf@root()>
> Error executing command: java.io.IOException: Pipe closed
> pmg@wspmg:
>
> However, "ssh -p 8107 karaf@localhost" work perfecty...
>
>
> PROBLEM 4 (or question)
> ------------------------------------
>
> I was used to the behavior in 4.0.8 to use ctrl+C in the shell (to cancel what I
> just typed...)
> In 4.1.1, It exits the shell...
> Is this a new behavior or a bug ??
>
>
> Should I create Jira issue for those problems or there are already identified ?
>
> Thanks a lot for your support.
>
> Regards,

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com