-
F:\_SDK\Java\jdk1.8.0_181\bin\java.exe -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dspring.jmx.enabled=true -Dspring.liveBeansView.mbeanDomain…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
l…
-
**Describe the bug**
This metabase instance has been up and running for years now. We recently upgraded the backend Postgres to the latest version. Over the weekend, the instance went down and there …
-
Hi
When I try to update the default keycloak standalone-ha database, the code explodes when trying to compare the `is` and `should` values.
```puppet
wildfly::datasources::datasource { 'KeycloakD…
-
```
Grails Runtime Exception
Error Details
Error 500: Executing action [myAlerts] of controller
[au.org.ala.alerts.NotificationController] caused exception: Runtime error
executing action
Servlet:…
-
**问题描述**
当前的代码 [init.sql ](https://github.com/qunarcorp/qmq/blob/master/qmq-dist/sql/init.sql#L2)是不是缺少了`ext`字段,在启动 metaserver 的时候会报错,[这里](https://github.com/qunarcorp/qmq/blob/master/qmq-metaserver/s…
-
I have two domain classes:
``` groovy
package com.dipayan
class Author {
String name
static hasMany = [books: Book]
static constraints = {
}
}
```
And
``` groovy
package com.dipa…
-
### Describe the bug
I am attempting to persist a model. The query executes quickly (in less than 20 seconds). However, the tools return a timeout error (ERREUR: annulation de la requête à cause du d…
-
Latest DBEAVER Community Edition 6.3.2
Latest cassandra-jdbc-wrapper 3.1.0 (full fat pre-bake jar)
Connects fine, and see keyspaces and "tables", but when trying to access the table properties or …
-
### Environment
Jmix version: 2.3.3
### Bug Description
Class SequencesImpl has a cache of existing sequences with unlimited lifetime.
This leads to problems, if someone deletes the sequence…