Random error while xml xsl transformation

2011-10-07 Thread S Arvind
Im getting this error randomly in the web application which does the XML-XSL transformation. Same data when reloaded exception does not occur. --error 1 1. Caused by: java.lang.ArrayIndexOutOfBoundsException: 7 >= 7 2. at java.util.Vector.elementAt(Vector.java:427) 3. at

Tomcat 7 applet session problem

2011-07-06 Thread S Arvind
Hi All, Web application presently running in the tomcat 6 which has applet in it. In that applet we make a connection to server using URL class and get some data from the server after it loads. In this process we got error after updating to the tomcat 7. The problem is the session between

Re: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread S Arvind
e are people who did not realize how close they were to success when they gave up." -Thomas Edison On Thu, Apr 14, 2011 at 4:11 PM, S Arvind wrote: > Hi Chris/All, > >Actually we are getting > > Exception-Servlet execution threw an exception > Exception Cause-java.lang.

Re: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread S Arvind
hultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Arvind, > > On 4/11/2011 2:04 AM, S Arvind wrote: > > Attached the screenshot of the stacktrace for additional details. > > This list strips most attachments, including screensho

Fwd: frequent Class unloading/classnotfound problem

2011-04-10 Thread S Arvind
Chris, Attached the screenshot of the stacktrace for additional details. Arvind S "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison -- Forwarded message ------ From: S Arvind Date: Sun, Apr 10,

Re: frequent Class unloading/classnotfound problem

2011-04-09 Thread S Arvind
z.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Arvind, > > On 4/7/2011 9:32 AM, S Arvind wrote: > > Recently in our web application deployed in tomcat, some weird problem is > > raising very frequently. > > Some of the servle

frequent Class unloading/classnotfound problem

2011-04-07 Thread S Arvind
Hi All, Recently in our web application deployed in tomcat, some weird problem is raising very frequently. Some of the servlet or class in that web app are getting unloaded. So when the request comes it is sendi

Re: Want to customise the tomcat's session logic

2009-11-07 Thread S Arvind
mas Edison On Sun, Nov 8, 2009 at 5:15 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: S Arvind [mailto:arvindw...@gmail.com] > > Subject: Re: Want to customise the tomcat's session logic > > > > deploy one app in tomcat by having contex

Re: Want to customise the tomcat's session logic

2009-11-07 Thread S Arvind
ey gave up." -Thomas Edison On Sat, Nov 7, 2009 at 7:14 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Arvind, > > On 11/2/2009 5:06 AM, S Arvind wrote: > > Basically my requirement is ab

Want to customise the tomcat's session logic

2009-11-02 Thread S Arvind
Hi Tomcat developers, Bascially my requirement is ability to control the session sharing in browser. Till now we maintained each application as differnet context but pointing to same doc-base. So different web application will be running on a same code to control the session sharing bet

Re: Query timeout in dbcp

2009-06-02 Thread S Arvind
t;Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison* On Tue, Jun 2, 2009 at 2:40 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Arvind, &

Re: Query timeout in dbcp

2009-06-01 Thread S Arvind
Is there anyother way to specify the query execution time out while establishing connection with the help of DBCP in tomcat? -Arvind S On Tue, Jun 2, 2009 at 12:56 AM, S Arvind wrote: > Is there any possibility to mention max time a query can execute from DBCP > side? our DB is Postgr

Query timeout in dbcp

2009-06-01 Thread S Arvind
Is there any possibility to mention max time a query can execute from DBCP side? our DB is Postgres and Container is tomcat 6. i dont want to give the timeout in postgres but need to set in application side based on differnet needs? Is it possible? -Arvind S "Many of lifes failure are people wh

Re: hello world

2009-05-29 Thread S Arvind
instead of reading that tutorial try reading "Head First JSP and SERVLETS". -Arvind S On Fri, May 29, 2009 at 7:14 PM, veena pandit wrote: > http://www.jsptut.com/ > > On Fri, May 29, 2009 at 9:39 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > > > > From: veena pandit [mailt

Context failed to load due to previous error

2009-05-29 Thread S Arvind
Recently in our Tomcat 6 , when we restart the tomcat we are getting the problem such as *Context[/] failed to load due to previous error. * listenerstart cannot be loaded , something like that. after many restarts its finally loading all the context. We are having around 100 differnt context

Re: Compile JSP before the first request arrives

2009-05-29 Thread S Arvind
rotocol.java:665) > > > > > >at > > > > > > > > > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav > > > a:528) > > > > > >at > > > > > > > > >

Re: Compile JSP before the first request arrives

