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.

913 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
  • 22,634
  • 36
  • 132
  • 182
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
  • 5,258
  • 4
  • 47
  • 70
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
  • 5,208
  • 5
  • 33
  • 41
34
votes
1 answer

MBean persistence

I have a problem with persistence of my config MBean. My configuration:
Jakub C
  • 595
  • 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
  • 18,524
  • 17
  • 70
  • 98
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
  • 671
  • 1
  • 10
  • 29
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
  • 16,295
  • 33
  • 103
  • 133
16
votes
6 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 a business requirement to log data in…
Rips
  • 1,964
  • 1
  • 23
  • 45
15
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
15
votes
7 answers

JBoss transaction timeout setting?

We have a timer service triggered task in JBoss 5.1.0.GA application and the problem is that we cannot change the transaction time out. This long Lucene indexing can take longer than the default 300 second limit. The question is how to change the…
Petteri H
  • 11,779
  • 12
  • 64
  • 94
14
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
  • 191
  • 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
  • 1
  • 8
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
  • 8,270
  • 22
  • 71
  • 99
12
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
  • 2,094
  • 6
  • 37
  • 60
1
2 3
60 61