VMware {code} Community
bbansal
Contributor
Contributor
Jump to solution

Plugin issues when running in local Dev environment using Eclipse Virgo

I recently updated to 6.7 client SDK and my plugin is facing some issues when I run using localhost. The home page shows some issues while fetching plugins-icon.css file from VMWARE

Is there a known issue for the same? Has dev setup process changed or is different in 6.7 SDK as compared to 6.5?

In network tab, call to https://localhost:9443/ui/vropspluginui/assets/css/plugin-icons.css  returns 404 and below message shows in eclipse console logs

No mapping found for HTTP request with URI [/ui/vropspluginui/assets/css/plugin-icons.css] in DispatcherServlet with name 'spring'

Message was edited by: bhavya bansal

0 Kudos
1 Solution

Accepted Solutions
Denis_Chorbadzh
VMware Employee
VMware Employee
Jump to solution

Hi,

 

There is a known issue when using Eclipse for starting your Virgo server.

 

You need to add the following two arguments to the list of VM arguments in the launch configurations of the virgo server:

-Dweb.context.path.match=vsphere-client

-Dweb.context.path.replace=ui

 

Please try this out and share if it helped you.

 

Best Refards,

Denis

View solution in original post

0 Kudos
2 Replies
Denis_Chorbadzh
VMware Employee
VMware Employee
Jump to solution

Hi,

 

There is a known issue when using Eclipse for starting your Virgo server.

 

You need to add the following two arguments to the list of VM arguments in the launch configurations of the virgo server:

-Dweb.context.path.match=vsphere-client

-Dweb.context.path.replace=ui

 

Please try this out and share if it helped you.

 

Best Refards,

Denis

0 Kudos
bbansal
Contributor
Contributor
Jump to solution

Hey, Thanks for replying. I was able to somehow figure out this issue and fixed it when I asked the question and saw your post today.

Thanks a lot Smiley Happy@

0 Kudos