首页 / 浏览问题 / 组件GIS / 问题详情
iobject打开达梦库数据源的设置是怎样的
yao
1EXP 2020年10月19日
调用workspace.getDatasources().open(datasourceConnectionInfo)时出现以下报错

javax.management.RuntimeErrorException: 创建数据源集合失败

    at com.supermap.data.Datasources.open(Datasources.java:128)
    at com.study.service.CalService.openDMdatasource(CalService.java:648)
    at com.study.TestCal.test08(TestCal.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.evaluate(RunBeforeTestExecutionCallbacks.java:74)

1个回答

你好,您可以用idesktop先尝试用您的连接参数看看能否打开您的数据源;可以的话参考idesktop的连接参数进行相应的接口设置即可
2,842EXP 2020年10月19日
...