No Attachments in Traveler

Dear all,

We use Domino 9.0.1FP3 with Traveler 9.0.1.6. We do not see attachments with WP8.1 and iOS.

In the log.nsf we see this error message coming again and again:

Traveler: SEVERE java.lang.NoSuchMethodError: org/apache/commons/codec/binary/Base64.encodeBase64URLSafeString([B)Ljava/lang/String; Exception Thrown: java.lang.NoSuchMethodError: org/apache/commons/codec/binary/Base64.encodeBase64URLSafeString([B)Ljava/lang/String;

How can we fix this?

Thank you in advance.

Subject: RE: Traveler, attachment, java error

This error indicates a method in the Apache classes (org.apache.commons.codec.binary) cannot be located.
Either the class path does not point to the class or the class is missing from the expected location.

Can you please open a PMR and the IBM support team will assist you in collecting logs so we can determine why
the commons-codec-1.8.jar file which is under \Traveler\lib, Previously we used org.apache.commons.codec_1.4.0.jar
but this should have been deleted and replaced with the new jar.