wildfly-10 Questions
3
I have an EJB timer schedule in a singleton EJB running inside a Wildfly 10.10:
@Singleton
@Startup
@ConcurrencyManagement(ConcurrencyManagementType.BEAN)
public class MySingletonBean {
public m...
Sinasinai asked 25/10, 2017 at 4:58
3
Solved
I have two different domains
example1.com
example2.com
Each domain has its own SSL certificate.
What I am trying to do now, is using both domains for the same WildFly instance, supporting SSL....
Centri asked 24/5, 2016 at 12:32
15
Solved
I have a maven application that works fine in wildfly 8.2, but when Ideployed it in wildfly 10 this error happened:
[2016-02-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: Error duri...
Tuscany asked 21/2, 2016 at 8:16
2
Solved
Problem:
I have an J2EE application that is running very slow for a given task (to generate some files) using a specific data set. I decided to run the visualvm profiler over the application to und...
Softpedal asked 5/8, 2018 at 18:59
2
Solved
I am developing a web application and deploying (with IntelliJ) to WildFly 10.1. I recently renamed my webapp module, which results in renaming my war file from foo.war to bar.war. Every time I sta...
Lure asked 23/4, 2017 at 10:31
4
I want to implement recaptcha in keycloak login page like registration page. I extended UsernamePasswordForm class with desired factory class. I even implenmented action required classes as well. b...
Casandracasanova asked 27/10, 2017 at 11:56
4
I have a Springboot v2 project with Java 1.8 and when I try to deploy my springboot project on Wildfly 10, I keep getting this error
19:12:25,295 ERROR [org.jboss.as.controller.management-operation...
Mutualism asked 2/12, 2020 at 1:26
3
Encountered redirect_uri error in keycloak. Found same issue logged at JIRA KEYCLOAK-7237, just want to check any work around? Anyone can help? Thank you in advance.
2018-06-30 11:34:13,996 WARN [...
Beckibeckie asked 1/7, 2018 at 7:22
3
Any idea about the below hibernate mapping exception. The below is the complete stack strace and there is no information on from which table this exception has occured.
org.hibernate.MappingExcept...
Tengdin asked 25/11, 2016 at 12:0
2
Solved
I have a Wildfly AS setup for JMS, I;m monitoring it with Jconsole and have noticed that before I even create a session on my Consumer or Producer the thread count is steadily increasing, I was pre...
Corded asked 21/2, 2016 at 14:46
5
I am getting a weird error when trying to run an EAR on my Wildfly 10 Server. It says .session is already registered, which other similar bugs have supposedly been caused by multiple applications u...
Bloated asked 21/7, 2016 at 15:3
1
In older versions of JBoss AS, the Tomcat jasper JSPC compiler could be used to precompile JSP pages to ensure that they were all syntactically valid JSP files.
According to https://access.redhat....
Woodworm asked 25/7, 2017 at 18:15
6
How can I enable samesite for my web application which runs on wildfly as.
Checked standalone.xml however could not find an appropriate tag within
<servlet-container name="default">...
Summation asked 6/4, 2018 at 16:40
3
Solved
We have developed a REST API using the resteasy. (deployed in wildfly 10)
Basically these REST APIs are called internally from another application and end points are secured with keycloak.
But on...
Chuu asked 17/7, 2018 at 18:2
4
I am running dynamic web project in Wildfly 10.1.0. I have richfaces-ui.3.3.3.jar in my WEB-INF\lib folder but I am still getting this error.
I have this library included in my web-inf folder
1...
Sesame asked 2/2, 2017 at 5:12
2
Solved
My ActiveMQ Artemis on WidlFly was working fine and some how this week since Monday I started having this exception quite frequently.
At first I went to the stack trace and looked into the code thr...
Stanford asked 15/12, 2016 at 6:22
1
Solved
I am using Wildfly 10.1 and I would really like to know what logging pattern elements i could use.
I found this documentation here:
https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/...
Madonia asked 11/12, 2017 at 14:26
2
Solved
I'm attempting to add an Oracle DB datasource to Wildfly 10. Here's what I have:
<wildfly-home>\modules\com\oracle\ojdbc6\main\
module.xml
ojdbc6.jar
module.xml
<?xml version="1.0" e...
Asleep asked 12/2, 2016 at 20:24
2
I'm using wildfly-10.1.0.Final and I'm trying to add an oracle Datasource:
<datasource jndi-name="java:jboss/datasources/OracleDS" pool-name="OracleDS" enabled="true">
<connection-url>...
Throwaway asked 23/11, 2016 at 10:24
3
Solved
This is my standalone-full.xml configuration with ssl configured
security realm .
<security-realm name="SslRealm">
<server-identities>
<ssl>
<keystore path="D:\ncm.keystor...
Jeaniejeanine asked 3/5, 2017 at 5:54
2
Solved
When I was starting Wildfly 10 with full-ha profile, I was getting below error in the log file.
AMQ119099: Unable to authenticate cluster user: ACTIVEMQ.CLUSTER.ADMIN.USER
Even after this error, ...
Yes asked 5/9, 2016 at 9:8
1
I'm using keycloak header based authentication to secure a REST API.
There I want set a request header field (basically keycloak Autharization Header) before authication happes.
Another appocach f...
Matsumoto asked 28/9, 2018 at 8:55
1
I'm using a WildFly application server that hosts a simple Frontend-Backend combination on my local machine. The Frontend is secured through the Keycloak JS adapter and the Backend is supposted to ...
Petronel asked 5/9, 2018 at 13:12
0
We have a docker setup (Windows 10, native docker, compose V3) with multiple containers one of which is running Wildfly 10 with JMS subsystem (ActiveMQ). Everything works fine inside the docker NAT...
Harassed asked 17/4, 2018 at 7:46
1
Solved
I am using the default jboss-logging (LogManager) in Wildfly 10 and am attempting to create my own logging formatter.
I am configuring it like this in the standalone.xml:
<subsystem xmlns="ur...
Walker asked 16/3, 2018 at 21:53
1 Next >
© 2022 - 2024 — McMap. All rights reserved.