[jboss-jira] [JBoss JIRA] Updated: (AS7-800) Index out of bounds when creating datasource

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue May 17 08:23:01 EDT 2011


     [ https://issues.jboss.org/browse/AS7-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heiko Braun updated AS7-800:
----------------------------

    Fix Version/s: 7.0.0.CR1


> Index out of bounds when creating datasource
> --------------------------------------------
>
>                 Key: AS7-800
>                 URL: https://issues.jboss.org/browse/AS7-800
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management, JCA
>            Reporter: Heiko Braun
>            Assignee: Stefano Maestri
>            Priority: Blocker
>             Fix For: 7.0.0.CR1
>
>
> [INFO] {
> [INFO]     "operation" => "add",
> [INFO]     "address" => [
> [INFO]         ("profile" => "default"),
> [INFO]         ("subsystem" => "datasources"),
> [INFO]         ("data-source" => "anotherH2")
> [INFO]     ],
> [INFO]     "name" => "anotherH2",
> [INFO]     "jndi-name" => "ah2",
> [INFO]     "enabled" => true,
> [INFO]     "driver-name" => "h2",
> [INFO]     "driver-class-name" => "org.h2.Driver",
> [INFO]     "driver-major-version" => 1,
> [INFO]     "driver-minor-version" => 2,
> [INFO]     "pool-name" => "anotherH2_Pool",
> [INFO]     "connection-url" => "no",
> [INFO]     "user-name" => "asd",
> [INFO]     "password" => ""
> [INFO] }
> [ERROR] 2011-05-17 14:19:11,569 [ERROR] On Tue May 17 14:19:11 CEST 2011, MessageCenter received Failed to create datasource
> [ERROR] 2011-05-17 14:19:11,579 [ERROR] Message{conciseMessage='Failed to create datasource', detailedMessage='{
> [ERROR]     "outcome" => "failed",
> [ERROR]     "result" => {"server-groups" => {"main-server-group" => {
> [ERROR]         "server-two" => {
> [ERROR]             "host" => "local",
> [ERROR]             "response" => {
> [ERROR]                 "outcome" => "failed",
> [ERROR]                 "failure-description" => "java.lang.StringIndexOutOfBoundsException: String index out of range: -3"
> [ERROR]             }
> [ERROR]         },
> [ERROR]         "server-one" => {
> [ERROR]             "host" => "local",
> [ERROR]             "response" => {
> [ERROR]                 "outcome" => "failed",
> [ERROR]                 "failure-description" => "java.lang.StringIndexOutOfBoundsException: String index out of range: -3"
> [ERROR]             }
> [ERROR]         }
> [ERROR]     }}},
> [ERROR]     "failure-description" => "Operation was not applied successfully to any servers"
> [ERROR] }', fired=Tue May 17 14:19:11 CEST 2011, severity=Error, options=[]}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list