Questions tagged [jboss]

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

The company JBoss is a division of Red Hat, Inc. that charges to provide a support subscription for JBoss Enterprise Middleware e.g. JBoss application server.

JBoss AS is a Java EE certified platform for developing and deploying enterprise Java applications, Web applications, and Portals. JBoss AS provides the full range of Java EE 6 features as well as extended enterprise services including clustering, caching, and persistence.

Starting with version 8, JBoss AS goes under the name .

Consider using a version specific tag:

References

Other Useful Resources

15135 questions
46
votes
3 answers

PersistenceContext EntityManager injection NullPointerException

I have a war containing the…
rich
  • 18,987
  • 11
  • 75
  • 101
45
votes
4 answers

Optional @PathParam in Jax-RS

I have a service where the last part of the path is optional, the user can both enter /mypath/ and /mypath/param1/. I tried to use a regular expression to filter the last part of the path: @Path("/mypath{param1: (/param1)?}") I'm using RestEasy as…
Fábio
  • 3,291
  • 5
  • 36
  • 49
45
votes
1 answer

Jboss AS7 Deployment warning : does not point to a valid jar for a Class-Path reference

Im getting the below warning when deploy the .war in the jboss AS7. Any idea? (MSC service thread 1-4) Class Path entry commons-beanutils.jar in "/content/test-1.0.0.war/WEB-INF/lib/struts-1.2.9.jar" does not point to a valid jar for a Class-Path…
kds
  • 28,155
  • 9
  • 38
  • 55
44
votes
8 answers

JBoss seems to hang on startup at the command line

I am trying to run JBoss from the command prompt with the standalone.bat file. It starts the startup process but then just sits there. I couldn't really find any answers with Goolgle or on here. Here is the output from my command…
mitchj
  • 623
  • 4
  • 9
  • 16
43
votes
1 answer

How do I Install JBoss AS / WildFly Server in Eclipse for Java EE

When I went to the "new server wizard" I can't find the category for JBoss AS. When I clicked "Download new server adapter" I don't get any JBoss AS adapter in the list.
sanrodari
  • 1,602
  • 2
  • 13
  • 23
43
votes
10 answers

'findstr' is not recognized as an internal or external command,

I got the following error while starting JBoss from a command line prompt today: 'findstr' is not recognized as an internal or external command
user1314506
  • 641
  • 2
  • 9
  • 14
42
votes
16 answers

Hibernate 5 java.lang.NoSuchMethodError org.jboss.logging.Logger.debugf

I have a problem when I deploy a webapp with hibernate 5 Caused by: java.lang.NoSuchMethodError: org.jboss.logging.Logger.debugf(Ljava/lang/String;I)V at org.hibernate.internal.NamedQueryRepository.checkNamedQueries(NamedQueryRepository.java:149)…
Jago Satori
  • 431
  • 1
  • 4
  • 6
42
votes
5 answers

JBoss WildFly: Starts but can't connect?

I just configured JBoss WildFly. It is running and it is accessible from the same machine, everything is working fine... My problem is that it is not accessible from another system (I mean in a network, the server (hosted machine) URL can't access…
user_vs
  • 1,021
  • 3
  • 16
  • 29
41
votes
2 answers

What are swo and swp files in JBoss log dir?

I have files server.log .server.log.swo .server.log.swp how to open swo and swp?
IAdapter
  • 62,595
  • 73
  • 179
  • 242
41
votes
2 answers

Running daemon with exec-maven-plugin avoiding `IllegalThreadStateException`

I would like to run a daemon thread which should start on maven package phase. This is what I have in pom.xml: org.codehaus.mojo
drodil
  • 2,292
  • 1
  • 22
  • 37
40
votes
9 answers

How to change port number in jboss-7

I am using jboss-7 and I want to change the port number from 8080 to 7001. Which file do I need to change?
vivek rai
  • 2,109
  • 10
  • 25
  • 21
40
votes
4 answers

JBoss AS 7 not accepting remote connections

I am using JBoss AS 7 and trying to connect to my application using the IP (from a computer in the intranet). It is not working. If I test from the computer which has the server I can see the system running if I go through localhost…
Tony
  • 10,088
  • 20
  • 85
  • 139
38
votes
4 answers

IllegalAnnotationException: Two classes have the same XML type name

I am developing web service under JBoss 5 and Java 1.6. What could possibly cause this exception? Below is my simplified web service code. @Stateless @WebService() public class AccountWS { @WebMethod() public CreateAccountResponse…
Rosdi Kasim
  • 24,267
  • 23
  • 130
  • 154
37
votes
3 answers

IE11 HTTPS AJAX XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff

I have an ajax POST request that can take anywhere between 2 seconds to 30+ minutes. The post request occurs as a result of button click If the request takes less than a minute or two, it comes back with a response and everything works fine. However…
Nikhil Das Nomula
  • 1,863
  • 5
  • 31
  • 50
36
votes
4 answers

javax.xml.parsers.FactoryConfigurationError running JBoss AS 7.1 with Java 7 update 171

Upgrading Java from 7u161 to 7u171 prevents JBoss AS 7.1.1.Final from starting. I know JBoss AS 7.1.1 is EOL but for compatibility reasons, we still need to run this version. Very early in the startup, a NullPointerException occurs in some JBoss…
David Le Borgne
  • 801
  • 2
  • 9
  • 23