I can't create Fabric in Fuse 6.1 beta under Windows 7

Solution Verified - Updated -

Environment

  • JBoss Fuse 6.1 beta (build 328)

Issue

I unpacked JBoss Fuse 6.1 and started it with bin\fuse.bat script. When I try to create a fabric, the command executes successfully, but the log shows an endless stream of errors.

JBossFuse:karaf@root> fabric:create --new-user admin --new-user-password admin
Using specified zookeeper password:admin
JBossFuse:karaf@root> container-list
Error executing command: org.apache.curator.CuratorConnectionLossException: KeeperErrorCode = ConnectionLoss

Resolution

This is a known bug [1] when running JBoss Fuse 6.1 beta on Windows. A possible solution is to use the latest development build [2] of JBoss Fuse instead of the official beta available to download from the Customer Portal.

[1] https://issues.jboss.org/browse/FABRIC-852
[2] https://repository.jboss.org/nexus/content/groups/ea/org/jboss/fuse/jboss-fuse-full

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments