简体   繁体   English

jmxPermissions.vbs设置没有权限

[英]jmxPermissions.vbs sets no permissions

Im trying to start virgo server with vsphere sdk version 6.7 in my local machine and getting this error. 我试图在我的本地计算机上使用vsphere sdk版本6.7启动virgo服务器,并收到此错误。

λ startup.bat λstartup.bat

WARNING: jmxPermissions.vbs did not update the permissions of \\vSphere Client SDK\\html-client-sdk-6.7.0-8170180\\vsphere-ui\\server\\configuration\\org.eclipse.virgo.kernel.jmxremote.access.properties. 警告:jmxPermissions.vbs并未更新\\ vSphere Client SDK \\ html-client-sdk-6.7.0-8170180 \\ vsphere-ui \\ server \\ configuration \\ org.eclipse.virgo.kernel.jmxremote.access.properties的权限。 Check the file has the correct permissions. 检查文件是否具有正确的权限。

'Client' is not recognized as an internal or external command, operable program or batch file. 无法将“客户端”识别为内部或外部命令,可操作程序或批处理文件。

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; Java HotSpot(TM)64位服务器VM警告:忽略选项MaxPermSize = 512m; support was removed in 8.0 在8.0中删除了支持

Error: Could not find or load main class Client 错误:找不到或加载主类客户端

The issue is that you have deployed the SDK on a Windows path with spaces - startup.bat thinks " Client SDK\\html-client-sdk-6.7.0-8170180\\vsphere-ui\\server\\" is a command line argument. 问题是您已在带有空格的Windows路径上部署了SDK-startup.bat认为“ Client SDK \\ html-client-sdk-6.7.0-8170180 \\ vsphere-ui \\ server \\”是命令行参数。

The simple fix is to move the SDK to a location without any spaces. 简单的解决方法是将SDK移到没有空格的位置。

Kudos goes to my colleague Alex Marinov ( https://www.linkedin.com/in/aleksandar-marinov/ ) for spotting this. Kudos去找我的同事Alex Marinov( https://www.linkedin.com/in/aleksandar-marinov/ )发现了这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM