Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in mancenter in tomcat #1267

Closed
santoshbmath opened this issue Nov 28, 2013 · 1 comment
Closed

Exception in mancenter in tomcat #1267

santoshbmath opened this issue Nov 28, 2013 · 1 comment
Assignees
Milestone

Comments

@santoshbmath
Copy link
Contributor

It's a low priority issue since it is not shown in mancenter, the exception is thrown in tomcat console.

To reproduce,

  1. Start mancenter & a member (only one member)
  2. To go mancenter in browser
  3. Stop a member (Now no members)
  4. Now go to browser and click "Cluster Home". Following exception is thrown in tomcat console

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav a:282)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav a:226)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav a:177)
at com.hazelcast.webmonitor.service.DataService.invokeMethod(DataService .java:75)
at com.hazelcast.webmonitor.service.DataService.getResponse(DataService. java:53)
at com.hazelcast.webmonitor.servlet.Main.doGet(Main.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:210)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51 )
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:222)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:123)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:100)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java: 953)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp 11Processor.java:1041)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process( AbstractProtocol.java:603)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoin t.java:310)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor .java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheL oader returned null for key dev.
at com.google.common.cache.LocalCache$Segment.waitForLoadingValue(LocalC ache.java:2335)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache .java:2320)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)
at com.google.common.cache.LocalCache.get(LocalCache.java:3965)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3969)
at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.ja va:4829)
at com.hazelcast.webmonitor.service.CentralManager.getClusterProps(Centr alManager.java:135)
at com.hazelcast.webmonitor.service.DataService.clusterProps(DataService .java:408)
... 31 more

@enesakar enesakar added this to the 3.2 milestone Mar 5, 2014
@enesakar enesakar assigned eminn and ahmetmircik and unassigned eminn Mar 5, 2014
@enesakar enesakar modified the milestone: 3.2 Mar 5, 2014
@enesakar enesakar assigned eminn and unassigned ahmetmircik Mar 5, 2014
@eminn
Copy link
Contributor

eminn commented Mar 6, 2014

thanks for your report. this issue has been fixed and will be available to the next release.

@eminn eminn closed this as completed Mar 6, 2014
devOpsHazelcast pushed a commit that referenced this issue Jun 11, 2024
In #24741 we excluded several
files, which were conflicting in the shade phase. This caused the
generated `META-INF/THIRD-PARTY.txt` to be excluded as well.

Forward port of https://github.com/hazelcast/hazelcast-mono/pull/1048

GitOrigin-RevId: 2067b71ef04dfe864b5004956ab11c0425576214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants