首页 / 浏览问题 / 组件GIS / 问题详情
飞行管理示例程序启动报错
12EXP 2021年04月22日

前几天启动和运行都是正常的,今天启动飞行管理的示例程序就报错了,报错信息如下,是什么原因呢,谢谢答疑

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: connect types is: 10071 , 10070 , 10066 , 10065 , 10603 , 10602 , 10601 , 10503 , 10501 , 10502 , 10523 , 11002 , 11001 , 11000 , 11008 , 10005 , 10006 , 65400 , 65401 , 65402 , 65403 , 65404 , 65405 , 65406 , 65407 , 65408 , 65409 , 65410 , 65411 , 65412 , hasp_feature_not_found
	at com.supermap.data.Toolkit.verifyLicense(Toolkit.java:981)
	at com.supermap.ui.InternalToolkitSpaceUI.verifyLicense(InternalToolkitSpaceUI.java:62)
	at com.supermap.ui.SceneControl.checkLicense(SceneControl.java:193)
	at com.supermap.ui.SceneControl.<init>(SceneControl.java:120)
	at com.supermap.samplecode.realspace.MainFrame.getSceneControl(MainFrame.java:1074)
	at com.supermap.samplecode.realspace.MainFrame.getJContentPane(MainFrame.java:1066)
	at com.supermap.samplecode.realspace.MainFrame.initialize(MainFrame.java:1009)
	at com.supermap.samplecode.realspace.MainFrame.<init>(MainFrame.java:961)
	at com.supermap.samplecode.realspace.MainFrame$12.run(MainFrame.java:947)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

1个回答

你好,看报错信息,是许可没有读到。请将有效的许可进行激活更新,然后再来运行
2,842EXP 2021年04月22日
去哪里激活?怎么操作?
...