SOA 11g - System.getProperties().put() With Byte Array Value Generates java.lang.ClassCastException Error
(Doc ID 1184683.1)
Last updated on NOVEMBER 13, 2023
Applies to:
Oracle SOA Suite - Version 11.1.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
You have an application that assigns a value to a system property using the java.util.Properties class, http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html
If the application assigns a value that is not a String, for example, System.getProperties().put("xyz", new byte[123]);, the SOA server does not start and the following error occurs:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |