level 5
785809691
楼主
关于用poi包将ppt格式的幻灯片转化为图片组的事,我在本地跑的时候是正常的,但是一旦代码组件化后,在公司的云端跑的时候就报错了。报错的信息如下:
ERROR TYPE:[E],ERROR CODE:[ACMP0E001],ERROR MESSAGE:[java.lang.RuntimeException: javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory could not be instantiated: javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index
- with linked exception:
[javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index]]
[14:50:25.135][E]java.lang.RuntimeException: javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory could not be instantiated: javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index
- with linked exception:
[javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index]
我在网上搜了一下这个问题,
2022年03月30日 07点03分
1
ERROR TYPE:[E],ERROR CODE:[ACMP0E001],ERROR MESSAGE:[java.lang.RuntimeException: javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory could not be instantiated: javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index
- with linked exception:
[javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index]]
[14:50:25.135][E]java.lang.RuntimeException: javax.xml.bind.JAXBException: Provider com.sun.xml.internal.bind.v2.ContextFactory could not be instantiated: javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index
- with linked exception:
[javax.xml.bind.JAXBException: "org.apache.poi.sl.draw.binding" 不包含 ObjectFactory.class 或 jaxb.index]
我在网上搜了一下这个问题,