[JBoss JIRA] Created: (JBAS-8717) JBoss 6 RC1 crash when using MOD_JK
by Kleber Rocha (JIRA)
JBoss 6 RC1 crash when using MOD_JK
-----------------------------------
Key: JBAS-8717
URL: https://jira.jboss.org/browse/JBAS-8717
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.CR1
Environment: Linux CEntOS 5.5, JDK 1.6.0_23-b05
Reporter: Kleber Rocha
JBoss work fine, but when I configure Apache with mod_jk and I start a connection, JBoss crash and create a file hs_err_pidXXXX.log, with this information:
# JRE version: 6.0_23-b05
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libapr-1.so.0+0x1b58f] apr_pollset_add+0x8f
This don´t happen with M5.
Exist any workaround for this?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (AS7-1984) DataSource pool config: Modification fails
by Heiko Braun (JIRA)
DataSource pool config: Modification fails
------------------------------------------
Key: AS7-1984
URL: https://issues.jboss.org/browse/AS7-1984
Project: Application Server 7
Issue Type: Bug
Components: Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 7.1.0.Beta1
[Host Controller] 15:02:28,221 ERROR [org.jboss.as.controller] (HttpManagementService-threads - 5) Operation ("write-attribute") failed - address: ([
[Host Controller] ("profile" => "default"),
[Host Controller] ("subsystem" => "datasources"),
[Host Controller] ("xa-data-source" => "myXA")
[Host Controller] ]) - failure description: "Invalid parameter name: value"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (AS7-1973) CLI - modify-data-source does not work
by Dominik Pospisil (JIRA)
CLI - modify-data-source does not work
--------------------------------------
Key: AS7-1973
URL: https://issues.jboss.org/browse/AS7-1973
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Dominik Pospisil
Assignee: Brian Stansberry
This operation used to work in Alpha1 but does not work anymore:
[standalone@localhost:9999 /] add-data-source --jndi-name=java:jboss/datasources/TestDS --driver-name=h2 --pool-name=TestDS --connection-url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1
[standalone@localhost:9999 /] modify-data-source --jndi-name=java:jboss/datasources/TestDS --idle-timeout-minutes=5
The result is:
{"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "Invalid parameter name: value"}}
Error logged:
12:46:07,903 ERROR [org.jboss.as.controller] (pool-3-thread-3) Operation ("write-attribute") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "java:jboss/datasources/TestDS")
]) - failure description: "Invalid parameter name: value"
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month