Aardvark FAQ

last updated 22 Feb 2000 by Dav Lion

 

What is Aardvark?
Where will it run?
Why won't it run inside of my browser?
Why is so much of the data missing?
Why is the cache size so small?
Why do i keep getting "Java stack overflow error"'s or "Java out of memory error"'s?

send suggestions for additions to this list to Dav

(return to Aardvark Home)


What is Aardvark?

Aardvark is a prototype visualization applet for IPPM Surveyor Data.

(return to table-of-contents)

Where will it run?

It will run inside of any platform which supports java 1.1.6 or greater and Swing 1.1.1 or greater

(return to table-of-contents)

Why won't it run inside of my browser?

Because the current implementations of java inside most browsers are deficient. Many support an older version of java, and most cannot be coerced to support Swing.

Also, Aardvark writes two files to your local filesystem. To run Aardvark as an applet would require you to drastically reduce your applet security model which would open serious security holes on your machine.

(return to table-of-contents)

Why is so much of the data missing?

The Surveyor project has evolved with a variety of hardware and software components. Historic data is not available for all moments of the past.

(return to table-of-contents)

Why is the cache size so small?

The default size of the cache was picked for environments with a limited amount of system resources (ram, swap). If you are running Aardvark on a phat box, feel free to increase the cache size. See the User Guide for more information.

(return to table-of-contents)

Why do i keep getting "Java stack overflow error"'s or "Java out of memory error"'s?

Try adding "-ms64m -mx64m" to your java invocation line (if you are invoking Aardvark via "runnit.bat" under windows, add these arguments to the invocation line in that file).

(return to table-of-contents)