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

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


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


[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