Version 4.2.x of the JBoss Application Server.
Questions tagged [jboss-4.2.x]
177 questions
2
votes
3 answers
Is jboss 4.2.2 GA compatible with java 11?
We have a product that is running fine with JBoss 4.2.2/java 7.
We are now moving to JDK 11. simply added java 11 in the classpath and tried starting the server.
Encountered below error
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize;…

Siraj
- 21
- 3
2
votes
1 answer
Can I use OpenJDK with JBoss-4.2.3.GA?
I'm using JBoss-4.2.3.GA with Oracle JDK 1.5.
However, I want to move to OpenJDK. So, what are versions of OpenJDK which integrated with the JBoss-4.2.3.GA?

user3510383
- 23
- 2
2
votes
1 answer
How to make JBoss v4.2 look for applications in directories other than default?
Out of the box, JBoss 4.2.3.GA's server directory comes with 3 deployment sub-directories:
all
default
minimal
If I a copy a .ear of mine to the default/deploy sub-directory, JBoss picks it up on startup and runs it.
I now would like to place it…

datv
- 585
- 3
- 15
2
votes
1 answer
Freshly installed JBoss 4.2.3.GA has no admin-console?
I clean-installed JBoss 4.2.3.GA and ran it via Eclipse.
I can see verify it's running via a web browser:
While its web console seems to be empty:
So, I tried accessing http://127.0.0.1:8080/admin-console instead, as suggested in this SO answer.…

datv
- 585
- 3
- 15
2
votes
1 answer
How do I hide or remove "X-ATG-Version" from the response header?
I am working with the ATG platform and cannot figure out how to hide or remove the section of the response header "X-ATG-Version: xxxxxxx". I am using JBoss and I have figured out how to remove the "X-powered-by" part of the header but no luck with…

user2465337
- 21
- 1
2
votes
0 answers
How to add the ear JNDI namespace to EJB2.x Beans?
In the project I am currently working at we have about 20 different EJB 2 JARs that are used across multiple (Swing-) clients.
Example:
customer-1.0.0.jar
^ ^
| |
client-app-1 client-app-2
These…

Roland Schneider
- 3,615
- 3
- 32
- 43
2
votes
1 answer
ntlmv2-auth fails in Session key negotiation
We are trying to port our jboss j2ee application from ntlm-auth to ntlmv2-auth.
AppServer: JBoss v. 4.5.2, java6, jcifs 1.3.17, ntlmv2-auth 1.0.4
AD-server: Windows Server 2003 - with a computer account in the AD created acc. to specifications from…

Carsten Nielsen
- 21
- 4
2
votes
0 answers
Arquillian and ejb mocking - legacy application
i'm working on legacy project (jee 5, jboss 4.2.3) and i need to write integration tests for this app. I was able to integrate arquillian remote module and run simple tests. But now i would like to mock some services in my ejb using mockito.
Example…

nikom
- 51
- 4
2
votes
2 answers
java.net.BindException: Address already in use: JVM_Bind: 8080
I am getting the BindException while starting the jboss
java.net.BindException: Address already in use: 8080
I have installed oracle 10g also in my machine. That is already using the port 8080. So, I have changed the port to 8083 in server.xml and…

Sandeep
- 89
- 1
- 1
- 7
2
votes
0 answers
Hornetq Error - Error starting service jboss.jca:service=RARDeployment,name='jms-ra.rar'
I am working on a task where I am integrating HornetQ 2.2.14 with JBoss 4.2.3.
I've successfully embedded HornetQ in JBoss 4.2.3 and created AS 4 profiles in JBoss 4.2.3 server directory, as default-with-hornetq and all-with-hornetq.
But, when I run…

rajvinder
- 31
- 4
2
votes
1 answer
List webservices in JBoss AS 4
I have some applications deployed in JBoss Application Server 4.
I need to know how to get a list of deployed web services in that application server ?
Is there any informations in the jmx-console?
thanks

Moam
- 176
- 2
- 16
2
votes
1 answer
Why is the f:param returning null?
jsf 1.2, jboss 4.2.3 and richfaces 3.3.3
I'm trying to send the index of a as a , but it keeps returning null:
…
user1415683
2
votes
1 answer
How to configure a war in order to depends on the exported libraries in the war instead of the libraries from the server?
I want to deploy a war in a JBoss 4.2 but I don't have control over its dir, so I can't replace the jsf-impl.jar and jsf-api.jar.
My question is: How to configure the war in order to depends on the jsf-impl.jar and jsf-api.jar exported in the war…

sanrodari
- 1,602
- 2
- 13
- 23
2
votes
2 answers
How to set context root of an application in JBoss?
Hi every one i am new to Jboss server,i had a problem of setting context root of an application in JBoss-4.2.2.GA server.my application is done using spring MVC+Spring security.

Rubina
- 45
- 3
- 11
2
votes
1 answer
jstack Can't create thread dump - Thread 745: (state = BLOCKED) Error occurred during stack walking)
When we generate a thread dump for JBoss 4.2.3.GA using $JAVA_HOME/bin/jstack on Linux... we get this error:
Can't create thread dump - Thread 745: (state = BLOCKED) Error occurred during stack walking)
Any ideas why this might be happening? I…

Nicholas DiPiazza
- 10,029
- 11
- 83
- 152