wildfly-8 Questions
2
I've tried to deploy my war file in Wildfly 8.2. My application uses org.apache.cxf for web service. But Wildfly (Jboss) comes by default with its own cxf jars which can be provide full Java EE sup...
Bespread asked 2/4, 2015 at 7:14
7
Solved
I am trying to deploy a maven web application on my local wildfly machine. But I am getting this error:
08:55:02,595 ERROR [io.undertow.request] (default task-55) UT005023: Exception handling reque...
3
Solved
i have upgraded to WildFly 8.2.0 from JBoss 7 and to Java 8 from Java 7.
I get everytime I stop the server in Eclipse this warning:
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option
M...
10
Solved
I developed a set of restful web services. I couldn't call any of these methods from remote clients due to the error
No 'Access-Control-Allow-Origin' header is present on the requested resource.
...
Cutcliffe asked 3/5, 2014 at 22:29
6
Solved
I'm new to Wildfly and I hope you guys can help me with this problem:
I'm following this tutorial on how to Install Wildfly 8 and when I'm trying to execute step 4 I get the following errors:
...
Clarhe asked 12/12, 2014 at 17:16
5
Solved
I just started JAVA EE development with WildFly 8.2. My first problem is how to change the default port 8080 to something else?
I found many xml files containing below line.
<socket-binding na...
8
Solved
I am using the following method to get a resource from WAR file in WildFly:
this.getClass().getResource(relativePath)
It works when the application is deployed as exploded WAR. It used to work w...
Traprock asked 24/5, 2014 at 12:29
2
Solved
I've used the following code to set the Context Path in tomcat where I can access my application directly using localhost:8080 by overriding the tomcat's default path.
<Context path="" docBase=...
Vedic asked 12/2, 2015 at 6:33
4
WildFly provides a service.bat in %WILDFLY_HOME%\bin\service. Calling the batch file with the install parameter installs WildFly as a service on Windows.
I have made changes to the standalone.con...
4
Solved
Am writing my first websocket program and am getting "WebSocket handshake: Unexpected response code: 404", error while loading the webpage.
I am using JDK 1.7 and jboss 8 (wildfly8.0).
Could anyo...
Mecke asked 5/4, 2015 at 9:38
7
I am facing following problem. I have spent more than 3 days on this but cannot find a solution. Please guide me what I am doing wrong here. I am new to Resteasy with wildfly.
Here is the stacktra...
3
I need help with using keycloak in an Errai app. I am getting an error about "unknown authentication method" for "KEYCLOAK" ? I have the keycloak-appliance running (on a different port though), and...
2
Solved
Is there a way (e.g. from a WildFly management console) to list all REST endpoints deployed in WildFly? Or to list them in a log while a server is starting?
Maloy asked 17/2, 2016 at 16:30
5
Solved
i have installed wildfly 8.1 and because i have already a project configured to use EclipseLink, i have tried to configure wildfly to use it.
However, it always gives the same error :
at org.jbo...
Coppery asked 10/9, 2014 at 13:34
7
I have a jboss wildfly server connected to a mysql database via a datasource configured on the app server.
It hapens some time that the mysql database is not accessible for an amount of time (nete...
Elderberry asked 29/1, 2015 at 10:46
2
How can I increase JTA transaction timeout in WildFly?
Can be updated in standalone.xml as well as from Admin Console right?
3
Solved
To debug HTTP requests during development, I would like my WildFly 8 application server to dump HTTP requests, including request method and headers, to a log file. server.log would be fine.
In the...
3
Solved
I have added system-properties tag in standalone-full.xml, but its not working in standalone mode. However, if I add the same tag in domain.xml it's working for domain mode.
<?xml version='1.0'...
3
Solved
Can anyone please help me with this.
I created a web service using resteasy with wildfly 8.1.0 but @FormParam always returns null.
UserService.java
Path("/user")
@Produces(MediaType.APPLICATION_...
Underclothes asked 15/1, 2015 at 6:7
5
Solved
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 ne...
1
I would like to know the correct way of configuring the SSL protocol on wildfly.
On looking at examples, I found two different ways of doing so. I want to know which one is the proper way of doing...
1
I wanna make wildfly-domain as a systemd service in centos7
in works by root user but when i start it as wilfly user after a while it shows error:
java.lang.OutOfMemoryError: unable to create new ...
2
Solved
Whenever I deploy a war to wildfly 8 or 10 (in this case it's a jax-rs service), I see the following line
[javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 151) Ini...
Cay asked 27/1, 2017 at 20:40
2
Solved
trying to move from Moxy to Jackson json media provider for my Jersey web service and found couple of issues which I can't resolve so far:
first of all moxy was working fine for the same piece of ...
Orlando asked 25/5, 2015 at 7:0
4
Wildfly 8.2.0.Final
JDK 8 Update 60
Eclipse Mars Update 1
JBoss Tools 4.3.0.Final
Windows 10
Recently I upgraded the following things:
from Windows 7 to Windows 10
from Eclipse Mars to Eclipse...
Gnathonic asked 15/10, 2015 at 16:54
1 Next >
© 2022 - 2025 — McMap. All rights reserved.