VMware Cloud Community
alfric
Contributor
Contributor

vcenter client plugin error

Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: interface com.vmware.vim.binding.sso.admin.ServiceInstance is not visible from class loader

at java.util.concurrent.FutureTask.report(Unknown Source)

at java.util.concurrent.FutureTask.get(Unknown Source)

at com.vmware.vise.util.concurrent.client.ClientMonitorImpl.authenticate(ClientMonitorImpl.java:89)

at com.vmware.vise.vim.security.sso.impl.SsoAdminServiceImpl.getClientMonitor(SsoAdminServiceImpl.java:134)

at com.vmware.vise.vim.security.sso.impl.SsoAdminServiceImpl.<init>(SsoAdminServiceImpl.java:110)

at com.vmware.vise.vim.security.sso.SsoUtil.getAdminService(SsoUtil.java:252)

... 83 common frames omitted

Caused by: java.lang.IllegalArgumentException: interface com.vmware.vim.binding.sso.admin.ServiceInstance is not visible from class loader

at java.lang.reflect.Proxy$ProxyClassFactory.apply(Unknown Source)

at java.lang.reflect.Proxy$ProxyClassFactory.apply(Unknown Source)

at java.lang.reflect.WeakCache$Factory.get(Unknown Source)

at java.lang.reflect.WeakCache.get(Unknown Source)

at java.lang.reflect.Proxy.getProxyClass0(Unknown Source)

at java.lang.reflect.Proxy.newProxyInstance(Unknown Source)

at com.vmware.vim.vmomi.client.common.impl.ManagedObjectFactoryImpl.createManagedObject(ManagedObjectFactoryImpl.java:88)

When i invoke the interface,it occure some bugs.

com.vmware.vsphere.client.usersession.impl.UserSessionServiceImpl.getUserSession

Tags (1)
0 Kudos
2 Replies
Sreejesh_D
Virtuoso
Virtuoso

have you had chance to look at this thread?

Exception thrown by SsoUtil: SSO admin service failure

0 Kudos
alfric
Contributor
Contributor

yes,the thread is normal..

finally ,I add some require-bundle,

Require-Bundle: com.vmware.sso.vmodl,

com.vmware.vlsi.client,

com.vmware.vlsi.core

0 Kudos