Jacques Le Roux created OFBIZ-12706:
---------------------------------------
Summary: EntityPerformanceTest.groovy shows error in log
Key: OFBIZ-12706
URL: https://issues.apache.org/jira/browse/OFBIZ-12706
Project: OFBiz
Issue Type: Bug
Components: framework/webtools
Affects Versions: 22.01.01, Upcoming Branch
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Fix For: 22.01.01
Here the error (only in log):
{noformat}
2022-10-18 09:39:15,038 |27.0.0.1-8009-exec-2 |UtilCache
|W| Error getting maxSize value from ResourceBundle for propNames: [null]
java.lang.NullPointerException: null
at
org.apache.ofbiz.base.util.cache.UtilCache.getPropertyParam(UtilCache.java:155)
~[main/:?]
at
org.apache.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:181)
~[main/:?]
at
org.apache.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:174)
~[main/:?]
at
org.apache.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:170)
~[main/:?]
at
org.apache.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:126) ~[main/:?]
at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[?:?]
at
jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
~[?:?]
at
jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:490)
~[?:?]
at
org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:80)
~[groovy-2.5.18.jar:2.5.18]
at
org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:74)
~[groovy-2.5.18.jar:2.5.18]
at
org.codehaus.groovy.runtime.callsite.ConstructorSite.callConstructor(ConstructorSite.java:45)
~[groovy-2.5.18.jar:2.5.18]
at
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
~[groovy-2.5.18.jar:2.5.18]
at
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:237)
~[groovy-2.5.18.jar:2.5.18]
at EntityPerformanceTest.run(EntityPerformanceTest.groovy:193) ~[?:?]
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)