library searching
Turadg Aleahmad <[email protected]>
| Newsgroups | gmane.comp.java.sisc.devel |
|---|---|
| Message-ID | <[email protected]> |
When one of my applets loads, it evaluates (require-library "webscheme/wslib"). There's a file in the JAR webscheme/wslib.scm . This used to load quickly, as I recall. But now it takes a while. I set Java console trace to 5 to see what was going on and I've attached what it spit out. It finds webscheme/wslib, but only after about 500 (250?) HTTP hits looking for stuff like byte.class. Any ideas on how to stop that?
searchTrace.txt
(text/plain, 52 KB)
evaluateQuiet: (with/fc (lambda (m e) (print-exception (make-exception m e))) (lambda () (require-library "webscheme/wslib") )) Trace level set to 5: basic, net, security, ext, liveconnect ... completed. Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/char.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/char.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/long.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/long.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/double.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/double.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/float.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/float.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/int.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/int.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/short.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/short.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/boolean.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/byte.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/short.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/short.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f" Connecting http://turadg.wisetest.org/modules/webscheme/void.class with no proxy Connecting http://turadg.wisetest.org/modules/webscheme/void.class with cookie "PHPSESSID=e3991fecd47a4f0ebc4fd9af5caceb2f"