Did it create another log file nxreportd.log? What Java version you have installed?
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (not ($container->name match "^Site:(.*)"))
PostEvent($object, "SCRIPT_OUTPUT", null, "Debug output here");
[code]
New event will appear in event monitor with message set to whatever debug message you put in a call.
3. Line
[code]
if ($node == SeedRouter->name)
if ($node->id == SeedRouter->id)
$container = FindObject("test container");
for(a : $node->__class->attributes)
println(a . " = " . $node->__get(a));
for(m : $node->__class->methods)
println(m);
if (not ($container->name match "^Site:(.*)"))
return false;
router = FindObject($1);
if (router == null)
return false;
for(rp : router->parents)
{
if (classof(rp) == "Subnet")
{
for(np : $node->parents)
if (np->id == rp->id) // Same object
return true;
}
}
return false;
EnableWebServiceProxy = yes