Questions tagged [jboss-4.2.x]

Version 4.2.x of the JBoss Application Server.

177 questions
0
votes
1 answer

Jboss deployment fault

When I try to deploy Jboss it fails. When I open server configuration I saw: One or more ports have an invalid value. This may adversely affect the tooling's ability to interact with server. error. What is the problem and how can I solve this…
xxlali
  • 996
  • 2
  • 15
  • 43
0
votes
2 answers

java.lang.OutOfMemoryError: Java heap space in every 2-3 Hours

In our application we have both, Apache Server (for the front end only) & JBoss 4.2 (for the business / backend end). We are using Ubuntu 12 as server OS. Our application is throwing java.lang.OutOfMemoryError: "Java heap space" repeatedly. (It…
Alex
  • 1,406
  • 2
  • 18
  • 33
0
votes
1 answer

Documentum 6.7 - JMS Jobs on Jboss 5.1.0 and dependency jar moved from Jboss 4.3.0

this is a Documentum question but maybe a Jboss expert can help me. I have the following issue while upgrading Documentum from 6.6 (JMS jboss 4.3.0) to 6.7 (JMS jboss 5.1.0): starting environment: Documentum 6.6…
MrPk
  • 2,862
  • 2
  • 20
  • 26
0
votes
1 answer

How to set the context root not to be case sensitive in JBoss 4?

/offline I'd like that both url will work url/offline url/Offline
orenw
  • 141
  • 1
  • 7
0
votes
2 answers

Unable to access Jboss 4.3.0-GA using IP address

I have Jboss server 4.3.0-GA version running on my machine Windows7 - 64 bit. When i access the server using localhost/127.0.0.1 it can be accessible, but if i mention my IP address(IPV4) then it is unavailable. I have followed the below solution,…
Jagadeesh
  • 2,730
  • 6
  • 30
  • 45
0
votes
1 answer

HTTPS is not working with domain name or static IP but works fine with local IP

I am new to SSL and trying to enable with one of our running project. I enabled HTTPS in local server and live server both place it works fine with local IP address. But when I try to run with domain name or static IP it shows that the connection…
Rahul Rox
  • 11
  • 3
0
votes
2 answers

Deployed EJB3 in Jboss 4.2.3. How do we access it?

I deployed my EJB3 in Jboss 4.2.3. How do I access it now ? I don't see any JNDI names or anything displayed in the console. Below is the stacktrace of EJB deployment. How do I write a client to access the method in ExtractorDAOImpl ? 15:38:48,535…
user2434
  • 6,339
  • 18
  • 63
  • 87
0
votes
1 answer

JBOSS 4.2.3 default encoding while base64 decoding

I am using JBOSS 4.2.3 and UsernamePasswordLoginModule class being extended by custom class which overrides method validatePassword. This method has two parameters inputPassword and expectedPassword. Client sends Base64 encoded loginId:password to…
user3793790
0
votes
2 answers

jaxws-maven-plugin 1.12 generates methods which are not compatible with jdk1.5

I have a maven project where I use the jaxws-maven-plugin as follows: org.codehaus.mojo jaxws-maven-plugin 1.12
0
votes
2 answers

Jboss taking long time to start

I am using jboss-4.0.5.GA for project deployment, but it is hanging at startup by displaying message Trying to install an already registered mbean: jboss.management.local it is showing this for 6 minutes and it takes total 7-8 minutes to start. If…
smali
  • 4,687
  • 7
  • 38
  • 60
0
votes
0 answers

upgrading JBoss 4.2.3 to JSF 2.1/2.2

I have a Seam 2.1 application running on JBoss 4.2.3 GA. I am currently experiencing JSF compatibility problems with IE9+. However, due to other compatibility issues I can't upgrade the server version. my current configuration is: - JBoss 4.2.3 GA…
anragab
  • 11
  • 4
0
votes
2 answers

NameNotFoundException Java Enterprise Application

I am working on a Java Enterprise application which have an EJB layer and a WEB layer bundled together with an EAR. The problem I am facing is that I have some entities in my EJB layer and when I try to get their EAOs by JNDI in my WEB layer, I get…
Muhammad Salman Farooq
  • 1,325
  • 9
  • 26
  • 54
0
votes
1 answer

RestEasy - How to generate a WAR compatible with Jboss 4 and Jboss 7?

I'm stuck on a problem for a long time. My application was designed to run with Jboss 4, but now I need it running on Jboss 7. The problem is that when RestEasy lib (.jar) is present inside the WAR it does not work on Jboss 7, so I remove the lib…
Ramon Marques
  • 3,046
  • 2
  • 23
  • 34
0
votes
1 answer

JBoss timezone is getting changed automatically

We are facing one funny and interesting issue with our JBoss app server. The problem is we are running the JBoss in Linux server which is running in different time zone (say, America/Chicago). Also with the same timezone we are starting the JBoss…
0
votes
0 answers

java.sql.SQLException: Table already exists: JMS_MESSAGES in statement [CREATE CACHED TABLE JMS_MESSAGES]

Please help. I'm getting below error when i start JBOSS 4.2.2 --. 2014-02-05 13:07:21,476 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Creating Schema 2014-02-05 13:07:21,491 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create…