Hi all,
   I always face difficulty while changing routing protocol.
ERROR:

    (_o17 cmd line 1)
    invoked from within
"_o17 cmd addr"
    invoked from within
"catch "$self cmd $args" ret"
    invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
    (procedure "_o17" line 2)
    (SplitObject unknown line 2)
    invoked from within
"_o17 addr"
    ("eval" body line 1)
    invoked from within
"eval $node addr $args"
    ("default" arm line 2)
    invoked from within
"switch -exact $routingAgent_ {
DSDV {
set ragent [$self create-dsdv-agent $node]
}
DSR {
$self at 0.0 "$node start-dsr"
}
AODV {
set ragent [$self cre..."
    (procedure "_o4" line 14)
    (Simulator create-wireless-node line 14)
    invoked from within
"_o4 create-wireless-node"
    ("eval" body line 1)
    invoked from within
"eval $self create-wireless-node $args"
    (procedure "_o4" line 23)
    (Simulator node line 23)
    invoked from within
"$ns_ node"
    ("for" body line 2)
    invoked from within
"for {set i 0} {$i < $opt(nn) } {incr i} {
set node_($i)  [$ns_ node]
   #gpsr-create-mobile-node $i
}"

Except AODV,DSDV, for all routing protocols, am getting error like this.
Please anyone help me.
I think many of them facing same kind of problem.
If anyone can help, it will be very useful.
Thanks in advance.


-- 
Regards,
Subha.

Reply via email to