kchoroszynski Posted July 24 Share Posted July 24 Hi,I have a problem loading data to create a report using the JDA MOCA Connection adapter.i'm used JAVA 8 (build 1.8.0_202-b08)java.lang.AbstractMethodError: Receiver class com.jda.reporting.jss.plugin.JdaMocaConnectionDescriptor does not define or inherit an implementation of the resolved method 'abstract boolean supportsGetFieldsOperation(com.jaspersoft.studio.utils.jasper.JasperReportsConfiguration, net.sf.jasperreports.engine.JRDataset)' of interface com.jaspersoft.studio.data.fields.IFieldsProvider. at com.jaspersoft.studio.property.dataset.dialog.DataQueryAdapters.doGetFields(DataQueryAdapters.java:512) at com.jaspersoft.studio.data.designer.AQueryDesignerContainer$1.run(AQueryDesignerContainer.java:49) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122) Link to comment Share on other sites More sharing options...
Mehak Rajkumar Posted July 26 Share Posted July 26 Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times. Link to comment Share on other sites More sharing options...
JRS-SE Posted July 26 Share Posted July 26 Hello Karol,Moca is a custom data adapter. Can you please list all the steps that you followed for the Moca data source setup? Was this working before? is this the first time that you are trying to set up the connection? Are you using the community version of Jaspersoft or any commercial? When you get a chance, Please share all the details and we can guide you in the right direction. Link to comment Share on other sites More sharing options...
gregbowers23 Posted July 27 Share Posted July 27 HelloI was also facing the same issue. The error is due to a missing or improperly defined methodsupportsGetFieldsOperation in thecom.jda.reporting.jss.plugin.JdaMocaConnectionDescriptor class.This indicates a compatibility issue between the JDA MOCA Mulesoft Connection adapter and the version of Jaspersoft Studio or JasperReports you are using. Ensure compatibility, update libraries, and check method implementation. Refer to their documentation or contact support .Hope it helps you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now