The release note mentioned that web client SDK 6 is compitable with 5.5 and 6. But I would like to try it out on my local dev environment.
In 5.5, when we register local box to server, we "use the script serenity-client/scripts/ls-cmd.bat with the argument https://YOUR-VCVA-IP:7444/lookupservice/sdk, it will generate client.properties. " But ls-cmd.bat is not longer there in SDK 6. Should I just create client.properites by my own?
If I create it and start virgo and my plugins, when I try to browse my application, I will get the following error in virgo log:
[2015-02-27T10:59:45.441-08:00] [INFO ] ing.timer.TimerFactoryBean#0 com.vmware.vise.vim.cm.impl.ComponentManagerServiceImpl Retry wont be attempted for error: null
[2015-02-27T10:59:45.448-08:00] [ERROR] ing.timer.TimerFactoryBean#0 com.vmware.vise.vim.cm.impl.CmUtil (cis.cm.fault.InvalidLoginFault) {
faultCause = null,
faultMessage = null,
errorMessage = com.vmware.vim.binding.impl.vmodl.LocalizableMessageImpl@6e777915
}
[2015-02-27T10:59:45.448-08:00] [ERROR] ing.timer.TimerFactoryBean#0 com.vmware.vise.vim.cm.healthstatus.InventoryServiceHealth Search failed for Health Status Endpoint(cis.cm.fault.ComponentManagerFault) {
faultCause = (cis.cm.fault.InvalidLoginFault) {
faultCause = null,
faultMessage = null,
errorMessage = com.vmware.vim.binding.impl.vmodl.LocalizableMessageImpl@6e777915
},
faultMessage = null,
errorCode = 0,
errorMessage = null
}
[2015-02-27T10:59:45.452-08:00] [ERROR] ing.timer.TimerFactoryBean#0 com.vmware.vise.vim.cm.healthstatus.InventoryServiceHealth Could not find Health Status EndPoint for Inventory Service
[2015-02-27T10:59:45.669-08:00] [INFO ] http-bio-9443-exec-8 70000060 ###### ###### com.vmware.vise.util.session.SessionUtil Generated hashed session id: 100002
[2015-02-27T10:59:45.674-08:00] [INFO ] http-bio-9443-exec-8 70000060 ###### ###### com.vmware.vise.security.SessionListener Session 100002 created with context path: /vsphere-client/endpoints
[2015-02-27T10:59:45.676-08:00] [INFO ] http-bio-9443-exec-8 70000060 ###### ###### org.springframework.flex.servlet.MessageBrokerHandlerAdapter Channel endpoint amf received request.
[2015-02-27T10:59:45.781-08:00] [INFO ] http-bio-9443-exec-8 70000061 100002 ###### org.springframework.flex.servlet.MessageBrokerHandlerAdapter Channel endpoint amf received request.
If I try the SDK 6 step to register, which is to run dev-setup.bat on vCenter. I got error like this:
"
Generating store.jks file...
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
"
So can we register local box with SDK 6 to a vCenter server that is running 5.5? If yes, how?
Thanks!