there is a problem with webservices libs. The log which is belong to Glassfish's shown below:
|SEVERE|oracle-glassfish3.1.2|org.apache.catalina.core.ContainerBase|_ThreadID=24;_ThreadName=Thread-2;|ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: java.util.ServiceConfigurationError
Unfortunately, I could not find anything.
I guess you moved some of the jars from WLS to GF. If so, remove the com.sun.jersey.server_*.jar
that was moved from WLS from your GF installation (or from your WAR if it's there) and you should be fine. You don't need this jar to run your JAX-RS service in GF 3.1.2 (GF should have all needed dependencies bundled in it).