Questions tagged [jboss5.x]

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

The JBoss tag is for questions relating specifically to the 5.x releases of JBoss Application Server.

916 questions
101
votes
2 answers

Error starting jboss server

I've just finished re-installing my OS, and as always install and test standard tools which I use, and now I get this error like never before when I tried to start Jboss 5 from eclipse, its quite big exeption : 3:53:10,693 ERROR…
ant
  • 21,609
  • 35
  • 125
  • 176
43
votes
7 answers

Why is Jboss "better" than Tomcat?

I'm currently starting a new app development. The app architect insists we use JBoss5 because its "better". Do anyone has a wider definition of "better" (if its the case)? I have experience using Tomcat5 and 6 in large scale applications with big…
Chepech
  • 4,684
  • 3
  • 41
  • 64
35
votes
12 answers

setProperty must be overridden by all subclasses of SOAPMessage

I'm trying to deploy some web services in a WAR application on JBoss 5.1.0. I have created the source files from an existing wsdl using JAX-WS tool wsgen. This created the Service files and @XmlType annotated clases that would act as request and…
Pablo Venturino
  • 4,862
  • 4
  • 29
  • 40
34
votes
1 answer

MBean persistence

I have a problem with persistence of my config MBean. My configuration:
Jakub C
  • 575
  • 1
  • 5
  • 14
20
votes
10 answers

Improving JBoss 5 slow startup

We upgraded from JBoss 4 (and JDK 5) to JBoss 5 (and JDK 6). The problem is that the start time has gone from 1.5 minutes (on JBoss 4) to more than 4 minutes. 18:53:35,444 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build:…
LiorH
  • 16,760
  • 15
  • 67
  • 91
19
votes
1 answer

No JTA UserTransaction available - specify either 'userTransaction' or 'userTransactionName'

I have encountered a strange problem with spring transaction. My application uses Spring with EJBs. The EJBs also invoke Spring service classes annotated with @Transaction. I have used Spring JtaTransactionManager for transaction management. The…
Chir
  • 661
  • 1
  • 10
  • 27
18
votes
4 answers

Jboss only works on localhost:8080 ,but doesnt reply when called by ip

I installed JBoss 5.0.1 and ran it , but when i called it from the same computer on localhost:8080 it works but when i call it from other computer it doesnt work at all using the computer IP ... when i had tomcat it used to work on both.so Does…
Farajnew
  • 181
  • 1
  • 1
  • 3
16
votes
6 answers

Huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory

Sometimes we have huge amount of JAR files in jboss/server/web/tmp/vfs-nested.tmp directory. For example today this directory contained over 350k jar files. But on other hosts there are only 2 jar files in this directory. What can be the root…
Volodymyr Bezuglyy
  • 14,337
  • 31
  • 96
  • 124
14
votes
6 answers

How to deploy a war file in JBoss AS 7?

I downloaded JBoss Application Server 5 and successfully deployed a war file. I copypasted the Hello.war which has a simple index.jsp file into \jboss-5.1.0.GA-jdk6\jboss-5.1.0.GA\server\default\deploy and it worked fine. However when I used JBoss…
user244333
13
votes
4 answers

Where to put a shared library in JBoss AS 5?

I m new to Jboss, but I have multiple web applications each using spring-hibernate and other open source libraries and portlets, so basically now each war file includes those jar files. How do I move these jars to a common location so that I don't…
Tushar Khairnar
  • 181
  • 1
  • 1
  • 8
13
votes
2 answers

could not read column value from result set

1)my hibernate not work when upgrade from Jboss5.1.0 to Jboss5.2.0, so Hibernate get upgrade as well. before upgrade: hibernate-core.jar: 3.3.1.GA hibernate-entitymanager.jar: 3.4.0.GA hibernate-annotation.jar: 3.4.0.GA after…
Bond Chen
  • 168
  • 8
13
votes
5 answers

Asynchronous Logging

Right now in my application,at certain points we are logging some heavy stuff into the log files. Basically only for logging we are creating JSON of the data available and then logging into Log files.This is business requirement to log data in JSON…
Rips
  • 1,852
  • 1
  • 23
  • 41
13
votes
4 answers

JBoss 5.1 GA: Deployment Error [IllegalArgumentException]

I deployed an .ear file and got this error. I'm new to JBoss, I don't know how to fix it. 18:36:15,903 INFO [ServerImpl] Starting JBoss (Microcontainer)... 18:36:15,904 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build:…
AppSensei
  • 7,818
  • 22
  • 65
  • 94
12
votes
4 answers

Run-time lookup for EJBs in MDB consuming immediately after deploy

I have Java EE 5 project using JBoss 5.1 and problem like this. I have to do kind of run-time lookup for some EJBs in MDBs using a string that results from message content. It's just kind of service locator pattern used in MDBs. Now, since MDBs…
Michał Kalinowski
  • 14,509
  • 4
  • 31
  • 44
11
votes
1 answer

Unexpected token UNIQUE, requires COLLATION in statement [SET DATABASE UNIQUE])

Whenever I connect to HSQLDB from my application deployed on JBoss 5.1, it throws exception as : Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: error in script file…
Satya
  • 1,994
  • 3
  • 35
  • 58
1
2 3
61 62