Bug 1035681 - Unexpected errors and warnings in server.log for quickstarts using H2 database
Summary: Unexpected errors and warnings in server.log for quickstarts using H2 database
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: DR2
: EAP 6.3.0
Assignee: sgilda
QA Contact: Nikoleta Hlavickova
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-28 09:54 UTC by Nikoleta Hlavickova
Modified: 2014-06-28 15:27 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:27:40 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1028469 1 None None None 2021-01-20 06:05:38 UTC

Internal Links: 1028469

Description Nikoleta Hlavickova 2013-11-28 09:54:06 UTC
(1)
WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 73) HHH000431: Unable to determine H2 database version, certain features may not work

(2)
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 73) HHH000389: Unsuccessful: drop sequence hibernate_sequence
ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 73) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
drop sequence hibernate_sequence [90036-168]

(3)
WARN  [org.hibernate.hql.internal.ast.HqlSqlWalker] (http-/127.0.0.1:8080-1) [DEPRECATION] Encountered positional parameter near line 1, column 75.  Positional parameter are considered deprecated; use named parameters or JPA-style positional parameters instead.

See BZ #1028469
A note about (1) and (2) was added to tasks quickstart readme and (3) was fixed in tasks. However more quickstarts re affected:

bean-validation (1,2)
bmt (1)
cdi-interceptors (1,2)
cdi-stereotype (1,2)
cdi-veto (1)
cmt (1,2)
greeter (1,2)
h2-console (1,2)
hibernate4 (1)
jta-crash-rec (1,2)
kitchensink (1,2)
kitchensink-ear (1,2)
kitchensink-jsp (1,2)
kitchensink-ml (1,2)
kitchensink-ml-ear (1,2)
servlet-security (1)
tasks-jsf (1,2,3)
tasks-rs (1,2,3)
wicket-ear (1)
wicket-war (1)

Comment 1 sgilda 2013-12-03 19:58:42 UTC
Made the changes except for the following:

* cmt: I don't see [1] 'HHH000431' in the server log/

* h2console: I don't see 1 or 2 in the server log. Instead, I see:
        JBAS018568: Deployment "deployment.h2console.war" is using an unsupported module ("com.h2database.h2:main") which may be changed or removed in future versions without notice.

*jta-crash-rec: I only see message 1. I don't see 2.

* tasks-jsf: I don't see message 3.

* tasks-rs:  I don't see message 3.

Comment 3 Nikoleta Hlavickova 2014-03-10 15:37:22 UTC
Verified with EAP 6.3.0 DR2. For remaining warnings there will be new BZs. One of them is already created, see BZ 1073925.


Note You need to log in before you can comment on or make changes to this bug.