HI Guys!
I´m trying to connect to my SOA and BPM server (soa_server1) using the Jdeveloper 12.1.3 the connection return the Issue in JDev display:
"BPM-0:An I/O error occurs trying to execute the operation"
My environment is running on OL6, but I had found the follow tips fo SOLARIS environments:
Known Issues for Oracle SOA Products
"Workaround: Insert the value as JAVA_OPTIONS
in commENV.sh
underoracle_common/common/bin
like as commEnv.sh line 301 of 652
JAVA_OPTIONS="${JAVA_OPTIONS} ${VERIFY_NONE} -Djava.endorsed.dirs=${JRE_HOME}/lib/endorsed${PATHSEP}${MODULES_DIR}/endorsed-Dsvnkit.useJNA=false"
As expected, does not work!
Can You Guys Help me?