Questions tagged [jboss]

JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.

377 questions
0
votes
1 answer

jboss Caught Secure FTP Exception

I`m using Jboss 4.4 on top of RHEL 4.7 and when implementing a FTP session my log continually throws tihs kind of error: org.jboss.internal.soa.esb.util.SecureFtpImpl] Caught Secure FTP Exception So far it`s not my application but rather Jboss'es…
Arvychile
0
votes
0 answers

Jboss EAP5 fails to start on Linux

I am trying to start JBoss EAP5 server on Linux CentOs machine. However, the process gets killed abruptly and I get nothing in the boot.logs. Please find the logs below: Server Library URL: file:/usr/share/jboss-5.1.0.GA/server/default/lib/ Server…
Aman
  • 1
  • 1
0
votes
1 answer

Wildfly Cluster w/S3 Ping and IAM Instance Role?

I've successfully managed to deploy a Wildfly cluster in AWS, using the jGroups S3_Ping functionality rather than the normal broadcast method. However, all of the documentation I've seen requires me to provide the AWS access key and secret within…
0
votes
0 answers

Turned off SSL's in JBOSS nmap thinks different

I set my JBOS server to use TLS only with the following line in the connector sslEnabledProtocols = "TLSv1.1,TLSv1.2" but when I check the server with NMAP it shows: ssl-enum-ciphers: | SSLv3: | ciphers: | …
whd
  • 73
  • 1
  • 1
  • 7
0
votes
1 answer

JBoss Problems on Windows with JBoss service start and CF9 Deployment!

i have downloaded JBOSS 5.1 and unzipped it to c:\jboss-5.1.0.GA. I have installed java jdk1.6.0_17 and i am using Windows XP SP3 (Dev-Environment) I have two problems. I am not able to use it as a service. I get the local JBoss website…
mrt181
  • 171
  • 1
  • 10
0
votes
1 answer

Postgres behave abnormally

I have production application running on PostgreSQL database on a on premise Ubuntu System. Recently I have been facing one strange issue, that Postgres service is getting killed itself and then it is restarted. I am getting below error in JBoss 7.1…
0
votes
1 answer

JBoss deployment keeps using old version of files even after new files updated

There was a problem with a web service we deployed; users could not log in, and our logs displayed errors and exception stack traces. Dev worked on the problem and provided a new package to deploy. When I deploy the new package and we try to use it,…
Loduwijk
  • 565
  • 3
  • 5
  • 15
0
votes
1 answer

Jboss is unable to connect to Apple Push Networks

I'm using Aerogear Unified Push server to deliver messages to push networks. Into my setup messages are properly delivered into Android networks but they fail to be delivered in Apple. The error seems to occur still on the handling from the back end…
vfbsilva
  • 101
  • 5
0
votes
3 answers

Is it safe to stop a Jboss EAP server with Kill -9?

We are having an internal debate about this. Running jboss eap 7 on RHEL. We currently have a script to stop the server by simply running kill -9 on the java process. My suggestion was to use the proper jboss command to shut down: jboss-cli…
0
votes
1 answer

Can the last modification date of standalone.xml file be changed alone?

In our production envirement (jboss wildfly 8.2), Windows server 2012 R2, I noticed that all of the date of creation, modification and access of the configuration file Standalone.xml was changed to the same date. I took a look at the event log to…
KacemSys
  • 3
  • 3
0
votes
1 answer

Migration from JBoss 4.0.5 GA to JBoss 5.1.0 GA

Currently we have migrated from JBoss 4.0.5 GA to JBoss 5.1.0 GA. Our application runs under JBoss 4.0.5 GA well. The reason for migration to enable web service. I can't find a way to create a web service on JBoss 4.0.5 GA. While running on JBoss…
rahul c
0
votes
0 answers

JBoss isn't reachable, why?

I'm running CentOS 6 (for 32-bit architectures) on a 20GB partition of my laptop. I'm trying to install JBoss 7.1.1 with java 8 (JAVA_HOME=/usr/java/jdk1.8.0_152). Basically I followed this online guide but now when I start Jboss as management user…
0
votes
1 answer

JBoss SSLHonorCipherOrder Unexpected Attribute

We have recently moved to HTTPS and we are using Jboss 7.1.0 AS. We have the following standalone.xml configuration at our end.
0
votes
1 answer

JBoss EAP XA datasource with MDB failing

I have an MDB running that is posting data to an oracle db. XA data source configured as:
0
votes
1 answer

Need to rest jboss admin password (no add-user.sh)

I need to access the JBoss AS Administration Console: myserver101:11090/admin-console mserver101 is a RHEL virtual server However I do not have the username/password credentials. I have tried the obvious one, e.g. admin/admin, Administrator/password…
deejbk
  • 1
  • 2