JVMOption In JvmController Truncated When It Contains Equal ("=") Sign In The Path
(Doc ID 756327.1)
Last updated on MARCH 04, 2020
Applies to:
Oracle Forms - Version 10.1.2.2.0 to 10.1.2.2.0 [Release 10.1.2.2]Generic Linux
Generic Linux
Symptoms
When trying to use JVM Options containing a equal ('=') sign . Everything past the equal sign will be truncated.
EXAMPLE:
- Go to the URL http://<hostname>:<port>
- Go to the Middle-tier page Press Forms-->Then Press JVM Controller
- Press Create JVM controller button
- JVM controller name : <name>
Classpath <oracle_home>/forms/java/*.jar
JVM Options -Djaca.jvmparam.ws.url=http://<host>/ws
Log Directory <oracle_home>/tools/jvm/log
- Press create now a new JVM Controller created
- The new JVM Controller is created but the JVM Options truncated.
- Go to the Middle-tier page Press Forms-->Then Press JVM Controller
- Press Create JVM controller button
- JVM controller name : <name>
Classpath <oracle_home>/forms/java/*.jar
JVM Options -Djaca.jvmparam.ws.url=http://<host>/ws
Log Directory <oracle_home>/tools/jvm/log
- Press create now a new JVM Controller created
- The new JVM Controller is created but the JVM Options truncated.
Instead of -Djaca.jvmparam.ws.url=http://<host>/ws it will be truncated to JVM Options = -Djaca.jvmparam.ws.url
Changes
When there is a equal sign in the value of the parameter the parser stops there, truncating the rest of the value.
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 |
Changes |
Cause |
Solution |
References |