Posts

Showing posts from April, 2018

Common Gexflow errors

1. gexflow.reges.WSException: El municipio introducido [PALMA], es nulo o erroneo para una dirección normalizada

(now works in java>8) CXF only works on Java 8 !!! Solving the problem partially.

NOTE: apache-cxf version 3.3.6 solves the problem of java version>8 We cannot create WS Client scaffolding with JDK 9. Maybe in a near future it will be possible. So I have decided to use JDK 8 1. Selecting JDK 8 I have installed both JDK 8 and 9. For now, I use JDK 9, so let's use JDK 8. So let's follow  Kapil Bradashar's instructions,. Let's verify we have both versions of JDK. /usr/lib/jvm/java-1.8.0-openjdk-amd64 /usr/lib/jvm/java-1.9.0-openjdk-amd64 Now let's switch to JDK 8 sudo update-alternatives --config java And we have the following answer There are 2 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ---------------------------------------------------------------------------------------- 0 /usr/lib/jvm/java-9-oracle/bin/java 1091 mode automàtic 1 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java