Tuesday, May 16, 2006

BPEL 10.1.2.0.0 Issues & Workarounds

1. Following error while invoking a web service:


when invoking locally the endpoint 'http://:/webservice/services/WebService', ; nested exception is: ORABPEL-02052 Cannot lookup BPEL domain. The BPEL domain "services" cannot be found; the domain may not have initialized properly. Please verify that the BPEL domain loader has a valid set of initialization properties in the application properties file.


ORABPEL-02052 Cannot lookup BPEL domain. The BPEL domain "services" cannot be found; the domain may not have initialized properly. Please verify that the BPEL domain loader has a valid set of initialization properties in the application properties file.



Click here.


2. Following error while displaying tasks (notifications) :
500 Internal Server Error
java.lang.Error: Unresolved compilation problem: The method setRootElement(Element) is undefined for the type FacadeElem at org.example.www.facProxySchema.FacadeElemFactory.createFacade(FacadeElemFactory.java:65) at _listTasks._jspService(_listTasks.java:138)


Workaround - schemac again:(

3. Following error in sending emails (invoke for sendMail):


Unknown SMTP host: dlsun4254.us.oracle.com; nested exception is: java.net.UnknownHostException: dlsun4254.us.oracle.com



4. Following error while deploying webservices:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Fault - ; nested exception is:
oracle.xml.parser.v2.XMLDOMException: invalid namespace null for prefix null
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: oracle.xml.parser.v2.XMLDOMException: invalid namespace null for prefix null
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:


Solution/Workarounds:
-Place xmlparserv2.xml under bpel10.1.2.0.2/lib and put in bpel10.1.2.0.0/lib.

0 Comments:

Post a Comment

<< Home