PDA

View Full Version : What does all this script mean?


masameet
03-02-2008, 03:18 PM
Besides a site being fuxored :mad

mike23w
03-03-2008, 05:16 AM
Web server tried to make a remote connection to a database.

The address for the remote database is specified by a URL. The URL is NULL which is an error condition.

The java code has a bug where it's not handling the NULL URL case and the java code is throwing an exception.

Unless you have access to and can fix the java code basically the site is fuxored (as you mentioned) and there's nothing you can do(except maybe reporting this as a bug or just retry again later hoping it works). :teeth

masameet
03-03-2008, 02:06 PM
So the host has a coding problem?

Figures. They're working on a shoe string.

Thnx!

Sane_Man
03-04-2008, 10:35 AM
So the host has a coding problem?

Figures. They're working on a shoe string.

Thnx!

That's not entirely accurate.

This could just be a connection error. The LAN/internet connection was down or the system wasn't logged in, as the previous poster said. The host isn't coded to tell exactly what the issue is, so it is just telling you it can't access the system it was trying to connect to.