2009-05-28 Thread S Arvind
get pre compiled by invoking this url > > <http://hostname.com/mywebapp/mypage.jsp?jsp_precompile> > http://hostname.com/mywebapp/mypage.jsp?jsp_precompile > > or try this > > http://hostname.com/mywebapp/mypage.jsp?jsp_precompile=true > > > > > > Regards > &

Re: hello world

2009-05-28 Thread S Arvind
What path you gave to get that html in browser? -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Wed, May 27, 2009 at 5:48 AM, veena pandit wrote: > How to configure Hello.html in Tomcat? > > Where do I pla

Re: Compile JSP before the first request arrives

2009-05-28 Thread S Arvind
, access the page with a query string of > ?jsp_precompile > > http://hostname.com/mywebapp/mypage.jsp?jsp_precompile > > > > > > see more details at http://www.rgagnon.com/javadetails/java-0414.html > > > > > > Regards > > Ghufran > > > &

Re: Compile JSP before the first request arrives

2009-05-27 Thread S Arvind
can you give me the good docs about this.. -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Wed, May 27, 2009 at 6:23 PM, David Smith wrote: > S Arvind wrote: > > Is there any way to

Re: hello world

2009-05-27 Thread S Arvind
rename the file name to index.html , or change the welcome page entry in web.xml to hello.html -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Wed, May 27, 2009 at 6:23 AM, veena pandit wrote: > I tried pla

Re: How to install Tomcat 6.0.18 0n Windows Vista Home Premium?

2009-05-27 Thread S Arvind
try starting by the bat file in bin folder. -Arvind * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Sat, May 23, 2009 at 5:36 PM, a.v.v.gopalakrishna wrote: > Application System Error, Tomcat cannot be > started as se

Compile JSP before the first request arrives

2009-05-27 Thread S Arvind
Is there any way to pre-compile all the jsp files, when we are deploying in the production environment? -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison*

Re: maxwait in dbconnetion is not workiing for first time.

2009-05-26 Thread S Arvind
ail.com > > Date: Mon, 25 May 2009 21:53:02 +0530 > > Subject: Re: maxwait in dbconnetion is not workiing for first time. > > To: users@tomcat.apache.org > > > > can anyone help me in this... i am trapped here ... > > > > > > - Arvind S > > &

Re: maxwait in dbconnetion is not workiing for first time.

2009-05-25 Thread S Arvind
can anyone help me in this... i am trapped here ... - Arvind S "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison On Tue, May 19, 2009 at 12:57 AM, S Arvind wrote: > Martin , i think its not session, since

Workfolder and Catalina.out

2009-05-21 Thread S Arvind
Hi Members, Since we have many context our log and work folder getting large in few days and getting full so that new files cannot be created or logging. Is there any way to point work folder and log to different location? if possibe give the good docs for that (with include file rotation) Thanks,

Re: maxwait in dbconnetion is not workiing for first time.

2009-05-18 Thread S Arvind
Martin , i think its not session, since i tried same thing in wget, first time with network connection is working fine. but without network connection , status is keep on waiting for response. I think linux wget will have session management or any i think. will be any other probs.. i cant use sessi

maxwait in dbconnetion is not workiing for first time.

2009-05-18 Thread S Arvind
This time i have problem in maxwait. To test the maxwait i tried to establish the connection and close. My dbserver is located outside my system, so for dbconnection network is required as per our Production server model. So first i established the connection first from the jsp page, it gets done.

Re: Database pooling prob

2009-05-04 Thread S Arvind
socket and not using tcp/ip. > > Postgres uses some config file with hba in its name to configure its > network security; fiddle with that and make it wide open so that tomcat can > connect, then go back and figure out how to tighten its security so that > only localhost can connect

Re: Database pooling prob

2009-05-02 Thread S Arvind
would get two > lines in the netstat output > > TCP[::1]:80 Michael:50522 ESTABLISHED > TCP[::1]:50522Michael:http ESTABLISHED > > one line is for the server connection, and the other one is for the client > connecti

Database pooling prob

2009-05-02 Thread S Arvind
from this stack trace i can find that there is no problem in Tomcat or dbcp. But when i try my postgre from outside application its working fine but when i connect from local tomcat application it not working fine. I disable the firewall and all ... but i keep on getting this stack AbandonedO

Doubt in threads

2009-05-02 Thread S Arvind
Is there any possibility that tomcat 6 process threads will increase even in the idle state without working on any request. since if i check the tomcat thread by *ps -C java -L -o pid,tid,pcpu,state,args | grep tomcat6 | wc -l * in cent os after few hrs it get increased. Is it tomcat's behaviour

PSYoungGen on Tomcat 6

