JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
1
vote
0 answers
JBoss twiddle errors
First attempt to use JBoss's twiddle command line tool. Both these commands:
/local/apps/jboss-as/bin $ ./twiddle.sh -H serverinfo
/local/apps/jboss-as/bin $ ./twiddle.sh -H get
Error to stdout:
Exception in thread "main"…

RussMcGrindle
- 371
- 2
- 6
1
vote
1 answer
JBossMQ - Clustered Queues/NameNotFoundException: QueueConnectionFactory error
I am trying to get an application working on a JBoss Cluster. It uses Queues internally, and the developer claims that it should work correctly in a clustered environment. I have jbossmq setup as a ha-singleton on the cluster. The application…

mfarver
- 2,576
- 14
- 16
1
vote
1 answer
JBoss 6 Class Loading Issues
I am using JBoss 6 and i want to deploy my war application. I was deploying my application to JBoss5 successfully by using jboss-classloading.xml under my web-inf directory. This isolation method was working great but it doesnt seem to be working…

Mert Meral
- 125
- 4
1
vote
2 answers
Jboss clustering in Amazon EC2
I am working to put an application that would require scalability on Amazon EC2 but this is new to me. I started reading on jboss clustering and how to create new nodes with multi-casting.
While reading about Amazon EC2 and its Auto Scaling feature,…

coolzone
- 11
- 4
1
vote
0 answers
JBoss Cluster Best Practices
I have found several articles by academics on how to setup JBoss clustering but I would like some opinions from people how have REALLY done it.
First off in every serious article I've come across I have read that you should NEVER use the farm…

telstone
- 159
- 10
1
vote
2 answers
JBoss thrown error looking up local address when starting
Hello im installing a fresh Jboss 5.1 in a Centos 5.5 machine. I dont have Apache installed. So when I try to start jboss using the comand ./run.sh I get the following error
15:13:57,414 INFO [JMXKernel] Legacy JMX core initialized
15:14:03,856…

Jeeba
- 13
- 1
- 4
1
vote
0 answers
How to configure JAAS on JBoss?
Im having a problem with "Failed to load users/passwords/role files: java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found" error from jboss. No matter what I change in conf/login-config.xml always that…

AntonioP
- 196
- 6
1
vote
1 answer
Apache HTTPD - Segmentation fault when loading mod_jk module
I just set up mod_jk with my Apache httpd 2.0.52 installation, but now when I try to start Apache, it has a segmentation fault. I've checked that I am using the mod_jk compiled for 2.0.x.. built against the same version I have, in fact. I've also…

Jon Gauthier
- 153
- 7
1
vote
2 answers
How to secure JBoss application server using SELinux
I want to secure RedHat 5.4 application server by SELinux (targeted policy) and have several questions
1, where can i get SELinux sources (/etc/selinux//src/policy/)There seems to be no such package on install cd ..
2, how to restrict user rights…

Jakub Elias
- 11
- 1
- 3
1
vote
2 answers
How to configure failover for JBoss AS 5?
I am currently an intern in my company. My boss basically wants me to perform a failover from a JBoss AS to another just for a proof of concept. Load balancing is not required as i am only required to show 1 client connected to JBoss 1, perform a…

Nivek
- 149
- 1
- 2
- 8
1
vote
0 answers
Change the Identity of a JBOSS server in a cluster
I am trying to add an additional JBOSS server to a cluster. Currently, I just copied over an existing server's directory. Even after changing some basic parameters such as name etc, I noticed that the
jboss.identity
file still contains the old…

Flashman
- 1,321
- 10
- 9
1
vote
2 answers
How to make the most of JBOSS in multicore environments
I'm deploying jboss in a multicore system, where I'll have from 12 to 20 cores, and when I run the jboss server, I only see 1 process running, and I feel like it won't use more than one core...
Is there any way of using more cores or jboss is smart…

Andor
- 591
- 5
- 16
1
vote
5 answers
Java Application Hosting
I've made a webapplication which runs on glassfish v3 on my computer. It's not a big application and i am not expecting a lot of traffic. All the hosts supporting glassfish is very expensive (about $40 a month) which is way to much at least in the…

AnAmuser
- 115
- 5
1
vote
3 answers
What is the correct way of running JBoss as a service
I'm running an APP under JBoss on AIX 6, and the correct way to run JBoss, as the docs says, is using the ./run.sh script, but said script runs on front, not on the background, and also gives a lot of debug info to stdout, instead to logfile, and…

Andor
- 591
- 5
- 16
1
vote
1 answer
What would cause JBoss to take up 4 more GB of memory than what is allocated?
Relevant part of the start up line:
java -server -Xms10G -Xmx10G -XX:PermSize=1G -XX:MaxPermSize=1G
This instance ended up taking up 16GB of memory and 10GB of swap before killing the server.
Any ideas on what could cause that?
This is the only…

Ichorus
- 485
- 1
- 6
- 12