Skip to Content.
Sympa Menu

ndt-users - Re: Problem in loading Java Applet

Subject: ndt-users list created

List archive

Re: Problem in loading Java Applet


Chronological Thread 
  • From: Richard Carlson <>
  • To:
  • Cc:
  • Subject: Re: Problem in loading Java Applet
  • Date: Wed, 1 Jul 2009 15:13:59 -0500

Neelesh;

The NDT's fakewww server has a built in list of files it will send back, and those files must be in the directory created during the NDT build process. The intent is to reduce the security threats by only handling a specific set of files from a specific location.

It certainly sounds like your build process failed. The class and jar files should have been built and installed by the make process. By default they are placed in the /usr/local/ndt directory. If you specified some new prefix as an option to the configure command, then these files will be installed in ndt directory under that prefix.

Some things to check
1) do these .c/ass and .jar files exist?
2) are they in the proper NDT directory?
3) did you use the Sun Java SDK javac compiler?
4) did you use the gnu configure, make, make install commands?

Let us know if you still have questions.

Rich

On Jul 1, 2009, at 12:22 AM,

wrote:

Hi,
I have installed ndt-3.5.0 on Backtrack Linux.
Kernel is : 2.6.22-web100

When I access http://servername:7123/admin.html
It shows admin.html page but doesnt show Java Applet. It says Java Applet Failed.
and in Java console it gives following error saying Admin.class not found ClassnotfoundException and tcpbw100.jar not found.

In error logs of web100srv it says
File doesnot exist: /Admin.class
Permission Denied: path not allowed /Admin/class.class
File doesnot exist: /Tcpbw100.jar
File doesnot exist: /Tcpbw100.class

How to resolve this issue?

Regards
Neelesh

Richard Carlson

1000 Oakbrook Dr
Ann Arbor, MI 48104

P: 734-352-7043
C: 630-251-4572




Archive powered by MHonArc 2.6.16.

Top of Page