[
https://issues.jboss.org/browse/TEIID-3578?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-3578:
---------------------------------------
It sounds like our database logging option in general is a bad
design. Definitely needs rethinking. And in 6.2, the default will be configuring the
command/audit logging with async handlers.
It's not necessarily bad, it's just not something that should be used in
production. And again it's not clear in this scenario what else is going wrong with
the AS.
2) Change the overflow-action to "DISCARD", but in this
situation the log messages will be lost
It would probably be best to default to error.
From the startup log, the new startup contains errors not shown in the
initial log:
Caused by: org.hibernate.HibernateException: Connection cannot be null when
'hibernate.dialect' not set
Which appears to be the result of:
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1911)
at
org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getDriver(LocalManagedConnectionFactory.java:605)
Similarly dashboard could not make connections:
2015-07-17 10:47:36,818 [ServerService Thread Pool -- 61] WARN
[org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] IJ000604: Throwable while
attempting to get a new connection: null: javax.resource.ResourceException: Could not
create connection
These errors are similar to ones seen in
https://issues.jboss.org/browse/AGPUSH-890 and
http://stackoverflow.com/questions/25257507/would-database-connection-lea...
More than likely you just have the wrong url.
server becomes unresponsive after running for a while
-----------------------------------------------------
Key: TEIID-3578
URL:
https://issues.jboss.org/browse/TEIID-3578
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.7.1
Environment: RHEL 6, AWS VM, JBoss EAP (standalone) 6.3.2.GA
JBoss Data Virtualization 6.1.0.ER4
Reporter: Jorge Herrera
Assignee: Steven Hawkins
Attachments: server.log, server_startup.log, stackTrace_TEIID-3578,
threaddump.txt
Server becomes unresponsive, it does ack new sessions, but nothing else, admin-console,
and direct queries are completely unresponsive. If I reboot the server it works just fine.
Disk space / RAM / CPU all seem just fine.
[root@BIJDVDev2 ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/xvde1 6062016 4601808 1397596 77% /
none 7619624 0 7619624 0% /dev/shm
[
BIJDVDev2.dev.a1.vary.redhat.com] [11:38:48 AM]
[root@BIJDVDev2 ~]# top
top - 11:43:05 up 14 days, 13:31, 1 user, load average: 0.00, 0.00, 0.00
Tasks: 151 total, 1 running, 150 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.1%us, 0.1%sy, 0.0%ni, 99.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 15239248k total, 5387488k used, 9851760k free, 203540k buffers
Swap: 0k total, 0k used, 0k free, 2887904k cached
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)