Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-08-01 Thread Sanchand
Reason for our case seems to be due to JVM crash. We use Runscript method to 
run SQL files with large number of inserts statements preceded by delete 
statement. During execution JVM is crashing, due to which dB file becomes 
corrupt. I tried with out of memory error also.

-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-07-29 Thread Thomas Mueller
Hi,

I'm afraid you will need to manually edit the SQL script file.

 1.3.160

That's quite old, many bugs have been fixed since then. I suggest to
upgrade to a more recent (1.3.x) version.

Regards,
Thomas



On Saturday, July 26, 2014, Sanchand sangli.mu...@gmail.com wrote:

 Having the same problem any solution to come out of this.
 using h2-1.3.160.jar and Apache-Tomcat-7.0.22.
 When tried to run recover option and recreate database found that create
 statement for some tables are found twice. What could be the reason for
 this?








 On Monday, March 17, 2014 3:07:11 PM UTC+8, Dieter Cailliau wrote:

 Using version 1.3.168 (in jboss 7.2.0).
 URL: jdbc:h2:/tmp/bms;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=5000

 Database file is attached.

 Caused by: org.h2.jdbc.JdbcSQLException: Unique index or primary key
 violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168]
 »···at 
 org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.message.DbException.get(DbException.java:169)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.message.DbException.get(DbException.java:146)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.index.BaseIndex.getDuplicateKeyException(BaseIndex.java:81)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.index.TreeIndex.add(TreeIndex.java:62)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.table.RegularTable.addRowsToIndex(RegularTable.java:327)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.table.RegularTable.addIndex(RegularTable.java:256)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Database.open(Database.java:619)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Database.openDatabase(Database.java:222)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Database.init(Database.java:217)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Engine.openSession(Engine.java:56)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Engine.openSession(Engine.java:159)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Engine.createSessionAndValidate(Engine.java:138)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Engine.createSession(Engine.java:121)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.engine.Engine.createSession(Engine.java:28)
 [h2-1.3.168.jar:1.3.168]
 »···at 
 org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:305)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.jdbc.JdbcConnection.init(JdbcConnection.java:108)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.jdbc.JdbcConnection.init(JdbcConnection.java:92)
 [h2-1.3.168.jar:1.3.168]
 »···at org.h2.Driver.connect(Driver.java:72) [h2-1.3.168.jar:1.3.168]
 »···at 
 org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:181)
 [h2-1.3.168.jar:1.3.168]
 »···at 
 org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:331)
 [h2-1.3.168.jar:1.3.168]
 »···at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.
 getXAManagedConnection(XAManagedConnectionFactory.java:441)

  --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to h2-database+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','h2-database%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to h2-database@googlegroups.com
 javascript:_e(%7B%7D,'cvml','h2-database@googlegroups.com');.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-07-04 Thread Thomas Mueller
Hi,

To re-create the database, you can use the Recover tool.

Regards,
Thomas



On Sun, Jun 29, 2014 at 11:38 PM, Ravindra Gullapalli 
sharewithra...@gmail.com wrote:

 Another input (might be useful)

 I did a checkout of source code of revision # 5751 and tried to generate
 script. However I got the error which I posted above.

 Then I set the flag *retry=true* in *public void add(Session session, Row
 row)* method in *org.h2.index.PageDataIndex* and it generated the script.

 With that script I reconstructed the database and now I got my data back.
 I am not able to attach the file as the attach file dialog is not working
 here as of now.

 --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-06-29 Thread Ravindra Gullapalli
Hi,

i am getting the error using 1.4.179 version also. Same error is coming 
when I try to generate script. Please help me out to get rid of this error.

Ravindra.

