From: Jeff R. <je...@jr...> - 2007-01-17 16:24:44
|
Hi All Whenever I print either Postscript or PDF to any printer I get: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, yo...@ex... and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ------------------------------------------------------------------------ Apache/2.0.50 (FreeBSD) PHP/5.2.0 with Suhosin-Patch Server at 192.168.24.25 Port 80 yet the printing is accomplished just fine. I get the proper output from both the laser and the inkjet and I can't find any errors in the log files. Can anyone point me to which log files I'm supposed to look at or if anyone else has had this problem give me ahint as to where to look. I can always hit the back button on my browser after printing but i know it's not supposed to be like this. Jeff Roberts |
From: Ashley J G. <agi...@pu...> - 2007-01-18 03:13:13
|
On Thursday 18 January 2007 02:24, Jeff Roberts wrote: > Can anyone point me to which log files I'm supposed to look at or if > anyone else has had this problem give me ahint as to where to look. I > can always hit the back button on my browser after printing but i know > it's not supposed to be like this. I don't know about BSD, but most/several linux's have apache put logging detail into /var/log/httpd/ - into access_log and error_log. You might have something similar. Your apache config file ( maybe /etc/httpd/....) will tell you where your logfiles are. -- Regards, Ashley J Gittins web: http://www.purple.dropbear.id.au jabber: agi...@pu... |
From: Jeff R. <je...@jr...> - 2007-01-17 22:31:17
|
OK, I think I found the error log. If I'm correct it's /var/log/httpd-error.log Here is the offending error. [Wed Jan 17 15:26:46 2007] [error] [client 192.168.24.5] malformed header from script. Bad header=request id is Simplex-71 (1 fi: is.pl, referer: http://192.168.24.25/sql-ledger/is.pl?action=edit&id=11293&path=bin/mozilla&login=Jeff&sessionid=&callback=ar.pl%3faction%3dtransactions %26direction%3dDESC%26oldsort%3dtransdate%26till%3d%26outstanding%3d%26path%3dbin%2fmozilla%26login%3dJeff%26sessionid%3d %26summary%3d1%26title%3dAR%2520Transactions%26open%3dY%26l_transdate%3dY%26l_invnumber%3dY%26l_name%3dY%26l_amount %3dY%26l_paid%3dY%26sort%3dtransdate I don't even know where to start with this one. Does anyone here know what's wrong or should I take this to an Apache2 forum? Keep in mind that the printer spits out the correct document, I get my invoices but then I get the error message. Note: If I hit "print and post" it prints correctly and posts correctly and then I get the error message. Thanks Jeff Jeff Roberts wrote: > Hi All > > Whenever I print either Postscript or PDF to any printer I get: > > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, yo...@ex... and inform > them of the time the error occurred, and anything you might have done > that may have caused the error. > > More information about this error may be available in the server > error log. > > ------------------------------------------------------------------------ > Apache/2.0.50 (FreeBSD) PHP/5.2.0 with Suhosin-Patch Server at > 192.168.24.25 Port 80 > > yet the printing is accomplished just fine. I get the proper output > from both the laser and the inkjet and I can't find any errors in the > log files. > > Can anyone point me to which log files I'm supposed to look at or if > anyone else has had this problem give me ahint as to where to look. I > can always hit the back button on my browser after printing but i > know it's not supposed to be like this. > > Jeff Roberts > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and > earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ sql-ledger-users > mailing list sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |
From: Jonas B. N. <jo...@gm...> - 2007-01-18 14:07:21
|
Hi Jeff, I expect you have had a look at the error log for the Apache webserver? I am living with a similar problem with SQL-Ledger, every time I write to the system I get an error eventhough things go well. But SQL-Ledger does not tell me anything of value. jonasbn On 17/01/2007, at 17.24, Jeff Roberts wrote: > Hi All > > Whenever I print either Postscript or PDF to any printer I get: > > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, yo...@ex... and inform > them > of the time the error occurred, and anything you might have done that > may have caused the error. > > More information about this error may be available in the server > error log. > > ---------------------------------------------------------------------- > -- > Apache/2.0.50 (FreeBSD) PHP/5.2.0 with Suhosin-Patch Server at > 192.168.24.25 Port 80 > > yet the printing is accomplished just fine. I get the proper output > from > both the laser and the inkjet and I can't find any errors in the > log files. > > Can anyone point me to which log files I'm supposed to look at or if > anyone else has had this problem give me ahint as to where to look. I > can always hit the back button on my browser after printing but i know > it's not supposed to be like this. > > Jeff Roberts > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |
From: Ashley J G. <sql...@pu...> - 2007-01-18 17:04:25
|
On Thursday 18 January 2007 02:24, Jeff Roberts wrote: > Can anyone point me to which log files I'm supposed to look at or if > anyone else has had this problem give me ahint as to where to look. I > can always hit the back button on my browser after printing but i know > it's not supposed to be like this. I don't know about BSD, but most/several linux's have apache put logging detail into /var/log/httpd/ - into access_log and error_log. You might have something similar. Your apache config file ( maybe /etc/httpd/....) will tell you where your logfiles are, hopefully there will be something there of use. -- Regards, Ashley J Gittins web: http://www.purple.dropbear.id.au jabber: agi...@pu... |
From: Jason R. <jas...@gm...> - 2007-01-18 17:09:37
|
On Wednesday 17 January 2007 17:31, Jeff Roberts wrote: > > [Wed Jan 17 15:26:46 2007] [error] [client 192.168.24.5] malformed > header from script. Bad header=request id is Simplex-71 (1 fi: is.pl, > referer: > http://192.168.24.25/sql-ledger/is.pl?action=edit&id=11293&path=bin/mozilla > [ ... ] > > I don't even know where to start with this one. Does anyone here know > what's wrong or should I take this to an Apache2 forum? Is your printer command making any output? I know you recently posted something to the list re: your printer --- if you run the print command you configured from the command line, does it emit any message? If it does, you may have to add a '> /dev/null' to the command, to discard any output. (hope you don't mind, but I'm having trouble mailing the list, so I put you on the CC) Jason |
From: Jeff R. <je...@jr...> - 2007-01-18 17:27:30
|
Bingo! You're a genius Jason, many thanks! Jeff Roberts Jason Rodrigues wrote: > On Wednesday 17 January 2007 17:31, Jeff Roberts wrote: > >> [Wed Jan 17 15:26:46 2007] [error] [client 192.168.24.5] malformed >> header from script. Bad header=request id is Simplex-71 (1 fi: is.pl, >> referer: >> http://192.168.24.25/sql-ledger/is.pl?action=edit&id=11293&path=bin/mozilla >> [ ... ] >> >> I don't even know where to start with this one. Does anyone here know >> what's wrong or should I take this to an Apache2 forum? >> > > Is your printer command making any output? I know you recently posted > something to the list re: your printer --- if you run the print command you > configured from the command line, does it emit any message? > > If it does, you may have to add a '> /dev/null' to the command, to discard any > output. > > (hope you don't mind, but I'm having trouble mailing the list, so I put you on > the CC) > > Jason > > > |