Questions tagged [jboss]

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

377 questions
1
vote
2 answers

How do I set up Jetty 6 & Jboss 4.0.5 virtual hosting?

I have 2 webapps deployed in the same JBoss/Jetty server. In Jetty 5.1.14 I had the following jetty-web.xml which configured one of the apps to run as a virtual host (on the same port):
1
vote
2 answers

openshift git not working

I have uploaded code to my openshift JBoss server before but when I upload some code today there are no changes when I open the page in the browser. When I use git I use these commands: git add . --all git commit -m "newcomment2" git push when I…
1
vote
0 answers

JBoss twiddle - invoking many operations

I have to invoke many operations via twiddle at one time. Isn't executing twiddle.sh many times slow? How can I speed it up?
1
vote
3 answers

Wildfly 8.1.0 Final freezes (keeps connections forever / Channel was closed mid chunk)

I have just migrated an application from JBoss 7.1.1 to Wildfly 8.1.0 Final. But now from time to time (like every 2 days) Wildfly freezes, and I have to restart it. My application is basically EJB/JPA/JAX-RS w/ Resteasy. By freezing I mean that…
Renan
  • 111
  • 1
  • 5
1
vote
1 answer

Linux commands shows different results

I'm really having a hard time to process these results on my Ubuntu server. I have a major problem with my JBoss server where I get FileNotFoundExceptions along with "No space left on device" errors when JBoss tries to create/move…
ClydeFrog
  • 135
  • 6
1
vote
0 answers

Got “page isn't redirecting properly” issue In mod_jk clustering

I have installed two jboss AS 7 servers on two different machines and i start these two by switching standalone-ha.xml configuration. Also i installed an apache httpd server in one of theses machine and i configured and install mod_jk module to the…
Anish Antony
  • 111
  • 2
1
vote
2 answers

Is JBoss AS 6 vulnerable to Heartbleed?

We have a series of cloud servers running JBoss AS 6.1.0 community edition. We restrict access to these systems using SSL. We generate an SSL certificate for each server and then manually distribute it to personnel that require access. The server is…
Len
  • 123
  • 1
  • 5
1
vote
2 answers

zabbix jboss monitored by zabbix

I try monitor JBoss by zabbix. I create Template and HOST. In Host I use JMX Interfaces. But when I enable this host I see this error: "java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is…
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
0 answers

Red Hat Virtualization, slow DB writes or network from virtual machine

I am running JBoss on both a physical machine, and a VM that runs within that same physical machine. The JBoss instance on physical machine is operating fast, but the JBoss on VM is slow (several orders of magniture). It appears that the following…
user1340582
  • 165
  • 1
  • 2
  • 5
1
vote
0 answers

How to Configure TimeOut For AJP connector

I am using ajp connector to connect to J BOSS nodes from Apache, ajp is configured to accept 400 concurrent connections by setting max Threads to 400, but few my connections are getting timeout. Where to configure timeout period for ajp connector,…
user1614862
  • 111
  • 1
  • 4
1
vote
0 answers

(Chrome/IE) 502.3 error encountered when POST-ing a file to an SSL-enabled IIS server running ARR that routes to JBoss

I am trying to get a file upload function to work on my site. It basically POSTs an image + image_id to the server. The server is running IIS7 with ARR. I have JBoss AS 7 running in the server as well, but have opted to route requests to it using…
Jensen Ching
  • 111
  • 4
1
vote
1 answer

OpenShift: Connecting to JBoss EAP 6 management (SSH tunneling?)

I'm trying to connect to JBoss EAP 6 instance management on OpenShift. Connecting directly doesn't work (firewall), so I want to set up a SSH tunnel: ssh -L 10999:localhost:9999 683...@web-ozcz.rhcloud.com And then jboss-eap-6.1/bin/jboss-cli.sh…
Ondra Žižka
  • 434
  • 2
  • 5
  • 14
1
vote
0 answers

Diagnosing the cause of high Apache "Busy Servers" count

Apologies in advance for a slightly wordy question. We provide hosting and application management of a J2EE web application. The technology stack is CentOS 5.9 64 bit, Apache 2.2.17, Tomcat 5, JBoss 4.2.2. The (virtual) server has 6 GB RAM. We…
MrGordonz
  • 51
  • 1
  • 2
  • 5
1
vote
1 answer

How to Use Logwatch With JBoss Logs

I'm successfully using Logwatch for Tomcat and Apache but not for JBoss. For some reason Logwatch can not access any files under the JBoss directory. Is there anything I can do to make this work? I'm trying to use Logwatch with JBoss nohup.out…
Mike T
  • 493
  • 1
  • 4
  • 6
1
vote
0 answers

Trying to Setup Log Monitoring with Sentry

I am trying to setup a log monitoring application for monitoring Jboss Application logs. We have more than 50 Jboss Application servers in all our environments. My Requirement is below. The log monitoring app should be open source. There is less…
ArunS
  • 315
  • 1
  • 5
  • 16