Dear all,
Im getting following exception Win2008 Server R2 by executing :
Libraries have already been copied
Starting Console...
INFO: Loading tool launcher...
INFO: [OS: Windows Server 2012 R2] [VM vendor: SAP AG] [VM version: 1.6.0_71]
[VM type: SAP Java Server VM]
INFO: Main class to start: "com.sapportals.portal.pcd.admintools.standalone.c
onsole.MainConsole"
INFO: Loading 37 JAR files: [.\acl_api.jar, .\acl_core.jar, .\antlr.jar, .\ca
che.jar, .\com.sap.exception.facade.jar, .\gl_api.jar, .\gl_api_intern.jar, .\gl
_core.jar, .\iaik_jce.jar, .\jta.jar, .\lock_api.jar, .\lock_core.jar, .\logging
.jar, .\pcdconfig_api.jar, .\pcdcr_api.jar, .\pcdcr_core.jar, .\pcdStandaloneIni
t_api.jar, .\pcdStandaloneInit_core.jar, .\pcdStandaloneRuntime_api.jar, .\pcdSt
andaloneRuntime_core.jar, .\pcdTools_api.jar, .\pcdTools_core.jar, .\pcdtrace_ap
i.jar, .\pcdtrace_core.jar, .\plconnection_api.jar, .\plconnection_core.jar, .\s
ap.com~tc~bl~offline_launcher~impl.jar, .\sap.com~tc~epbc~pcd~gl~transporteptapi
~javalib.jar, .\sap.com~tc~exception~impl.jar, .\sap.com~tc~sec~secstorefs~java~
core.jar, .\softcache_api.jar, .\softcache_core.jar, .\transport_api.jar, .\tran
sport_core.jar, .\transport_ept_core.jar, .\umwrapper_api.jar, .\umwrapper_core.
jar]
INFO: Start
FATAL: Main class "com.sapportals.portal.pcd.admintools.standalone.console.Mai
nConsole" cannot be started:
FATAL: java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:568)
at java.util.Properties.load0(Properties.java:391)
at java.util.Properties.load(Properties.java:341)
at com.sapportals.portal.pcd.admintools.AbstractAdminTool.init(AbstractA
dminTool.java:189)
at com.sapportals.portal.pcd.admintools.standalone.console.MainConsole.m
ain(MainConsole.java:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:16
2)
FATAL: com.sap.engine.offline.OfflineToolStart will abort now with exitcode 2
Program terminated abnormally
Press any key to continue . . .
No notes on this issue as far I see, no threads on SCN, simply nothing. Im generally clear what the exception is telling me: the encoding of some files is wrong / not matching the expectation of EP. Which files? What is the right encoding? I know where is a porting of "file" to windows systems, I can try to use, could try to use it if I would know what and how to encode. Thanks,
regards