Skip to main content

Questions tagged [jboss]

JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

jboss
0 votes
0 answers
17 views

Wildfly 31 x Hibernate Envers : EnversService#initialize should be called only once

Hello im trying to run Hibernate envers on my wildfly server, project can be built with mvn clean install and tests for it runs fine but when i want to deploy it to the server i receive error, i also ...
Kajstrl's user avatar
  • 35
0 votes
0 answers
10 views

Trying to set up DX APM on JBOSS EAP 7.1 and its failing with java.lang.ClassNotFoundException

OS:Red Hat Enterprise Linux release 8.9 JBoss EAP 7.1.6.GA Configuration on startup script JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true&...
fanatik's user avatar
1 vote
0 answers
60 views

Error calling non-existent method due to different Jandex versions (JBoss vs SmallRye)

I'm facing an issue in my Java application where Hibernate (version 6.4.1.Final) attempts to call a method org.jboss.jandex.Indexer.indexWithSummary(java.io.InputStream) which is missing. The error ...
Adrienn's user avatar
  • 33
0 votes
0 answers
27 views

Why does XHR Request randomly get ERR_SSL_PROTOCOL_ERROR?

We have a really old web application which uses JSP, plain JS and Java 8 running on JBOSS servers and ERR_SSL_PROTOCOL_ERROR randomly occurs whenever application tries to get a resource or make an XHR ...
elif erdil's user avatar
0 votes
1 answer
27 views

How to use JBOSS 8 logging subsystem Filter Expressions

The documentation for JBoss EAP 7.4 is here I want to exclude an specific log when the error message contain the word ArithmeticException, I use filter-spec as follow <filter-spec value="match(...
user1169587's user avatar
  • 1,174
0 votes
0 answers
27 views

JBOSS EAP 7.4.16 not working with openjdk17 showing .jacc is missing

Its working fine with JBOSS EAP 7.4.0 and openjdk17 but when i migrated to 7.4.16, im facing this issue. org.wildfly.core.management.security.realm.ManagementRealm and jboss.http-upgrade-registry.http-...
techygk's user avatar
-1 votes
0 answers
46 views

java.lang.IllegalStateException: Cannot build JAXB context

java.lang.IllegalStateException: Cannot build JAXB context at org.jboss.ws.metadata.builder.jaxws.JAXWSMetaDataBuilder.createJAXBContext(JAXWSMetaDataBuilder.java:984) at org.jboss.ws.metadata....
ANJANEYULU BATHINA's user avatar
0 votes
0 answers
15 views

Configure multiple search-base-dn paths for ldap-realm

I'm trying to configure the ldap-realm, to search the user in multiple paths. The example configuration is: ./subsystem=elytron/ldap-realm=ldap-realm:add(dir-context=ldap-connection, \ direct-...
Alexander Rumanovsk's user avatar
0 votes
0 answers
22 views

How to completely disable EJB timers annotated with @Schedule?

The app has a bunch of EJB annotated with @Schedule. Is there a way to completely disable them? I am using Wildfly 26. Ideally I would like to disable it using jboss-cli. Or configure via standalone....
Lucas Pottersky's user avatar
0 votes
0 answers
42 views

Problem with JBOSS upgrade 7.3 to 7.4 - Spring

I got some problem for upgrade my Java Application and I don't know why. My Java application is on JDK 1.8, i have no problem when i deploy my EAR on Jboss 7.3 but i got problem when I deploy the same ...
Sébastien AOURA's user avatar
0 votes
0 answers
38 views

exclude log for a specific custom exception type in wildfly/jboss

I want to exclude a custom exception type in JBOSS 8/WILDFLY 28, how to do that? I add following in my standalone-full.xml in wildfly\standalone\configuration <logger category="package1....
user1169587's user avatar
  • 1,174
0 votes
0 answers
13 views

Error while reading metadata in jBoss8 management console

I'm working in the jBoss8 management console, however, whenever I press the plus button (for example to add a profile or an interface) I get the error "Error while reading metadata". I do ...
joaoprog's user avatar
0 votes
0 answers
42 views

Servlet error during deploy webapp on Wildfly 26.1.2

I'm trying to deploy my webapplication on Wildfly but i'm facing an error during startup. It seems something related to JAXRS but I cannot understand what i'm doing wrong... 00:11:20,162 ERROR [...
robby's user avatar
  • 1
0 votes
0 answers
33 views

io.fabric8.api.fabricexception: org.eclipse.jgit.api.errors.checkoutconflictexception: checkout conflict with files

Hello, I have a problem with a Jboss Fuse container. Detail: I am from a linux server. There is not much documentation on the project, so I am following the lines you have left, so there is a line ...
Dennys Belduma's user avatar
2 votes
0 answers
61 views

Cannot migrate from JBoss 6.4 to JBoss 7.1 in unitary tests: javax.naming.CommunicationException in the lookup

I have a test class with EJB that works with JBoss 6.4. This is the pom: <dependencies> <dependency> <groupId>junit</groupId> <artifactId&...
user21126632's user avatar

15 30 50 per page
1
2 3 4 5
1014