Verify stacktrace from connector_group_4 tests
There is many such stacktraces, I tried to take a quick look what is happening, and it seems that these resources are not saved in ResourceRegistry when monitoring tries to initialize. Ttests which passed on master, passed on my branch too, however I don't think it is correct.
Note: I have changed the log message to: No pool found by ... you can use it for searching in the server.log.
[2022-11-02T11:33:18.688762+01:00] [GlassFish 7.0] [WARNING] [] [jakarta.enterprise.resource.resourceadapter.com.sun.enterprise.resource.pool] [tid: _ThreadID=66 _ThreadName=admin-listener(3)] [levelValue: 900] [[
Exception thrown on pool listener
java.lang.RuntimeException: No pool by name [ org.glassfish.resourcebase.resources.api.PoolInfo@9b423aa2[jndiName=java:app/jms/ejb_ejb30_hello_mdb_QCF, applicationName=ejb30-hello-mdbApp, moduleName=null] ] found
at com.sun.enterprise.connectors.ConnectorRuntime.getConnectionPoolConfig(ConnectorRuntime.java:1021)
at com.sun.enterprise.resource.pool.monitor.ConnectionPoolStatsProviderBootstrap.poolCreated(ConnectionPoolStatsProviderBootstrap.java:325)
at com.sun.enterprise.resource.pool.PoolLifeCycleRegistry.poolCreated(PoolLifeCycleRegistry.java:95)
at com.sun.enterprise.resource.pool.PoolManagerImpl.createEmptyConnectionPool(PoolManagerImpl.java:104)
at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.createAndAddPool(ConnectorConnectionPoolAdminServiceImpl.java:873)
at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.obtainManagedConnectionFactory(ConnectorConnectionPoolAdminServiceImpl.java:805)
at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.obtainManagedConnectionFactory(ConnectorConnectionPoolAdminServiceImpl.java:709)
at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:108)
at com.sun.enterprise.connectors.service.ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPoolAdminServiceImpl.java:1141)
at com.sun.enterprise.connectors.ConnectorRuntime.createConnectorConnectionPool(ConnectorRuntime.java:840)
at com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer.deployResource(ConnectorConnectionPoolDeployer.java:97)
at com.sun.enterprise.resource.deployer.ConnectorConnectionPoolDeployer.deployResource(ConnectorConnectionPoolDeployer.java:58)
at org.glassfish.resources.module.ResourcesDeployer.deployResources(ResourcesDeployer.java:691)
at org.glassfish.resources.module.ResourcesDeployer.deployResources(ResourcesDeployer.java:669)
at org.glassfish.resources.module.ResourcesDeployer.processResources(ResourcesDeployer.java:831)
at org.glassfish.resources.module.ResourcesDeployer.event(ResourcesDeployer.java:777)
at org.glassfish.kernel.event.EventsImpl.send(EventsImpl.java:107)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:454)
at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:259)
at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:467)
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment