[Zope3-dev] Java applets and zope3

Dieter Maurer dieter at handshake.de
Sun Dec 17 04:40:32 EST 2006


Paul Carduner wrote at 2006-12-12 22:59 -0800:
> ...
>load: class http://www.carduner.net/Programs/Fractals/Attractor.class not found.
>java.lang.ClassNotFoundException:
>http:..www.carduner.net.Programs.Fractals.Attractor.class
> ...
>	at java.lang.Thread.run(Unknown Source)
>Caused by: java.io.IOException: open HTTP connection failed.

Java tracebacks, too, are not so bad.

As you can clearly see, the Java runtime tried to open an
HTTP connection and failed.

The reason is probably that it tried the wrong server.

Use a TCP logger (e.g. "EtherReal") to
understand what the client does on the network level.



-- 
Dieter


More information about the Zope3-dev mailing list