Hi all,
It seems some error occured in my backend service(ODE server)?
thanks.
ratha.
ratha wrote:
Hi all,
I'm facing such an exception when try to communicate with ode.server(InstantmanagementAPI)..
Any ideas?

ps: code segment is as follows,
function getAllInstaces()
    {
   try{
instances_available = InstanceManagementService.listAllInstances(); return instances_available; }
   catch(err)
         {
               if (typeof err == "string") {
               alert("Exception Occurred" +err.toString());
                         }
           else {
               alert("Exception Occurred !" + err);
           }
         }

    x=instances_available.getElementsByTagName("iid");
     for (i=0;i<x.length;i++)
             {
             document.write(x[i].childNodes[0].nodeValue);
             document.write("<br />");
             }
}

thanks.
-ratha.
------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG - http://www.avg.com Version: 8.0.175 / Virus Database: 270.9.9/1806 - Release Date: 11/22/2008 6:59 PM


Reply via email to