Hi, 

I am getting the below error while trying to update one our tables in H2 
Database. We are using H2 version : 1.3.161.
The problem comes often and is not reproducible. 

 Error while executing query 'update LocatorForward set 
MACAddress='e8e732:194828',SwitchIPAddress='10.255.221.152',LinkCount='0',linkIpAddr='',TimeStmp='2012-12-19
 
21:01:39.852',IfIndex='0',Slot='1',Port='1001',VlanID='221',IfSpeed='-1',IfAdminStatus='-1',PortDuplexMode='-1',userid=NULL,domain='0',disposition='1',unp='',classsource='0',serviceId='0',isid='0',Chassis='1'
 
where MACAddress='e8e732:194828' and SwitchIPAddress='10.255.221.152' and 
VlanID='221''.  General error: "java.lang.NullPointerException" [50000-161].
org.h2.jdbc.JdbcSQLException: General error: 
"java.lang.NullPointerException" [50000-161]        at 
org.h2.message.DbException.getJdbcSQLException(DbException.java:329)         
at org.h2.message.DbException.get(DbException.java:158)              at 
org.h2.message.DbException.convert(DbException.java:281)     at 
org.h2.message.DbException.toSQLException(DbException.java:254)    at 
org.h2.message.TraceObject.logAndConvert(TraceObject.java:368)        at 
org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:154)   at 



The same statement runs perfectly fine from DBVisualizer console.

Can anyone help please.

-Manik



-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/ZF6-HhSLDz0J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to