Chapter 2. Known Issues
This section lists known issues in version 6.1.1 of the JBoss Fuse cartridge.
For general known issues in version 6.1.0 of JBoss Fuse, see the Known Issues section of the Red Hat JBoss Fuse 6.1 Release Notes.
- Restoring JBoss Fuse applications from a snapshot is not supported
- If you create a snapshot of multiple JBoss Fuse applications with the snapshot-save command, you cannot restore the snapshots with the snapshot-restore command.
- You must delete containers with the same tool that you used to create the containers
- For example, if you create a container from the Fuse Management Console and then delete the container from the OpenShift Enterprise command line utility, the utility might not completely remove the container from the fabric. The deleted container then might re-register to the fabric with incomplete information and generate run-time errors or failures.
- You cannot move the primary JBoss Fuse application between nodes
- To move a JBoss Fuse application from one OpenShift Enterprise node to another node, you can use the oo-admin-move command. However, you cannot move the first application that you created between nodes. You can use the command to move only subsequent applications that you create.
- The PortMapper tool does not translate TLS ports
- When you define connection URLs in CXF endpoints, you cannot specify SNI ports that use the TLS protocol, such as
APP_TLS_PORT_1. Instead, you must specify one of the non-TLS ports, such asAPP_PORT_1, when you configure the CXF endpoint. - When the the JBoss Fuse application reconnects to the fabric server, the Karaf log throws an exception
- When the connection between the JBoss Fuse application and the fabric server is suspended and then resumed, the following error message might appear in the Karaf log:
java.util.concurrent.RejectedExecutionException Task java.util.concurrent.FutureTask@27458911 rejected from java.util.concurrent.ThreadPoolExecutor@4629cf3b [Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9] ...This message reports a problem with an obsolete CuratofFramework listener.Workaround: Ignore the message. - The Fuse Builder cartridge does not support HTTPS connections
- To connect to the Maven repository of the Fuse Builder cartridge, you must use an HTTP connection.
- You cannot use the publicip resolver when you create a JBoss Fuse application
- The
publicipresolver connects the application to the Git repository of the OpenShift Enterprise node. However, the resolver might not translate the public IP address of the node correctly and redirect the connection to an HTML page. - Some OpenShift Enterprise processes might stop before the JBoss Fuse application is created
- In some environments, you cannot create the JBoss Fuse application because some OpenShift Enterprise components, such as
mcollectiveandrhc, reach the maximum timeout limit and stop before the application is created.For general information about the default timeout values of OpenShift Enterprise components, see the Component Timeout Value Location section of the OpenShift Enterprise Administrator Guide.Workaround: Increase the timeout values of the OpenShift components. For a detailed description of this workaround, see the following knowledge base article: https://access.redhat.com/solutions/1238583