Message: The following issue has been re-assigned.
Assignee: (mailto:) --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=PNIX-2 Here is an overview of the issue: --------------------------------------------------------------------- Key: PNIX-2 Summary: Overly verbose exception messages Type: Bug Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: 0 minutes Project: phoenix Fix Fors: 4.1 Versions: 4.0.3 4.0.2 4.1 Assignee: Reporter: Peter Donald Created: Sat, 1 Mar 2003 11:31 PM Updated: Tue, 5 Aug 2003 11:50 PM Description: When an error occurs during startup Phoenix will print out the exception multiple times. Each exception displayed will also include nested exception - where usually you do not want to see any exception except those caused inside the application. Instead you can see systen oriented Deployment/Installation/Startup exceptions. This probalem is compounded on jdk1.4 which has the feature that printStackTrace already prints the nested exception. So each printStackTrace on JDK1.4 will print 2n! traces rather than 2n. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