On Monday, June 2, 2014 9:46:18 PM UTC+5:30, Thomas Mueller wrote:

 Hi,

 I finally found and fixed the problem now. This problem will be fixed in 
 the next release. One workaround is to not upgrade to version 1.3.176 if 
 the database was created with an earlier version. Another workaround is to 
 export the database file to a SQL script and re-create it.

 Regards,
 Thomas



 On Wed, May 28, 2014 at 4:42 PM, Nick99 nail.a...@gmail.com javascript:
  wrote:

 Same problem.

 1.
 The database was created in CREATE_BUILD 170, then was used with 1.3.174. 
 I've tried using 1.4.178 on that database in Hibernate-based product - got 

 org.h2.jdbc.JdbcSQLException: Unique index or primary key violation: 
 PRIMARY KEY ON .PAGE_INDEX; SQL statement:[...]

 1.3.175 works ok on that db. 1.3.176 is not.

 2.
 Opening the db in 1.3.176 Console produces this (table names removed):

 Unique index or primary key violation: PRIMARY KEY ON .PAGE_INDEX; 
 SQL statement:
 ALTER TABLE PUBLIC.-- ADD CONSTRAINT 
 PUBLIC.FK28D9808AF98221CA FOREIGN KEY(JESID) REFERENCES 
 PUBLIC.--(ID) NOCHECK [23505-176] 23505/23505 (Help)


 On Monday, May 26, 2014 10:33:05 AM UTC+3, Germano Rizzo wrote:

 Provided here 
 https://groups.google.com/forum/?hl=it#!topic/h2-database/lNp80bgbvBY. 
 Thanks!

 Il giorno giovedì 22 maggio 2014 17:43:18 UTC+2, Thomas Mueller ha 
 scritto:

 Hi

 I would need a reproducible test case, or the database file. 

 Regards, Thomas 

 On Thursday, May 22, 2014, jack jin supe...@gmail.com wrote:

 when I upgrade to 1.3.176,I have the same problem.  the old version h2 
 is works fine with the db file

 On Tuesday, May 6, 2014 5:00:52 PM UTC+8, Germano Rizzo wrote:

 Hi Thomas,
 so your opinion is that all the db's are corrupted? The 
 strange thing is, they fail to open only with the latest stable version. 
 Every other version I tried works fine, and this configuration have 
 worked 
 in 40 installations for 3 years now, across different versions of H2. Do 
 you want me to start another thread?

  Germano

 Il giorno martedì 6 maggio 2014 07:59:45 UTC+2, Thomas Mueller ha 
 scritto:

 Hi,

 If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware 
 of the risks. See the FAQ and the documentation.

 Please use different email subjects for different problems.

 Regards,
 Thomas


 On Monday, May 5, 2014, mano german...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context: http://h2-database.66688.n3.na
 bble.com/Unique-index-or-primary-key-violation-SYS-ID-ON-
 PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google 
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

   -- 
 You received this message because you are subscribed to the Google 
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

  -- 
 You received this message because you are subscribed to the Google Groups 
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to h2-database...@googlegroups.com javascript:.
 To post to this group, send email to h2-da...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-06-29 Thread Ravindra Gullapalli
With 1.4.179 I am facing this problem

Unique index or primary key violation: PRIMARY KEY ON .PAGE_INDEX; 
SQL statement:
ALTER TABLE PUBLIC.TABACCOUNT ADD CONSTRAINT 
PUBLIC.FK_TABACCOUNT_PARENTACCOUNTNO FOREIGN KEY(PARENTACCOUNTNO) INDEX 
PUBLIC.FK_TABACCOUNT_PARENTACCOUNTNO_INDEX_D REFERENCES 
PUBLIC.TABACCOUNT(ACCOUNTNO) INDEX PUBLIC.PRIMARY_KEY_DC6 NOCHECK 
[23505-179] 
http://192.168.43.206:8082/login.do?jsessionid=3a9c7be376a442f869ae96c77692d959#
 
23505/23505 (Help) 
http://h2database.com/javadoc/org/h2/constant/ErrorCode.html#c23505
org.h2.jdbc.JdbcSQLException: Unique index or primary key violation: 
PRIMARY KEY ON .PAGE_INDEX; SQL statement:
ALTER TABLE PUBLIC.TABACCOUNT ADD CONSTRAINT 
PUBLIC.FK_TABACCOUNT_PARENTACCOUNTNO FOREIGN KEY(PARENTACCOUNTNO) INDEX 
PUBLIC.FK_TABACCOUNT_PARENTACCOUNTNO_INDEX_D REFERENCES 
PUBLIC.TABACCOUNT(ACCOUNTNO) INDEX PUBLIC.PRIMARY_KEY_DC6 NOCHECK 
[23505-179] 
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345 
http://h2database.com/html/source.html?file=org/h2/message/DbException.javaline=345build=179)
 

