Hi all,
We are developing plugin using vSphere HTML5 web client sdk 6.5 with reference of Chassis-Rack sample provided. vCenter Server 6.0 is used to test plugin from local development set up.
Objects in left navigation panel listed properly [ Data Adapter flow ]. But on selecting any specific object from list of objects displayed in left navigation panel, an error pop up appears with CompositeException, invalid URI. Complete stack trace is attached.
On debug, it appears to be improper target URI being passed in constraint of QuerySpec from the framework to getData() of our Data Adapter class.
Expected URI : urn:mycompany:tspm:SCArray:192.168.1.193/SC3000+0x11882f40
Passed URI : urn:mycompany:tspm:SCArray:192.168.1
Please let me know what might cause such scenario