Re: Fatal error in the JVM with weblogic and apache camel

2017-03-13 Thread Zoran Regvart
Hi, This looks to me like a JDK bug, might be JDK-8136988[1]. Since you run WebLogic you can contact Oracle for support, zoran [1] https://bugs.openjdk.java.net/browse/JDK-8136988 On Sun, Mar 12, 2017 at 12:54 PM, omblanco wrote: > I am developing a soap service with apache

Re: Fatal error in the JVM with weblogic and apache camel

2017-03-12 Thread Tadayoshi Sato
Hi, Not sure if it helps, but there are two things to note. 1. You are not using Java 7 really according to the log attached. What would happen if you change it to Java 7? 2. Your Java 8 is not the latest version: 1.8.0_71-b15 Try update it to latest as it might have fixed a relevant JDK bug.

Fatal error in the JVM with weblogic and apache camel

2017-03-12 Thread omblanco
I am developing a soap service with apache camel in weblogic 12.1.3. My problem is the version I have to use. With versions 2.15.x it works perfectly (exactly version 2.15.6), but I want to upgrade to the latest compatible version for java 1.7, which is 2.17.5 and an error occurs which stops the