Copy to ClipboardCopied!Toggle word wrapToggle overflow
Set the FUSE_INSTALL_PATH and FUSE_BINARY_PATH variables in the same shell:
export FUSE_INSTALL_PATH = [Full path to the folder where Fuse will be installed]
export FUSE_BINARY_PATH = [Full path to the Fuse zip file downloaded in step 1]
export FUSE_INSTALL_PATH = [Full path to the folder where Fuse will be installed]
export FUSE_BINARY_PATH = [Full path to the Fuse zip file downloaded in step 1]
Copy to ClipboardCopied!Toggle word wrapToggle overflow
If running the camel-jbossdatagrid-fuse quickstart in JBoss Fuse 6.2.1 the following changes to the setupEverythingOnFuse.sh script must be made; otherwise proceed to the next step:
Change the version of Fuse being exported to reference the 6.2.1 component.
Update the container name to child1.
# Original line with old version
export FUSE_VERSION=jboss-fuse-6.2.0.redhat-133
# Updated line for Fuse 6.2.1:
export FUSE_VERSION=jboss-fuse-6.2.1.redhat-084
[...]
# Original line exporting the profile
#sh client -r 2 -d 10 "fabric:container-add-profile child demo-local_producer" > /dev/null 2>&1
# Updated line for Fuse 6.2.1:
sh client -r 2 -d 10 "fabric:container-add-profile child1 demo-local_producer" > /dev/null 2>&1
# Original line with old version
# export FUSE_VERSION=jboss-fuse-6.2.0.redhat-133
# Updated line for Fuse 6.2.1:
export FUSE_VERSION=jboss-fuse-6.2.1.redhat-084
[...]
# Original line exporting the profile
#sh client -r 2 -d 10 "fabric:container-add-profile child demo-local_producer" > /dev/null 2>&1
# Updated line for Fuse 6.2.1:
sh client -r 2 -d 10 "fabric:container-add-profile child1 demo-local_producer" > /dev/null 2>&1
Copy to ClipboardCopied!Toggle word wrapToggle overflow
Once the environment variables are set run the following from the root directory of the quickstart:
./setupEverythingOnFuse.sh
./setupEverythingOnFuse.sh
Copy to ClipboardCopied!Toggle word wrapToggle overflow
After the script completes confirm that the Fuse Hawtio Console may be accessed without error. This console, by default, runs at http://127.0.0.1:8181/hawtio/index.html#/login; the username and password are both admin.
Confirm that both the child1 and child2 containers were created by accessing Fuse Fabric at http://127.0.0.1:8181/hawtio/index.html#/fabric/containers . Both containers should be highlighted in green to indicate they are ready.
We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.
About Red Hat
We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.