sunxiaojian commented on PR #5701: URL: https://github.com/apache/gravitino/pull/5701#issuecomment-2516581242
> I couldn't run pass the test in deploy mode, ` ./gradlew :iceberg:iceberg-rest-server:test --tests "org.apache.gravitino.iceberg.integration.test.IcebergRESTOSSIT.testSnapshot" -PtestMode=deploy` with following errors, seems there are class conflict reduced by the oss-bundle jar, could you fix it? You could refer to https://gravitino.apache.org/docs/0.7.0-incubating/how-to-test/ about how to run integration test in deploy mode. > > ``` > Exception in thread "main" java.lang.NoClassDefFoundError: javax/activation/DataSource > at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.<clinit>(RuntimeBuiltinLeafInfoImpl.java:478) > at com.sun.xml.bind.v2.model.impl.RuntimeTypeInfoSetImpl.<init>(RuntimeTypeInfoSetImpl.java:63) > at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:128) > at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createTypeInfoSet(RuntimeModelBuilder.java:84) > at com.sun.xml.bind.v2.model.impl.ModelBuilder.<init>(ModelBuilder.java:162) > at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.<init>(RuntimeModelBuilder.java:92) > ``` @FANNG1 rebuild and try it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
