[JBoss JIRA] Created: (AS7-1342) :test-connection-in-pool fails in a strange way
by Heiko Rupp (JIRA)
:test-connection-in-pool fails in a strange way
-----------------------------------------------
Key: AS7-1342
URL: https://issues.jboss.org/browse/AS7-1342
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.0.0.Final
Reporter: Heiko Rupp
Assignee: Stefano Maestri
[11:54:03] <+pilhuhn> maeste hi
[11:54:06] <+pilhuhn> what does this mean:
[11:54:07] <+pilhuhn> [domain@localhost:9999 data-source=lalaDS] :test-connection-in-pool
[11:54:07] <+pilhuhn> {
[11:54:07] <+pilhuhn> "outcome" => "failed",
[11:54:07] <+pilhuhn> "failure-description" => "failed to invoke operation: failed to match pool. Check JndiName: lalaJNDI",
[11:54:57] <+maeste> that jndiName is not matched
[11:55:19] <+pilhuhn> matched by?
[11:55:34] <+maeste> by the runtime connection invoker
[11:55:35] <+pilhuhn> If it is invalid, creation of the datasource should have failed ?
[11:56:01] <+maeste> BTW maybe it'0s a bug when ds name and jndiName are not the same I'll check
[11:56:14] <+pilhuhn> [domain@localhost:9999 data-source=lalaDS] :read-resource
[11:56:14] <+pilhuhn> {
[11:56:14] <+pilhuhn> "outcome" => "success",
[11:56:14] <+pilhuhn> "result" => {
[11:56:14] <+pilhuhn> "background-validation" => undefined,
[11:56:14] <+pilhuhn> "background-validation-minutes" => undefined,
[11:56:14] <+pilhuhn> "blocking-timeout-wait-millis" => undefined,
[11:56:14] <+pilhuhn> "connection-url" => "jdbc:lala",
[11:56:14] <+pilhuhn> "driver-name" => "postgresql-9.0-801.jdbc4.jar",
[11:56:14] <+pilhuhn> "idle-timeout-minutes" => undefined,
[11:56:14] <+pilhuhn> "jndi-name" => "lalaJNDI",
[11:56:38] <+pilhuhn> I did define an invalid connection URL (on purpose)
[11:56:39] <+maeste> yup probably the problem is mine
[11:56:49] <+maeste> I'll have a look this afternoon
[11:57:53] ChanServ sets mode +v Jaikiran
[11:57:54] <+pilhuhn> ok
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Commented: (AS7-1821) CLONE - Web Management Interface does not show existing queues, topics and connection factories
by Heiko Braun (JIRA)
[ https://issues.jboss.org/browse/AS7-1821?page=com.atlassian.jira.plugin.s... ]
Heiko Braun commented on AS7-1821:
----------------------------------
Here's the root cause:
{noformat}
[ERROR] java.lang.RuntimeException: readDouble
[ERROR] at org.jboss.dmr.client.DataInput.readDouble(DataInput.java:58)
[ERROR] at org.jboss.dmr.client.ModelNode.readExternal(ModelNode.java:1288)
[ERROR] at org.jboss.dmr.client.ObjectModelValue.<init>(ObjectModelValue.java:55)
[ERROR] at org.jboss.dmr.client.ModelNode.readExternal(ModelNode.java:1293)
[ERROR] at org.jboss.dmr.client.ObjectModelValue.<init>(ObjectModelValue.java:55)
[ERROR] at org.jboss.dmr.client.ModelNode.readExternal(ModelNode.java:1293)
[ERROR] at org.jboss.dmr.client.ObjectModelValue.<init>(ObjectModelValue.java:55)
[ERROR] at org.jboss.dmr.client.ModelNode.readExternal(ModelNode.java:1293)
[ERROR] at org.jboss.dmr.client.ObjectModelValue.<init>(ObjectModelValue.java:55)
[ERROR] at org.jboss.dmr.client.ModelNode.readExternal(ModelNode.java:1293)
[ERROR] at org.jboss.dmr.client.ModelNode.fromBase64(ModelNode.java:1131)
[ERROR] at org.jboss.as.console.client.shared.subsys.messaging.MessagingPresenter$4.onSuccess(MessagingPresenter.java:328)
{noformat}
> CLONE - Web Management Interface does not show existing queues, topics and connection factories
> -----------------------------------------------------------------------------------------------
>
> Key: AS7-1821
> URL: https://issues.jboss.org/browse/AS7-1821
> Project: Application Server 7
> Issue Type: Bug
> Components: Console
> Affects Versions: 7.0.1.Final
> Reporter: Miroslav Novak
> Assignee: Heiko Braun
> Fix For: 7.1.0.CR1
>
> Attachments: as-1871.png, domain.xml
>
>
> Web Management Interface does not show existing queues, topics and connection factories in http://localhost:9990/console/App.html#domain/profile/messaging. Could it be fixed please?
> Thank you,
> Mirek
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months