-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: jboss-fuse-6.3
-
Component/s: Examples
-
Labels:None
-
Steps to Reproduce:
-
Sprint:Sprint 7 - towards CR2
After creating custom assembly with quickstarts/custom and trying to start it, I get this error:
jkasztur@jan-ThinkPad-T450s:~/programs/jboss-fuse/jboss-fuse-6.3.0.redhat-131/quickstarts/custom$ ./target/custom-distro-6.3.0.redhat-131/bin/fuse
|
karaf: JAVA_HOME not set; results may vary
|
Please wait while JBoss Fuse is loading...
|
Bundle listed in startup.properties configuration not found: org/jboss/fuse/esb-commands/6.3.0.redhat-131/esb-commands-6.3.0.redhat-131.jar
|
Bundle listed in startup.properties configuration not found: io/fabric8/patch/patch-management/1.2.0.redhat-630131/patch-management-1.2.0.redhat-630131.jar
|
Could not create framework: java.lang.Exception: Aborting due to missing startup bundles
|
java.lang.Exception: Aborting due to missing startup bundles
|
at org.apache.karaf.main.Main.processConfigurationProperties(Main.java:1316)
|
at org.apache.karaf.main.Main.loadStartupProperties(Main.java:1117)
|
at org.apache.karaf.main.Main.launch(Main.java:349)
|
at org.apache.karaf.main.Main.main(Main.java:566)
|
I think the bundles should be either added to the assembly or removed from etc/startup.properties.