JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
0
votes
1answer
184 views
JBossAS 6 & Riftsaw: “No context found for request” when loading WSDL
I'm evaluating the use of Riftsaw and have been following the Getting Started guide:
http://docs.jboss.org/riftsaw/releases/2.3.0.Final/gettingstartedguide/html/examples.html#d0e240
I've installed ...
0
votes
1answer
42 views
How do I investigate new transaction behaviour between Mysql 5 and JBoss 4.02 inside OpenVZ?
I have moved a production server over to OpenVZ, something that I've done many times before, only this time it has impacted the transaction behaviour of certain operations.
All my tables are innoDB. ...
1
vote
2answers
185 views
JBoss basic access
I have JBoss 5 deployed on Solaris 10 - the servers connection has unrestricted high ports (>1023) open to the internet.
I can access the box via ssh & FTP from a second server on the same subnet ...
1
vote
2answers
143 views
apache and jboss load balancing setup
In a normal load balancing setup with apache(mod_jk) and jboss what part of the total processing is done by apache and what part of it is done by jboss. If apache only balances the load then, in ...
1
vote
0answers
264 views
How to use twiddle to get all the attributes name=HttpRequest1,type=RequestProcessor,worker=http-<ip>-8080
How to use twiddle utility in JBoss to get all the attributes of any Request Processor
for ex:
name=HttpRequest1,type=RequestProcessor,worker=http-ip>-8080
where ip is the ipaddress of the ...
1
vote
1answer
345 views
Using apache Mod_proxy_loadbalancer with JBoss
We are using Apache mod_proxy_loadbalancer with 4 backend JBoss, here are the configuration in backend server:
<Proxy balancer://www>
Allow from all
...
2
votes
0answers
1k views
JBoss AS 4.0.x attacked
I have an application running on JBoss Applicatoin server (version 4.0.2) and its binded to a public address. Recently I found out some weird files and folders in one of my application folder. The ...
0
votes
1answer
270 views
how can I monitor Jboss threads to see the response times and waiting times in real time
We are facing a problem of slowness in performance when the requests are being served from JBoss. We had a web server routing requests to application server and we could see the problem with JBoss's ...
1
vote
1answer
491 views
What to do: Arjuna RecoveryManager startup failing: SocketProcessId.getpid could not get unique port
When starting up a fresh instance of JBoss 6.1, I get the following error
from Arjuna Recovery Manager, which I believe is part of the jboss-ts transaction
service package. This error blocks the web ...
1
vote
1answer
244 views
How do I set the jmx to listen in a specific IP
I am trying to configure jboss to allow monitoring with a jmx tool (I am looking at a few so no need to give).
Looking at the properties in java jmx docs it does not seem to have a property to set ...
0
votes
2answers
367 views
log the Jboss connection pool count
I have a jboss-4.2.3.GA installation where I suspect the thread pool may be incrising over time due to threads not being properly released. I am not getting any messages when maxthreads is reached, ...
0
votes
4answers
1k views
Access to Service from Remote and Local JBoss 7
I have two different servers (i.e. a tomcat on port 8082 and a jboss on port 9080) on a Suse Linux machine. The first one has been installed some time ago and the second one I just installed recently. ...
1
vote
1answer
2k views
How do you set up the crossdomain.xml for site whose URL is the machine name?
I'm working on a Silverlight app hosted on IIS 6 (Windows Server 2003), which talks to a web service on a JBoss app server (JBoss 4.2.2 also on Windows Server 2003). The Silverlight app is only used ...
1
vote
1answer
176 views
multiple loadbalancers in modjk configuration in Apache Webserver for JBoss Instance Load-balancing
In most of the cases, we will have
1)only one worker defined of type 'lb' (Loadbalancer)
2)we will have multiple member workers (target application server instances defined)
3)We will map those target ...
0
votes
1answer
213 views
Does JBoss (or tomcat) log 503 errors to the access log
I've enabled the access log in JBoss. I see that it logs 404's, but will it log 503 errors as well?
Thanks!
0
votes
1answer
84 views
How to redirect domain.com/company to domain.com?name=company?
I have a web application running in JBoss on www.domain.com:8080/webapp. I want users to be able to use the URL www.domain.com/company and have that redirected to ...
2
votes
1answer
595 views
JBoss 5.1.0 on JDK 1.6 - do I need to tweak the configuration to get it to work?
I am in the process of installing JBoss 5.1.0 on machines running JDK 1.6.0u21.
In the 5.1.0 release notes there is the following paragraph in the section titled "Compatibility Issues from 5.0.0.GA":
...
0
votes
2answers
481 views
how to connect to mysql running remotely from the jboss
i am facing problem in connecting to mysql running on remote machine from the jboss,
Environment setup:
1. Linux machines
(Jboss) node1:192.168.1.12
(mysql) node2:172.18.0.1
i have ...
1
vote
0answers
354 views
JBoss twiddle errors
First attempt to use JBoss's twiddle command line tool. Both these commands:
/local/apps/jboss-as/bin $ ./twiddle.sh -H serverinfo
/local/apps/jboss-as/bin $ ./twiddle.sh -H get
Error to stdout:
...
-1
votes
3answers
912 views
Linux tmpfs having no effect on performance!
In order to speed up JBoss startup and use, I copied the contents of my <jboss-home> dir to a big enough tmpfs 'disk'. With this, I was expecting significant speedup.
However, to my surprise, ...
1
vote
2answers
2k views
Load Balancing JBoss App Server with Apache using mod_jk
I am trying to set up a JBoss Cluster with Apache Load Balancing. But when I type localhost in my browser it should get redirected (proxied?) to port 8080 (JBoss) but it is not getting redirected.
...
4
votes
1answer
431 views
What are the advantages/disadvantages of using cgroups?
I administer several Linux-based servers and we are looking at migrating several JBoss apps as well as a couple of websites running on Apache from a RHEL 5.5 (64-bit) server with 4 cores to a RHEL 6 ...
0
votes
2answers
1k views
How to use iptables to forward requests to a jBoss server running on a different machine?
I have 3 machines with the following IP addresses : -
Machine 1 : - 10.10.10.20 Machine 2 :- 10.10.10.21 Machine 3 : - 10.10.10.22
The jBoss server is started on Machine 1 and Machine 3 is client. ...
2
votes
1answer
219 views
JBoss 5.1.0 GA with Apache Load Balancer
I've followed the tutorial here: http://community.jboss.org/wiki/UsingModjk12WithJBoss
All my files as configured as it says there but then I try to access http://localhost/jmx-console I get
Proxy ...
0
votes
1answer
183 views
Cannot access firewalled jboss server from Internet Explorer
I've produced a website for a client One Single Menu using JBoss and hosted it on Rackspace Cloud Servers running Ubuntu's Maverick Meerkat. Following advice, I esablished some iptables rule to ...
0
votes
1answer
206 views
JBoss 4.2 Autodiscovery Failure (NoClassDefFoundError)
I am experimenting with Hyperic for the first time. I have a basic server & agent setup and working on a Redhat Linux box. But when the autodiscoverer is running for JBoss 4.2 I get the exceptions ...
2
votes
2answers
2k views
JBOSS Vulnerability [PCI Scan]
This morning i received from the auditors a scanner result for our jboss server and we need to solve three important issues, but honestly i was googling for a while and nothing found. if any one know ...
0
votes
1answer
119 views
Installing jems-installer on headless server, error
I'm trying to install JBoss on one of our virtual servers. I downloaded the jems-installer to install JBoss, but it's expecting to run in a GUI. This is the error I get.
[root@S3WEB tmp]# java -jar ...
0
votes
1answer
202 views
Configure separate port for Jboss Admin Console
We want to configure our jboss server behind a firewall. We want to allow access only to our web application.
Is there any way to configure separate port for jboss admin-console, jmx-console?
2
votes
1answer
134 views
Deploying XML resources to JBoss using Twiddle
We are moving to JBoss 5.1.0 with autodeployment disabled. Therefore, we need to use twiddle to do our deployments.
The only place I have got stuck is deploying .xml files. These files are ...
2
votes
1answer
747 views
How does Apache mod_proxy_ajp work when Jboss runs as a cluster with AJP on 2 different ports?
I am trying to get an Apache webserver to load balance to a JBoss cluster, but unfortunately, I dont understand how mod_proxy_ajp works through the load balanced scenerio, since each of the 2 ...
0
votes
1answer
313 views
JBOSS taking more than 100% CPU
Even if no application is deployed on JBOSS 4.2.2, it is taking more than 100% CPU on my linux machine.
Please help.
0
votes
1answer
266 views
Linux server with JBoss , the system cache increased each day
We run an Apache Mod_proxy cluster with 3 JBoss in three dedicated server. Because we need share many files (small object files which our apps need to read/write ) between these JBoss servers ,we ...
0
votes
2answers
947 views
Crontab to restart jboss server
i want to create a crontab to restart my jboss server every night. Nothing special and i thought it would be easy....
I got this crontab:
0 22 * * * ...
0
votes
1answer
2k views
jboss SSL godaddy configuration error
I have created private key file using the keytool key like this
keytool -genkey -alias signcert -keypass xxxxxxxxx -keyalg RSA -keysize 2048 -dname "CN=xxxx.xxxxx.xxx,O=xxxxxxxx ...
1
vote
0answers
525 views
mod_proxy_balancer with JBoss get many CLOSE_WAIT
We have a small web cluster for servering about max 400 concurrent user each day.
We using :
Apache 2.2.14
mod_proxy
mod_proxy_httpd
mod_proxy_balancer
JBoss 4.2.2 GA
Firstly we tried AJP and ...
0
votes
1answer
47 views
Optimal hosting of website and platform api on EC2
We intend to deploy a web site (based on Drupal) and the associated platform api on Amazon EC2. Would like to know what would be a better way to architect this solution w.r.t to instances (meaning ...
0
votes
3answers
1k views
SSL redirect problem with JBoss 4.2.3, Apache mod_jk and a hardware load balancer
We are currently experiencing some problems with a network setup we have not used so far and I hope to get some more input how to work around this.
The network of a customer of us uses 4 JBoss ...
1
vote
1answer
710 views
JBoss 6 Class Loading Issues
I am using JBoss 6 and i want to deploy my war application. I was deploying my application to JBoss5 successfully by using jboss-classloading.xml under my web-inf directory. This isolation method was ...
1
vote
0answers
115 views
SQL server periodically gets disconnected
Our environment is:
Windows Server 2003, Service Pack 2
SQL Server Express 2005
SQLServer JDBC driver 1.2 (also tried Jtds)
Sun JDK 1.6 (we tried this on JDK 1.5 as well)
There is no virus protection ...
1
vote
2answers
663 views
Jboss clustering in Amazon EC2
I am working to put an application that would require scalability on Amazon EC2 but this is new to me. I started reading on jboss clustering and how to create new nodes with multi-casting.
While ...
1
vote
0answers
389 views
JBoss Cluster Best Practices
I have found several articles by academics on how to setup JBoss clustering but I would like some opinions from people how have REALLY done it.
First off in every serious article I've come across I ...
1
vote
2answers
3k views
JBoss thrown error looking up local address when starting
Hello im installing a fresh Jboss 5.1 in a Centos 5.5 machine. I dont have Apache installed. So when I try to start jboss using the comand ./run.sh I get the following error
15:13:57,414 INFO ...
0
votes
1answer
796 views
jboss 5.1 mysql connection pooling
I am using JBOSS 5.1.0.GA, MySQL 5.5 and Hibernate 3.3.1 GA (included with JBOSS) + Spring.
My question is do I need to add c3p0 as a data source in my spring/hibernate configuration for connection ...
0
votes
1answer
26 views
JSF Portlets in Liferay on JBoss
I'm currently looking at working with and deploying JSF portlets into Liferay 6.0.5, sitting on JBoss 5.1.0. I ran into a lot of trouble trying to port some JSF-y/Seam-y/EJB-y stuff I had lying ...
0
votes
1answer
2k views
configuring oracle-ds.xml file in jboss
how can I connect jboss with database and how can I configure oracle-ds.xml
4
votes
1answer
492 views
How to remove the pause during JBoss 5.1.0 GA boot between ProfileServiceBootstrap and AnnotationCreator?
I've managed to strip down my JBoss profile enough that it boots in 1.5 minutes. I started with the web profile and started pulling out stuff I didn't need. The bulk of my boot time can be seen here:
...
0
votes
1answer
384 views
Disabling certain JBoss ports
We are trying to configure JBoss 5.1.0 to be as lightweight and as secure as possible. One of the parts of this process is to identify and close any ports we do not need.
Three ports that we have ...
0
votes
1answer
499 views
Jboss-4.0.5 Run.bat error ? (OS=Windows XP)
wehen I execute the Run.bat file in Jboss-4.0.5 the following error appear :-
Error: no server JVM at C:\Program Files\Java\jre6\bin\server\jvm.dll'.
Press any key to continue . . .
I download ...
0
votes
3answers
231 views
Securing Ubuntu server
Am a noob and trying to secure a Ubuntu 10.04 Lts remote server for my application deployment...& i have ssh access to it.,
i would be grateful if somebody can help me by giving some ...