Tuesday, October 18, 2016

java.lang.NoClassDefFoundError: sun/io/CharacterEncoding JDK Error Oracle SOA

While using JDK 8, following error might come in Oracle SOA. java.lang.NoClassDefFoundError: sun/io/CharacterEncoding         at oracle.j2ee.ws.common.util.TestPageUtils.encode(TestPageUtils.java:216)         at oracle.j2ee.ws.server.management.mbeans.WebServiceOperation.createTestPagePath(WebServiceOperation.java:276) Look like its not supported version of JDK for SOA. Try to install JDK 7 and then test. This error must resolve.  &nbs...

There is not an activity (receive/pick) to start the process

Sometimes when we create SOA BPEL with define service interface later, we get the below error even if we add the receive activity. Error(52): There is not an activity (receive/pick) to start the process Error(52): Initial activity is invalid. An initial activity must be of a receive or pick activity. Error: there is no receive activity that starts the process  Following is the error snapshot: To resolve this issue open BPEL process...

Monday, October 17, 2016

Error occurred during initialization of VM

After fresh installation of Oracle SOA, I started getting the below error while starting servers. Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. After trying different solution from the Web I changed the JDK version and it started working fine. I was using C:\Oracle\Middleware\jdk160_24 JDK previously which did not work and then I updated it with C:\Program Files\Java\jdk1.8.0_51 in setDomainEnv file and it started working fine.&nbs...