他的回复:
[quote][size=2][url=forum.php?mod=redirect&goto=findpost&pid=147414&ptid=46107][color=#999999]回复:小二中二大二 发表于 2020-3-17 12:46[/color][/url][/size] 正常情况下需要有 22118 这个端口号的listen连接。 我的设备上有这个连接,有尝试过重新安装mindStudio吗? check一下在你的环境上有没有H[/quote]环境中是有HwHiAiUser这个用户的,重新安装mindstudio后仍然没有22118这个端口,安装过程显示如下:[INFO] Please make sure that you have configured in env.conf otherwise the installation will use default configuration. [INFO] Your ip address is 127.0.0.1 [INFO] Press ENTER to continue or input a NEW ip address: [INFO] Using port: 8888 [INFO] Using tool_path: /home/zhjiang/tools [INFO] Using backup_path: /home/zhjiang/wsbackup [INFO] Using profiler_port: 8099 [INFO] Using apache_user: msvpUser [INFO] Mind-Studio package found: Mind-Studio_Ubuntu-x86-64.tar [INFO] DDK package found: MSpore_DDK-1.3.5.B896-x86_64.ubuntu16.04-x86_64.ubuntu16.04-aarch64.miniOS.tar.gz [INFO] Extracting package, please wait for a minute... mkdir: cannot create directory ‘Mind-Studio’: File exists [INFO] Start installing Mind-Studio install user: zhjiang Accept use_eth0 successfully! Accept load_data successfully! Accept run_type successfully! start check profiling pre-install software Tue 17 Mar 2020 14:51:51 [INFO] [MSVP] [6256] install_profiling.sh: Current user is zhjiang. ===> Start install mongodb ===> Successfully installed the mongod. ===> Started to prepare conf. ===> Successfully prepared conf. ===> Started to prepare rebootshell. ===> Successfully prepared rebootshell. /etc/init.d ===> Started to prepare envtools ===> Started to import gnupg key. ===> Successfully imported gnupg key ===> Successfully prepared envtools ===> Copy libCaffe /home/zhjiang/Documents/mini_mind_studio_Ubuntu/Mind-Studio/vendor/envtools ===> Copy ArmPython ===> Started to prepare Mind_Studio_Project. openjdk version "1.8.0_242" OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~18.04-b08) OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode) ===> Successfully prepared Mind_Studio_Project ===> Started to load projects. ===> Successfully loaded projects. ===> No my-datasets need to be loaded. ===> Start to load my-model. ===> Successfully loaded my-model. ===> No caffe-model need to load ===> Started to load db. ===> Successfully loaded db ===> No offline-model needs to be loaded. ===> Successfully installed the environment ===> Installing the DDK... MSpore_DDK-1.3.5.B896-x86_64.ubuntu16.04-x86_64.ubuntu16.04-aarch64.miniOS.tar.gz ===> Starting to extract ddk. ===> Installing the DDK... ===> Successfully installed the DDK. ===> Write DDKConfig successfully! checking the JCE in JDK ... ===> Remove DDKConfig successfully! ===> Write DDKConfig successfully! start to check certificate expire days... ==> Certificate /home/zhjiang/tools/conf/secure_keys/server.crt will sleep 365d! open files already is: 64000 ./logs/ ./logs/operation.log ./rootkey/ ./rootkey/v1/ ./rootkey/v1/cat/ ./rootkey/v1/cat/c.txt ./rootkey/v1/apple/ ./rootkey/v1/apple/a.txt ./rootkey/v1/dog/ ./rootkey/v1/dog/d.txt ./rootkey/v1/boy/ ./rootkey/v1/boy/b.txt ./work_key.json about to fork child process, waiting until server is ready for connections. forked process: 22475 child process started successfully, parent exiting mongodb user exist!! ===> Successfully started the mongod server. ===> mongo password has been initialised, please change password in time. you can refer to instruction manual for help Total number of files is 0 ===> Starting Mind Studio...Please wait. tail: /home/zhjiang/tools/log/mind_log/mind-20200317145149.log: file truncated Server startup in 27497 ms /home/zhjiang/tools/log ===> Successfully started Mind Studio. ===> Use Google Chrome https://IP:Port ===> You can check /home/zhjiang/tools/log/mind_log/mind-20200317145149.log for installation details! ===> Waiting for profiling to finish... ===> Successfully installed profiling. Starting to chmod folders. Installation finished. [INFO] delete temporary Mind-Studio directory. /home/zhjiang/Documents/mini_mind_studio_Ubuntu [INFO] Please make sure that the Linux Kernel Version is higher than 4.18 or apply this patch https://bugzilla.kernel.org/attachment.cgi?id=277305 when Linux Kernel Version below 4.18, otherwise maybe stuck when converting model using omg with TE plugin. [INFO] Install successfully但是查看安装日志中发现了一些错误:2020-03-17 14:54:33,082[main] [ERROR] [StudioHttp11NioProtocol 49] - decrypt pass failed!!Address already in use 2020-03-17 14:54:33,082[main] [ERROR] [StudioHttp11NioProtocol 50] - failed caused bynull 2020-03-17 14:55:00,580[main] [ERROR] [o.a.c.core.StandardService 443] - Failed to start connector [Connector[com.huawei.decryptionHttpsKey.StudioHttp11NioProtocol-8888]] org.apache.catalina.LifecycleException: Failed to start component [Connector[com.huawei.decryptionHttpsKey.StudioHttp11NioProtocol-8888]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:167) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:440) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:793) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.startup.Catalina.start(Catalina.java:688) 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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493) Caused by: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apache.catalina.connector.Connector.startInternal(Connector.java:1020) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ... 11 common frames omitted Caused by: java.net.BindException: Address already in use at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Net.java:433) at sun.nio.ch.Net.bind(Net.java:425) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:85) at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:219) at org.apache.tomcat.util.net.AbstractEndpoint.start(AbstractEndpoint.java:1160) at org.apache.coyote.AbstractProtocol.start(AbstractProtocol.java:591) at org.apache.catalina.connector.Connector.startInternal(Connector.java:1018) ... 12 common frames omitted详细内容可见附件。