Re: http 500 errors

2001-02-23 Thread Vaskin Kissoyan



Thanks, that was it!
 

  - Original Message - 
  From: 
  Randahl Fink 
  Isaksen 
  To: Orion-Interest 
  Sent: Friday, February 23, 2001 3:52 
  AM
  Subject: RE: http 500 errors
  
  You 
  would not happen to be using Internet Explorer, would you? If so, that is why 
  you don't see the stack trace, someone mentioned earlier on. Go to the 
  "Advanced" part of the "Internet Options" and disable the so-called "Show 
  friendly http error messages". The so-called friendliness lies in the fact 
  that the browser does not show the error itself, rather it shows an 
  informative message to non-technical users about what they could try to do in 
  case of the error, which occured.
  I is 
  still quite a puzzle to me why this browser does not include a link to the 
  thorough error information on the so-called friendly error pages. Now THAT 
  would have been friendly ;-)
   
   
  Randahl
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Vaskin 
KissoyanSent: 22. februar 2001 20:40To: 
    Orion-InterestSubject: http 500 errors
I keep 
getting internal server errors (HTTP 500), where do I go to debugthis? 
Which log file has this stuff?  I need a stacktrace! It's not popping 
up on the console, and I couldn't find it in any of the obvious .log 
files.Thanks in 
advance...


RE: http 500 errors

2001-02-23 Thread Randahl Fink Isaksen



You 
would not happen to be using Internet Explorer, would you? If so, that is why 
you don't see the stack trace, someone mentioned earlier on. Go to the 
"Advanced" part of the "Internet Options" and disable the so-called "Show 
friendly http error messages". The so-called friendliness lies in the fact that 
the browser does not show the error itself, rather it shows an informative 
message to non-technical users about what they could try to do in case of the 
error, which occured.
I is 
still quite a puzzle to me why this browser does not include a link to the 
thorough error information on the so-called friendly error pages. Now THAT would 
have been friendly ;-)
 
 
Randahl

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Vaskin 
  KissoyanSent: 22. februar 2001 20:40To: 
  Orion-InterestSubject: http 500 errors
  I keep 
  getting internal server errors (HTTP 500), where do I go to debugthis? 
  Which log file has this stuff?  I need a stacktrace! It's not popping up 
  on the console, and I couldn't find it in any of the obvious .log 
  files.Thanks in 
advance...


RE: http 500 errors

2001-02-22 Thread Trond Nilsen

You mean you're getting the friendly IE error messages? Orion uses error 500
to indicate a JSP compile error. Sometimes IE chooses to replace the error
with its useless monstrosity. You should be able to disable this by
un-checking 'show friendly error messages' in the Internet Options. If that
doesn't work, debug with another browser.

Trond.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Vaskin Kissoyan
Sent: 23 February 2001 8:40 a.m.
To: Orion-Interest
Subject: http 500 errors


I keep getting internal server errors (HTTP 500), where do I go to debug
this? Which log file has this stuff?  I need a stacktrace! It's not popping up
on the console, and I couldn't find it in any of the obvious .log files.

Thanks in advance...





Re: http 500 errors

2001-02-22 Thread Rafael Alvarez

Hello Vaskin,

Thursday, February 22, 2001, 3:39:33 PM, you wrote:

VK> I keep getting internal server errors (HTTP 500), where do I go to debug
VK> this? Which log file has this stuff?  I need a stacktrace! It's not popping up on 
the console, and I couldn't find it in any of the obvious .log files.

VK> Thanks in advance...

Try in
$(ORION-DEPLOYMENT)/$(APPNAME)/application.log
For example:
If orion is installed at /usr/bin/orion and your applications
is named BogusApp, the log is in

/usr/bin/orion/application-deployments/BogusApp/application.log

There you can find every error thrown by your app.

or you can tweak orion-application.xml in the same dir, under the
 flag to specify some other file, even configure your app to send
you an email in case of exceptions.

-- 
Best regards,
 Rafaelmailto:[EMAIL PROTECTED]






Re: http 500 errors

2001-02-22 Thread Tim Endres

Once you run your app, go to the application-deployments directory and into the
directory for your application. In there you will find a file named 
orion-application.xml.
Add something like this to that file:

   
  
   

> I keep getting internal server errors (HTTP 500), where do I go to debug
> this? Which log file has this stuff?  I need a stacktrace! It's not popping up on 
>the console, and I couldn't find it in any of the obvious .log files.
> 
> Thanks in advance...
> 
> 





http 500 errors

2001-02-22 Thread Vaskin Kissoyan



I keep getting 
internal server errors (HTTP 500), where do I go to debugthis? Which log 
file has this stuff?  I need a stacktrace! It's not popping up on the 
console, and I couldn't find it in any of the obvious .log files.Thanks 
in advance...