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 211479 - org.netbeans.modules.db.dataview.meta.DBException: Invalid TimeStamp
Summary: org.netbeans.modules.db.dataview.meta.DBException: Invalid TimeStamp
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 16:14 UTC by paolosca
Modified: 2012-04-19 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153308


Attachments
stacktrace (738 bytes, text/plain)
2012-04-19 16:15 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2012-04-19 16:14:58 UTC
Build: NetBeans IDE Dev (Build 201204100400)
VM: OpenJDK Client VM, 22.0-b10, OpenJDK Runtime Environment, 1.7.0_03-icedtea-b147
OS: Linux

User Comments:
paolosca: Edited a postgres 9 record




Stacktrace: 
org.netbeans.modules.db.dataview.meta.DBException: Invalid TimeStamp
   at org.netbeans.modules.db.dataview.util.TimestampType.convert(TimestampType.java:98)
   at org.netbeans.modules.db.dataview.util.DBReadWriteHelper.setAttributeValue(DBReadWriteHelper.java:375)
   at org.netbeans.modules.db.dataview.output.SQLExecutionHelper$3.updateARow(SQLExecutionHelper.java:324)
   at org.netbeans.modules.db.dataview.output.SQLExecutionHelper$3.execute(SQLExecutionHelper.java:285)
   at org.netbeans.modules.db.dataview.output.SQLStatementExecutor.run(SQLStatementExecutor.java:111)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
Comment 1 paolosca 2012-04-19 16:15:04 UTC
Created attachment 118530 [details]
stacktrace
Comment 2 matthias42 2012-04-19 17:17:47 UTC
Can you reconstruct which value you entered? There error indicates, that the value you supplied could not be interpreted as a timestamp. If you add the information, please reopen this bug.