Hi all,
I recently upgraded our project from 3.0.0-SNAPSHOT to 3.0.0 and ran into
some problems with the custom distribution.
We have a features file and a separate sub-project to create the
distribution.
This worked perfectly in the snapshot but since upgrading we see the
following strange occurances:
1. Karaf takes much longer to start up. The logs seem to pause on
installing region 3.0.0
2. There is no tab complete, pressing tab on the console literally creates
a tab.
3. There is an error in the start up log regarding an eclipse bundle:
2014-03-15 15:49:52,939 | WARN | FelixStartLevel | AetherBasedResolver
| 37 - org.ops4j.pax.url.mvn - 1.6.0 | Error resolving
artifactorg.eclipse.equinox:region:jar:1.0.0.v20110506:Could not find
artifact org.eclipse.equinox:region:jar:1.0.0.v20110506 in defaultlocal
org.sonatype.aether.resolution.ArtifactResolutionException: Could not find
artifact org.eclipse.equinox:region:jar:1.0.0.v20110506 in defaultlocal
4. Ctrl-D doesn't quit karaf until I press Enter. Then I get an io
exception before the container quits.
Exception in thread "Thread-7"
java.nio.channels.ShutdownChannelGroupException
It's likely we are doing something wrong but we have no idea what would
cause that odd set of issues :)
The custom distribution pom is here if it helps:
https://github.com/JohannesKlug/hbird/blob/master/src/hbird-karaf/hbird-platform/pom.xml
Any pointers in the right direction will be appreciated!
Thanks, all.
P.S. Currently using JDK 7 45