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
1
vote
1 answer

WildFly 8/JBoss: General way to debug Java EE classloader linkage errors

what is the right way to debug those issues? In my case I have massive troubles with a LinkageError within my Java EE web project: Problem I included JSF API (jboss-jsf-api_2.2_spec-2.2.5.jar) into my wildfly modules directory, i.e. it will be…
John Rumpel
  • 4,535
  • 5
  • 34
  • 48
1
vote
1 answer

JSF 2.2 + PrettyFaces 3.3.3 + WildFly8

PrettyFaces doesn't work for me. I'm trying to use of simple manner, with JSF 2.2, Servlet 3.1, PrettyFaces 3.3.3 and WildFly8. My project settings are as showed below: Maven dependency artifact: com.ocpsoft
1
vote
0 answers

Deploy Mongo Application on Wildfly

I have an application which is using spring data mongo and I am trying to deploy it on Wildfly 8. No matter what I do, I always end up with the following exception: [org.jboss.msc.service.fail] (MSC service thread 1-11) MSC000001: Failed to start…
0
votes
0 answers

How to connect to a Wildfly server running on a Linux VM from a Java application running on a windows machine?

I am trying to create a Java app on windows machine. I need to connect to a Wildfly server running on Linux VM to access the Topics on Wildfly server. But I am getting the below error : Failed to connect to any server. Servers tried:…
Gaurav
  • 1
0
votes
0 answers

OutofMemory Error while trying to deploy Drools Business-Central through Wildfly

I am getting this error while trying to deploy Drools Business Central using Wildfly. The Error says: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "jaeger.RemoteReporter-FlushTimer" Exception:…
0
votes
0 answers

How to rotate console.log file after a particular size in jboss

The console logging file increases without limiting the overall size. In some cases, it fills the entire file system. The file size needs to be capped with a limit and start rolling out the old logs and keep only newer ones like any other…
0
votes
2 answers

Migrate from Jboss 4.2.3 to Wildfly 8

I'm trying to migrate a very old java application from Jboss 4.2.3 to Wildfly 8. I just installed the Wildfly server and the minimal config things. In my App, my JNDI.properties file was…
user2178964
  • 124
  • 6
  • 16
  • 40
0
votes
0 answers

Jars to be included automatically while publishing the server

I have some jars which are needed by the web application, so whenever i clean the wildfly server from eclipse the server publishes the code back in the deployment folder of the server, and once the server has published, the jars need to be manually…
0
votes
1 answer

Is there any way to keep the properties file external to the ear/jars and module for WildFly

I have an application, which refers to a MY_ PRODUCT_CONF_DIR/mycustom.properties file which has some key value pairs which needs to be external to the ear, war or jars deployed on my WildFly. Earlier in Jboss 6.1.0. we did it in a tricky way. The…
dgm
  • 2,287
  • 1
  • 23
  • 27
0
votes
0 answers

Caused by: java.lang.IllegalAccessError: tried to access class javax.mail.Session$1 from class javax.mail.Session

Code to send mail is working fine while running standalone! but when processed in wildfly it is throwing following error : 17:55:33,038 ERROR [io.undertow.request] (default task-39) UT005023: Exception handling request to…
Nikhil Kumar
  • 88
  • 11
0
votes
1 answer

Wildfly compatibility with older versions of Java

I wanted to migrate from JBOSS EAP to a Wildfly version which supports older versions of Java like 6 or 5. I can't find a compatibility matrix with wild fly and java. What about wildfly 8 ? does it supports java older versions. can someone point me…
user2319395
0
votes
1 answer

How to edit http connection in wildfly 8.2.1 on Linux machine

I have deployed a simple Servlet web application on Wildfly 8.2.1 on RHEL 6.9. This application just takes post request and respond with 200 OK. Now when the client(java client using apache-common-http client) is posting data on the web application.…
Rohit
  • 406
  • 1
  • 5
  • 21
0
votes
1 answer

Infinitspan problem after moving from Wildfly 8.2 to WildFly11

I want to move my project from Wildfly 8.2 into newer version (i.e ver 11). Of course on WF8.2 everything works ok. After using jboss-migration-tool and trying deploy package on newer version I got everytime: 12:55:36,838 ERROR…
0
votes
1 answer

sessionContext.getCallerPrincipal().getName() returns "anonymous"

I am new to EJB. I am using Wildfly server. I have session stateless Ejb as below. @Stateless(name="PrintHandler") @RunAs("TrustedExternalModule") public class PrintHandlerBean extends ActivityBean implements PrintHandlerLocal { The session ejb is…
0
votes
0 answers

WIldfly Docker 8.2 version stuck in startup

We are migrating our legacy application to Widlfly8.2 docker version. I am trying to copy sqlserver,mysql and postgres driver under /modules. When I am starting my server it's getting hung. Here is the output of log. Starting…
Rakesh
  • 177
  • 2
  • 14