963 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
95
views
Java 8 - javax.sound.sampled.UnsupportedAudioFileException Error on JBoss Server
In an application I developed with Java 8, I am trying to convert a .wav audio file received in Base64 format to PCM_SIGNED format. The code works fine in the local environment, but I get the ...
0
votes
1
answer
84
views
JBoss 7.4 DB2 Datasource with valid credentials returns -551 SQL error when accessed by application
I have a JBOSS EAP 7.4 instance set up with 2 DB2 Datasources. I have confirmed the credentials are valid and working. I changed them to invalid credentials to ensure I was not getting a false ...
1
vote
0
answers
76
views
JBoss EAP 6.4 End to End HelloWorld RMI Example Not Working
What I tried already is having a simple HelloWorld application that has also java client code to try and invoke the session bean deployed in JBoss EAP 6.4 as shown in the details below but I couldn't ...
0
votes
0
answers
63
views
IntelliJ IDEA remote debugging failure - ConnectException: JBAS012144: Could not connect to remote
I want to be able to debug our Java webapp by remotely connecting to a JBoss EAP 6.4 server. My first attempt is to have the "remote" JBoss running on my local host.
My question is similar ...
0
votes
0
answers
112
views
JBoss 7.4.4: Deploy applications after queues creation
I'm trying to update some applications of our company from a server with JBoss 6.3.3 to a server running JBoss 7.4.4.
Everything looks fine. The only problem is that my application is trying to use ...
1
vote
1
answer
167
views
JBoss adds user to wrong realm found in property files
I had JBoss installed a while ago so I eventually forgot the password and username used for managing it (I mean the management console on port 9990).
I tried to reset the password by running the add-...
0
votes
1
answer
954
views
Getting deployment time error java.lang.NoClassDefFoundError: org/apache/tomcat/util/res/StringManager after JBOSS EAP Version Upgrade from 6.4 to 7.4
I am trying to migrate my application server (JBOSS EAP) from 6.4 to 7.4.3. But, after migration I am getting the below error during my spring boot microservice deployment time.
Caused By: java.lang....
0
votes
1
answer
516
views
How to resolve unmarshalling error after JBOSS EAP server migration from 6.4 to 7.4.3?
I am trying to migrate my application server (JBOSS EAP) from 6.4 to 7.4.3. But, after migration I am getting the below error while hitting my webservices.
Unwinding now: org.apache.cxf.interceptor....
0
votes
0
answers
47
views
Jboss server related issue
Packages waiting for a deployer:
org.jboss.deployment.DeploymentInfo@148f67e2 { url=file:D:/server/default/tmp/deploy/tmp6ems.ear-contents/ems.sar-contents/log4j-api-2.17.1.jar }
deployer: null
status:...
0
votes
1
answer
276
views
jboss fuse 6.1 features:addurl TLS1.2 Failed due to javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
We are in process to migrate a new nexus repo.
The below are the platform information:
Nexus Repo Server: HTTPS only supports TLS 1.2
Application server: FUSE 6.1
Java(...
0
votes
0
answers
59
views
What are the changes required for migrating Jboss 6 to Jboss 7.1.1
I'm using jdk 1.8 also i have tried changing jboss modules with 'jboss-modules-1.1.5.GA' in the root folder. No errors when the server is started but the server is not up and running. Can anyone help ...
0
votes
1
answer
87
views
MDB listening to a varying amount of IBM MQs
Here is my goal:
I have a Message-Driven Bean (class), which I want to deploy to a JBoss EAP 6 server. The MDB should listen to one or more external queues which I'll connect to using the ...
1
vote
1
answer
2k
views
Specifying logging in a JBoss and Hibernate environment
We have a Java-based webapp running on JBoss EAP 6.4. We were getting way too many log messages from certain portions of our code, for example, thousands of
15:06:31,400 INFO [stdout] (pool-6-thread-...
0
votes
1
answer
209
views
Do all the <server>s in host.xml of JBoss share the same database pool configuration?
Inside my host.xml file, I have the following entry:
<servers>
<server name="server-one" group="application-group" auto-start="true">
<socket-...
0
votes
1
answer
353
views
Context root automatically changing to temp folder name in JBOSS EAP 6.4
I have an application that I am trying to deploy to JBoss EAP 6.4. I don't see any errors while deploying the application. However, when I try to access the application with the context root like http:...