Hi,
Do we still have support for supporting the legacy script plugins in Web Client 6.0?
Until 5.5, adding the property "scriptPlugin.enabled = true" in the webclient.properties file enabled the "Classic Solutions" tab and the script plugin worked as expected.
With 6.0, the same step works and brings up the "Classic Solutions" tab.
However, on clicking the tab, a bunch of Flex error messages come up and the plugin never loads.
Error Stack
----
TypeError: Error #1009
at com.vmware.vsphere.client.views::WebPluginViewMediator/constructPluginUrl()
at com.vmware.flexutil.proxies::BaseProxy/notify()
at com.vmware.flexutil.proxies::BaseProxy/result()
at com.vmware.flexutil.proxies::BaseProxy/onInvocationComplete()
at OperationInvoker/resultResponseForRequest()
at OperationInvoker/result()
at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()
at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at NetConnectionMessageResponder/resultHandler()
at mx.messaging::MessageResponder/result()
Error Stack
----
TypeError: Error #1009
at com.vmware.vsphere.client.views::WebPluginViewMediator/updateUrl()
at com.vmware.vsphere.client.views::WebPluginViewMediator/validateVc()
at com.vmware.vsphere.client.views::WebPluginViewMediator/allowHttpsCallBack()
at com.vmware.flexutil.proxies::ConfigurationServiceProxy/getProperty()
at com.vmware.vsphere.client.views::WebPluginViewMediator/initView()
at com.vmware.vsphere.client.views::WebPluginViewMediator/set view()
at com.vmware.frinje::ViewRegistry/setViewOnMediator()
at com.vmware.frinje::ViewRegistry/processMediator()
at com.vmware.frinje::ViewRegistry/setupViewAndMediator()
at Function/<anonymous>()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/doPhasedInstantiation()
at mx.managers::LayoutManager/doPhasedInstantiationCallback()
There is nothing specific to the error in the virgo logs. The package did get deployed successfully during startup:
[2014-10-09 07:46:07.233] session-init-pool-61 70000026 100004 200002 com.vmware.vise.extensionfw.impl.PackagesDeployer Deployed plugin package '<plugin-package-name>'.
Has something changed in 6.x with the script plugin support?
Do we have to do something special in order to adapt?