Fuse ESB - ODE installation - jbossfuse

In the FUSE ESB, I tried to install the ODE feature using the command (install ode), but got an error as below. Any help is appreciated
FuseESB:karaf#root> features:install ode
Error executing command: No feature named 'ode' with version '0.0.0' available

Apache ODE is not supported by Fuse ESB any longer. Apache ODE does not work with OSGi and its a project that is not active maintained and we do not recommend using it, as well JBI is also dead.
And the command is correct it says there is no feature named ode.
You can do a features:list to see which features is available out of the box.

Related

How to deploy redhat decision central on tomcat

I am new to Redhat and trying to deploy Redhat decision manager( decision central) V7.2 on tomcat server(v 8).As per online help I don't see any documentation to deploy decision central on tomcat. Please let me know if anyone has tried it before?
Red Had Decision Manager is not supported for Tomcat. Only Kie Server can be used with Tomcat.
See Red Hat Decision Manager 7 Supported Configurations and anchor [5] near different servers for more details.

In Eclipse "WSO2 Enterprise Integrator 6.4.0" server missing to add

I was trying to add a server by clicking in the Servers view on "No servers are available. Click this link to create a new server...":
...and choosing the server that were available in a list. However, among the list the server I wanted to install was not to be:
.
Earlier, I downloaded the binary version of it found at https://wso2.com/integration/previous-releases/ and installed it at C:\Program Files\WSO2\Enterprise Integrator\6.4.0 as per recommendation of the product's guide.
My question is that why is there no WSO2 Enterprise Integrator 6.4.0 in the "New Server" window and how do I make sure that it appears?
This server option comes in the tooling by default and you don't need to install anything. It seems you have a tooling which was released with EI 6.3.0 product release. From here https://wso2.com/integration/tooling/ you can downlaod the latest tooling and it will have servers defined till 6.5.0 also it has an embedded server for testing purposes.
Thanks
Nirothipan
You are not getting the WSO2 Enterprise Integrator (EI) 6.4.0 as you have the EI Tooling 6.3.0 version. You can use the WSO2 EI 6.3.0 option from the available server list in your tooling distribution and point to a WSO2 EI 6.4.0 server home directory. It will work the same way.
However, it would be better if you can use the newest release as it has many improvements over the time.

How to install features in JBOSS FUSE?

I am able to check all the features using features:list
I wanted to install certain features in JBOSS Fuse, but the command
features:install camel-blueprint
is not working
I am getting error
Error executing command: The container is managed by fabric, please use fabric:profile-edit --featur
es camel-blueprint/0.0.0 target-profile instead. See fabric:profile-edit --help for more information.
How can install the required features in JBOSS FUSE.
in JBOSSFUSE_HONE/etc/org.apache.karaf.features.cfg file I have entry called featuresBoot and added all the needed features to be loaded in startup
But, the status for all the features are uninstalled.
JBoss Fuse uses profiles (fabric) to define what to install on container, so you edit profiles, and then assign profile(s) to containers.
Frankly its easier to watch a few videos to get more familiar
http://vimeo.com/album/2635012
For example the loan broker video is a good start.
If you do not want to use fabric, then you can install like old-school with manually commands like you do on Apache Karaf. But this requires you NOT to install fabric in JBoss Fuse.
Also there is the Red Hat JBoss Fuse documentation you can dive into (links to documentation from here)
http://www.jboss.org/products/fuse
You can also find more details at the fabric8 project (community project of JBoss Fuse) documentation at:
http://fabric8.io/#/site/book/doc/index.md?chapter=profiles_md
The short answer here is that you have probably already set up this instance of JBoss Fuse / Fuse Fabric to be container managed, via fabric:create.
To "reset" your local installation (be careful! this deletes all containers and related configuration), run this command in cygwin to delete data, instances and lock:
cd /wherever/fabric8-karaf-1.0.0.redhat-412
$ rm -rf data instances lock
Now, when you restart Fuse, you should be able to install features directly.
I have copied the text below from the error messages. It should work.
"please use 'fabric:profile-edit --features camel-blueprint/0.0.0 target-profile'"

Clustering Openfire 3.7.1

I am trying for clustering openfire 3.7.1, but still not succeed and don't know what the problem is. Here are the steps:
First, I install Clustering Plugin 1.2.0 from Plugins menu.
Then I go to Server -> Server Manager -> Clustering menu and got java.lang.NoClassDefFoundError: com/tangosol/net/Invocable exception. Searching on the forum, I found that Clustering Plugin needs Oracle Coherence. So I download Oracle Coherence v3.4.2 and copy all jar files from lib dir into openfire lib dir. Then I restart openfire and now clustering menu seems ok, no exception occurred.
I try to enable clustering from clustering menu. It states that enabling clustering may take 30 seconds. But after clicking the Save settings button, the process won't stop even after 10 minutes. So I stopped the process and restart openfire.
I login again and everything seems good. Accessing again the Clustering menu, it shows that the clustering is enabled and there is 1 node listed and running. But when I click the nodes link, it does nothing. Also when I try to access 'Users/Group' menu, it shows HTTP ERROR 500 with org.jivesoftware.util.cache.DefaultCache cannot be cast to com.jivesoftware.util.cache.ClusteredCache exception.
My machine specs are:
Ubuntu 12.04
Openfire 3.7.1
Core i5 with 8 GB memory.
That seems be a problem with 1.2.0 Plugin
Look at this post for further help:
http://community.igniterealtime.org/message/218486#218486

Error installing plugins: "Could not acquire framework manipulator service"

Using the RCP version of Eclipse Helios on my Windows XP machine, I am trying to install some fairly basic plug-ins like PyDev and EPIC from their standard update sites. Unfortunately, I keep receiving the following error message:
An error occurred while installing the items
session context was:(profile=epp.package.rcp,
phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null -->
{plugin name},
action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
Could not acquire the framework manipulator service.
Could not acquire the framework manipulator service.
It doesn't look like this error occurs very much as there are very few things online. Everything about my installation of Eclipse is pretty standard. Is there some workaround for fix for this issue?
Looks like this was an extraction issue. One of my plugins didn't get unzipped correctly the first time, causing this behavior. I unzipped it again in a new location and it works fine now.