jboss7.x

JBoss access logs with log rotation

流过昼夜 提交于 2021-02-19 03:59:19
问题 I'm trying to tell my jboss to write an access log with all information I need and use a daily log rotation. So far this is not an issue. The ultimate goal is to send all access log entries to an elk stack using logstash forwarder. Also not that big a deal. The problem I'm having now is to define the access logs names. JBoss offers log rotation out of the box but adds a timestamp to each logfile so todays file also has a timestamp suffix. What I want to achive is the same behavior as tomcat

Migration from JBoss to JBoss EAP 7.2.0.GA Gives Error with CICS JCA Connectivity

谁说我不能喝 提交于 2021-02-11 13:02:04
问题 My system is connecting CICS Mainframe system on JBoss 5 (Java 6) using ibmjsse jar. As part of the migration to JBOSS 7.2.0 (Java7 or Java8 both) I am getting below error. Can anyone advice what could be the root cause" Operation ("deploy") failed - address: ([("deployment" => "j2cf.ear")]) - failure description: { "WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.ConnectionFactory"], "WFLYCTL0180: Services with missing/unavailable dependencies" =>

Question about xa and transaction on ejbs

白昼怎懂夜的黑 提交于 2021-01-29 10:29:54
问题 I have two question/doubt: If two ejbs are deployed in different ear or different applicationserver, and one call the other, they still required XA indipendent that each one use one or more db as ? if two ejbs are deployed in different server, both are annotated with trans type = required,and when teh first ejb call the second, a new transaction start or use the propagation of first ejb? **My ejbs are deployed on Webpshere, Jboss, WebLogic and can be written with JEE 5/6/7 technology(EJB 2/3)

JBAS010153: Node identifier property is set to the default value. Please make sure it is unique

不想你离开。 提交于 2020-12-30 17:34:55
问题 I am getting following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC).... [Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 33) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. And my host-slave.xml has the follwing config... <server-identities> <!-- Replace this with either a base64 password of your own, or use a vault with a vault

JBAS010153: Node identifier property is set to the default value. Please make sure it is unique

╄→гoц情女王★ 提交于 2020-12-30 17:20:35
问题 I am getting following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC).... [Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 33) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. And my host-slave.xml has the follwing config... <server-identities> <!-- Replace this with either a base64 password of your own, or use a vault with a vault

JBAS010153: Node identifier property is set to the default value. Please make sure it is unique

强颜欢笑 提交于 2020-12-30 17:13:27
问题 I am getting following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC).... [Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 33) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. And my host-slave.xml has the follwing config... <server-identities> <!-- Replace this with either a base64 password of your own, or use a vault with a vault

JBAS010153: Node identifier property is set to the default value. Please make sure it is unique

社会主义新天地 提交于 2020-12-30 17:12:17
问题 I am getting following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC).... [Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 33) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. And my host-slave.xml has the follwing config... <server-identities> <!-- Replace this with either a base64 password of your own, or use a vault with a vault

Transaction cannot proceed STATUS_MARKED_ROLLBACK when running on jboss standalone

£可爱£侵袭症+ 提交于 2020-08-24 07:24:46
问题 Does anyone experience the following issue? I'm able to successfully build, deploy and run my javaee6 application in jboss inside eclipse using jboss tools. But when we deployed it on another server running on standalone we got an error. I tried it the same machine where eclipse is and run on jboss as standalone and got the same error. See error below, I've removed some parts. 06:53:46,423 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (http-/127.0.0.1:8080-1) Transaction cannot

Transaction cannot proceed STATUS_MARKED_ROLLBACK when running on jboss standalone

北慕城南 提交于 2020-08-24 07:24:27
问题 Does anyone experience the following issue? I'm able to successfully build, deploy and run my javaee6 application in jboss inside eclipse using jboss tools. But when we deployed it on another server running on standalone we got an error. I tried it the same machine where eclipse is and run on jboss as standalone and got the same error. See error below, I've removed some parts. 06:53:46,423 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (http-/127.0.0.1:8080-1) Transaction cannot