[JBoss-user] [Clustering/JBoss] - Deploying .ear file in the farm folder of one node is not ge

2005-08-26 Thread gshekar
Hi,

Deploying .ear file in the farm folder of one node is not getting pushed to 
other nodes.

Please suggest.
Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891779#3891779

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891779


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: My application hangs when more than one node in the clus

2005-08-18 Thread gshekar
Hi Ben,

All the nodes are running from all config.  I have done the Basic cluster test 
following the guidelines in: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=BasicClusterTest .

When I first enter the URL, the web page does not appear, but when I refresh it 
appears.  So the application does not hang, instead responds when I click twice 
or click the refresh button on the web browser.

Thanks & Regards,
-GnanaShekar-


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890524#3890524

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890524


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Ignoring sunJDK14IsLocalBugFix=true due to inability to load

2005-08-18 Thread gshekar
Hi,

I am getting the following exception while starting jboss.  I am using Jboss 
4.0.2 and Sun Java 1.5.0_04.  Please suggest / help.

Thanks & Regards,
-GnanaShekar-

2005-08-18 09:45:45,896 DEBUG [org.jboss.iiop.CorbaORBService] Ignoring 
sunJDK14IsLocalBugFix=true due to inability to load o
rg.jboss.iiop.SunJDK14IsLocalBugFix
java.lang.ClassNotFoundException: Unexpected error during load of: 
org.jboss.iiop.SunJDK14IsLocalBugFix, msg=com/sun/corba/se
/internal/iiop/ShutdownUtilDelegate

2005-08-18 09:45:55,069 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could 
not create table with SQL: CREATE CACHED TABLE
 JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, DESTINATION VARCHAR(255) NOT NULL, 
TXID INTEGER, TXOP CHAR(1), MESSAGEBLOB OBJECT
, PRIMARY KEY (MESSAGEID, DESTINATION) )
java.sql.SQLException: Table already exists: JMS_MESSAGES in statement [CREATE 
CACHED TABLE JMS_MESSAGES]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)

2005-08-18 09:45:55,071 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could 
not create table with SQL: CREATE CACHED TABLE
 JMS_TRANSACTIONS ( TXID INTEGER, PRIMARY KEY (TXID) )
java.sql.SQLException: Table already exists: JMS_TRANSACTIONS in statement 
[CREATE CACHED TABLE JMS_TRANSACTIONS]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890560#3890560

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890560


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: My application hangs when more than one node in the clus

2005-08-18 Thread gshekar
Hi,

We are using 3 identical solaris 10 servers for 3 jboss nodes.  In one of the 
nodes jboss throws the following exception while start.  This is the node which 
when isolated from the cluster, the application works fine.  I have setup all 
the 3 nodes in identical way.. I don't know what makes one of the jboss 
instance throw this exception... Please suggest/help.

Thanks & Regards,
-GnanaShekar-

2005-08-18 09:45:45,896 DEBUG [org.jboss.iiop.CorbaORBService] Ignoring 
sunJDK14IsLocalBugFix=true due to inability to load 
org.jboss.iiop.SunJDK14IsLocalBugFix
java.lang.ClassNotFoundException: Unexpected error during load of: 
org.jboss.iiop.SunJDK14IsLocalBugFix, 
msg=com/sun/corba/se/internal/iiop/ShutdownUtilDelegate
at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:512)


2005-08-18 09:45:55,069 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could 
not create table with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER 
NOT NULL, DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), 
MESSAGEBLOB OBJECT, PRIMARY KEY (MESSAGEID, DESTINATION) )
java.sql.SQLException: Table already exists: JMS_MESSAGES in statement [CREATE 
CACHED TABLE JMS_MESSAGES]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

