user
04/05/2025, 10:25 AMthe application will be available at: <http://localhost:8080/myapp>
?Felipe
04/08/2025, 6:44 PMgrails run-app
, the first login (/j_spring_security_check
) and the first render after logging in take an unusually long time to complete.
According to the browser's network tab, the first login takes around 3 seconds, while the initial post-login render takes about 20 seconds. After this first interaction, performance returns to normal.
Any suggestions on how to improve this behavior and what might be causing it?Dylan Kolson
04/08/2025, 7:49 PMLET 463 [length: 36] [source_file: bootstrap.unminified.js]
Node(OBJECT_PATTERN): bootstrap.unminified.js:463:15
for (let {
Parent(DESTRUCTURING_LHS): bootstrap.unminified.js:463:15
for (let {
user
04/09/2025, 5:38 PMlraynal
04/17/2025, 2:38 PMCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grails.plugin.formfields.FormFieldsTagLib': Error creating bean with name 'beanPropertyAccessorFactory': Cannot resolve reference to bean 'validateableConstraintsEvaluator' while setting bean property 'constraintsEvaluator'
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'beanPropertyAccessorFactory': Cannot resolve reference to bean 'validateableConstraintsEvaluator' while setting bean property 'constraintsEvaluator'
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'validateableConstraintsEvaluator': FactoryBean threw exception on object creation
Caused by: java.lang.NullPointerException: Cannot get property 'config' on null object
rss
04/17/2025, 4:24 PMuser
04/17/2025, 11:59 PMrss
04/18/2025, 5:24 PMbilgehan
04/22/2025, 9:38 AMgopichand.bhaskaruni
04/29/2025, 7:15 PMExecution failed for task ':citss-web:compileFunctionalTestGroovy'.
> Unrecoverable compilation error: startup failed:
General error during instruction selection: java.lang.NoClassDefFoundError: org.openqa.selenium.interactions.HasInputDevices
java.lang.RuntimeException: java.lang.NoClassDefFoundError: org.openqa.selenium.interactions.HasInputDevices
gopichand.bhaskaruni
05/02/2025, 7:01 PMpablo.pazos
05/04/2025, 6:52 PMpablo.pazos
05/12/2025, 12:26 AMuser
05/12/2025, 7:40 AMSpring Security Core
link in that page. But when I click on it, I see that it takes me to https://grails.github.io/grails-spring-security-core/ and it shows page not found. Can someone guide me how else can I find the documentation? I found this https://apache.github.io/grails-spring-security/latest/ is this an alternative link?user
05/12/2025, 1:48 PMAlex Kramer
05/12/2025, 8:28 PMmuser
05/13/2025, 10:11 AMjfelrod1960
05/14/2025, 4:17 PMuser
05/15/2025, 3:07 PMpablo.pazos
05/16/2025, 2:18 AMpablo.pazos
05/16/2025, 2:36 AMpablo.pazos
05/16/2025, 2:36 AMpablo.pazos
05/16/2025, 2:36 AMuser
05/16/2025, 2:22 PMjeffscottbrown
05/16/2025, 2:23 PMpablo.pazos
05/16/2025, 9:41 PMit.registerObjectMarshaller(AuditDetails) { audit ->
def a = [
system_id: audit.systemId,
committer: audit.committer, // PartyProxy
time_committed: {
value: audit.timeCommitted
}
]
if (audit.changeType) a << [changeType: audit.changeType.toString()] // TODO: transform to coded text
return a
}
that printed EVERYTHING out!
"time_committed": {
"audit": {
"_ref": "../..",
"class": "com.cabolabs.ehrserver.openehr.common.generic.AuditDetails$HibernateProxy$quMc648M"
},
"delegate": {
"delegate": {
"delegate": {
"PS": "/",
"configurationService": {
"applicationContext": {
"active": true,
"applicationListeners": [ ....
pablo.pazos
05/16/2025, 9:42 PMpablo.pazos
05/16/2025, 9:43 PMrss
05/19/2025, 5:44 PMAlex Z.
05/21/2025, 2:23 AM