This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 3365 - printing exception on output window is inccorect by printStackTrace()
Summary: printing exception on output window is inccorect by printStackTrace()
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-15 22:32 UTC by pzajac
Modified: 2008-12-23 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 1999-08-15 22:32:14 UTC
this is correct output on censole  :

Loaded the appropriate driver.
SQL Exception: Failed to start database `c:/pz/bookcase`, see the next exception
 for details.
        at COM.jbms._6._403._872(Unknown Source)

        at COM.jbms._6._403._872(Unknown Source)
        at COM.jbms._6._403._868(Unknown Source)
        at COM.jbms._6._608.<init>(Unknown Source)
        at COM.jbms._46._223.<init>(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at COM.jbms._46._217.newLocalConnection(Unknown Source)
        at COM.jbms._6._1048.connect(Unknown Source)
        at java.sql.DriverManager.getConnection(DriverManager.java:457)
        at java.sql.DriverManager.getConnection(DriverManager.java:137)
        at testsql.Pokus.main(Pokus.java:34)
SQL Exception: Failed to start database `c:/pz/bookcase`, see the next exception
 for details.

This is incorrect output on Output window:

Loaded the appropriate driver.
SQL Exception: Failed to start database `c:/pz/bookcase`, see the next exception for details.
        at COM.jbms._6._403._872(Unknown Source)
        at COM.jbms._6._403._872(Unknown Source)
        at COM.jbms._6._403._868(Unknown Source)
        at COM.jbms._6._608.<init>(Unknown Source)
        at COM.jbms._46._223.<init>(Unknown Source)
        at java.lang.reflect.ConstruScQtLo rE.xnceewpItnisotna:n cFea(iNlaetdi vteo  Msettahrotd )da

t        aabta sCeO M`.cj:b/mpsz./_b4o6o.k_c2a1s7e.`n,e wsLeoec atlhCeo nnneexctt ieoxnc(eUpntkinoonw nf oSro udrectea)il
s        .at
 COM.jbms._6._1048.connect(Unknown Source)
        at java.sql.DriverManager.getConnection(DriverManager.java:457)
        at java.sql.DriverManager.getConnection(DriverManager.java:137)
        at testsql.Pokus.main(Pokus.java:34)
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).