2005-08-18 09:45:55,071 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could 
not create table with SQL: CREATE CACHED TABLE JMS_TRANSACTIONS ( TXID INTEGER, 
PRIMARY KEY (TXID) )
java.sql.SQLException: Table already exists: JMS_TRANSACTIONS in statement 
[CREATE CACHED TABLE JMS_TRANSACTIONS]
at org.hsqldb.jdbc.Util.throwError(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeUpdate(Unknown Source)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890554#3890554

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890554


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - My application hangs when more than one node in the cluster

2005-08-17 Thread gshekar
Hi,

My application hangs when more than one node in the cluster is active.  The 
application works fine when there is only one active node in the cluster. 
Please help.

I have clustered 3 instances of jboss running on 3 solaris 10 servers.
I am using mod_jk with apache to talk to the cluster.  Find below the mod_jk 
configuration.

httpd.conf

LoadModule jk_module /data/bronze-web/modules/mod_jk.so


JkWorkersFile /data/bronze-web/node02/workers.properties
JkLogFile /logs/bronze-web/node02/mod_jk.log
JkShmFile /logs/bronze-web/node02/jk-runtime-status
JkLogLevel debug
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkRequestLogFormat "%w %V %T"
JkMount /* loadbalancer


workers.properties
--
worker.list=loadbalancer
worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=node01,node02,node03

worker.node01.port=8009
worker.node01.host=bronze-app-dev-01.am.health.ge.com
worker.node01.type=ajp13
worker.node01.lbfactor=1

worker.node02.port=8009
worker.node02.host=bronze-app-dev-02.am.health.ge.com
worker.node02.type=ajp13
worker.node02.lbfactor=1

worker.node03.port=8009
worker.node03.host=bronze-app-dev-03.am.health.ge.com
worker.node03.type=ajp13
worker.node03.lbfactor=1


Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890312#3890312

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890312


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Anyone who has built mod_jk for apache on solaris 10 -- Plea

2005-08-02 Thread gshekar
Hi,

I am using Apache that comes default with Solaris 10 on SPARC platform.  I am 
not able to build mod_jk for it.  Please help.

I am getting the following error:
[EMAIL 
PROTECTED]:/apps/apache/mod_jk/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native
 $ make
Making all in common
/apps/apache/mod_jk/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common
/bin/bash /var/apache2/build/libtool --silent --mode=compile gcc 
-I/usr/apache2/include -g -O2 -xO3 -xarch=v8 -xspace -W0,-Lt -W2,-Rcond_elim 
-Xa -xildoff -DSSL_EXPERIMENTAL -DSSL_ENGINE  -DHAVE_APR  
-I/usr/share/src/apache2/srclib/apr/include 
-I/usr/share/src/apache2/srclib/apr-util/include -g -O2 -DSOLARIS2=10 
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I /usr/j2se/include -I 
/usr/j2se/include/ -c jk_ajp12_worker.c -o jk_ajp12_worker.lo
gcc: unrecognized option `-Xa'
gcc: unrecognized option `-KPIC'
gcc: language ildoff not recognized
gcc: jk_ajp12_worker.c: linker input file unused because linking not done
mv: cannot access .libs/jk_ajp12_worker.lo
*** Error code 2
make: Fatal error: Command failed for target `jk_ajp12_worker.lo'
Current working directory 
/apps/apache/mod_jk/src/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='common apache-2.0'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
  else \
local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'

Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887910#3887910

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887910


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Does jboss reconnect to the database automatically.

2005-05-19 Thread gshekar
Hi, 

After a network problem or database restart, does jboss reconnect to the 
database automatically. 

If not, is there a way to configure it so that it will automatically reconnect. 

Thanks & Regards, 
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878370#3878370

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878370


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Does jboss reconnect to the database automatically.

2005-04-25 Thread gshekar
Hi,

After a network problem or database restart, does jboss reconnect to the 
database automatically.

If not, is there a way to configure it so that it will automatically reconnect.

Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875247#3875247

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875247


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - List of events when jboss restart is required.

2005-02-22 Thread gshekar
Hi,

Can somebody give a list of events when jboss restart is requied.

Regards,
-GnanaShekar- 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867443#3867443

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867443


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - ServiceBindingManager

2005-01-28 Thread gshekar
Hi,

I have set the port 8080 to 18080 in 
${JBoss_Home}/server/node1/deploy/jbossweb-tomcat50.sar/server.xml .

As per my understanding no matter what the port numbers are in the service 
descriptor file (server.xml), Those port numbers should be overridden by the 
ones given to ServiceBindingManager via 
${Jboss_Home}/server/node1/deploy/conf/service-bindings.xml.  

But this is not what is happening. Even though I start the 2nd instance of 
jboss using the following command, port 18080 is being used.

nohup ./run.sh -Djboss.server.ports=ports-01 -c node1.

I am expecting it to use port 8180, which is mentioned in 
${Jboss_Home}/server/node1/deploy/conf/service-bindings.xml.

I am using JBoss 4.0.1.

Please suggest,
Thanks & Regards,
-GnanaShekar-


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863964#3863964

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863964


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-28 Thread gshekar
Sorry... I don't know how to post the XML in message body.  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863970#3863970

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863970


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-28 Thread gshekar
I don't know whey the xml is getting ripped when I post the reply.  Trying to 
comment the xml stuff and post.

   
   
   

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863968#3863968

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863968


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-28 Thread gshekar
Hi,

After finding how to use Chainsaw, thought posting the steps might be be useful 
for others.

It was possible with SocketHubAppender and SocketHubReceiver.
I haved added the following configuration section for SocketHubAppender in 
${JBOSS_HOME}/server/default/conf/log4j.xml.  Also I have configured the root 
category for SocketHubAppender.

   
   
   

   
  
  
   
   .
   .
   .
   .
   .
   
  
  
  


We can now configure a SocketHubReceiver in Chainsaw on our laptop to connect 
to the Jboss logs running on some unix server on port .  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863967#3863967

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863967


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-27 Thread gshekar

  | 
  |
  |
  | 
  |
  |   
  |   
  |
  |.
  |.
  |.
  |.
  |.
  |
  |   
  |   
  |   
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863988#3863988

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863988


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - How does ServiceBindingManager assign port 8190 for 2nd inst

2005-01-27 Thread gshekar
Hi,

I am able to successfully run 2nd instance of jboss using 
ServiceBindingManager.  But i don't understand how ServiceBindingManager is 
using port 8109 for the 2nd instance.  This port is not even mentioned in 
${JBoss_Home}/server/node1/conf/service-binding.xml file, which is a copy of  
${JBoss_Home}/docs/examples/binding-manager/sample-bindings.xml .

I am starting the 2nd instance of jboss as follows
nohup ./run.sh -Djboss.server.ports=ports-01 -c node1

Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863962#3863962

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863962


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Please brief me the steps involved in using chainsaw to

2005-01-27 Thread gshekar
I don't know whey the xml is getting ripped when I post the reply.  Disabling 
BBCode in this post.

   
   
   

   
  
  
   
   .
   .
   .
   .
   .
   
  
  
  


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863969#3863969

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863969


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Does jboss generate System.out. I saw and appender for

2005-01-26 Thread gshekar
   
   
   

   
  
  
  

  
 
 
  
   

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863766#3863766

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863766


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Does jboss generate System.out. I saw and appender for

2005-01-26 Thread gshekar
   
   
   

   
  
  
  

  
 
 
  
   


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863765#3863765

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863765


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Does jboss generate System.out. I saw and appender for that

2005-01-26 Thread gshekar
Hi,

Can somebody tell the use of following appender in log4j.xml of jboss.
I dont find System.out anywhere.

   
   
   

   
  
  
  

  
 
 
  
   

Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863764#3863764

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863764


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Need to upgrade log4j to 1.3a in jboss 4.0.1.

2005-01-25 Thread gshekar
Hi,

Please let us know the procedure to upgrade log4j to 1.3a in jboss 4.0.1. 

Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863580#3863580

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863580


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Wanted to upgrade the log4j to 1.3Alpha in JBoss4.0.1.

2005-01-25 Thread gshekar
Hi,

I am getting the below error during jboss startup.  I downloaded 1.3Alpha 
version of log4j.jar and put it in place of the existing one at 
JBOSS_HOME/server/default/lib folder.  Please help.

17:22:23,649 WARN  [ServiceController] Problem creating service 
jboss.system:type=Log4jService,service=Logging
java.lang.IncompatibleClassChangeError
at 
org.apache.log4j.joran.spi.JoranDocument.resolveEntity(JoranDocument.java:125)
at org.apache.xerces.util.EntityResolverWrapper.resolveEntity(Unknown 
Source)
at org.apache.xerces.impl.XMLEntityManager.resolveEntity(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown 
Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at 
org.apache.log4j.joran.JoranConfigurator$1.parse(JoranConfigurator.java:87)
at 
org.apache.log4j.joran.JoranConfigurator.doConfigure(JoranConfigurator.java:153)
at 
org.apache.log4j.joran.JoranConfigurator.doConfigure(JoranConfigurator.java:90)
at 
org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:61)
at 
org.jboss.logging.Log4jService$URLWatchTimerTask.reconfigure(Log4jService.java:624)
at 
org.jboss.logging.Log4jService$URLWatchTimerTask.run(Log4jService.java:563)
at org.jboss.logging.Log4jService.setup(Log4jService.java:450)
at org.jboss.logging.Log4jService.createService(Log4jService.java:466)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:238)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:220)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.create(Unknown Source)
at org.jboss.system.ServiceController.create(ServiceController.java:328)
at org.jboss.system.ServiceController.create(ServiceController.java:273)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:175)
at $Proxy4.create(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:217)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:898)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:754)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:718)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:702)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74

[JBoss-user] [Installation & Configuration] - I Want to know the version of log4j in JBoss 4.0.1. Please

2005-01-25 Thread gshekar
Hi,

I Want to know the version of log4j in JBoss 4.0.1.  Please guide.

Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863544#3863544

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863544


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Please brief me the steps involved in using chainsaw to view

2005-01-24 Thread gshekar
Hi,

I am running jboss 4.0.1 on solaris 8.  Want to use chainsaw to view jboss logs 
from my laptop.

Please brief me the steps involved in doing this.
Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863429#3863429

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863429


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Access JBoss logs without logging into the unix server.

2005-01-21 Thread gshekar
Hi,

I heard there is a way to keep the developers off the unix box.  They mainly 
login to the unix server to look at the jboss logs.

I heard this is done using log4j's SocketAppender.  Request you guys to throw 
some light on this.

Thanks,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863130#3863130

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863130


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How are the AJP port numbers determined for 2nd and 3rd inst

2005-01-20 Thread gshekar
Hi,

I using BindingManger service to run multiple instance of jboss.
There is no mention of portnumbers other than 8009 for AJP in 
service-bindings.xml.  

I am worndering as to how the AJP portnumbers are determined when 2nd and 3rd 
instance of jboss is run as follows.

./run.sh -Djboss.server.ports=ports-01 -c node1
./run.sh -Djboss.server.ports=ports-02 -c node2

I know that the AJP portnumbers are 8109, and 8209 for 2nd and third instance 
of jboss respectively.  But I want to know how this portnumber is determined.

Please suggest.
Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862988#3862988

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862988


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How to shutdown the 2nd instance of JBoss.

2005-01-19 Thread gshekar
Hi,

I am able to start 2nd instance of jboss using ServiceBindingManger, also I 
have set JAVA_OPTS="-server -Xms128m -Xmx128m -Djboss.server.ports=ports-01" .

I am unable to shutdown this instance using ./shutdown -S command.  Please 
suggest.

Thanks & Regards,
-GnanaShekar-



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862780#3862780

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862780


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Security

2005-01-13 Thread gshekar
Hi,

I have received a recommendation for security.
Description:  Create 2 unix id's for example A and B and have them belong to a 
group named G.  Do the jboss installation using A and let A start JBoss.  Give 
B the ownership for all the JBoss configuration files and have the group G read 
access.

Please suggest.

Regards,
-GnanaShekar-





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862016#3862016

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862016


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Error: Exception thrown by the agent : java.rmi.server.Expor

2005-01-13 Thread gshekar
Hi,

We are running JBoss on Jdk1.5.  We have also enabled and started jmx agent for 
JBoss, by appending the following system properties to JAVA_OPTS in run.conf.
JAVA_OPTS="-server -Xms128m -Xmx128m \
-Dcom.sun.management.jmxremote.port=8000 \
-Dcom.sun.management.jmxremote.authenticate=true \
-Dcom.sun.management.jmxremote.ssl=false"

This is used to monitor and mange JBoss using JConsole.
After this I am getting the following error while stopping JBoss.  Please 
suggest.
./shutdown.sh -S
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port 
already in use: 8000; nested exception is:
java.net.BindException: Address already in use

Thanks & Regards,
-GnanaShekar-



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861987#3861987

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861987


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Jboss logs and console output files and how to rotate them.

2005-01-12 Thread gshekar
Hi,

How many log files does jboss default configuration generate & how can these 
logs be rotated.

I am starting jboss using the following command
nohup ./run.sh &

Is this the way generally jboss is started by you guys and if so do you plan to 
rotate the console output file nohup.out.

Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861820#3861820

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861820


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Can we monitor jboss exclusively using SNMP.

2004-12-01 Thread gshekar
Hi,

I know we can monitor the JVM of jboss, if it is running on JDK1.5.  Can we 
monitor jboss exclusively using SNMP. 

Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857108#3857108

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857108


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Cannot connect to SNMP agent.

2004-12-01 Thread gshekar
Hi,

I have started jboss with the following system properties on a solairs box.

JMXACNF=/home/le652126/jdk1.5.0/jre/lib/management
JAVA_OPTS="-server -Xms128m -Xmx128m\
 -Dcom.sun.management.jmxremote.port=8000\
 -Dcom.sun.management.jmxremote.ssl=false\
 -Dcom.sun.management.jmxremote.authenticate=false\
 -Dcom.sun.management.snmp.port=8004\
 -Dcom.sun.management.snmp.acl.file=$JMXACNF/snmp.acl"

The acl file looks like this:

acl = {
  {
communities = public, private
access = read-only
managers = localhost, 3.45.94.40
  }
 }


 trap = {
   {
 trap-community = public
 hosts = localhost, 3.45.94.40
   }
 }

I am using java management mib file and want to connect to snmp agent using 
Adventnet mib browser tool from my laptop (3.45.94.40)

I am getting the following error.  

Sent get request to waulab4d.med.ge.com : 8004
Request Failed: Error: Request Timed Out  to waulab4d.med.ge.com

Request your help.
Thanks & Regards,
-Gnanashekar-



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857107#3857107

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857107


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - 3057 is not a managed VM.

2004-11-22 Thread gshekar
Hi,

I want to monitor and manage the JBoss using JConsole.  For this I downloaded 
jboss 4.0.1 and started it with JDK1.5 with the following java options 
"-Dcom.sun.management.jmxremote" in run.conf.

But I am getting "3057 is not a managed VM." error while starting jconsole with 
jboss PID.  Please help.

[EMAIL PROTECTED] bin]# ps  -ef | grep jboss
root  3030 1  0 01:21 ?00:00:00 /bin/sh 
/usr/local/jboss-4.0.1RC1/bin/run.sh
root  3057  3030  1 01:21 ?00:08:17 /usr/java/jdk1.5.0/jre/bin/java 
-server -Dprogram.name=run.sh 
-Djava.endorsed.dirs=/usr/local/jboss-4.0.1RC1/lib/endorsed -classpath 
/usr/local/jboss-4.0.1RC1/bin/run.jar:/usr/java/jdk1.5.0/jre/lib/tools.jar 
org.jboss.Main
root  4883 31994  0 10:42 pts/000:00:00 grep jboss

[EMAIL PROTECTED] bin]# ./jconsole 3057
3057 is not a managed VM.


Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855921#3855921

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855921


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Can I run JBoss4 on JDK1.5

2004-10-20 Thread gshekar
Hi,

Will JBoss run on JDK1.5.

Thanks & Regards,
-GnanaShekar-

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852092#3852092

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852092


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user