首页 / 浏览问题 / 组件GIS / 问题详情
new License error!
mxc
112EXP 2020年11月27日

使用产品 supermap-imobile-10.1.0-205-android 

数据类型 文件型

问题详细描述:从版本 1001 升级到 1010 之后在 Logcat 看到了这个错误输出

 W/System.err: log4j:WARN No appenders could be found for logger (com.supermap.License).
 W/System.err: log4j:WARN Please initialize the log4j system properly.
 W/System.err: log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
 W/System.err: java.lang.IllegalStateException: new License error! no license impl to use
 W/System.err:     at com.supermap.License.<init>(License.java:109)
 W/System.err:     at com.supermap.data.PrivateCloudLicenseManager.isModuleValid(PrivateCloudLicenseManager.java:236)
 W/System.err:     at com.supermap.data.PrivateCloudLicenseManager.isModuleValid(PrivateCloudLicenseManager.java:252)
 W/System.err:     at com.supermap.data.DatasourcesNative.isCloudValid(DatasourcesNative.java:46)
 W/System.err:     at com.supermap.data.DatasourcesNative.jni_Open(Native Method)
 W/System.err:     at com.supermap.data.Datasources.open(Datasources.java:234)
 W/System.err:     at cn.sintoon.supermap.SuperMapManager$4.run(SuperMapManager.java:596)
 W/System.err:     at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
 W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
 W/System.err:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
 W/System.err:     at java.lang.Thread.run(Thread.java:929)
 W/System.err: java.lang.IllegalStateException: new License error! no license impl to use
 W/System.err:     at com.supermap.License.<init>(License.java:109)
 W/System.err:     at com.supermap.data.PrivateCloudLicenseManager.isModuleValid(PrivateCloudLicenseManager.java:236)
 W/System.err:     at com.supermap.data.PrivateCloudLicenseManager.isModuleValid(PrivateCloudLicenseManager.java:252)
 W/System.err:     at com.supermap.data.DatasourcesNative.isCloudValid(DatasourcesNative.java:50)
 W/System.err:     at com.supermap.data.DatasourcesNative.jni_Open(Native Method)
 W/System.err:     at com.supermap.data.Datasources.open(Datasources.java:234)
 W/System.err:     at cn.sintoon.supermap.SuperMapManager$4.run(SuperMapManager.java:596)
 W/System.err:     at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187)
 W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
 W/System.err:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
 W/System.err:     at java.lang.Thread.run(Thread.java:929)

会影响使用吗?

1个回答

您好,报这个错误是不影响使用的。
9,137EXP 2020年11月27日
...