|
Note that the reason why the Throwable class info
"NullPointerException" wasn't included in the status info "type" property
is because of a default setting on the AMF Gateway. Internal class information
is not included in the form of stack traces or exception types as they shouldn't
be exposed in a production environment.
To get the AMF
Gateway to return exception class names you can turn on the show-stacktraces
option in the /WEB-INF/flex/gateway-config.xml file.
From: Dan Tropp [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 2:22 AM To: [email protected] Subject: Re: [flexcoders] Re: No debugging information available for invocation of methods on server-side {Tomcat_home}/logs/stdout.log is the only file that gets anything and it is minimal. I don't seem to have a catalina.out, but perhaps this is stdout.log under Tomcat 5.0? Thanks for the reminder about the net debugger. I picks up my calls but the information is limited. For example, when my java method threw a NullPointerException the NetDebugger gave me the following fairly cryptic message... DebugId: 0 EventType: "Status" MovieUrl: "http://localhost:8080/ge-flex/eMotor.mxml.swf" Protocol: "http" Source: "Client" Time: 1113200308656 Date (object #1) ....."Mon Apr 11 16:18:28 GMT+1000 2005" Status (object #2) .....code: "Server.Processing" .....description: (undefined) .....details: "" .....level: "error" .....type: "" .....rootcause (object #3) ..........code: (undefined) ..........description: (undefined) ..........details: "" ..........level: "error" ..........type: "" Have you got an example of debug output from remote calls from your logs? I'm interested what it looks like. cheers Dan Andrew Spaulding wrote:
Yahoo! Groups Links
|

