15,103 questions
0
votes
1
answer
236
views
EJBCA 403 forbidden on Wildfly
I have a problem with an EJBCA 8 deployment on Wildfly 26.1.3.Final
Whenever i try to access a public endpoint i get a 403 forbidden HTTP status back.
This is my configuration:
wildfly.service
[Unit]
...
1
vote
0
answers
420
views
How to integrate JBoss 7.4.10.GA (domain.xml or other configurations) to work with IBM MQ hosted on another server?
Can you help with the IBM MQ integration with JBoss. Currently the resources archive which I am providing is not being picked up by JBoss and I am getting error as below:
"WFLYCTL0412: Required ...
0
votes
2
answers
694
views
Securing JBoss admin console with SSL (HTTPS) not working
I'm running jboss-as-7.1.1.Final in a domain mode. When I applied the changes to host.xml and domain.xml, I received the following errors:
[Host Controller] Caused by: javax.xml.stream....
0
votes
1
answer
123
views
Define implementation of websocket interface in Jboss 7.4
Following the jBoss 7.4 documentation I can define a websocket with the required annotations
@ServerEndpoint("/websocket/helloworld")
public class MyService {
@OnMessage
String ...
1
vote
0
answers
65
views
How do I enable sql logging using DataNucleus with JBOSS 7.2
I am trying to see all the sql queries generated by DataNucleus:
I am working with a legacy application that uses
<datanucleus.version>5.1.11</datanucleus.version>
<...
0
votes
1
answer
291
views
Websocket is not handled correctly in Jboss 7.4
I am following the jBoss documentation to include a websocket in a service built with jBoss 7.
I have created and interface and its implementation with the required annotations:
@ServerEndpoint("/...
2
votes
1
answer
113
views
How to deploy pulsarra.rar in Jboss?
I'm trying to deploy and configure DataStax Apache Pulsar JMS Client Resource Adapter in JBoss but I'm getting the following error:
2023-08-28 11:21:30,684 INFO [org.jboss.weld.deployer] (MSC service ...
0
votes
0
answers
3k
views
Jboss (Wildfly) increase timeout for incoming request
I want to increase the timeout for the incoming request in my jboss environment.
I always get current exception in my client after a few minutes in case of the incoming request takes more time.
java....
0
votes
1
answer
323
views
Using existing ActiveMQ "Classic" JCA RA in JBoss EAP 7.4 to connect to ActiveMQ Artemis remote servers by changes to configuration
Is it possible to repurpose existing code connecting to ActiveMQ "Classic" to connect to ActiveMQ Artemis by changes to configuration? If so what are the important parameters that need to be ...
6
votes
2
answers
9k
views
Which Docker registry should be used for Keycloak?
Running from a docker compose file
keycloak:
image: jboss/keycloak
container_name: keycloak
restart: always
environment:
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
...
1
vote
2
answers
513
views
Automating Temenos deployment
My goal is to automate the T24 deployment. Therefore I would like to know if the application BUILD.CONTROL (called via sh tRun EX) can be started in a non-interactive mode (as opposed to Input mode), ...
0
votes
2
answers
193
views
get 'Invalid Login credentials' logging into RedHat Fuse Management Console 7
my environment:
Ubuntu - clean install
JDK 11 Oracle
Jboss EAP 7.4 (installed in /var/jboss/EAP)
Fuse 7.12
Running standalone.sh
access console locally at localhost:8080/hawtio
tried Jboss admin user ...
0
votes
2
answers
576
views
How to add a cache programmatically in WildFly/JBoss using the Detyped Java API
There are many examples available how to add a datasource programatically using the Native Management API https://docs.jboss.org/author/display/AS71/Management%20API%20reference.html and its Java ...
0
votes
0
answers
395
views
Error when migrating from Jboss-7.4.0 to Jboss-7.4.5
When I am migrating to jboss-7.4.5 from jboss-7.4.0, I am getting this below error when starting my server.
12:53:55,533 INFO [org.jboss.modules] (main) JBoss Modules version 1.9.1.Final-redhat-...
0
votes
1
answer
943
views
Generating jboss-deployment.structure.xml using Maven
I'm currently migrating some Java project to Maven structure and I ran into a problem. Old EAR project contains jboss-deployment-structure.xml, so I've moved it to a Maven project under <EAR-ROOT&...
0
votes
1
answer
931
views
Spring boot / Jsp exception - java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.views.homePage_jsp
I have a SpringBoot, JSP and Maven application running on app server. I restarted the server and application stopped working. On browser it's showing 404 error. Server logs showing this exception -
*...
2
votes
2
answers
471
views
Planning migration from jboss to openliberty
I plan on migrating my application from jboss to openliberty. In jboss, I have a authentication and role mapping done using DatabaseServerLoginModule and configuring in standalone.xml file.
How do I ...
-1
votes
1
answer
780
views
jBPM Unable to login Remotely
We I very novices of jBPM. I installed JBoss jBPM 7.70 on Ubuntu 20.04 Linux server. I have installed Open Java 11.
After login, I modified the standalone.xml and the 127.0.0.1/Localhost to Linux host ...
0
votes
0
answers
434
views
Eclipse JBoss Plugin Wildfly 28 Support
I am using Eclipse version 2022-06 with JBoss Tools 4.24.0.Final plugin installed.
With this setup, I have been able to configure Wilfly 10 server on Eclipse.
Now we are moving to Wildfly 28. The ...
1
vote
0
answers
66
views
Increasing the throttling in JBOSS log
I am facing an issue regarding the throttling on my application and I am not aware of any changes that can increase this limitation.
Applications runs on Quarkus Framework and has imported the ...
0
votes
0
answers
152
views
How does static variable have different behavior in a module in Wildfly/JBoss?
In Wildfly/JBoss, if you have a static variable defined in a .jar file within a module, you will get a shared instance of that variable across all .wars that use that jar from that module. However, ...
0
votes
1
answer
233
views
How to fix a non-firing rule in drools
I am trying to learn drools. Following is the code – and the rule is not firing though fireAllRules is called .
Product class
package com.abc.main;
public class Product {
private String ...
0
votes
0
answers
1k
views
ERROR [io.undertow.request] (default task-175) UT005023: Exception handling request to /App/Loginaction: java.lang. NullPointerException
I am encountering an error after successfully deploying my .war file and accessing the web page. The page loads successfully, but upon entering my username and password, I receive an error. Can anyone ...
0
votes
0
answers
145
views
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 ...
1
vote
1
answer
279
views
Dockerized jBPM with DB2 Fails Upon Docker Restart
Dockerized jBPM with DB2 Fails Upon Docker Restart
Hello Stack Overflow Community,
I've encountered an issue with my Docker container that's running jBPM with a DB2 database. The issue arises ...