Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting org.apache.cxf.interceptor.Fault: org/apache/poi/util/StaxHelper exception #183

Open
komal11292 opened this issue Feb 18, 2019 · 1 comment

Comments

@komal11292
Copy link

komal11292 commented Feb 18, 2019

Caused by: java.lang.NoSuchMethodError: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableStyle.getTableStyleElementList()Ljava/util/List;
at org.apache.poi.xssf.usermodel.XSSFTableStyle.(XSSFTableStyle.java:87)
at org.apache.poi.xssf.model.StylesTable.readFrom(StylesTable.java:247)
at org.apache.poi.xssf.model.StylesTable.(StylesTable.java:141)
at org.apache.poi.xssf.eventusermodel.XSSFReader.getStylesTable(XSSFReader.java:126)
at com.monitorjbl.xlsx.impl.StreamingWorkbookReader.init(StreamingWorkbookReader.java:123)
at com.monitorjbl.xlsx.impl.StreamingWorkbookReader.init(StreamingWorkbookReader.java:91)
at com.monitorjbl.xlsx.StreamingReader$Builder.open(StreamingReader.java:263)
at com.bdbizviz.datapipeline.executeserver.impl.SftpDatasetEtl.getWorkbookData(SftpDatasetEtl.java:397)
at com.bdbizviz.datapipeline.executeserver.impl.DatapipelineExecuteServerImpl.getExcelSheets(DatapipelineExecuteServerImpl.java:2416)
at com.bdbizviz.datapipeline.executeserver.impl.DatapipelineExecuteServerImpl.pluginFileService(DatapipelineExecuteServerImpl.java:2333)
at com.bdbizviz.rs.services.impl.BizVizPluginServiceImpl.bizvizPluginFileServiceRouter(BizVizPluginServiceImpl.java:202)[306:com.bdbizviz.rs.services:4.1.0]
at sun.reflect.GeneratedMethodAccessor212.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_151]
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188)[94:org.apache.cxf.cxf-api:2.7.11]
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104)[94:org.apache.cxf.cxf-api:2.7.11]

My pom.xml dependencies are:

com.monitorjbl
xlsx-streamer
1.2.1


org.apache.xmlbeans
xmlbeans
2.6.0


stax
stax-api
1.0.1


org.apache.poi
poi
3.17


org.apache.poi
poi-ooxml
3.17


org.apache.poi
poi-ooxml-schemas
3.17

@komal11292
Copy link
Author

This issue came when i'm deploying my bundle in karaf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant