I have noticed this with JBoss in a different context. My guess is that the JBoss proxy architecture sometimes results in an unattributable stack trace on the client side, esp. if the exception is transported from the server over RMI/IIOP. The trace work-around is good old System.out.println().
Fred Loney Spirited Software, Inc. www.spiritedsw.com ----- Original Message ----- From: "Glenn Kidd" <[EMAIL PROTECTED]> To: "'Cactus Users List'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 1:28 PM Subject: RE: Missing line numbers in JBoss > The only time I have seen this is when you compile with optimize (javac -O optimize), but it depends on the compiler. Can you send us what options you are using to compile the code with, and also what compiler you are using? > > > Glenn Kidd > > -----Original Message----- > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 12:21 PM > To: 'Cactus Users List' > Cc: [EMAIL PROTECTED] > Subject: RE: Missing line numbers in JBoss > > > Hi Adam, > > I have personally no idea! There is nothing that I know of in Cactus > that prevents line numbers from appearing in stack traces (even our use > of AspectJ should not prevent this). > > I'm not much of help but at least you have my sympathy... :-) > > -Vincent > > PS: It's a nice idea to use Cactus to test MBeans. We should definitely > add this somewhere on the web site! > > > -----Original Message----- > > From: Adam Krieg [mailto:[EMAIL PROTECTED]] > > Sent: 29 January 2003 20:52 > > To: 'Cactus Users List' > > Subject: Missing line numbers in JBoss > > > > I'm running Cactus on JBoss 3.0.3 to test some server side components > > (MBeans). Anyway, my stack traces are coming up with "Source > Unknown". > > I'm > > not using a JITC and my server.log is showing line numbers. Anybody > > experiencing this problem? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
