I是使用覆盆子PI 3.
我使用sudo su start.sh命令启动了IN,我看到了下面的错误&当我检查时,它不会启动,我看到localhost没有找到错误。
一个M2M问题。
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.storage.FrameworkExtensionInstaller (file:/home/pi/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/macosx/cocoa/x86_64/plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.storage.FrameworkExtensionInstaller
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release发布于 2020-01-03 09:57:11
看起来,om2m和Java的版本相去甚远。解决方案可能是使用新版本的Java编译om2m安装(包括Eclipse ),或者使用旧版本的Java运行时。
例如,参见Eclipse上的下列讨论:https://www.eclipse.org/forums/index.php/t/1089552/或https://www.eclipse.org/forums/index.php/t/1098927/
https://stackoverflow.com/questions/59573542
复制相似问题