このコンテンツは選択した言語では利用できません。
Chapter 7. Known Issues
7.1. List of Known Issues リンクのコピーリンクがクリップボードにコピーされました!
The following list describes known issues in version 7.0-TP:
- ENTESB-7761 Node not found error when using karaf-camel-amq with EnMasse
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
karaf-camel-amqquickstart is not working properly with the EnMasse broker (AMQ 7 cloud-based broker). - OSFUSE-782 spring-boot-camel-teiid: Given final block not properly padded
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
spring-boot-camel-teiidquickstart is not working properly. - OSFUSE-735 spring-boot-camel-infinispan doesn’t lookup any entries
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
spring-boot-camel-infinispanquickstart is not working properly. - OSFUSE-739 Blueprint property-placeholder randomly fails on FIS 2.0 (karaf) if PID is shared by multiple bundles
- In the JBoss Fuse 7.0 Technology Preview 4 release, for applications deployed on the Karaf image, when two distinct OSGi bundles use the same property from a ConfigMap, this works only in one of the bundles.
- OSFUSE-749 karaf-cxf-rest doesn’t work
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
karaf-cxf-restquickstart is not working properly. - OSFUSE-778 Karaf - Permission denied of config files
- In the JBoss Fuse 7.0 Technology Preview 4 release, for applications deployed on the Karaf image, in certain circumstances access to Karaf configuration files is denied.
- OSFUSE-757 Java Console: OSGi tab is missing for karaf app
-
In the JBoss Fuse 7.0 Technology Preview 4 release, when the
karaf-camel-rest-sqlquickstart is deployed to the Karaf image, the OSGi tab is missing from the Java console. - OSFUSE-780 camel websocket - java.lang.ClassCastException: org.eclipse.jetty.util.DecoratedObjectFactory
-
In the JBoss Fuse 7.0 Technology Preview 4 release, a
java.lang.ClassCastExceptionoccurs when you attempt to use Camel Websocket endpoints in a Camel application deployed to a Karaf image on OpenShift. - OSFUSE-781 cxf jaxws security - com.codahale.metrics wrong version
- In the JBoss Fuse 7.0 Technology Preview 4 release, an error occurs if you try to create a CXF JAX-WS endpoint with security enabled.
- ENTESB-7875 CXF bean validation JAX-RS and JAX-WS feature does not work
- In the JBoss Fuse 7.0 Technology Preview 4 release, the CXF bean validation for JAX-RS and JAX-WS feature does not work.
- ENTESB-7883 ClassNotFoundException on guava when deploying CXF JAX-RS swagger into Karaf
- In the JBoss Fuse 7.0 Technology Preview 4 release, an error occurs when you try to deploy the CXF JAX-RS Swagger component on Apache Karaf.
- ENTESB-7373 REST on JMS Transport Fails with Invalid JMS Property when tested against ActiveMQ Artemis
- In the JBoss Fuse 7.0 Technology Preview 4 release, when a JAX-RS endpoint in configured with a JMS transport, it fails against an ActiveMQ Artemis (AMQ 7) broker.
- ENTESB-7879 camel-hl7 example throws error when consuming file on Windows
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
camel-hl7Camel component is not working properly on the Windows O/S. - ENTESB-7886 camel-cxf-jaxws-cdi-secure can’t be deployed to Windows and solaris
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
camel-cxf-jaxws-cdi-securequickstart cannott be deployed on the Windows and Solaris operating systems. - ENTESB-7839 \[camel-weather\] FreeGeoIpGeoLocationProvider does not work as expected
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
camel-weathercomponent fails to connect to the weather service. - ENTESB-7900 camel:route-show does not work on IBM java
-
In the JBoss Fuse 7.0 Technology Preview 4 release, the
camel:route-showKaraf console command does not work on the IBM Java Virtual Machine. - OSFUSE-708 F-M-P: fabric8:log doesn’t work
-
In the JBoss Fuse 7.0 TP3 and TP4 releases, the
fabric8:logtarget of the Fabric8 Maven plugin does not show the log. - ENTESB-7664 Installing framework-security feature kills karaf
The
framework-securityOSGi feature must be installed using the--no-auto-refreshoption, otherwise this feature will shut down the Apache Karaf container. For example:feature:install -v --no-auto-refresh framework-security- OSFUSE-718 [OSO][OCP 3.7] f-m-p redeployments failing to deploy
When deploying a Fuse on OpenShift application to OpenShift Container Platform 3.7 using the Fabric8 Maven plugin, you cannot redeploy the application using the command
mvn fabric8:deploy. That is, the first time you deploy usingmvn fabric8:deploy, the operation succeeds, but the second (and subsequent attempts) fail silently. The workaround is to undeploy before you redeploy, as follows:mvn fabric8:undeploy mvn fabric8:deploy- ENTESB-7469 Camel Docker component cannot use Unix socket connections on EAP
-
In JBoss Fuse 7.0, the
camel-dockercomponent can connect to Docker only through its REST API, not through UNIX sockets. - ENTESB-5231 PHP script language does not work
- The PHP scripting language is not supported in Camel applications on the Apache Karaf container, because there is no OSGi bundle available for PHP.
- ENTESB-5232 Python language does not work
- The Python scripting language is not supported in Camel applications on the Apache Karaf container, because there is no OSGi bundle available for Python.
- ENTESB-5447 Cannot add openjpa, camel-hbase, or camel-hdfs features to featuresBoot
-
If you add any of the features,
openjpa,camel-hbase, orcamel-hdfs, tofeaturesBootin theetc/org.apache.karaf.features.cfgfile, this will result in an OSGi wiring error. All of these features are deprecated in any case. - ENTESB-3938 JBoss Fuse 6.2.1 takes a long time to start up on OpenStack
When a JBoss Fuse container is deployed on RHEL OpenStack Platform, it can take a long time (several minutes) for the container to start up. A workaround is to add the following option to the JVM that starts the container (for example, by setting the
JAVA_OPTSenvironment variable):-Djava.security.egd=file:/dev/./urandomThe extra dot in the pathname, as in
/./, is required.NoteThe effect of the workaround is to replace the default
/dev/randomby/dev/urandom. The alternative is faster, but less random than/dev/random. This has an impact on any security packages that depend on this device to generate entropy and random numbers.- ENTESB-4390 Some quickstarts using SAAJ API fail on IBM JAVA
When using the Apache Karaf container with IBM Java version 1.7.0, the following quickstarts can fail:
-
bean-service soap-attachmentWith the following error:
java.lang.IllegalAccessError: Class com/sun/org/apache/xerces/internal/dom/ElementImpl illegally accessing "package private" member of class com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl at com.sun.org.apache.xerces.internal.dom.ElementImpl.synchronizeData(ElementImpl.java:1159) ...This appears to be a problem with the IBM JDK. You can work around the problem as follows:
Remove
saaj-apifrom endorsed libraries:rm lib/endorsed/org.apache.servicemix.specs.saaj-api-1.3-2.5.0.jarBefore invoking the
./bin/fusescript:, set theJAVA_OPTSenvironment variable as follows:JAVA_OPTS=-Xshareclasses:none
-
- ENTESB-2443 Google Mail API - Sending of messages and drafts is not synchronous
- When you send a message or draft, the response contains a Message object with an ID. It may not be possible to immediately get this message via another call to the API. You may have to wait and retry the call.
- ENTESB-2458 Google Mail Component - Import of message throws sometimes SocketTimeoutException
-
Importing a message may throw a
java.net.SocketTimeoutExceptionif the send operation was called before. Workaround: After a send call wait for few moments before calling import. - ENTESB-2365 Google Drive API bug - Response of permission insert operation mostly does not contain emailAddress property
-
Response of permission insert operation sometimes does not return
emailAddressproperty even if the value of request property type was set to user. Nevertheless the permission is successfully inserted. - ENTESB-2332 Google Drive API JSON response for changes returns bad count of items for the first page
- Google Drive API JSON reponse for changes returns bad count of items for the first page. Setting maxResults for a list operation may not return all the results in the first page. You may have to go through several pages to get the complete list (that is by setting pageToken on new requests).
- ENTESB-2929 can’t install features camel-avro camel-hbase camel-hdfs2
camel-avro,camel-hbase,camel-hdfs2are not supported on Solaris / AIX. Thecamel-hdfs2feature can only run if you havelibsnappyjava.dylibinjava.library.path. You must manually set uplibsnappyjava.dylibin Red Hat JBoss Fuse before installing these features.JBossFuse:karaf@root> features:info camel-hdfs2 Description of camel-hdfs2 2.15.0.redhat-620133 feature- ENTESB-2773 [platform AIX HPUX] camel-leveldb missing native library
-
The camel-leveldbfeature is not supported on IBM AIX and HP-UX operating systems. To use the camel-leveldb feature, Red Hat JBoss Fuse must be run on Red Hat Enterprise Linux, Microsoft Windows Server or Oracle Solaris.