[jboss-jira] [JBoss JIRA] (AS7-3795) Error loading XA datasource metrics

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Feb 28 08:54:37 EST 2012


    [ https://issues.jboss.org/browse/AS7-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671555#comment-12671555 ] 

Heiko Braun commented on AS7-3795:
----------------------------------

I've managed to reproduce it and retrieve a more meaningful stacktrace:

{noformat}
[ERROR] com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#getCauses
[ERROR]     at com.google.gwt.event.shared.HandlerManager.fireEvent(HandlerManager.java:129)
[ERROR]     at com.google.gwt.view.client.SelectionModel$AbstractSelectionModel.fireEvent(SelectionModel.java:70)
[ERROR]     at com.google.gwt.view.client.SelectionChangeEvent.fire(SelectionChangeEvent.java:54)
[ERROR]     at com.google.gwt.view.client.SingleSelectionModel.resolveChanges(SingleSelectionModel.java:120)
[ERROR]     at com.google.gwt.view.client.SingleSelectionModel.isSelected(SingleSelectionModel.java:63)
[ERROR]     at com.google.gwt.user.cellview.client.HasDataPresenter.resolvePendingState(HasDataPresenter.java:1254)
[ERROR]     at com.google.gwt.user.cellview.client.HasDataPresenter.access$3(HasDataPresenter.java:1117)
[ERROR]     at com.google.gwt.user.cellview.client.HasDataPresenter$2.execute(HasDataPresenter.java:1042)
[ERROR]     at com.google.gwt.core.client.impl.SchedulerImpl$Task$.executeScheduled$(SchedulerImpl.java:50)
[ERROR]     at com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:229)
[ERROR]     at com.google.gwt.core.client.impl.SchedulerImpl.flushFinallyCommands(SchedulerImpl.java:328)
[ERROR]     at com.google.gwt.core.client.impl.Impl.exit(Impl.java:238)
[ERROR]     at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:229)
[ERROR]     at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
[ERROR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ERROR]     at java.lang.reflect.Method.invoke(Method.java:597)
[ERROR]     at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
[ERROR]     at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
[ERROR]     at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:167)
[ERROR]     at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
[ERROR]     at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
[ERROR]     at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
[ERROR]     at java.lang.Thread.run(Thread.java:680)
[ERROR] Caused by: java.lang.RuntimeException: DataSource selection is null!
[ERROR]     at org.jboss.as.console.client.shared.runtime.ds.DataSourceMetricPresenter.loadDSPoolMetrics(DataSourceMetricPresenter.java:175)
[ERROR]     at org.jboss.as.console.client.shared.runtime.ds.DataSourceMetricPresenter.loadMetrics(DataSourceMetricPresenter.java:169)
[ERROR]     at org.jboss.as.console.client.shared.runtime.ds.DataSourceMetricPresenter.setSelectedDS(DataSourceMetricPresenter.java:159)
[ERROR]     at org.jboss.as.console.client.shared.runtime.ds.DataSourceMetrics$5.onSelectionChange(DataSourceMetrics.java:100)
[ERROR]     at com.google.gwt.view.client.SelectionChangeEvent.dispatch(SelectionChangeEvent.java:83)
[ERROR]     at com.google.gwt.view.client.SelectionChangeEvent.dispatch(SelectionChangeEvent.java:1)
[ERROR]     at com.google.gwt.event.shared.GwtEvent.dispatch(GwtEvent.java:1)
[ERROR]     at com.google.web.bindery.event.shared.SimpleEventBus.doFire(SimpleEventBus.java:193)
[ERROR]     at com.google.web.bindery.event.shared.SimpleEventBus.fireEvent(SimpleEventBus.java:88)
[ERROR]     at com.google.gwt.event.shared.HandlerManager.fireEvent(HandlerManager.java:127)
[ERROR]     at com.google.gwt.view.client.SelectionModel$AbstractSelectionModel.fireEvent(SelectionModel.java:70)
[ERROR]     at com.google.gwt.view.client.SelectionChangeEvent.fire(SelectionChangeEvent.java:54)
[ERROR]     at com.google.gwt.view.client.SingleSelectionModel.resolveChanges(SingleSelectionModel.java:120)
[ERROR]     at com.google.gwt.view.client.SingleSelectionModel.isSelected(SingleSelectionModel.java:63)
[ERROR]     at com.google.gwt.user.cellview.client.HasDataPresenter.resolvePendingState(HasDataPresenter.java:1254)
[ERROR]     at com.google.gwt.user.cellview.client.HasDataPresenter.access$3(HasDataPresenter.java:1117)
[ERROR]     at com.google.gwt.user.cellview.client.HasDataPresenter$2.execute(HasDataPresenter.java:1042)
[ERROR]     at com.google.gwt.core.client.impl.SchedulerImpl$Task$.executeScheduled$(SchedulerImpl.java:50)
[ERROR]     at com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:229)
[ERROR]     at com.google.gwt.core.client.impl.SchedulerImpl.flushFinallyCommands(SchedulerImpl.java:328)
[ERROR]     at com.google.gwt.core.client.impl.Impl.exit(Impl.java:238)
[ERROR]     at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:229)
[ERROR]     at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
[ERROR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ERROR]     at java.lang.reflect.Method.invoke(Method.java:597)
[ERROR]     at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
[ERROR]     at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
[ERROR]     at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:167)
[ERROR]     at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:281)
[ERROR]     at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:531)
[ERROR]     at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
[ERROR]     at java.lang.Thread.run(Thread.java:680)

{noformat}
                
> Error loading XA datasource metrics
> -----------------------------------
>
>                 Key: AS7-3795
>                 URL: https://issues.jboss.org/browse/AS7-3795
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Console
>            Reporter: Heiko Braun
>            Assignee: Heiko Braun
>             Fix For: 7.1.2.Final
>
>         Attachments: standalone.xml
>
>
> See forum reference

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list