Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIC UI plugin is registered but not shown up on the vsphere 7.0u2 #695

Open
xuelichao opened this issue Nov 26, 2020 · 0 comments
Open

VIC UI plugin is registered but not shown up on the vsphere 7.0u2 #695

xuelichao opened this issue Nov 26, 2020 · 0 comments

Comments

@xuelichao
Copy link
Contributor

#For stories, please include the information below:

User Statement:
VIC UI plugin is not shown up in vSphere client-vc7.0u2.

Details:
Any details of what you want that might clarify for the developer how to approach the implementation.

Acceptance Criteria:
Specific deliverable and actionable items that the story needs to deliver in order to be considered complete, the more detail here the more accurate the implementation will be.

#For bug reports, please include the information below:

**VIC-UI version:**v1.5.6

If applicable:

[In the VIC plugin] > Summary tab > Version

Platform details:

Which platform are you using? (Windows, Mac OS, Linux, etc)
Linux

Browser details:

Which browser are you using? (IE, Chrome, Firefox, etc)
chrome

Additional details:

If applicable please include the following:

Request/response, including headers (from the browser's developer tools).

Steps to reproduce:
install ova on vc7.0 U2

Actual behavior:
UI plugin is not there as expected

Expected behavior:
UI plugin should be displayed in vsphere client
Logs:

Error messages. (In the UI or from the browser's developer tools)
Error deploying plug-in.java.lang.IllegalStateException: SSLContext has not been initialized.
org.bouncycastle.jsse.provider.ProvSSLContextSpi.getContextData(Unknown Source)
org.bouncycastle.jsse.provider.ProvSSLContextSpi.engineGetServerSessionContext(Unknown Source)
javax.net.ssl.SSLContext.getServerSessionContext(SSLContext.java:386)
com.vmware.vic.PropFetcher.(PropFetcher.java:118)
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:423)
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:145)
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:122)
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:271)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1196)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1098)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1196)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1098)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:756)
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542)
com.vmware.o6jia.context.XmlConfigOsgiApplicationContext.initializeInternal(XmlConfigOsgiApplicationContext.java:227)
com.vmware.o6jia.context.XmlConfigOsgiApplicationContext.(XmlConfigOsgiApplicationContext.java:69)
com.vmware.o6jia.context.XmlConfigOsgiApplicationContext.(XmlConfigOsgiApplicationContext.java:59)
com.vmware.o6jia.context.web.BlueprintActivator.initializeSpringContextsForBundle(BlueprintActivator.java:338)
com.vmware.o6jia.context.web.BlueprintActivator.doCreateContextFor(BlueprintActivator.java:218)
com.vmware.o6jia.context.web.BlueprintActivator.initializeContextFor(BlueprintActivator.java:201)
com.vmware.o6jia.context.web.BlueprintActivator.lambda$postProcessBundle$1(BlueprintActivator.java:188)
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)

If applicable attach vsphere_client_virgo.log

See:

https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.monitoring.doc/GUID-7E10C58F-16EA-44AB-8AA0-8D4A66399879.html

Additional details as necessary:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant