by Luis de la Torre.
Hi Gareth,
Thanks a lot for answering and for your suggestion!
I'm afraid I have also tried that in one of my many attempts, but it did not solve the problem. However, just to be sure I understood what you said, Im writing the html code of that attempt:
<appletcode="FallingBall_pkg.FallingBallApplet.class"archive="http://localhost/pluginfile.php/25/mod_ejsapp/jarfile/5/ejs_FallingBall.jar"name="ejs_FallingBall"id="ejs_FallingBall"width="800"height="600">
<paramname="context_id"value="5"/>
<paramname="user_id"value="2"/>
<paramname="ejsapp_id"value="5"/>
<paramname="language"value="en"/>
<paramname="username"value="Admin User"/>
<paramname="password"value="8560f4ae284f4930b22567fd7945f2b5"/>
<paramname="moodle_upload_file"value="http://localhost/mod/ejsapp/upload_file.php"/>
</applet>
I keep on getting these messages on my apache access.log file:
127.0.0.1 - - [27/Apr/2013:21:08:36 +0200] "HEAD /pluginfile.php/25/mod_ejsapp/jarfile/5/DefaultState.out HTTP/1.1" 404 - "-""Mozilla/4.0 (Windows XP 5.1) Java/1.7.0_21"
127.0.0.1 - - [27/Apr/2013:21:08:39 +0200] "HEAD /pluginfile.php/25/mod_ejsapp/jarfile/5/DefaultState.out HTTP/1.1" 404 - "-""Mozilla/4.0 (Windows XP 5.1) Java/1.7.0_21"
127.0.0.1 - - [27/Apr/2013:21:08:42 +0200] "HEAD /mod/ejsapp/DefaultState.out HTTP/1.1" 404 - "-""Mozilla/4.0 (Windows XP 5.1) Java/1.7.0_21"
127.0.0.1 - - [27/Apr/2013:21:08:42 +0200] "HEAD /pluginfile.php/25/mod_ejsapp/jarfile/5/FallingBall_pkg/DefaultState.out HTTP/1.1" 404 - "-""Mozilla/4.0 (Windows XP 5.1) Java/1.7.0_21"
127.0.0.1 - - [27/Apr/2013:21:08:48 +0200] "HEAD /mod/ejsapp/FallingBall_pkg/DefaultState.out HTTP/1.1" 404 - "-""Mozilla/4.0 (Windows XP 5.1) Java/1.7.0_21"
And these on my apache error.log file:
[Sat Apr 27 21:08:36 2013] [error] [client 127.0.0.1] Default exception handler: Sorry, the requested file could not be found Debug: \r\nError code: filenotfound\n* line 467 of \\lib\\setuplib.php: moodle_exception thrown\n* line 1954 of \\lib\\filelib.php: call to print_error()\n* line 4250 of \\lib\\filelib.php: call to send_file_not_found()\n* line 38 of \\pluginfile.php: call to file_pluginfile()\n
[Sat Apr 27 21:08:39 2013] [error] [client 127.0.0.1] Default exception handler: Sorry, the requested file could not be found Debug: \r\nError code: filenotfound\n* line 467 of \\lib\\setuplib.php: moodle_exception thrown\n* line 1954 of \\lib\\filelib.php: call to print_error()\n* line 4250 of \\lib\\filelib.php: call to send_file_not_found()\n* line 38 of \\pluginfile.php: call to file_pluginfile()\n
[Sat Apr 27 21:08:42 2013] [error] [client 127.0.0.1] File does not exist: C:/Moodle/server/moodle/mod/ejsapp/DefaultState.out
(Both of them continues... these messages and errors are repeated more times; I just copied some of them).
Of course, the applet still takes to much time to be load...
It look like as if, for some reason, apache was trying to access this DefaultState.out file (which is inside of this particular applet... in other applets the requested file changes)