Guys I cannot start my confluence server that is running as docker container
The error I get is
WARNING: Illegal reflective access by com.atlassian.hibernate.adapter.proxy.BytecodeProviderImpl_ImplementV2Proxy (file:/opt/atlassian/confluence/confluence/WEB-INF/lib/hibernate.adapter-1.0.3.jar) to field java.lang.reflect.Field.modifiers
Does anyone knows how to fix that ??
Thanks
Rafal
Hi @Rafal Niznik , Welcome to the Atlassian Community.
I did some searching in our public issue tracker and came across these bugs:
While it is not directly related to Docker, the error message is pretty similar. I have a few questions:
Hope to hear from you soon.
Regards,
Adrian Stephen
Hi Adrian,
Thanks for replay to my question and here is my
I use Docker Engine - Community Engine: Version: 19.03.5 . running on Debian GNU/Linux 10
I also use official docker image 49a74906c0a3 with JAVA_VERSION=jdk-11.0.5+10 and confluence 7.2.0
Confluence was running without any problems for many weeks but than after restart this error appears and there was not any type of updates performed.
Now confluence is back and running again and I have done nothing to fix that.
Thanks,
Rafal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is another problem after this I see now and not sure how to identify.
It looks like if confluence is not in use ( no users on the page ) than when I try to open page it take around 30 seconds before page is loaded. I access confluence over 1 GB network so there is no delays in packets. After page is loaded than it works quick but first entry on the page take log time. Does anyone know how to identify this slowness? Maybe there is some type hibernation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the same question
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.atlassian.hibernate.adapter.proxy.BytecodeProviderImpl_ImplementV2Proxy (file:/opt/atlassian/confluence/confluence/WEB-INF/lib/hibernate.adapter-1.0.3.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of com.atlassian.hibernate.adapter.proxy.BytecodeProviderImpl_ImplementV2Proxy
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
after this log,it will hangs up a few minutes,
then confluence is back and running again and I have done nothing to fix that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing the same issue,
this ticket is marked as solved, but I couldn't find any hint about the solution.
does anyone find a way to solve the issue?
btw, I am using confluence 7.12.2.
kind regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see that proxy error in my 8.8.0 Jira core on startup. I never have seen our confluence become unresponsive for a few minutes after throwing that error. Coincidently, I upgraded my dev platform to 8.15.1 and now my app cannot be access via proxy. I am wondering if that BytecodeProviderImpl_ImplementV2Proxy is the reason......this is not an "answer", just an observation.
30-Oct-2021 09:26:57.205 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
30-Oct-2021 09:26:57.343 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log Initializing Spring DispatcherServlet 'dispatcher'
2021-10-30 09:26:57,885 INFO [Catalina-utility-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 7.3.5 [build 8401 based on commit hash 704793d6038510d343805f57baea5ca16b469eae] - synchrony version 3.1.0-master-022ca438
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.atlassian.hibernate.adapter.proxy.BytecodeProviderImpl_ImplementV2Proxy (file:/app01/atlassian/confluence/confluence/WEB-INF/lib/hibernate.adapter-1.0.3.jar) to field java.lang.reflect.Field.modifiers
WARNING: Please consider reporting this to the maintainers of com.atlassian.hibernate.adapter.proxy.BytecodeProviderImpl_ImplementV2Proxy
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
30-Oct-2021 09:28:18.925 INFO [Catalina-utility-2] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying deployment descriptor [/app01/atlassian/confluence/conf/Standalone/localhost/synchrony-proxy.xml]
30-Oct-2021 09:28:18.933 WARNING [Catalina-utility-2] org.apache.catalina.startup.HostConfig.deployDescriptor The path attribute with value [/synchrony-proxy] in deployment descriptor [/app01/atlassian/confluence/conf/Standalone/localhost/synchrony-proxy.xml] has been ignored
30-Oct-2021 09:28:18.935 WARNING [Catalina-utility-2] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.
30-Oct-2021 09:28:19.456 INFO [Catalina-utility-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.