-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution:
Won't Fix
-
Affects Version/s: jboss-fuse-6.2.1
-
Fix Version/s: None
-
Component/s: Fabric8 v1, Patching
-
Labels:None
-
Environment:
jdk7, Fuse build 069
-
Steps to Reproduce:
Unable to rollback root container to GA with applied patch 069 using the new patch mechanism. The root have one child container that is already patched to 069 (version 1.1). Rollback of root container throws exception and then freezes.
JBossFuse:karaf@root> container-list
|
[id] [version] [type] [connected] [profiles] [provision status]
|
root* 1.1 karaf yes fabric success
|
fabric-ensemble-0000-1
|
jboss-fuse-full
|
test9 1.1 karaf yes default success
|
JBossFuse:karaf@root> container-rollback 1.0 root
|
Rolled back container root from version 1.1 to 1.0
|
JBossFuse:karaf@root> co
|
Please wait while JBoss Fuse is loading...
|
[PATCH] Storing user changes
|
Problem with applying the change 9c07232ed4ce881e6c7d4b10dd5e98fb905d94d0:
|
- etc/config.properties (BOTH_MODIFIED): Choosing change from patch
|
[PATCH] Container has to be restarted. Please restart after agent finishes processing...
|
[PATCH] INITIALIZING PATCH MANAGEMENT SYSTEM
|
|
|
_ ____ ______
|
| | _ \ | ____|
|
| | |_) | ___ ___ ___ | |__ _ _ ___ ___
|
_ | | _ < / _ \/ __/ __| | __| | | / __|/ _ \
|
| |__| | |_) | (_) \__ \__ \ | | | |_| \__ \ __/
|
\____/|____/ \___/|___/___/ |_| \__,_|___/\___|
|
|
|
JBoss Fuse (6.2.1.redhat-069)
|
http://www.redhat.com/products/jbossenterprisemiddleware/fuse/
|
|
|
Hit '<tab>' for a list of available commands
|
and '[cmd] --help' for help on a specific command.
|
|
|
Open a browser to http://localhost:8181 to access the management console
|
|
|
Create a new Fabric via 'fabric:create'
|
or join an existing Fabric via 'fabric:join [someUrls]'
|
|
|
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown JBoss Fuse.
|
|
|
JBossFuse:karaf@root>
|
JBossFuse:karaf@root>
|
JBossFuse:karaf@root>
|
JBossFuse:karaf@root> container-list
|
Command not found: container-list
|
JBossFuse:karaf@root>
|
|
|
|
|
io.fabric8.fabric-agent[io.fabric8.agent.DeploymentAgent] : Unable to update agent
|
java.lang.IllegalStateException: Configuration Admin service has been unregistered
|
at org.apache.felix.cm.impl.ConfigurationAdminImpl.getConfigurationManager(ConfigurationAdminImpl.java:300)
|
at org.apache.felix.cm.impl.ConfigurationAdminImpl.listConfigurations(ConfigurationAdminImpl.java:179)
|
at io.fabric8.agent.service.FeatureConfigInstaller.findExistingConfiguration(FeatureConfigInstaller.java:80)
|
at io.fabric8.agent.service.FeatureConfigInstaller.installFeatureConfigs(FeatureConfigInstaller.java:91)
|
at io.fabric8.agent.service.Agent$BaseDeployCallback.installFeatureConfigs(Agent.java:416)
|
at io.fabric8.agent.service.Deployer.deploy(Deployer.java:767)
|
at io.fabric8.agent.service.Agent.provision(Agent.java:348)
|
at io.fabric8.agent.service.Agent.provision(Agent.java:194)
|
at io.fabric8.agent.DeploymentAgent.doUpdate(DeploymentAgent.java:642)
|
at io.fabric8.agent.DeploymentAgent$2.run(DeploymentAgent.java:256)
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
|
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
|
at java.lang.Thread.run(Thread.java:745)
|
Container and fabric work after the killing the root container and starting it again.
JBossFuse:karaf@root> container-list
|
[id] [version] [type] [connected] [profiles] [provision status]
|
root* 1.0 karaf yes fabric success
|
fabric-ensemble-0000-1
|
jboss-fuse-full
|
test9 1.1 karaf no default success
|
- is incorporated by
-
ENTESB-4276 [Patch mechanism] Reported bugs [QA]
-
- Closed
-
- is related to
-
ENTESB-3846 ManagedServiceFactory does not expose OSGi Services after Server restart
-
- Closed
-