iOS Question malformed \uxxxx encoding

Haruka78

Member
Licensed User
Hi,
When I try to run Java -jar B4iBuildServer.jar I have this error malformed \uxxxx encoding
How can I solve the problem?

java -jar B4iBuildServer.jar B4iBuildServer.jar
Build server version: 6.8
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-11-06 18:35:46.997:INFO::main: Logging initialized @390ms to org.eclipse.jetty.util.log.StdErrLog
config._vvvv1 (java line: 64)
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:574)
at java.util.Properties.load0(Properties.java:391)
at java.util.Properties.load(Properties.java:341)
at anywheresoftware.b4a.objects.streams.File.ReadMap2(File.java:317)
at anywheresoftware.b4a.objects.streams.File.ReadMap(File.java:302)
at b4j.example.config._vvvv1(config.java:64)
at b4j.example.main._appstart(main.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:91)
at anywheresoftware.b4a.BA.raiseEvent(BA.java:78)
at b4j.example.main.main(main.java:28)
 
Top