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

Jean-Philippe CLEMENT commented on KARAF-2920:
----------------------------------------------

<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>xxxPARENTGROUPIDxxx</groupId>
                <artifactId>xxxPARENTARTIFACTIDxxx</artifactId>
                <version>xxxPARENTVERSIONxxx</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>xxxGROUPIDxxx</artifactId>
        <packaging>karaf-assembly</packaging>
        <name>Assembly xxxPROJECTxxx</name>
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.karaf.tooling</groupId>
                                <artifactId>karaf-maven-plugin</artifactId>
                                <configuration>
                                        <bootFeatures>
                                                <feature>standard</feature>
                                                <feature>management</feature>
                                                <feature>our-feature</feature>
                                        </bootFeatures>
                                </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <configuration>
                                                        <artifactItems>
                                                                <artifactItem>
                                                                        
<groupId>xxxBRANDINGGROUPIDxxx</groupId>
                                                                        
<artifactId>xxxBRANDINGARTIFACTIDxxx</artifactId>
                                                                        
<version>xxxBRANDINGVERSIONIDxxx</version>
                                                                        
<outputDirectory>target/assembly/lib</outputDirectory>
                                                                </artifactItem>
                                                        </artifactItems>
                                                </configuration>
                                        </execution>
                                </executions>
                        </plugin>
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.apache.karaf.features</groupId>
                        <artifactId>framework</artifactId>
                        <version>3.0.2-SNAPSHOT</version>
                        <type>kar</type>
                </dependency>
                <dependency>
                        <groupId>org.apache.karaf.features</groupId>
                        <artifactId>standard</artifactId>
                        <version>3.0.2-SNAPSHOT</version>
                        <type>xml</type>
                        <classifier>features</classifier>
                        <scope>runtime</scope>
                </dependency>
                <dependency>
                        <groupId>xxxCUSTOMFEATUREGROUPIDxxx</groupId>
                        <artifactId>our-feature</artifactId>
                        <version>xxxCUSTOMFEATUREVERSIONxxx</version>
                        <type>xml</type>
                        <classifier>features</classifier>
                        <scope>runtime</scope>
                </dependency>
        </dependencies>
</project>

> Karaf freezes during startup
> ----------------------------
>
>                 Key: KARAF-2920
>                 URL: https://issues.apache.org/jira/browse/KARAF-2920
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 3.0.1
>         Environment: RHEL 6.2 with Java 6
>            Reporter: Jean-Philippe CLEMENT
>            Assignee: Jean-Baptiste Onofré
>            Priority: Blocker
>             Fix For: 4.0.0, 3.0.2
>
>
> Karaf freezes during startup. The installation is a clean untar. There is no 
> way to get Karaf running!
> Logs shows that Karaf tries to get something from Maven and fails. Then some 
> services are missing and so Karaf freezes.
> The RHEL on which Karaf is starting has access to a local Maven repository 
> but none of RHEL nor Maven have access to internet.
> I already gave the log on the Karaf mailing list - I can provide it if needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to