MindStudio安装问题
收藏回复举报
MindStudio安装问题
发表于2022-12-29 15:25:29
0 查看

安装完运行./mindstudio

有三个WARNING,两个ERROR如下:

WARNING: Missing dependencies: xorg-x11-xauth. You can install them with command: yum install -y  xorg-x11-xauth 

WARNING: Missing dependencies: haveged. You can install and activate it with command: yum install -y haveged && systemctl start haveged.service && systemctl enable haveged.service 

WARNING: There may be problem with X11 forwarding. Please set X11UseLocalhost to no in /etc/ssh/sshd_config, and restart ssh service with command: service sshd restart 

Error: dl failure on line 635 

Error: failed /home/MindStudio/jbr/jbr_aarch64/lib/server/libjvm.so, because /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/MindStudio/jbr/jbr_aarch64/lib/server/libjvm.so)

然后解决了这三个警告和错误之后,当前界面又会报5个WARNING

 

[root@localhost bin]# ./MindStudio.sh 

OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must be not be set 

WARNING: An illegal reflective access operation has occurred 

WARNING: Illegal reflective access by com.intellij.util.lang.UrlClassLoader (file:/home/MindStudio/lib/util.jar) to field java.lang.ClassLoader.classLoaderValueMap 

WARNING: Please consider reporting this to the maintainers of com.intellij.util.lang.UrlClassLoader 

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 

 

Startup Error 

Unable to detect graphics environment 

但是只要再开窗口,重新运行./Mindstudio  就能正常出界面,但是!!!

有5个警告如下:

[root@localhost bin]# ./MindStudio.sh 

OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must be not be set 

WARNING: An illegal reflective access operation has occurred 

WARNING: Illegal reflective access by com.intellij.util.lang.UrlClassLoader (file:/home/MindStudio/lib/util.jar) to field java.lang.ClassLoader.classLoaderValueMap 

WARNING: Please consider reporting this to the maintainers of com.intellij.util.lang.UrlClassLoader 

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 

2022-12-29 02:17:55,838 [   9800]   WARN - tor.impl.FontFamilyServiceImpl - Couldn't access required runtime API, will fall back to basic logic of font selection 

2022-12-29 02:17:56,166 [  10128]   WARN - e.adkstatus.InstallPackageUtil - CANN info is incorrect. CANN path: , version: 

Dec 29, 2022 2:17:56 AM java.util.prefs.FileSystemPreferences$1 run 

INFO: Created user preferences directory. 

2022-12-29 02:17:58,786 [  12748]   WARN - arketplace.MarketplaceRequests - Error reading Marketplace file: com.fasterxml.jackson.databind.JsonMappingException: Unexpected end-of-input: was expecting closing quote for a string value 

 at [Source: (BufferedReader); line: 1, column: 1243820] (through reference chain: java.util.ArrayList[9537]->com.intellij.ide.plugins.marketplace.MarketplaceBrokenPlugin["id"]) (file=/root/.cache/Huawei/MindStudioMS-5.0/plugins/brokenPlugins.json URL=http://plugins.jetbrains.com/files/brokenPlugins.json) 

2022-12-29 02:17:58,795 [  12757]   WARN - arketplace.MarketplaceRequests - Can not get broken plugins file from Marketplace: Unexpected end-of-input: was expecting closing quote for a string value 

 at [Source: (BufferedReader); line: 1, column: 1243820] (through reference chain: java.util.ArrayList[9537]->com.intellij.ide.plugins.marketplace.MarketplaceBrokenPlugin["id"]) 

2022-12-29 02:18:10,676 [  24638]   WARN - e.adkstatus.InstallPackageUtil - CANN info is incorrect. CANN path: , version: 

2022-12-29 02:18:10,681 [  24643]   WARN - e.adkstatus.InstallPackageUtil - CANN info is incorrect. CANN path: , version: 

2022-12-29 02:18:10,687 [  24649]   WARN - e.adkstatus.InstallPackageUtil - CANN info is incorrect. CANN path: , version: 

2022-12-29 02:18:10,814 [  24776]   WARN - .service.adkstatus.AdkInfoImpl - Failed to get version from CANN version file 

2022-12-29 02:18:10,815 [  24777]   WARN - eps.NewOperatorProjectInfoStep - com.huawei.mindstudio.ddkmanager.util.exception.AdkManagerException: ExceptionEnum{code=6007, message='No CANN is activated. Activate CANN in "CANN Manager"'} 

1.第一个界面为什么出不来界面呢

2.另开的页面能出Mindstudio的界面,但是这5个WARNING是正常的吗,分别是什么

我要发帖子