[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: invalid command name "Simulator"




That will do the trick. but there is another problem:
----------------------------------------
bash-2.01$ ./ns test-suite.tcl tahoe1
0/cwnd=1.0000/ssthresh=50/ack=-1
1/cwnd=16.0000/ssthresh=50/ack=14
2/cwnd=4.0000/ssthresh=13/ack=41
3/cwnd=14.3212/ssthresh=13/ack=73
4/cwnd=18.2576/ssthresh=13/ack=137
bash-2.01$ Problems found with input data.
----------------------------------------

It seems the input data to "xgraph" is not correct!!

/Feiyi


On Fri, 16 Jan 1998, Emad A. Qaddoura wrote:

> Hi,
> 
>   Please let me know what you find? I may have the same the problem.
>   Everyone has been telling me to explicitly make share the TCLSH in the
>   Makefile of ns2 to have the direct path, i.e TCLSH =
> /usr/local/bin/tclsh7.6
>   or something on these lines. In my case it did not help, it may in
> yours.
> 
> Thanks,
> Emad. [email protected]
> 
> Feiyi Wang wrote:
> 
> > Hi, there
> >
> > I just get ns2 installed, but when I run test-suite.tcl, the following
> > errors pop out. Can anybody tell me what's wrong?
> >
> > thanks
> > /Feiyi
> >
> > --------------------------------------
> > bash-2.01$ ./ns test-suite.tcl tahoe1
> > invalid command name "Simulator"
> >     while executing
> > "Simulator create _o2 "
> >     invoked from within
> > "if [catch "$className create $o $args" msg] {
> > if [string match "__FAILED_SHADOW_OBJECT_" $msg] {
> > delete $o
> > return ""
> > }
> > global errorInfo
> > error "class $ ..."
> >     (procedure "new" line 3)
> >     invoked from within
> > "new Simulator"
> 
> 
> 
>