Version 4.2.x of the JBoss Application Server.
Questions tagged [jboss-4.2.x]
177 questions
1
vote
1 answer
JBoss input/output streaming
I'm have a deal with Spring MVC based application deployed under JBoss-4.2.3.GA and want to clarify how servlet input/output streaming works with huge requests/responses body. I'm bother about it because don't want to keep whole request/response in…

Raman
- 887
- 4
- 12
- 28
1
vote
2 answers
How do I tell JBoss 4.2.3.GA to load jars in my war file lib directory first?
I deploy a web archive and that war references a jar file that conflicts with those in $JBOSS_HOME/server/default/lib. I can go and remove the offending jars manually, but I'd prefer a solution that allows me to specify my jars over JBoss's. I would…

Frank Flannigan
- 1,339
- 3
- 16
- 25
1
vote
1 answer
How could I profile an .exe-wrapped Windows service written in Java
I want to profile an .exe-wrapped Windows Service that is written in Java EE and is deployed on JBoss 4.2.2 GA, which logs on as Local System. Wrapping was done by using the Tanuki Java service wrapper. My profiler of choice is jProfiler, which…

Kapoios
- 688
- 7
- 22
1
vote
0 answers
JAVA jms queue with JNDI configuration, message not read after 15 mins idle
JMS queue has been configured using jndi with jms server and is credentials/connection pool driven. We are observing an issue while using the queue. When we receive continuous messages in queue, listener application is able to read messages…

rockyPeoplesChamp
- 581
- 2
- 6
- 23
1
vote
0 answers
Eclipse EAR Export Bug
I'm exporting an EAR project with Eclipse default exporter (right-click > Export > EAR File).
In the generated .ear file, some files have last modified date greater than effective last modified date on the file system. The discrepancy is about 2…

FabrizioT
- 11
- 1
1
vote
0 answers
JBoss upgrade from 4.3 to 5.1, java.lang.LinkageError
Hi I am working on JBoss upgrade from 4.3 to 5.1. Application(Built with Maven) deployed without any error but throwing below error after login. Can you please advise what am I missing?
ERROR [Test Logger] java.lang.LinkageError: loader constraint…

Hafiz Shaikh
- 11
- 1
1
vote
0 answers
Getting Kerberos Auth header only with Fiddler
I am new to Windows authentication and am facing a weird issue.
I have setup an application with SPNEGO filter library for Java.
All settings as per the documentations have been set.
Now when i open the URL of my application from another machine in…

Fr_nkenstien
- 1,923
- 7
- 33
- 66
1
vote
1 answer
Deploying an exploded WAR inside a compressed EAR == not possible?
At the moment I am trying to deploy an exploded war directory in a compressed ear file on a jboss-4.2.3.GA server. But JBoss complains that it can't find the web-app.war file (Failed to find module file: web-app.war). However if I deploy the same…

Roland Schneider
- 3,615
- 3
- 32
- 43
1
vote
1 answer
How JBoss 4.2.3 implements SingleThreadModel (STM): 1 instance of a servlet OR multiple instances of a servlet?
I am working on an enterprise application which is deployed to JBoss 4.2.3. It is using Servlet 2.5 specs.
The application has some JSPs which are using SingleThreadModel (STM) with this directive: <%@ page isThreadSafe="false" %>
I want to know…

srh
- 1,661
- 4
- 30
- 57
1
vote
1 answer
how to enable httponly for jsessionid cookie in jboss 4.2.3
how to enable httponly for jsessionid cookie in jboss 4.2.3 ?
Note :jboss 4.2.3 is having implementation of servlet 2.4
1
vote
0 answers
getting Exception "java.lang.RuntimeException: javax.transaction.HeuristicMixedException"
I am using mysql 5.7 database and Jboss 4.2.3 application server. I am using managed connection in our application and for JMS messaging we use XA transaction.
Our application support Oracle, MSSql Server and PostgreSQL database as well and we are…

Krishna
- 795
- 2
- 7
- 24
1
vote
0 answers
JBoss 4.2.2 - StackOverflowError starting EJB3
I'm facing the StackOverflowError exception when start my jboss 4.2.2 server clustered with JGroups.
Anyone got this problem? I can't resolve...
17:44:23,171 WARN [ServiceController] Problem starting service…

caioquirino
- 345
- 1
- 2
- 11
1
vote
2 answers
AbstractMethodError when accessing Wicket Application (jboss server)
The error coming is:
19:09:30,077 ERROR [[default]] Servlet.service() for servlet default threw exception
java.lang.AbstractMethodError: org.apache.catalina.connector.RequestFacade.isAsyncStarted()Z
I have checked several stack overflow posts on…

D2Gambit
- 21
- 6
1
vote
1 answer
What if a variable is declared more than one time in JAVA_OPTS in jboss 4 on linux
I have declared variable -Xmx 2 times in JAVA_OPTS in run.sh of JBoss server.
e.g. -Xmx512m at say line no 15
and -Xmx1024 at say line no 50
So which -Xmx will be actually used by server? And how to check it?
Environment :
Application Server :…

AshX
- 31
- 1
1
vote
0 answers
Named-Native Query's parameters not detected in JPA 1.0
I using Named native query in orm.xml.
I wrote a query to fetch Ids from a particular table. Since I just want to return the result, I wrote a dummy result set mapping.
I get the following error :
could not locate named parameter [1]
But this way…

user2434
- 6,339
- 18
- 63
- 87