小编use*_*634的帖子

org.h2.jdbc.JdbcSQLException:找不到表"ALL_SEQUENCES"

有人可以告诉我以下错误的原因.

我在我的项目中使用Hibernate并在服务器启动期间面临以下错误

15:04:27.909 [localhost-startStop-1] ERROR o.h.tool.hbm2ddl.SchemaValidator - HHH000319: Could not get database metadata
org.h2.jdbc.JdbcSQLException: Table "ALL_SEQUENCES" not found; SQL statement:
 select sequence_name from all_sequences  union select synonym_name   from all_synonyms us, all_sequences asq  where asq.sequence_name = us.table_name    and asq.sequence_owner = us.table_owner [42102-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.command.Parser.readTableOrView(Parser.java:4770) ~[h2-1.3.168.jar:1.3.168]
    at org.h2.command.Parser.readTableFilter(Parser.java:1084) ~[h2-1.3.168.jar:1.3.168]
    at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:1690) ~[h2-1.3.168.jar:1.3.168]
Run Code Online (Sandbox Code Playgroud)

java hibernate jdbc

9
推荐指数
2
解决办法
7625
查看次数

比较Windows中的2个目录

我需要比较2个文件夹"A"和"B",并获取新添加或修改的文件和文件夹列表.

我尝试使用Winmerge软件,但它没有比较内部文件夹中的文件(所以我必须手动指向每个内部文件夹,必须进行比较)

有没有办法实现这一目标.

windows directory diff compare

3
推荐指数
4
解决办法
2万
查看次数

用于验证具有一定长度和开头数的正则表达式

我想验证一个值应该只有数字,长度应该是11,不应该以129开头.

这是可能的,因为我在正则表达式中效率不高吗?

java regex xsd

-3
推荐指数
1
解决办法
864
查看次数

标签 统计

java ×2

compare ×1

diff ×1

directory ×1

hibernate ×1

jdbc ×1

regex ×1

windows ×1

xsd ×1