ServiceGenerationError:: Unable To Deploy Integrated SOA Gateway Webservice in R12
Error:
When trying to generate an Integrated SOA Gateway Service the following error happens:
Service Provider Access resulted in exception 'oracle.apps.fnd.soa.util.SOAException: ServiceGenerationError: ServiceGenerationError: Error in Service Generationnull' when attempting to perform 'GENERATE'. Please view Service Provider logs for more details
From log file:
Generating service with classId = 2570
Error in Service Generation.
ServiceGenerationError: ServiceGenerationError: Error in Service Generationnull
oracle.apps.fnd.soa.util.SOAException: ServiceGenerationError: ServiceGenerationError: Error in Service Generationnull
at oracle.apps.fnd.soa.provider.util.ServerAccess.analyzeServerResponse(ServerAccess.java:160)
at oracle.apps.fnd.soa.ui.ProviderAccess.generateWSDL(ProviderAccess.java:37)
at oracle.apps.fnd.soa.provider.wsdl.ServiceGenerator.generateSingleService(ServiceGenerator.java:104)
at oracle.apps.fnd.soa.provider.wsdl.ServiceGenerator.main(ServiceGenerator.java:433)
Solution:
1. Copy the file $FND_TOP/admin/template/oafm_orion_application_xml_1013.tmp to $FND_TOP/admin/template/custom directory
2. Remove the following entry from /custom/oafm_orion_application_xml_1013.tmp:
<library path="%s_oacore_append_classpath%" />
3. Run autoconfig
4. Confirm the working of ISG and PayPal
5. Migrate the solution as appropriate to other environments.
Or
1. Back up $INST_TOP/ora/10.1.3/j2ee/oafm/config/oc4j.properties
2. Add the following property to $INST_TOP/ora/10.1.3/j2ee/oafm/config/oc4j.properties:
javax.xml.parsers.DocumentBuilderFactory=oracle.xml.jaxp.JXDocumentBuilderFactory
3. Bounce OAFM
4. Re-test
Post a Comment
Post a Comment