Log in to follow, share, and participate in this community.
Thread JBOSS EAP 6.4 failed to deploy service modules war files.
JBOSS EAP 6.4 failed to deploy service modules war files.I installed Red Hat JBoss EAP 6.4 - Red Hat JBoss Developer Studio. Started the server but failed to deploy the services war encountered with the following error attached.
Thread Error while deploying the war in jboss eap 6.0
Error while deploying the war in jboss eap 6.0Hi All , I was trying to deploy a war file in the jboss eap 6.0, but I am getting error which i have copied below. The same war file is working in the weblogic 9.2. ######### 20:04:03,036 ERROR...
jbossweb.sar auto deletionHi Guys, There seems to be new issue arises regarding jbossweb.sar directory deletion while running jboss on my machine, as I have not deleted it manully nor some one else. and due to this my application...
Can't attatch the core file while dumpHi All, Our environment is linux 32 with Jboss 4.2.1(JDK1.5.0_13) while generating the dump I'm getting following error. [ /usr/java/jdk1.5.0_13/bin ] websrvr@nopjreap > jmap -heap:format=b file=/tmp/heap.bin 213...
Thread Timeout after 5th minute on UI if no response returned from server
Timeout after 5th minute on UI if no response returned from server1. jboss-4.2.3.GA 2. jdk1.6.0_105 3. jboss-seam-2.1.1.GA 4. jsf-api-1.2_09 We have a jsf application which was deployed in jboss-4.2.3 server When I click a button in the UI of our application, it gets the...
Thread Wildfly 10 and apache tika parser deployment problem
Wildfly 10 and apache tika parser deployment problemWe have an enterprise application, which runs currently with wildfly 8.2.0.Final. I have upgraded my maven build and it builds the ear application, but when I try to deploy the ear to the wildfly I get class not foun...
How to configure wsconsume maven plugin?Is there a step by step tutorial that illustrates how to configure maven (settings.xml / pom.xml) running in eclipse helios to be able to use wsconsume plugin (maven-jaxws-tools-plugin). My Environment is: Wi...
Wildfly10 Rewrite configurationI have copied Root.war in deploy directory and it's WEB-INF directory i have copied "undertow-handlers.conf" file. Contents of this file are as below (highlighted bold) regex('/[0-9](.*)') -> rewrite('/cms/c...
wildfly10 rewrite is not workingI have configured in a file "undertow-handlers.conf" as below regex('/[0-9](.*)') -> rewrite('/test/cr.jsp?qp=${0}') regex('(t1/)(.*)(.jsp)') -> rewrite('/test/cr1.jsp?${0}%q') equals(%U,"/") -> rewr...
Need help in Jboss 6.4 LoggingI am trying to configure my Jboss logs in the following format in Jboss 6.4 <DATE> <TIME> <LEVEL> [<CLASS>] (<THREAD>) MESSAGE *Example* 2017-03-09 05:09:05,961 INFO [com.app....
JBoss 5.1.0.GA bootstrap problemI have a new install of JBoss 5.1.0.GA on Ubuntu 9.04. I have tried the jdk6 zip with Sun jdk-1.6.0_16 and the jdk5 zip with Sun jdk-1.5.0_20. I have the same error with both versions. I have also tried on a Windows i...
Thread ERROR [AjpMessage] Invalid message recieved with signature 1
ERROR [AjpMessage] Invalid message recieved with signature 1Hopefully I found the correct sub-forum in which to post my question (there were a ton of them, forums, that is). I have only one question, and that is I need some assistance in trying to figure out how to troublesh...
Set FlushMode to Commit from default AutoHi, I want to set flush mode to commit from Auto in hibernate3.5.6 using persistence.xml file.I have tried several properties as given below but none of them seems to work. <property name="org.hibe...
Thread Problems initializing multiple projects in jboss 4.2
Problems initializing multiple projects in jboss 4.2I have a jboss instance that I use along with eclipse. The projects are instantiated by JBOSS by the following configuration: <Attribute name = "URLs"> Deploy / / Home / frameworks / Dev...
Thread CachedConnectionManager.closeConnection is taking time
CachedConnectionManager.closeConnection is taking timeDuring performance testing of the Application,I have found that CachedConnectionManager.closeConnection is taking more time than other methods.I am using JMC(Java Mission Control) for analysis and Jboss version is 6.x...