2009-04-29 Thread S Arvind
If tomcat is started and in idle state without any request handling, whether the PSYoungGen will keep on increasing in tomcat 6? (due to any listener or any tomcat's own process) Thanks, Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gav

Re: GC Problem

2009-04-29 Thread S Arvind
mas Edison * On Wed, Apr 29, 2009 at 6:19 PM, Peter Crowther wrote: > > From: S Arvind [mailto:arvindw...@gmail.com] > > Tomcat after running for couple of hours , somthing is > > getting wrong and it > > is keep on doing Garbage Collection(as it dispaly in console) >

Re: GC Problem

2009-04-29 Thread S Arvind
Yeah daily atleast once Out-of-memory will raise and we will restart the tomcat. Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison* On Wed, Apr 29, 2009 at 6:19 PM, Peter Crowther wrote: > >

Re: GC Problem

2009-04-29 Thread S Arvind
ed. 12962.272: [Full GC [PSYoungGen: 340288K->30321K(343552K)] [PSOldGen: 699071K->699071K(699072K)] 1039359K->729393K(1042624K) [PSPermGen: 346756K->346756K(346816K)], 2.6328120 secs] Arvind * "Many of lifes failure are people who did not realize how close they were to succ

Re: Tomcat Users Meetup: London 30th April

2009-04-29 Thread S Arvind
Come to india , lot lot of us here using tomcat .!!! -Arvind s * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Wed, Apr 29, 2009 at 5:58 PM, Pid wrote: > Not a great deal of enthusiasm so far, so I'm reposting thi

GC Problem

2009-04-29 Thread S Arvind
Tomcat after running for couple of hours , somthing is getting wrong and it is keep on doing Garbage Collection(as it dispaly in console) . And tomcat also becoming dump slow.. and we cant able to do any, until it restarts... JAVA_HOME=/usr/java/jdk1.5.0_13 JRE_HOME=/usr/java/jdk1.5.0_13/jre expo

Re: Disable Session Replication

2009-04-28 Thread S Arvind
It is fresh as new. is this a solution pid? in context.xml - Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Tue, Apr 28, 2009 at 5:01 PM, Pid wrote: > S Arvind wrote: > >

Disable Session Replication

2009-04-28 Thread S Arvind
I didnt configured Cluster or Session replication in my tomcat 6, But in my tomcat 6 every time when restarted, all the old session got recreated again. this i noticed with the help of sessionlistener. I dont need to replicate the old session. How to disable it? Advance Thanks, Arvind S * "Man

Re: tomcat shutdown problem

2009-04-28 Thread S Arvind
they were to success when they gave up." -Thomas Edison On Mon, Apr 27, 2009 at 7:50 PM, Pid wrote: > S Arvind wrote: > > Pid very thanks for guiding me .. one more help alone... can u please > tell > > me how to check which thread it is runnin by quartz other then checkin

Re: tomcat shutdown problem

2009-04-27 Thread S Arvind
o did not realize how close they were to success when they gave up." -Thomas Edison* On Mon, Apr 27, 2009 at 7:18 PM, Pid wrote: > S Arvind wrote: > > Is the application completely unchanged for deployment on Tomcat 6? > >>> yes it is completely *unchanged*...

Re: web interface for tomcat service

2009-04-27 Thread S Arvind
Martin , Venkat is not aking about IDE , he is asking such as webmin or tomcat manager kind... so that he can restart the remote tomcat service.. -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison* On Mon, Apr 27,

Re: tomcat shutdown problem

2009-04-27 Thread S Arvind
VM. See if you can spot which Threads are still running. > > Try jmap, jstack and jconsole (if you're on a local machine). > > > p > > > > > > *"Many of lifes failure are people who did not realize how close they > were > > to success when they

Re: tomcat shutdown problem

2009-04-25 Thread S Arvind
eople who did not realize how close they were to success when they gave up." -Thomas Edison * On Sat, Apr 25, 2009 at 2:21 PM, Pid wrote: > S Arvind wrote: > > Thanks pid... > > > > Can u able to give me more idea to solve it if possible.. > > Did you write y

Re: tomcat shutdown problem

2009-04-25 Thread S Arvind
Thanks pid... Can u able to give me more idea to solve it if possible.. Thanks, Arvind S *"Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison * On Sat, Apr 25, 2009 at 2:00 PM, Pid wrote: > S Arvind wrote

tomcat shutdown problem

2009-04-24 Thread S Arvind
A wierd problem occur while shutdowning the tomcat 6 in the Fedora and Centos. Usually i use shell file to shutdown. After shutting down when see the postgre preocess by [code]*ps -ef | grep java*[/code] it is still showing the process as running. such as [code] tomcat 14694 1 72 Apr23 ?