[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/auth/provider/godb.php on line 137: Undefined array key "PHPSESSID"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4129: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3008)
goproblems.com • Time trials error message (Not Found)
Page 1 of 1

Time trials error message (Not Found)

Posted: Sun May 09, 2010 3:24 pm
by AmbyR00
After the first problem, when clicking "next", the page gives me this error message:
Not Found

The requested URL /prob.php3_id=8736&trialid=2831511&vl=8945811 was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any idea what's causing it?

Re: Time trials error message (Not Found)

Posted: Sun May 09, 2010 5:12 pm
by tails
Hmm... That's very weird.
The correct URL must contain a "?" instead of "_" there.
I've never heard of that.

What is the version number of your JRE (Java Runtime Environment)?
What OS and web browser are you using?
What will happen if you trun off the antivirus software temporarily and try the time trial?

Re: Time trials error message (Not Found)

Posted: Sun May 09, 2010 8:14 pm
by AmbyR00
I use Ubuntu Lucid Lynx (10.04), which has officially switched from the original Sun JRE binaries (which they have ceased to support) to the OpenJRE6. The browser is Firefox 3.6.3. There's also a classpath alternative in the repositories (gcj-4.4-jre), haven't tried that yet though.

Disabling any of my security related Firefox extensions had no effect. Other than those, I have no antivirus software in use.

Re: Time trials error message (Not Found)

Posted: Mon May 10, 2010 10:48 am
by tails
Hi,

I searched the web for information about this issue, but I could not find any.
I feel like it's very specific to your environment.
And, unfortunately, I don't have chances to test Ubuntu or OpenJRE.

I've created a simple applet that may (not) help to diagnose what is wrong.
Can you take some time to try it?
http://www.goproblems.com/test/javaurl/javaurl.html

When you press the "Parse" button in the applet, some text will appear in the box.
I expect that it is:

Code: Select all

protocol: "http"
host    : "www.goproblems.com"
path    : "/prob.php3"
query   : "id=5"
hash    : (null)
string  : "http://www.goproblems.com/prob.php3?id=5"
Parsing done.
I'm curious what it will be like in your environment.
And when you press the "Visit" button, the problem 5 must open in a new window. Will that work?

Re: Time trials error message (Not Found)

Posted: Mon May 10, 2010 11:54 pm
by AmbyR00
Parsing, it seems, went ok:

Code: Select all

protocol: "http"
host    : "www.goproblems.com"
path    : "/prob.php3"
query   : "id=5"
hash    : (null)
string  : "http://www.goproblems.com/prob.php3?id=5"
Parsing done.
But forwarding to the game page still gave the same error:

Code: Select all

Not Found

The requested URL /prob.php3_id=5 was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I think I'll ask the Ubuntu and Openjava devs if it can be fixed. A lot of people using Ubuntu and other Linux distros most likely using openjava too these days so I think they might want to look into this.

Re: Time trials error message (Not Found)

Posted: Tue May 11, 2010 9:46 am
by tails
Please tell them:
- showDocument() method of java.applet.AppletContext has the problem.
- The URL class instance seems created correctly, as seen in the test applet.

The source code of the test applet is here:
http://www.goproblems.com/test/javaurl/ ... pplet.java

Sorry I didn't help much.

Re: Time trials error message (Not Found)

Posted: Wed May 12, 2010 2:18 pm
by AmbyR00
Yea, well I posted a bug report, so I'll just wait and see if there is some progress there.
In the meantime I could probably try out the gcj-jre if I get the chance.
And if it doesn't work, there's always the option of trying to replace all of java with the Sun binaries, although do I think the bug report is the right course of action now. :)

Re: Time trials error message (Not Found)

Posted: Thu May 27, 2010 5:47 pm
by sinse33
Hi,

I have the same problem
I use Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3
fidji@nioute:~$ java -showversion
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK Server VM (build 14.0-b16, mixed mode)

Regards

Re: Time trials error message (Not Found)

Posted: Thu May 27, 2010 9:00 pm
by tails
Hi, it seems a patch is provided in the Bugzilla.
(Oh, that's a terrible bug! Now I see why a question mark turns into an underscore ...)