jboss

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

Java RESTful Client can't call api when running on server

旧城冷巷雨未停 提交于 2020-08-20 08:09:20
问题 I have a RESTful service running on a Java 14 Spring Boot microservice. I call this from a Client running on a Java 7 Application. +----------------------+ +-------------------------------+ | Java 7 REST Client | ----> | Java 14 Spring Boot Service | +----------------------+ +-------------------------------+ I have a RESful Client that calls the api. When I call it from a test main method, it works successfully, and I get the expected results and no errors on client and server. Problem When I

Jboss EAP 7 - How to exclude implicit modules from deployment (javax.jms)?

允我心安 提交于 2020-08-06 07:57:13
问题 I didn't think I would end up here but after a lot of Google and StackOverflow searches here I'm. This is my exact problem except that I can't afford to make code changes. The WAR I'm trying to deploy includes a JMS library (i.e. javax.jms , which I cannot exclude form the WAR.) which is already loaded by Jboss EAP 7 by default. The path to jar is something like this jboss/modules/system/layers/base/javax/jms/api/ain/jboss-jms-api_2.0_spec-1.0.0.Final-redhat-1.jar . Because of this two

Web service request (>8KB) failed with apache cxf client on JBOSS - HTTP response '411: Length Required'

混江龙づ霸主 提交于 2020-07-22 22:20:58
问题 A web application is using the apache cxf client to send requests to a remote web service. When this web application is deployed on Tomcat everything is OK. The requests failed to be sent when this web application is deployed on JBOSS AND the size of the body (envelope) is greater than 8 KB; the error below got generated: 17:57:15,387 WARNING [org.apache.cxf.phase.PhaseInterceptorChain (ConnectorExecutor-21) Interceptor for xxx#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception

Web service request (>8KB) failed with apache cxf client on JBOSS - HTTP response '411: Length Required'

柔情痞子 提交于 2020-07-22 22:11:14
问题 A web application is using the apache cxf client to send requests to a remote web service. When this web application is deployed on Tomcat everything is OK. The requests failed to be sent when this web application is deployed on JBOSS AND the size of the body (envelope) is greater than 8 KB; the error below got generated: 17:57:15,387 WARNING [org.apache.cxf.phase.PhaseInterceptorChain (ConnectorExecutor-21) Interceptor for xxx#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception

Keycloak User federation using existing MySQL database for users authentication

╄→尐↘猪︶ㄣ 提交于 2020-07-18 10:06:07
问题 I am trying to setup Keycloak server for our organisation. I have couple of questions. How can we use our existing user database to authenticate users - User Federation. Keycloak only has LADP/Kerberos options. Is there any custom plugin which can be used for MySQL user authentication or can we use existing connectors itself (LDAP/Kerberos) via some adapter for the database? Is it possible to have multiple Identity providers within Keycloak environment - (Have Keycloak as IDP for few services

Keycloak User federation using existing MySQL database for users authentication

我的梦境 提交于 2020-07-18 10:05:47
问题 I am trying to setup Keycloak server for our organisation. I have couple of questions. How can we use our existing user database to authenticate users - User Federation. Keycloak only has LADP/Kerberos options. Is there any custom plugin which can be used for MySQL user authentication or can we use existing connectors itself (LDAP/Kerberos) via some adapter for the database? Is it possible to have multiple Identity providers within Keycloak environment - (Have Keycloak as IDP for few services

Jboss AS 7 work with JDK8

早过忘川 提交于 2020-07-11 05:57:29
问题 I'm trying startup JBoss EAP 7.1.1 Final with JDK 1.8.0_144 in Window 7 enviroment. Each time I run the standalone.bat from command line I got following error. Server halt on starting cannot proceed anymore. 09:20:44,413 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA 09:20:45,203 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 09:20:45,265 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting Below is link i download JBoss AS 7.1.1 Final. I also configure my JAVA

Jboss AS 7 work with JDK8

折月煮酒 提交于 2020-07-11 05:57:21
问题 I'm trying startup JBoss EAP 7.1.1 Final with JDK 1.8.0_144 in Window 7 enviroment. Each time I run the standalone.bat from command line I got following error. Server halt on starting cannot proceed anymore. 09:20:44,413 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA 09:20:45,203 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 09:20:45,265 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting Below is link i download JBoss AS 7.1.1 Final. I also configure my JAVA