Questions tagged [jboss]

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

The company JBoss is a division of Red Hat, Inc. that charges to provide a support subscription for JBoss Enterprise Middleware e.g. JBoss application server.

JBoss AS is a Java EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals. JBoss AS provides the full range of Java EE 6 features as well as extended enterprise services including clustering, caching, and persistence.

Starting with version 8, JBoss AS goes under the name .

Consider using a version specific tag:

References

Other Useful Resources

15135 questions
20
votes
7 answers

Jboss server error : Failed to start service jboss.deployment.unit."jbpm-console.war"

When starting the jboss server, it giving an error Failed to start service jboss.deployment.unit."jbpm-console.war". But when i'm running jbpm6 demo using start.demo its working fine. 23:43:41,042 ERROR [org.jboss.msc.service.fail] (MSC service…
user2848031
  • 187
  • 12
  • 36
  • 69
20
votes
10 answers

Improving JBoss 5 slow startup

We upgraded from JBoss 4 (and JDK 5) to JBoss 5 (and JDK 6). The problem is that the start time has gone from 1.5 minutes (on JBoss 4) to more than 4 minutes. 18:53:35,444 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build:…
LiorH
  • 18,524
  • 17
  • 70
  • 98
19
votes
2 answers

Error in Assigning proper home directory while configuring jboss-eap-6.4 server in Eclipse Luna

when adding a jboss-eap-6.4 version server in Eclipse luna, i added the below home directory. D:\jboss-eap-6.4.0\jboss-eap-6.4: which contains all the subfolders (bin, bundles, docs, domain,modules, standalone etc). But I am getting error : 'User…
Srilata
  • 191
  • 1
  • 4
19
votes
7 answers

wildfly: reading properties from configuration directory

I'm trying to read deployment specific information from a properties file in my wildfly configuration folder. I tried this: @Singleton @Startup public class DeploymentConfiguration { protected Properties props; @PostConstruct public void…
EasterBunnyBugSmasher
  • 1,507
  • 2
  • 15
  • 34
19
votes
12 answers

What version of JBoss I am running?

(As asked in title:) How do I tell what version of JBoss I am running? I am also curious what version of tomcat I am running. Does a specific version of JBoss correspond to a certain version of tomcat?
sixtyfootersdude
  • 25,859
  • 43
  • 145
  • 213
19
votes
6 answers

How to add a file to EAR META-INF folder - Maven

I want to move a startup MBEAN file (startup-client-service.xml) from my EJB >META-INF, to EAR> META-INF folder. I tried with the maven-resources-plugin plugin but it just copy the file from EJB >META-INF to Target in ear folder. But in built ear…
user2771655
  • 1,052
  • 3
  • 20
  • 38
19
votes
2 answers

Override logging in WildFly

I used tomcat and simply override default logging system. How to enable logging with logback on wildfly in my spring app? My Logback.xml owrking on tomcat
Rinat Mukhamedgaliev
  • 5,401
  • 8
  • 41
  • 59
19
votes
6 answers

List all exposed/available endpoints of RestEasy service?

Is it possible to list all exposed/available endpoints of RestEasy service in a simple way?
fugbixed
  • 353
  • 1
  • 2
  • 8
18
votes
5 answers

Log4j: is it synchronized for multithreaded calls?

We are running into an interesting issue that we noticed while doing stress testing of our system. We are using log4j (in JBOSS) very heavily for our logging. Here is a naive example of some logging we ave void someFunction() { Log.info("entered…
shergill
  • 3,738
  • 10
  • 41
  • 50
18
votes
4 answers

Undeploying apps in JBoss Application Server from the command line

Are there any simple ways to see what wars have been deployed in Jboss AS and undeploy some of them? I want to do this from the command line. I tried using jmx but I keep getting exception saying "org.jboss.util.NestedRuntimeException: jmx not…
Joe
  • 7,922
  • 18
  • 54
  • 83
18
votes
10 answers

How to increase heap size for jBoss server

I have an upload files scenario in my project. When I'm trying to upload the large files it's giving me an OutOfMemory error. That error is related to Java heap size. How can you increase the heap size in Java and which file do I need to alter for…
youraj
  • 181
  • 1
  • 1
  • 3
18
votes
4 answers

Jboss only works on localhost:8080 ,but doesnt reply when called by ip

I installed JBoss 5.0.1 and ran it , but when i called it from the same computer on localhost:8080 it works but when i call it from other computer it doesnt work at all using the computer IP ... when i had tomcat it used to work on both.so Does…
Farajnew
  • 181
  • 1
  • 1
  • 3
18
votes
3 answers

How to auto direct to "my web application" from "root (/)" context in JBoss?

I am using JBoss 6.0 . I have deployed my web application: myApp.ear under the web-context: "/test". So in browser-url if I type "http://localhost:8080/test/", I do get my login page (myLogin.jsp). Since my WAR exists inside a EAR file, I have…
javauser71
  • 4,979
  • 10
  • 27
  • 29
18
votes
1 answer

Jboss slows down after a while

In a nutshell: my JBoss instance is running ok, but after some days it's performance is slowly degrading. Detailed: I've got a setup with JBoss 5.1.0-GA and Java 1.6.0_18-b07 (x64) running on a 64 bits RHEL 4 box. The hardware is a virtual machine…
Jan Hoeve
  • 315
  • 1
  • 3
  • 11
18
votes
6 answers

How can I get JBoss to explode a deployed WAR file?

I am running JBoss 4.3 on Ubuntu under /usr/local/jboss-4.3/. I have deployed my application as a WAR file i.e. myapp.war, to /usr/local/jboss-4.3/server/myserver/deploy. However, there doesn't seem to be an 'exploded' /myapp directory under the…
rmcc
  • 3,507
  • 7
  • 29
  • 25