Questions tagged [jboss]
35 questions
6
votes
1 answer
SIGTERM not working occasionally
We use the regular /etc/init.d/jboss stop to stop the jboss on our machines. But at times, it does not stop the process and we get what is pasted below. When this happens we kill the process with a kill -9. Could this be a bug in the application…
Sreeraj
- 4,984
- 10
- 38
- 57
6
votes
3 answers
obsoleted package breaks yum install of older JBoss
I need to install an older version of JBoss. 6.1.0 EAP is what has been approved and supported for my application. So when I try to force install the correct version of the jboss as packages the install fails. A number of times in the dependency…
abruzzi
- 61
- 1
- 2
3
votes
1 answer
HOWTO detect when JBOSS is fully up and running and ready to accept deployments?
I have a simple "sanity-check" webapp that I wish to deploy on a JBoss EAP server as soon as it is started. But what does "started" mean? If my script that calls the jboss cli is launched too soon after JBoss reports it's done, I get a message…
Steve Cohen
- 343
- 3
- 13
2
votes
1 answer
jboss service is not starting up in CentOS7
Unable to fork initd scripts on Centos 7. I have installed JBOSS EAP7 which comes with inbuilt initd scripts to start the service. I start/stop/restart the services like the following which works fine. However, when I fork the same initd scripts via…
Gokulnath Kumar
- 85
- 1
- 2
- 18
2
votes
0 answers
How to turnoff Debug mode in Jboss server on a Linux machine?
When I start a JBOSS server 6.4 on my linux machine, it displays all the messages. But I don't want to see those messages, hence need to disable them.
How can I turn off those messages in JBOSS 6.4 server?
I referred other websites that mentioned…
Saravanan
- 37
- 1
- 1
- 6
2
votes
0 answers
BRMS Giving error when importing repo.xml on other node
BRMS Version 5.3
Jboss 6.0
RHEL 6.4
I have installed BRMS 5.3 On RHEL 6.4 & was able to import the default repository successfully for the first time, but I am unable to import UAT repository on another PROD system
When I am doing such…
user99370
1
vote
0 answers
Installing Jboss tools in ubunto is aborted
When installing "Jboss tools 4.24.0 Final" in Eclipse, the following error message appears:
Warning: You are installing software that contains unsigned content.
The authenticity or validity of this software cannot be established.
Do you want to…
Dev Learning
- 11
- 1
1
vote
0 answers
Problem by configure JBoss EAP 6.x as Service on RHEL 7
I update my RHEL6 to RHEL7.7. But I must still use the Jboss EAP6.4.22 for a while. After the update of RHEL7 I have problem by starting the Jboss as a service. I've googled but till now haven't found any helpful information.
Here below is my…
thomas2004ch
- 111
- 1
1
vote
0 answers
Restarting JBOSS EAP7 doesn't resume the service
Look at the below output, I am trying to restart the JBOSS Eap7 application on CentOS7 but it doesn't resume back.
# ps -ef | grep java
jboss 2906 2837 2 12:31 ? 00:00:15 java -D[Standalone] -server -verbose:gc…
Gokulnath Kumar
- 85
- 1
- 2
- 18
1
vote
2 answers
How to write a script to verify Jboss just started
I have to write a script to run JBoss and also verify and inform JBoss has just started in system startup. Below code is to related to verifying part.
Please correct logical and syntax mistakes I have done.
Log record I am greping:
2017-10-27…
Prabash
- 65
- 3
- 11
1
vote
0 answers
I am getting following error , when I am running a JBOSS server?
I am Installed Jboss in my machine. But, While I am running I am getting following issue.
10:36:15,667 ERROR [org.jboss.as.process.Server:IDMDomain.status] (ProcessController-threads - 3) JBAS012006: Failed to send data bytes to process…
Saravanan
- 37
- 1
- 1
- 6
1
vote
1 answer
How to install jboss7.1 on centos7?
I have used following commands to install java.
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"…
harsh sharma
- 121
- 2
- 4
- 14
1
vote
2 answers
Cron job throwing error "service: not found [No such file or directory]" but when executed manually in terminal script works fine
service jbossas status -> command will check the jbossas status
jbossas(PID) is running (if jbossas is running)
jbossas is stopped (if jbossas is stopped)
#!/bin/ksh
#set -x
OUT_LOG="$1"
stus=$(service jbossas status)
var=$(ps -ef | grep -i…
star
- 173
- 2
- 9
1
vote
1 answer
How can I understand if my system is using jBoss?
I have just noticed there is no space available in my server, therefore I need to remove something.
It seems the /opt/jboss-6.1.0 directory is taking more than 200Gb (unbelievable).
I would like to remove it, but I am not sure if the server is using…
MeV
- 131
- 1
- 5
1
vote
1 answer
How to pass Command to program open in shell?
I am writing a shell script to auto-deploy a program with Jboss-cli, in linux ubuntu. I need to open the jboss cli interface and execute some commands but I want to do this automatically.
what it looks like
cd /opt/jboss/bin
./jboss-cli.sh…
Sam Orozco
- 113
- 5