Author Message
DanielaBanin
Joined: Nov 6, 2013
Messages: 86
Offline
Cannot figure out the origin of this error - OD7.0 with PDC2.5 for EP6.02 with POM 2.5 on the first node :Get Contact Info


22/07/2014 12:52:33:761 ERROR - In Progress | session id:ep-psagot-2014203095224-19 | PsagotCallback:GetContactData | | java.lang.AbstractMethodError | Exception stack trace | Error processing request
EXCEPTION>
java.lang.AbstractMethodError
at org.apache.axis2.databinding.ADBDataSource.serialize(ADBDataSource.java:90)
at org.apache.axiom.om.impl.llom.OMSourcedElementImpl.internalSerialize(OMSourcedElementImpl.java:638)
at org.apache.axiom.om.impl.util.OMSerializerUtil.serializeChildren(OMSerializerUtil.java:563)
at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:846)
at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:267)
at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:229)
at org.apache.axiom.om.impl.llom.OMSerializableImpl.serializeAndConsume(OMSerializableImpl.java:188)
at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:74)
at org.apache.axis2.transport.http.AxisRequestEntity.writeRequest(AxisRequestEntity.java:84)
at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:499)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2114)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:621)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at com.avaya.pim.services.agentapi.client.VP_POMAgentAPIServiceStub.GetContactDataFromList(VP_POMAgentAPIServiceStub.java:3301)
at com.avaya.pim.services.agentapi.client.AgentAPIClient.GetContactDataFromList(AgentAPIClient.java:1255)
at com.avaya.sce.pdc.pim.DataConnector.PimFlowNodeImpl.invokeGetContactInfo(PimFlowNodeImpl.java:295)
at com.avaya.sce.pdc.pim.DataConnector.GetContactInfoImpl.execute(GetContactInfoImpl.java:54)
at com.avaya.sce.runtime.Data.evaluateActions(Data.java:200)
at flow.GetContactData.executeDataActions(GetContactData.java:84)
at com.avaya.sce.runtime.Data.handleRequest(Data.java:104)
at com.avaya.sce.runtime.AppServlet.processRequest(AppServlet.java:96)
at com.avaya.sce.runtime.SCEServlet.requestHandler(SCEServlet.java:285)
at com.avaya.sce.runtime.SCEServlet.doPost(SCEServlet.java:190)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
| undefined
22/07/2014 12:52:37:552 INFO - In Progress | session id:ep-psagot-2014203095224-19 | PsagotCallback:ReportDisconnect | PsagotCallback | caller hung up | | | undefined
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
Thrown when an application tries to call an abstract method. Normally, this error is caught by the compiler; this error can only occur at run time if the definition of some class has incompatibly changed since the currently executing method was last compiled.

I would check that the Aixs jars are the correct versions and/or there are not duplicate versions of jars.
AlexeyMartazov
Joined: Feb 4, 2014
Messages: 17
Offline
I have the same situation.
OD 7.0, EP 6.0.3, POM 2.5.1
All system (EPM, MPP, AppServer, POM) on single server.

I not found jar duplication in /op/AppServer/tomcat/lib foder.
There are no errors on the Application Validation Page.
On PomDriverApp Validation Page warning: scertcommon.jar 7.00.18.01 actual version newer than the version this application was built.
Other speech applications (not POM) work fine.

How do you solved the problem?
AlexeyMartazov
Joined: Feb 4, 2014
Messages: 17
Offline
I solved the problem as follows:
- Rebuilt all of my applications using OD6
- Copied all the files in the directory /opt/Appserver/tomchat/lib in the state prior to the installation of runtimesupportTomchat6 OD7
- deployed runtimeconfig.war OD6

After these manipulations PDC2.5 started working.
jomytago
Joined: May 29, 2017
Messages: 1
Offline
This java.lang.AbstractMethodError is usually thrown when we try to invoke the abstract method. The AbstractMethodError extends the IncompatibleClassChangeError class, which occurs when an incompatible class change has occurred to some class definition. More about....stacktrace in Jva

Jomy
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
I would also contact POM support on this as this error is coming from the POM Pluggable Data Connector (PDC).
Go to:   
Mobile view