at org.h2.message.DbException.get(DbException.java:179 
http://h2database.com/html/source.html?file=org/h2/message/DbException.javaline=179build=179)
 

at org.h2.message.DbException.get(DbException.java:155 
http://h2database.com/html/source.html?file=org/h2/message/DbException.javaline=155build=179)
 

at 
org.h2.index.PageDataIndex.getNewDuplicateKeyException(PageDataIndex.java:165 
http://h2database.com/html/source.html?file=org/h2/index/PageDataIndex.javaline=165build=179)
 

at org.h2.index.PageDataIndex.add(PageDataIndex.java:143 
http://h2database.com/html/source.html?file=org/h2/index/PageDataIndex.javaline=143build=179)
 

at org.h2.store.PageStore.addMeta(PageStore.java:1812 
http://h2database.com/html/source.html?file=org/h2/store/PageStore.javaline=1812build=179)
 

at org.h2.index.PageBtreeIndex.init(PageBtreeIndex.java:63 
http://h2database.com/html/source.html?file=org/h2/index/PageBtreeIndex.javaline=63build=179)
 

at org.h2.table.RegularTable.addIndex(RegularTable.java:234 
http://h2database.com/html/source.html?file=org/h2/table/RegularTable.javaline=234build=179)
 

at 
org.h2.command.ddl.AlterTableAddConstraint.createIndex(AlterTableAddConstraint.java:287
 
http://h2database.com/html/source.html?file=org/h2/command/ddl/AlterTableAddConstraint.javaline=287build=179)
 

at 
org.h2.command.ddl.AlterTableAddConstraint.tryUpdate(AlterTableAddConstraint.java:236
 
http://h2database.com/html/source.html?file=org/h2/command/ddl/AlterTableAddConstraint.javaline=236build=179)
 

at 
org.h2.command.ddl.AlterTableAddConstraint.update(AlterTableAddConstraint.java:72
 
http://h2database.com/html/source.html?file=org/h2/command/ddl/AlterTableAddConstraint.javaline=72build=179)
 

at org.h2.engine.MetaRecord.execute(MetaRecord.java:58 
http://h2database.com/html/source.html?file=org/h2/engine/MetaRecord.javaline=58build=179)
 

at org.h2.engine.Database.open(Database.java:729 
http://h2database.com/html/source.html?file=org/h2/engine/Database.javaline=729build=179)
 

at org.h2.engine.Database.openDatabase(Database.java:263 
http://h2database.com/html/source.html?file=org/h2/engine/Database.javaline=263build=179)
 

at org.h2.engine.Database.init(Database.java:257 
http://h2database.com/html/source.html?file=org/h2/engine/Database.javaline=257build=179)
 

at org.h2.engine.Engine.openSession(Engine.java:58 
http://h2database.com/html/source.html?file=org/h2/engine/Engine.javaline=58build=179)
 

at org.h2.engine.Engine.openSession(Engine.java:165 
http://h2database.com/html/source.html?file=org/h2/engine/Engine.javaline=165build=179)
 

at org.h2.engine.Engine.createSessionAndValidate(Engine.java:143 
http://h2database.com/html/source.html?file=org/h2/engine/Engine.javaline=143build=179)
 

at org.h2.engine.Engine.createSession(Engine.java:126 
http://h2database.com/html/source.html?file=org/h2/engine/Engine.javaline=126build=179)
 

at org.h2.engine.Engine.createSession(Engine.java:26 
http://h2database.com/html/source.html?file=org/h2/engine/Engine.javaline=26build=179)
 

at 
org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:335 
http://h2database.com/html/source.html?file=org/h2/engine/SessionRemote.javaline=335build=179)
 

at org.h2.jdbc.JdbcConnection.init(JdbcConnection.java:107 
http://h2database.com/html/source.html?file=org/h2/jdbc/JdbcConnection.javaline=107build=179)
 

at org.h2.jdbc.JdbcConnection.init(JdbcConnection.java:91 
http://h2database.com/html/source.html?file=org/h2/jdbc/JdbcConnection.javaline=91build=179)
 

at org.h2.Driver.connect(Driver.java:72 
http://h2database.com/html/source.html?file=org/h2/Driver.javaline=72build=179)
 

at org.h2.server.web.WebServer.getConnection(WebServer.java:682 
http://h2database.com/html/source.html?file=org/h2/server/web/WebServer.javaline=682build=179)
 

Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-06-29 Thread Ravindra Gullapalli
Another input (might be useful)

I did a checkout of source code of revision # 5751 and tried to generate 
script. However I got the error which I posted above.

Then I set the flag *retry=true* in *public void add(Session session, Row 
row)* method in *org.h2.index.PageDataIndex* and it generated the script.

With that script I reconstructed the database and now I got my data back. I 
am not able to attach the file as the attach file dialog is not working 
here as of now.

-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-06-02 Thread Thomas Mueller
Hi,

I finally found and fixed the problem now. This problem will be fixed in
the next release. One workaround is to not upgrade to version 1.3.176 if
the database was created with an earlier version. Another workaround is to
export the database file to a SQL script and re-create it.

Regards,
Thomas



On Wed, May 28, 2014 at 4:42 PM, Nick99 nail.abda...@gmail.com wrote:

 Same problem.

 1.
 The database was created in CREATE_BUILD 170, then was used with 1.3.174.
 I've tried using 1.4.178 on that database in Hibernate-based product - got

 org.h2.jdbc.JdbcSQLException: Unique index or primary key violation:
 PRIMARY KEY ON .PAGE_INDEX; SQL statement:[...]

 1.3.175 works ok on that db. 1.3.176 is not.

 2.
 Opening the db in 1.3.176 Console produces this (table names removed):

 Unique index or primary key violation: PRIMARY KEY ON .PAGE_INDEX;
 SQL statement:
 ALTER TABLE PUBLIC.-- ADD CONSTRAINT PUBLIC.FK28D9808AF98221CA
 FOREIGN KEY(JESID) REFERENCES PUBLIC.--(ID) NOCHECK [23505-176]
 23505/23505 (Help)


 On Monday, May 26, 2014 10:33:05 AM UTC+3, Germano Rizzo wrote:

 Provided here
 https://groups.google.com/forum/?hl=it#!topic/h2-database/lNp80bgbvBY.
 Thanks!

 Il giorno giovedì 22 maggio 2014 17:43:18 UTC+2, Thomas Mueller ha
 scritto:

 Hi

 I would need a reproducible test case, or the database file.

 Regards, Thomas

 On Thursday, May 22, 2014, jack jin supe...@gmail.com wrote:

 when I upgrade to 1.3.176,I have the same problem.  the old version h2
 is works fine with the db file

 On Tuesday, May 6, 2014 5:00:52 PM UTC+8, Germano Rizzo wrote:

 Hi Thomas,
 so your opinion is that all the db's are corrupted? The
 strange thing is, they fail to open only with the latest stable version.
 Every other version I tried works fine, and this configuration have worked
 in 40 installations for 3 years now, across different versions of H2. Do
 you want me to start another thread?

  Germano

 Il giorno martedì 6 maggio 2014 07:59:45 UTC+2, Thomas Mueller ha
 scritto:

 Hi,

 If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware of
 the risks. See the FAQ and the documentation.

 Please use different email subjects for different problems.

 Regards,
 Thomas


 On Monday, May 5, 2014, mano german...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context: http://h2-database.66688.n3.na
 bble.com/Unique-index-or-primary-key-violation-SYS-ID-ON-
 PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

   --
 You received this message because you are subscribed to the Google
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-05-28 Thread Nick99
Same problem.

1.
The database was created in CREATE_BUILD 170, then was used with 1.3.174. 
I've tried using 1.4.178 on that database in Hibernate-based product - got 

org.h2.jdbc.JdbcSQLException: Unique index or primary key violation: 
PRIMARY KEY ON .PAGE_INDEX; SQL statement:[...]

1.3.175 works ok on that db. 1.3.176 is not.

2.
Opening the db in 1.3.176 Console produces this (table names removed):

Unique index or primary key violation: PRIMARY KEY ON .PAGE_INDEX; 
SQL statement:
ALTER TABLE PUBLIC.-- ADD CONSTRAINT PUBLIC.FK28D9808AF98221CA 
FOREIGN KEY(JESID) REFERENCES PUBLIC.--(ID) NOCHECK [23505-176] 
23505/23505 (Help)


On Monday, May 26, 2014 10:33:05 AM UTC+3, Germano Rizzo wrote:

 Provided 
 herehttps://groups.google.com/forum/?hl=it#!topic/h2-database/lNp80bgbvBY. 
 Thanks!

 Il giorno giovedì 22 maggio 2014 17:43:18 UTC+2, Thomas Mueller ha scritto:

 Hi

 I would need a reproducible test case, or the database file. 

 Regards, Thomas 

 On Thursday, May 22, 2014, jack jin supe...@gmail.com wrote:

 when I upgrade to 1.3.176,I have the same problem.  the old version h2 
 is works fine with the db file

 On Tuesday, May 6, 2014 5:00:52 PM UTC+8, Germano Rizzo wrote:

 Hi Thomas,
 so your opinion is that all the db's are corrupted? The strange 
 thing is, they fail to open only with the latest stable version. Every 
 other version I tried works fine, and this configuration have worked in 40 
 installations for 3 years now, across different versions of H2. Do you 
 want 
 me to start another thread?

  Germano

 Il giorno martedì 6 maggio 2014 07:59:45 UTC+2, Thomas Mueller ha 
 scritto:

 Hi,

 If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware of 
 the risks. See the FAQ and the documentation.

 Please use different email subjects for different problems.

 Regards,
 Thomas


 On Monday, May 5, 2014, mano german...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context: http://h2-database.66688.n3.
 nabble.com/Unique-index-or-primary-key-violation-SYS-ID-
 ON-PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google 
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

   -- 
 You received this message because you are subscribed to the Google 
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-05-26 Thread Germano Rizzo
Provided 
herehttps://groups.google.com/forum/?hl=it#!topic/h2-database/lNp80bgbvBY. 
Thanks!

Il giorno giovedì 22 maggio 2014 17:43:18 UTC+2, Thomas Mueller ha scritto:

 Hi

 I would need a reproducible test case, or the database file. 

 Regards, Thomas 

 On Thursday, May 22, 2014, jack jin supe...@gmail.com javascript: 
 wrote:

 when I upgrade to 1.3.176,I have the same problem.  the old version h2 is 
 works fine with the db file

 On Tuesday, May 6, 2014 5:00:52 PM UTC+8, Germano Rizzo wrote:

 Hi Thomas,
 so your opinion is that all the db's are corrupted? The strange 
 thing is, they fail to open only with the latest stable version. Every 
 other version I tried works fine, and this configuration have worked in 40 
 installations for 3 years now, across different versions of H2. Do you want 
 me to start another thread?

  Germano

 Il giorno martedì 6 maggio 2014 07:59:45 UTC+2, Thomas Mueller ha 
 scritto:

 Hi,

 If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware of 
 the risks. See the FAQ and the documentation.

 Please use different email subjects for different problems.

 Regards,
 Thomas


 On Monday, May 5, 2014, mano german...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context: http://h2-database.66688.n3.
 nabble.com/Unique-index-or-primary-key-violation-SYS-ID-
 ON-PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google 
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

   -- 
 You received this message because you are subscribed to the Google Groups 
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-05-22 Thread Thomas Mueller
Hi

I would need a reproducible test case, or the database file.

Regards, Thomas

On Thursday, May 22, 2014, jack jin super...@gmail.com wrote:

 when I upgrade to 1.3.176,I have the same problem.  the old version h2 is
 works fine with the db file

 On Tuesday, May 6, 2014 5:00:52 PM UTC+8, Germano Rizzo wrote:

 Hi Thomas,
 so your opinion is that all the db's are corrupted? The strange
 thing is, they fail to open only with the latest stable version. Every
 other version I tried works fine, and this configuration have worked in 40
 installations for 3 years now, across different versions of H2. Do you want
 me to start another thread?

  Germano

 Il giorno martedì 6 maggio 2014 07:59:45 UTC+2, Thomas Mueller ha scritto:

 Hi,

 If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware of
 the risks. See the FAQ and the documentation.

 Please use different email subjects for different problems.

 Regards,
 Thomas


 On Monday, May 5, 2014, mano german...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context: http://h2-database.66688.n3.
 nabble.com/Unique-index-or-primary-key-violation-SYS-ID-
 ON-PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

   --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to 
 h2-database+unsubscr...@googlegroups.comjavascript:_e(%7B%7D,'cvml','h2-database%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to 
 h2-database@googlegroups.comjavascript:_e(%7B%7D,'cvml','h2-database@googlegroups.com');
 .
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-05-21 Thread jack jin
when I upgrade to 1.3.176,I have the same problem.  the old version h2 is 
works fine with the db file

On Tuesday, May 6, 2014 5:00:52 PM UTC+8, Germano Rizzo wrote:

 Hi Thomas,
 so your opinion is that all the db's are corrupted? The strange 
 thing is, they fail to open only with the latest stable version. Every 
 other version I tried works fine, and this configuration have worked in 40 
 installations for 3 years now, across different versions of H2. Do you want 
 me to start another thread?

  Germano

 Il giorno martedì 6 maggio 2014 07:59:45 UTC+2, Thomas Mueller ha scritto:

 Hi,

 If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware of the 
 risks. See the FAQ and the documentation.

 Please use different email subjects for different problems.

 Regards,
 Thomas


 On Monday, May 5, 2014, mano german...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context: 
 http://h2-database.66688.n3.nabble.com/Unique-index-or-primary-key-violation-SYS-ID-ON-PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google 
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

 

-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-05-06 Thread Thomas Mueller
Hi,

If you are using LOCK_MODE=0;UNDO_LOG=0 then you need to be aware of the
risks. See the FAQ and the documentation.

Please use different email subjects for different problems.

Regards,
Thomas


On Monday, May 5, 2014, mano germano.ri...@gmail.com wrote:

 mano wrote
  Opening it with version 1.3.168 will give the error.

 Sorry, I meant 1.3.176.




 --
 View this message in context:
 http://h2-database.66688.n3.nabble.com/Unique-index-or-primary-key-violation-SYS-ID-ON-PUBLIC-SYS-ID-23505-168-using-1-3-168-tp4028700p4029078.html
 Sent from the H2 Database mailing list archive at Nabble.com.

 --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-05-05 Thread Germano Rizzo
Same problem here. I can add that my application is widely deployed, and 
each instance created a db for its internal configuration. Now everyone of 
them is failing, so I think it's not a problem of corruption... maybe the 
start parameters? The jdbc url with which it was created is: 

jdbc:h2://amp_db;LOCK_MODE=0;UNDO_LOG=0;TRACE_LEVEL_FILE=0;FILE_LOCK=SOCKET;AUTO_SERVER=TRUE
 


You can find a failing db here: 

https://www.dropbox.com/s/h0i9ys98dz5xp88/amp_db.h2.zip

Opening it with version 1.3.176 will give the error. Latest 1.4.* version 
doesn't.

Please advise here. I can't upgrade if this is not solved somehow... 
anyhow, thanks for the excellent work you're doing! 

   Germano 

Il giorno giovedì 10 aprile 2014 12:11:22 UTC+2, Joerg Z. ha scritto:

 Hi,
 same problem here.
 After upgrade h2-1.3.174.jar to h2-1.3.176.jar and connect to my exist db 
 file I get to following trace: (without any executed statement, just 
 connect)

 04-10 11:50:39 database: ALTER TABLE PUBLIC.REL_USERS_RIGHTS ADD 
 CONSTRAINT PUBLIC.REL_USERS_RIGHTS_FK_ID_USER FOREIGN KEY(ID_USER) 
 REFERENCES PUBLIC.TBL_USERS(ID) NOCHECK
 org.h2.jdbc.JdbcSQLException: Eindeutiger Index oder Primärschlüssel 
 verletzt: PRIMARY KEY ON .PAGE_INDEX
 Unique index or primary key violation: PRIMARY KEY ON .PAGE_INDEX; 
 SQL statement:
 ALTER TABLE PUBLIC.REL_USERS_RIGHTS ADD CONSTRAINT 
 PUBLIC.REL_USERS_RIGHTS_FK_ID_USER FOREIGN KEY(ID_USER) REFERENCES 
 PUBLIC.TBL_USERS(ID) NOCHECK [23505-176]

 A post repair with 
 backup/restorehttp://www.h2database.com/html/tutorial.html#upgrade_backup_restore
  doesn't 
 help and run into same issue.
 Regards,
 Joerg


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-04-10 Thread comtel
Hi,
same problem here.
After upgrade h2-1.3.174.jar to h2-1.3.176.jar and connect to my exist db 
file I get to following trace: (without any executed statement, just 
connect)

04-10 11:50:39 database: ALTER TABLE PUBLIC.REL_USERS_RIGHTS ADD CONSTRAINT 
PUBLIC.REL_USERS_RIGHTS_FK_ID_USER FOREIGN KEY(ID_USER) REFERENCES 
PUBLIC.TBL_USERS(ID) NOCHECK
org.h2.jdbc.JdbcSQLException: Eindeutiger Index oder Primärschlüssel 
verletzt: PRIMARY KEY ON .PAGE_INDEX
Unique index or primary key violation: PRIMARY KEY ON .PAGE_INDEX; 
SQL statement:
ALTER TABLE PUBLIC.REL_USERS_RIGHTS ADD CONSTRAINT 
PUBLIC.REL_USERS_RIGHTS_FK_ID_USER FOREIGN KEY(ID_USER) REFERENCES 
PUBLIC.TBL_USERS(ID) NOCHECK [23505-176]

A post repair with 
backup/restorehttp://www.h2database.com/html/tutorial.html#upgrade_backup_restore
 doesn't 
help and run into same issue.
Regards,
Joerg

-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-04-06 Thread Thomas Mueller
Hi,

I'm afraid I can't tell what the problem is. The database was created with
version 1.3.168. I didn't see any temporary tables in the database file.
But I'm afraid I would need a reproducible test case in order to help for
this case.

Regards,
Thomas




On Thu, Mar 27, 2014 at 8:31 PM, Dieter Cailliau
dieter.caill...@gmail.comwrote:

 Thoms the database is attached to the first post of this topic.

 Op donderdag 20 maart 2014 07:53:26 UTC+1 schreef Thomas Mueller:

 Hi,

  I'm not using temporary tables

 I think there are some cases where Hibernate creates temporary tables,
 and for some queries (those that return many rows) the database itself
 creates temporary tables.

 If you still have the database file, could you send it to me please? I
 would like to analyze it.

 Regards,
 Thomas



 On Tuesday, March 18, 2014, Dieter Cailliau dieter@gmail.com wrote:

 URL: jdbc:h2:/tmp/bms;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=5000

 According to your query, the create_build was 168.
 I'm not using temporary tables (afaik) just regular JPA (hibernate
 inside jboss7).
 I didn't see OutOfMemory in my logs, but they don't go back to the first
 occurence of the problem, so i'm not sure.

 I am using XA. The error shows up when the first connection is obtained:
 org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:331).

 --
 You received this message because you are subscribed to the Google
 Groups H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-03-27 Thread Dieter Cailliau
Thoms the database is attached to the first post of this topic.

Op donderdag 20 maart 2014 07:53:26 UTC+1 schreef Thomas Mueller:

 Hi,

  I'm not using temporary tables 

 I think there are some cases where Hibernate creates temporary tables, and 
 for some queries (those that return many rows) the database itself creates 
 temporary tables.

 If you still have the database file, could you send it to me please? I 
 would like to analyze it.

 Regards,
 Thomas



 On Tuesday, March 18, 2014, Dieter Cailliau 
 dieter@gmail.comjavascript: 
 wrote:

 URL: jdbc:h2:/tmp/bms;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=5000

 According to your query, the create_build was 168. 
 I'm not using temporary tables (afaik) just regular JPA (hibernate inside 
 jboss7).
 I didn't see OutOfMemory in my logs, but they don't go back to the first 
 occurence of the problem, so i'm not sure.

 I am using XA. The error shows up when the first connection is obtained: 
 org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:331). 

 -- 
 You received this message because you are subscribed to the Google Groups 
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to h2-database+unsubscr...@googlegroups.com.
 To post to this group, send email to h2-database@googlegroups.com.
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.



-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.


Re: [h2] Unique index or primary key violation: SYS_ID ON PUBLIC.SYS(ID) [23505-168] (using 1.3.168)

2014-03-20 Thread Thomas Mueller
Hi,

 I'm not using temporary tables

I think there are some cases where Hibernate creates temporary tables, and
for some queries (those that return many rows) the database itself creates
temporary tables.

If you still have the database file, could you send it to me please? I
would like to analyze it.

Regards,
Thomas



On Tuesday, March 18, 2014, Dieter Cailliau dieter.caill...@gmail.com
wrote:

 URL: jdbc:h2:/tmp/bms;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=5000

 According to your query, the create_build was 168.
 I'm not using temporary tables (afaik) just regular JPA (hibernate inside
 jboss7).
 I didn't see OutOfMemory in my logs, but they don't go back to the first
 occurence of the problem, so i'm not sure.

 I am using XA. The error shows up when the first connection is obtained:
 org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:331).

 --
 You received this message because you are subscribed to the Google Groups
 H2 Database group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to 
 h2-database+unsubscr...@googlegroups.comjavascript:_e(%7B%7D,'cvml','h2-database%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to 
 h2-database@googlegroups.comjavascript:_e(%7B%7D,'cvml','h2-database@googlegroups.com');
 .
 Visit this group at http://groups.google.com/group/h2-database.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups H2 
Database group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.