Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.57 KB | None | 0 0
  1. WARNING: com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@231ee729 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  2. java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
  3. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  4. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  5. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  6. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  7. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  8. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  9. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  10. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  11. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  12. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  13. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  14. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  15. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  16. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  17. Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
  18. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:439)
  19. at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:454)
  20. at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:693)
  21. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:251)
  22. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  23. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  24. ... 13 more
  25. Caused by: java.net.UnknownHostException: oracle01
  26. at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
  27. at java.net.InetAddress.getAllByName(InetAddress.java:1193)
  28. at java.net.InetAddress.getAllByName(InetAddress.java:1127)
  29. at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:117)
  30. at oracle.net.nt.ConnOption.connect(ConnOption.java:133)
  31. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:405)
  32. ... 18 more
  33.  
  34. Aug 13, 2019 10:24:08 AM com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$WarnLogger log
  35. WARNING: com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@183011ca -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  36. java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
  37. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  38. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  39. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  40. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  41. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  42. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  43. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  44. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  45. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  46. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  47. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  48. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  49. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  50. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  51. Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
  52. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:439)
  53. at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:454)
  54. at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:693)
  55. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:251)
  56. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  57. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  58. ... 13 more
  59. Caused by: java.net.UnknownHostException: oracle01
  60. at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
  61. at java.net.InetAddress.getAllByName(InetAddress.java:1193)
  62. at java.net.InetAddress.getAllByName(InetAddress.java:1127)
  63. at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:117)
  64. at oracle.net.nt.ConnOption.connect(ConnOption.java:133)
  65. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:405)
  66. ... 18 more
  67.  
  68. Aug 13, 2019 10:24:08 AM com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$WarnLogger log
  69. WARNING: Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@4801739c is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  70. Aug 13, 2019 10:24:08 AM com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$WarnLogger log
  71. WARNING: Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@4801739c is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  72. Aug 13, 2019 10:24:08 AM com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$WarnLogger log
  73. WARNING: com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@4e59359d -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
  74. java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
  75. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  76. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  77. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  78. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  79. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  80. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  81. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  82. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  83. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  84. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  85. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  86. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  87. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  88. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  89. Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
  90. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:439)
  91. at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:454)
  92. at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:693)
  93. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:251)
  94. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  95. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  96. ... 13 more
  97. Caused by: java.net.UnknownHostException: oracle01
  98. at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
  99. at java.net.InetAddress.getAllByName(InetAddress.java:1193)
  100. at java.net.InetAddress.getAllByName(InetAddress.java:1127)
  101. at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:117)
  102. at oracle.net.nt.ConnOption.connect(ConnOption.java:133)
  103. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:405)
  104. ... 18 more
  105.  
  106. Aug 13, 2019 10:24:08 AM com.mchange.v2.log.slf4j.Slf4jMLog$Slf4jMLogger$WarnLogger log
  107. WARNING: Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@4801739c is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.
  108. java.sql.SQLException: Connections could not be acquired from the underlying database!
  109. at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118)
  110. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:692)
  111. at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
  112. at com.anima.framework.C3poDataSource.getConnection(C3poDataSource.java:25)
  113. at com.wsm.frame.obj.DAO.getConnection(DAO.java:583)
  114. at com.wsm.frame.obj.DAO.getListData(DAO.java:85)
  115. at com.wsm.frame.obj.DAO.getListData(DAO.java:64)
  116. at com.anima.controllers.PlatformIPController.getIPs(PlatformIPController.java:17)
  117. at com.titansoft.filter.contextStart.contextInitialized(contextStart.java:108)
  118. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5197)
  119. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5720)
  120. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  121. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1018)
  122. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:994)
  123. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)
  124. at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1899)
  125. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  126. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  127. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  128. at java.lang.reflect.Method.invoke(Method.java:498)
  129. at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
  130. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
  131. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
  132. at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:619)
  133. at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:566)
  134. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  135. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  136. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  137. at java.lang.reflect.Method.invoke(Method.java:498)
  138. at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
  139. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
  140. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
  141. at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:468)
  142. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
  143. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  144. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  145. at java.security.AccessController.doPrivileged(Native Method)
  146. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1408)
  147. at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
  148. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  149. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  150. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  151. at java.lang.reflect.Method.invoke(Method.java:498)
  152. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  153. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  154. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  155. at java.security.AccessController.doPrivileged(Native Method)
  156. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  157. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  158. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  159. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  160. at java.security.AccessController.doPrivileged(Native Method)
  161. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  162. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  163. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  164. at java.lang.Thread.run(Thread.java:748)
  165. Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
  166. at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1469)
  167. at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:644)
  168. at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:554)
  169. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:758)
  170. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:685)
  171. ... 54 more
  172. Caused by: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
  173. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:489)
  174. at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:553)
  175. at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:254)
  176. at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
  177. at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:528)
  178. at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)
  179. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)
  180. at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
  181. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
  182. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
  183. at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
  184. at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
  185. at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
  186. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
  187. Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
  188. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:439)
  189. at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:454)
  190. at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:693)
  191. at oracle.net.ns.NSProtocol.connect(NSProtocol.java:251)
  192. at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1140)
  193. at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:340)
  194. ... 13 more
  195. Caused by: java.net.UnknownHostException: oracle01
  196. at java.net.InetAddress.getAllByName0(InetAddress.java:1281)
  197. at java.net.InetAddress.getAllByName(InetAddress.java:1193)
  198. at java.net.InetAddress.getAllByName(InetAddress.java:1127)
  199. at oracle.net.nt.TcpNTAdapter.connect(TcpNTAdapter.java:117)
  200. at oracle.net.nt.ConnOption.connect(ConnOption.java:133)
  201. at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:405)
  202. ... 18 more
  203. java.lang.NullPointerException
  204. at com.wsm.frame.obj.DAO.getListData(DAO.java:90)
  205. at com.wsm.frame.obj.DAO.getListData(DAO.java:64)
  206. at com.anima.controllers.PlatformIPController.getIPs(PlatformIPController.java:17)
  207. at com.titansoft.filter.contextStart.contextInitialized(contextStart.java:108)
  208. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5197)
  209. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5720)
  210. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  211. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1018)
  212. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:994)
  213. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)
  214. at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1899)
  215. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  216. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  217. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  218. at java.lang.reflect.Method.invoke(Method.java:498)
  219. at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
  220. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
  221. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
  222. at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:619)
  223. at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:566)
  224. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  225. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  226. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  227. at java.lang.reflect.Method.invoke(Method.java:498)
  228. at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
  229. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
  230. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
  231. at com.sun.jmx.remote.security.MBeanServerAccessController.invoke(MBeanServerAccessController.java:468)
  232. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
  233. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  234. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  235. at java.security.AccessController.doPrivileged(Native Method)
  236. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1408)
  237. at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
  238. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  239. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  240. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  241. at java.lang.reflect.Method.invoke(Method.java:498)
  242. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
  243. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  244. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  245. at java.security.AccessController.doPrivileged(Native Method)
  246. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  247. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:573)
  248. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:834)
  249. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:688)
  250. at java.security.AccessController.doPrivileged(Native Method)
  251. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:687)
  252. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  253. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  254. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement