Questions tagged [jboss-4.0.x]

JBoss Application Server, version 4.0.x

A J2EE 1.4-compliant application server, JBoss AS 4.0 was released in September 2004. The current latest version of 4.0.x is 4.0.5, released in October 2006. It was replaced by version 4.2.0 in May 2007.

49 questions
0
votes
0 answers

Spring framework deserialize failed

What i am doing is serializing a class and store it in database, then reading it and deserialize it using SpringFramework, and getting an exception on deserialization bytes into class. Exception: java.lang.IllegalArgumentException: Failed to…
Sarz
  • 1,970
  • 4
  • 23
  • 43
0
votes
0 answers

run multiple instances of JBoss 4 in a one single machine?

I need to run multiple instances of jboss in a single machine (more than 5). I copied the entire jboss folder several times and used the -b parameter on startup. Under jboss/server, I have the following: default instance1 instance2 The first…
imen bhiri
  • 395
  • 1
  • 6
  • 19
0
votes
1 answer

Apache Commons Email in Jboss send bad html email

Given the following snippet of code: public static void main(String[] args) throws Exception { final Email email = new SimpleEmail(); email.setHostName("smtp.gmail.com"); email.addTo("me@gmail.com", "Manuel"); …
rascio
  • 8,968
  • 19
  • 68
  • 108
0
votes
0 answers

Cannot access the application using Public IP - err_timed_out

Our application is deployed in JBOSS 4.0 . We are facing this problem then and there, the application is accessible in localhost and when we try accessing using the public domain, the page cannot be accessed. This is the error am getting in browser…
0
votes
1 answer

Why I have HTTPS error from Jboss call and not from java main method call?

I'm very confused with this problem. I have HTTPS call. I use JDK 6.0.45. I can't update JDK because the project, that I'm working is very old. Imagine that I have such I code. HttpGet get = new HttpGet(urlToRead); DefaultHttpClient…
grep
  • 5,465
  • 12
  • 60
  • 112
0
votes
1 answer

JNDI not working on JBoss 4 as expected

I need to deploy an .ear to a legacy JBoss application which has a stateless session bean called GateKepper. I am testing this on a local copy of that application, which I am hoping is nearly identical to the production version. I perform a lookup…
Michael Coxon
  • 3,337
  • 8
  • 46
  • 68
0
votes
0 answers

JBoss 4 j_security_check filter

We have a whitespace removal filter that trims whitespace from the response, however this is not being applied to the j_security_check login page. Using Spring this can be resolved as the security is done by another filter, but as we are using the…
Toby
  • 1,651
  • 2
  • 18
  • 31
0
votes
1 answer

jboss 4.0.5.GA jax-ws issue (extremely slow)

I am having an issue with jboss 4.0.5.GA. I'm testing a webservice (JAX-WS 2.1.3 based) and I'm having huge performance problems. I'm facing request times like: 1st invocation: 20s 2nd invocation: 0.5s 3rd invocation: 9s 4th invocation: 15s 5th…
0
votes
1 answer

hibernate configuration in jboss 4.0.5

i am trying to create a hibernate project with jdeveloper postgres 9.3 and jboss 4.0.5. while i am able to connect to the database by jdeveloper conection when i invoke a simple servlet i get org.hibernate.HibernateException: hibernate.cfg.xml not…
stam
  • 5
  • 5
0
votes
1 answer

Deploying EJB3 in JBoss 4.0.5

For the past couple of days, I am trying to deploy EJB3 EAR in Jboss 4.0.5. It keeps giving me one error after another. Are there any tutorials that point deploying EJB 3 applications in Jboss 4.0.5 version. I googled it, but I don't find anything…
user2434
  • 6,339
  • 18
  • 63
  • 87
0
votes
1 answer

WEB-INF/lib jars not found in JBoss 4.0.2 war deploy

I have a simple web application (one jsp and one servlet) file that I've copied into jboss-4.0.2/server/default/deploy folder and it has successfully hot deployed as I can access the jsp page. However, when I invoke the servlet, I am getting a…
0
votes
1 answer

jBoss thread count increaed after upgrading haproxy from 1.5dev21 to 1.5.1

I upgraded my haproxy from 1.5dev21 to 1.5.1 stable version with same configuartion. At the backend, I am using jBoss. As soon as we upgraded, I encountered serious issue regarding jBoss thread counts. It has been increased tremendously. After…
Sarvesh
  • 551
  • 1
  • 10
  • 25
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

Fetching Key and value from Database as variable and value into a servlet

I have a table with columns ParamKey,ParamValue. Now, I need to create the same set of key value pair in my servlet. That is, I need a variable of same name of key from the table and hold the paramValue from Table in it. I have found many options…
Pavan Kumar
  • 463
  • 2
  • 10
  • 18
0
votes
0 answers

JSESSIONID cookie not set with hostname

I've encountered a wierd cookie behavior. I have python client which logs in to a remote server and executes a servlet code over there. But unfortunately I am not able to get the Set-Cookie:JSESSIONID back from the server. I was able to fix this…
Ofir Prizat
  • 154
  • 1
  • 15