Questions tagged [wildfly-8]

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
0
votes
0 answers

Wildfly Database Module Authentication : How to record logins

Hi I have implemented Wildfly Database Module Authentication for a JSF 2 application running on Wildfly 8. The authentication mechanism works perfectly, but I have a requirement where I need to create a record of the user's log ins. I am supposed…
0
votes
1 answer

Can jboss console log size affect the site performance

Our enterprise application deployed in Jboss wildfly 8.2. The jboss console log is being set during the startup using an environment variable - JBOSS_CONSOLE. This ensures that any thread dump triggered using kill -QUIT is dumped to…
Sandeep
  • 199
  • 3
  • 11
0
votes
0 answers

Can not inject HttpServletRequest object using @Context in jersey class in wildfly-8.2

I am using a jersey-1.19 in wildfly-8.2 with java 7. In one of the methods of the jersey class I am trying to inject HttpServletRequest using @Context annotation. While accessing servlet request object I am getting following error: The…
0
votes
1 answer

Wildfly Domain shared Topic with HornetQ

I have a Wildfly cluster in domain mode with two nodes, each one with one server both belonging to the same server group. I need a shared topic: when a client subscribes to the topic of server A it should be notified also by messages put by server B…
Wallkan
  • 480
  • 1
  • 8
  • 27
0
votes
2 answers

Wildfly Domain TimeoutException with ServiceActivators

In a AWS domain environment with 2 hosts and one server-group "main-server-group" HOST 1 has only one AS called server-one, HOST 2 has one AS called server-two. The domain.xml file uses standard infinispan configurations and TCPPING instead of MPING…
Wallkan
  • 480
  • 1
  • 8
  • 27
0
votes
1 answer

Failed to start service jboss.persistenceunit rg.jboss.msc.service.StartException

I am new to programming EJB. I gotta figure out why I am getting the error. The following link contains the entire project, the error message (server.log) and the instructions of the project (in spanish). The pdf file has a sql script to create the…
0
votes
1 answer

wildfly stops at setting java property when running standalone.bat

I am trying to deploy my application on wildfly, my version is 8.2.1. However when I run standalone.bat file in the bin folder, I get the following two lines and then the batch process stops. >C:\dev\wildfly\bin>standalone.bat Calling…
Nat
  • 789
  • 3
  • 8
  • 15
0
votes
1 answer

Load testing of Infinispan v5.1 cache

In our project, WildFly v8.1 application server is used and Infinispan v5.1 is used as a cache. Currently, we are facing delay in query results from infinispan while running load. Earlier it was used with JBoss v5.1 and Infinispan v5.1 there were no…
Infotechie
  • 1,653
  • 6
  • 23
  • 35
0
votes
0 answers

Amazon EC2 does not support multicast

I am trying to setup a clustering structure on Amazon EC2 with Wildfly 8.2 . I have tried a lot of things but nothing worked. As learnt Amazon EC2 does not support multicast and this is why I couldn't make it work. How can I accomplish to setup this…
xxlali
  • 996
  • 2
  • 15
  • 43
0
votes
2 answers

wildfly migration from AS 7 to WF10

I am new to WildFly Server. I am upgrading server from AS7 to Wildfly10. How to add JARS in WILDFLY10. In Error Log: i am getting missing Dependencies(Is this because of not reading JARS?).
Abhinay
  • 1
  • 2
0
votes
1 answer

Analyse the remote debugging stack of a java application on Wildfly

We have a Wildfly instance with a simple java rest application running in it on a 36-core server. The application has no default jobs running in the background, it simply respondes to user requests (< 500 per day). Our admin noticed a strange…
Ira Re
  • 730
  • 3
  • 9
  • 25
0
votes
1 answer

How to generate server.log in custom folder location in wildfly-8.2.0.Final

I am facing a problem regarding server.log file generation in Wildfly-8.2.0.Final AS. Below is the size-rotating-file-handler definition used in logging subsystem of…
sridhar
  • 1,117
  • 5
  • 31
  • 59
0
votes
1 answer

Apache returns 403 forbidden after 1 mins

I have a Java EE application running on Wildfly and I use Apache as Proxy Server. One of my requests takes more than one minute to respond. When I use directly Wildfly it returns, but if the request goes over Apache, I take 403 forbidden after 1…
xxlali
  • 996
  • 2
  • 15
  • 43
0
votes
1 answer

Wildfly8.1 DB password hardcoded in standalone.xml

The password of the DB user is hard coded in the standalone.xml of the WildFly8.1.The requirement is to read password from a binary file and using that password for login into DB .Hibernate is used for reading the information from DB.Can you please…
loki
  • 21
  • 5
0
votes
1 answer

Spring 3 @PropertySource cannot find properties file in Wildfly 8 module

I'm trying to load a properties file using Spring's @PropertySource annotation. The properties file is stored in a Wildfly 8 module. The error message that I'm getting is: class path resource [campaigner.properties] cannot be opened because it does…
Gary Kephart
  • 4,860
  • 5
  • 39
  • 52