>>>>> Jean-Baptiste Onofre <[email protected]>:

> Hi,
> Yeah, that’s another option.

> You are right Karaf 4.2.8 has the jline issue about paster. I proposed a fix 
> on JLine.
> Karaf 4.2.9 will have the fix.

I know. Maybe I'll wait for 4.2.9 before playing further with this?  Or
try out the alternatives you listed in the other response?

I downgraded to the 4.2.7 images but got some version issues on the
install (I have bumped pax-web to the 4.2.8 level, but I haven't touched
pax-jdbc).

What I did was:
 1. Pull in the 4.2.7 docker image with: docker pull apache/karaf:4.2.7
 1. Start the container with "docker run -p 8181:8181 -p 8101:8101 
apache/karaf:4.2.7"
 2. SSH in to the provided SSH prompt
 3. In the SSH prompt, do "ssh -p 8101 karaf@localhost"

Then in the karaf console I tried doing the install:

karaf@root()> config:edit org.ops4j.pax.url.mvn                                 
                                                                                
       
karaf@root()> config:property-append org.ops4j.pax.url.mvn.repositories ", 
https://maven.bang.priv.no/repository/@id=ukelonn@snapshots";                    
            
karaf@root()> config:property-set org.ops4j.pax.url.mvn.globalUpdatePolicy 
always                                                                          
            
karaf@root()> config:update                                                     
                                                                                
       
karaf@root()> feature:repo-add 
mvn:no.priv.bang.ukelonn/karaf/LATEST/xml/features                              
                                                        
Adding feature url mvn:no.priv.bang.ukelonn/karaf/LATEST/xml/features
karaf@root()> feature:install ukelonn-with-derby                                
                                                                                
       
Error executing command: Error:
        Error downloading 
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.3_1
        Error downloading mvn:org.ops4j.pax.jdbc/pax-jdbc-config/1.4.0
        Error downloading 
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
        Error downloading mvn:org.ops4j.pax.jdbc/pax-jdbc-pool-common/1.4.0
karaf@root()> 

Reply via email to