Questions tagged as 'wildfly'

0
answers

exception java.util.concurrent.RejectedExecutionException:

Good afternoon, I'm back from a JEE project where jms is used and the server is wildfly 8.0. I've been back from this exception for some time but I still can not figure it out. I think that I do not lack any configuration in jboss but frankly...
asked by 03.01.2015 / 17:41
2
answers

Application with JBOSS Wildfly respond through DNS

I'm extremely beginner in this environment setup part and need to put an application that I developed into production. I already have a registered domain and I would like the user, instead of typing IP: 8080 / APR, could enter the domain of the...
asked by 25.04.2018 / 17:13
1
answer

How to handle maximum upload file size exceeded

I have an application, which uploads a file (spreadsheets), but after a recent test pointed this error: Caused by: java.io.IOException: UT000054: The maximum size 1048576 for an individual file in a multipart request was exceeded I have alr...
asked by 10.12.2018 / 20:39
1
answer

Problems in project reconfiguration

When I start wildfly I get the following error: 13:56:39,872 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.deployment.unit."pokemax.war".INSTALL: org.jboss.msc.service.StartExceptio...
asked by 29.12.2016 / 17:04
2
answers

Access JAVA web application from other machines

I'm using JAVA, JPA, with Wildfly, and primefaces. I have the link from my application link I would like other machines to access this application, I have already modified the localhost for the IP of my machine but it did not work, is there so...
asked by 07.10.2016 / 15:24
1
answer

Display complete modal string

I'm using Java, JPA, Wildfly and Primefaces. I have a table that displays text, but this text is being cut in view by table size. I have to create a boon that calls a modal to display the full text. table row has its button to display its detail...
asked by 24.08.2016 / 21:18
1
answer

Access my application without the version number

My JSF application runs on wildfly. But when I raise the server, to access the application I must use: link . In short: I want to take -0.0.1-SNAPSHOT and just use link . I do not know if this is set in pom, but it looks like this: <...
asked by 08.09.2016 / 18:48
1
answer

Jboss standalone.bat windows service Wildfly 10 [closed]

Hello, How do I create a windows service to automatically start standalone.bat?     
asked by 20.07.2016 / 21:49
1
answer

Wildfly PersistenceUnit missing dependencies [closed]

I am trying to make a Web Service using wildfly-10.0.0.Final I am getting the error shown bellow. I already copied / created postgres and eclipselink jars to the Wildfly module folders. 05:13:11,312 ERROR [org.jboss.as.controller.management...
asked by 12.07.2016 / 10:38
1
answer

Problem with JPA using Wildfly 9 and JTA

It's the first time I try to use JTA using the Wildfly container and so far I have not been able to run my code right. When I publish the application (start Wildfly) it perfectly matches, generates the table and such. But when I enter the screen...
asked by 14.12.2015 / 15:55