Request Entries from Rest API
Required for Request: SessionID (Login), tag in der woche (montag: 0) kalenderwoche semesterid (evtl.später semestername)
This commit is contained in:
@@ -247,3 +247,43 @@ Wrong user name or password [28000-214]
|
||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:510)
|
||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||
... 16 more
|
||||
2023-05-08 14:01:35 database: wrong user or password; user: "ADM"
|
||||
org.h2.message.DbException: Falscher Benutzername oder Passwort
|
||||
Wrong user name or password [28000-214]
|
||||
at org.h2.message.DbException.get(DbException.java:223)
|
||||
at org.h2.message.DbException.get(DbException.java:199)
|
||||
at org.h2.message.DbException.get(DbException.java:188)
|
||||
at org.h2.engine.Engine.openSession(Engine.java:154)
|
||||
at org.h2.engine.Engine.openSession(Engine.java:222)
|
||||
at org.h2.engine.Engine.createSession(Engine.java:201)
|
||||
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:338)
|
||||
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:122)
|
||||
at org.h2.util.JdbcUtils.getConnection(JdbcUtils.java:288)
|
||||
at org.h2.server.web.WebServer.getConnection(WebServer.java:808)
|
||||
at org.h2.server.web.WebApp.login(WebApp.java:1033)
|
||||
at org.h2.server.web.WebApp.process(WebApp.java:226)
|
||||
at org.h2.server.web.WebApp.processRequest(WebApp.java:176)
|
||||
at org.h2.server.web.WebThread.process(WebThread.java:152)
|
||||
at org.h2.server.web.WebThread.run(WebThread.java:101)
|
||||
at java.base/java.lang.Thread.run(Thread.java:1623)
|
||||
Caused by: org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException: Falscher Benutzername oder Passwort
|
||||
Wrong user name or password [28000-214]
|
||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:510)
|
||||
at org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||
... 16 more
|
||||
2023-05-08 23:46:11 jdbc[3]: exception
|
||||
org.h2.jdbc.JdbcSQLSyntaxErrorException: Tabelle "WEEK" nicht gefunden
|
||||
Table "WEEK" not found; SQL statement:
|
||||
select * from week [42102-214]
|
||||
2023-05-08 23:46:25 jdbc[3]: exception
|
||||
org.h2.jdbc.JdbcSQLSyntaxErrorException: Tabelle "SEMESTR" nicht gefunden
|
||||
Table "SEMESTR" not found; SQL statement:
|
||||
select * from semestr [42102-214]
|
||||
2023-05-08 23:46:46 jdbc[3]: exception
|
||||
org.h2.jdbc.JdbcSQLSyntaxErrorException: Tabelle "WEEK" nicht gefunden
|
||||
Table "WEEK" not found; SQL statement:
|
||||
select * from week [42102-214]
|
||||
2023-05-08 23:54:05 jdbc[3]: exception
|
||||
org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax Fehler in SQL Befehl "select * [*]froms days"
|
||||
Syntax error in SQL statement "select * [*]froms days"; SQL statement:
|
||||
select * froms days [42000-214]
|
||||
|
||||
Reference in New Issue
Block a user