Quantcast
Channel: VMware Communities : Discussion List - vSphere Client SDK
Viewing all articles
Browse latest Browse all 2218

Unable to call the proxy call

$
0
0

Hi All,

 

I have implemented a code both UI and Service Same as like chassisRackVSphere sample to call a proxy call.but call is not going from UI to service.

I  have done the changes in below files.

In UI project:

.mxml

.mediator class

XXServiceProxy which extends base proxy

bundle-context.xml(entry of service  class)

 

In service project:

xx_service class

xx_serviceImpl class

bundle-context.xml (entry of service  class)

bundle-context-osgi.xml(entry of service  class)

 

I am calling the method from proxy class and put the break point in xx_serviceImpl  class.but call is not happening and no specific error in logs..but can see some errors below.

 

Am i missing any configuration?

 

[2014-08-15 07:59:00.170] [ERROR] system-artifacts              org.apache.catalina.mbeans.GlobalResourcesLifecycleListener       No global naming context defined for server 

and

java.io.FileNotFoundException: No XML configuration files specified in start.config or command line.

[2014-08-15 08:01:19.032] [ERROR] Thread-165                    System.err                                                         at org.eclipse.jetty.start.Main.start(Main.java:502)

[2014-08-15 08:01:19.032] [ERROR] Thread-165                    System.err                                                         at org.eclipse.jetty.start.Main.main(Main.java:92)

 

Thanks in advance,

Nagababu


Viewing all articles
Browse latest Browse all 2218

Trending Articles