Community
Participate
Working Groups
Related with bug# 60406, problem with deployment has eclipse dependency when execute headlessly. The dependency was removed and execution is successful. History logging is successful up to RemoteComponentSkeleton: public synchronized void logMessageUTF8(String msg) { if (isLogging) /* We will try and log to the correct API for handling * UTF-8 strings. With old .dll's this will not be resolvable * and we should use the old version. The old version * will only handle ASCII strings */ try { this.logMessageUTF81(name, msg.getBytes("UTF-8")); } catch(Throwable e) { logMessageUTF80(name, msg); } } this method is called for each execution event with the correct messages. However the file was not updated.
*** This bug has been marked as a duplicate of 58013 ***
not a dupe
Fixed.
Closing...