Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [ERROR] Debug info and server info  (Read 8759 times)

0 Members and 1 Guest are viewing this topic.

AWJunkies

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 130
[ERROR] Debug info and server info
« on: November 20, 2008, 11:38:48 pm »

Windows 2008
iis7
php 5.2.6
mysql 5.0.26
New install of Coppermine 1.4.19 and your latest JUpload
Bridged with vBulletin 3.7.3 Bridge working perfect

Any ideas would be greatly appreciated.

Code: [Select]
14:22:54.375 [DEBUG] -------------------------------------------------------------------------
14:22:54.375 [DEBUG] -----------------   HEAD message sent (end) -----------------------------
14:22:54.375 [DEBUG] -------------------------------------------------------------------------
14:22:54.546 [DEBUG] -------- Response Headers Start --------
14:22:54.546 [DEBUG] HTTP/1.1 200 OK
14:22:54.546 [DEBUG] Content-Length: 0
14:22:54.546 [DEBUG] HEAD status: 200
14:22:54.562 [ERROR] [java.lang.NullPointerException] null (Unable to access to the postURL: 'http://www.allwheeljunkies.com/awphotos/index.php?file=jupload/jupload&action=upload_picture&album=0')

14:24:01.921 [DEBUG] -------- Response Headers Start --------
14:24:01.921 [DEBUG] HTTP/1.1 500 Internal Server Error
14:24:01.921 [DEBUG] Content-Type: text/html
14:24:01.921 [DEBUG] Server: Microsoft-IIS/7.0
14:24:01.921 [DEBUG] X-Powered-By: ASP.NET
14:24:01.921 [DEBUG] Date: Thu, 20 Nov 2008 22:23:39 GMT
14:24:01.921 [DEBUG] Connection: close
14:24:01.921 [DEBUG] Content-Length: 1208
14:24:01.921 [DEBUG]
14:24:01.921 [DEBUG] --------- Response Headers End ---------
14:24:01.921 [DEBUG] HTTP status: 500 Internal Server Error
14:24:01.921 [DEBUG] -------- Response Body Start (CRLF normalized) --------
14:24:01.921 [DEBUG] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r\n
14:24:01.921 [DEBUG] <html xmlns="http://www.w3.org/1999/xhtml">\r\n
14:24:01.921 [DEBUG] <head>\r\n
14:24:01.921 [DEBUG] <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>\r\n
14:24:01.921 [DEBUG] <title>500 - Internal server error.</title>\r\n
14:24:01.921 [DEBUG] <style type="text/css">\r\n
14:24:01.921 [DEBUG] <!--\r\n
14:24:01.921 [DEBUG] body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\n
14:24:01.921 [DEBUG] fieldset{padding:0 15px 10px 15px;} \r\n
14:24:01.921 [DEBUG] h1{font-size:2.4em;margin:0;color:#FFF;}\r\n
14:24:01.921 [DEBUG] h2{font-size:1.7em;margin:0;color:#CC0000;} \r\n
14:24:01.921 [DEBUG] h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n
14:24:01.921 [DEBUG] #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;\r\n
14:24:01.921 [DEBUG] background-color:#555555;}\r\n
14:24:01.921 [DEBUG] #content{margin:0 0 0 2%;position:relative;}\r\n
14:24:01.921 [DEBUG] .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n
14:24:01.921 [DEBUG] -->\r\n
14:24:01.921 [DEBUG] </style>\r\n
14:24:01.921 [DEBUG] </head>\r\n
14:24:01.921 [DEBUG] <body>\r\n
14:24:01.921 [DEBUG] <div id="header"><h1>Server Error</h1></div>\r\n
14:24:01.921 [DEBUG] <div id="content">\r\n
14:24:01.921 [DEBUG] <div class="content-container"><fieldset>\r\n
14:24:01.921 [DEBUG]   <h2>500 - Internal server error.</h2>\r\n
14:24:01.921 [DEBUG]   <h3>There is a problem with the resource you are looking for, and it cannot be displayed.</h3>\r\n
14:24:01.921 [DEBUG] </fieldset></div>\r\n
14:24:01.921 [DEBUG] </div>\r\n
14:24:01.921 [DEBUG] </body>\r\n
14:24:01.921 [DEBUG] </html>\r\n
14:24:01.921 [DEBUG] --------- Response Body End ---------
14:24:01.937 [ERROR] [wjhk.jupload2.exception.JUploadExceptionUploadFailed] Received HTTP status 500 Internal Server Error
14:24:01.937 [ERROR] (Received HTTP status 500 Internal Server Error
14:24:01.937 [ERROR] )
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: [ERROR] Debug info and server info
« Reply #1 on: November 21, 2008, 11:23:53 pm »

Same response as the previous one:

Code: [Select]
14:22:54.546 [DEBUG] Content-Length: 0
14:22:54.546 [DEBUG] HEAD status: 200

The 0 content-Length here generates a NullPointerException in the applet.

  The correction is made. But I need extra testing, before providing it, because of other changes in the applet.

Etienne
Logged

AWJunkies

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 130
Re: [ERROR] Debug info and server info
« Reply #2 on: November 22, 2008, 03:16:02 pm »

Let me know if you need me to test and nice to still see the Space meter in the MOD :)

Also I can upload now everything is cool just that error message that the other guy had in other thread.

Off Topic:
As I stated before about JUpload group permissions I will do instructions for it and up to you to include them in software or keep them separate or whatever. I talked to you about it a long time ago.
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki
Re: [ERROR] Debug info and server info
« Reply #3 on: November 23, 2008, 10:34:27 pm »

Off topic:

Ok, great !
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.