Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

flexible, lightweight, managed application runtime that helps you build applications in java

932 questions
0
votes
1 answer

Wildfly Server shutdown after wildfly:start

I'm trying to use Wildfly Maven Plugin and when I use wildfly:start command, it generates the follow log: [INFO] JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_60\jre [INFO]…
ricardogobbo
  • 1,690
  • 3
  • 19
  • 41
0
votes
0 answers

Could not find artifact org.wildfly:wildfly-parent:jar:10.0.0.Final. Where is it?

I'm trying to add server module dependencies for wildfly 10.0.0 Final in my pom but I can't find a a working repository. I have this in my pom: org.wildfly wildfly-parent
Andreas
  • 1
  • 3
0
votes
0 answers

f:ajax will not render anything inside of an h:inputFile tag

I have been plagued with an issue for the past few days that I cannot solve. I am using Mojarra 2.2.12 on Wildfly 10. My problem is that when I use an f:ajax tag inside of an h:inputFile tag and attempt to re-render any component, using either the…
Mitch Talmadge
  • 4,638
  • 3
  • 26
  • 44
0
votes
1 answer

WildFly 10.0.0.CR5: equinoxbridgeservlet 404 Not Found

I have this servlet-mapping below. But whenever I access the url, it's always 404 Not Found. equinoxbridgeservlet /console/* To give you an idea,…
xxx
  • 19
  • 1
  • 9
-1
votes
1 answer

Wildfly ActiveMQ Warning: Starting paging on address 'Queue Name'; size is currently: 10,504,042 bytes; max-size-bytes: 10,485,760

Following error we are facing in Wildfly: [org.apache.activemq.artemis.core.server] (default I/O-1) AMQ222038: Starting paging on address 'jms.queue.ImportEmployeesFromBundQueue'; size is currently: 10,504,042 bytes; max-size-bytes:…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
-1
votes
2 answers

How can I send email Multipart with JavaMail?

I have a random error with my web app in Struts2 when java code send a mail: javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type…
-1
votes
1 answer

wildfly 10 load balancer UT005041

I was trying to configure wildly 10 for load balancing purpose. But after configuring it following error is coming on starting UT005041: Cannot send advertise message. Address: /224.0.1.105:0: java.net.SocketException: Invalid argument" What…
avinash
  • 163
  • 2
  • 12
-1
votes
1 answer

How to Develop CXF webService deploy on Wildfly 10.0 server in Eclipse-maven project

Apache CXF library (cxf-api-3.2.0.jar) detected in ws endpoint deployment; either provide a proper deployment replacing embedded libraries with container module dependencies or disable the webservices subsystem for the current deployment adding a…
-1
votes
1 answer

How to share my localhost on the same network?

I am working on a Java Web project and I am using wildfly 10.1.Final as server. In order test with other computers which are on the same network, I would like to share my localhost. Can anybody help me in this matter? Thanks...
-1
votes
1 answer

Configure data source of deployed app in Wildfly without modifying persistence.xml

The current workflow I use when deploying an application is to create a JDBC data source in wildfly, then add that data source to the persistence.xml file. Is there any way to set the data source that the application is using at runtime without…
KG6ZVP
  • 3,610
  • 4
  • 26
  • 45
-1
votes
2 answers

How to receive message from wildfly jms queue using consumer

I encountered a knotty problem when receiving message from WildFly JMS queue. My code is below: Session produceSession = connectionFactory.createConnection().createSession(false, Session .CLIENT_ACKNOWLEDGE); Session…
JoeXu
  • 41
  • 1
  • 8
-1
votes
1 answer

I try to deploy opencell to wildfly. When I paste my opencell.war to standalone directory wildfly throws error

{ "WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"opencell.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"opencell.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of…
Nandha Kumar
  • 131
  • 3
  • 13
-1
votes
1 answer

JMS Wildfly 10 - javax.naming.NameNotFoundException

I have a basic example of JMS: This is the class that sends the message. I use wildfly 10, I added it to STS. package com.configuration; import java.util.Properties; import javax.jms.ConnectionFactory; import javax.jms.Destination; import…
viruskimera
  • 193
  • 16
-1
votes
1 answer

Unable to get Web App to work with mysql 5.1 and wildfly 10

I created a simple mvn webapp in netbeans and got it to work with h2. But I'm unable to get it to work with mysql as a datasource. I've deployed the mysql 5.1.38 connector to Wildfly and it deploys and connects fine. I've added mysql to my…
Thomas Lann
  • 1,124
  • 5
  • 17
  • 35
-2
votes
1 answer

Creating a connection with WildFly 10 and Jaybird 3.0 fails

I have upgraded my Jaybird dependency in Wildfly 10 from Jaybird 2.2.11 to Jaybird 3.0.0-alpha-1. When I try to create a connection I now get the following exceptions. The first connection after startup (when testing in the admin…
Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
1 2 3
62
63