A fatal error has been detected by the Java Runtime Environment libjvm

2017-03-13 Thread Vijay Kumar
Hi Team, We have a web application installed in Tomcat 7.0.47. This was working fine till last week but suddenly its failing due to Java Fatal error as specified below. Could any one please suggest how to know the root cause for this issue. Attached the log for reference. # A fatal error has bee

tomcat stopped with a fatal error by jvm

2016-11-29 Thread Vijay Kumar
Hi Team, We have an application which is running on Tomcat 7.0.33 and this is using Java 6. Recently, Tomcat got stopped with a Fatal Error and the error logged in catalina.out file is below. I have attached the hs_err_pid7711.log also to the mail. Can one of you please suggest what might be th

need latest tomcat stable versions

2016-07-05 Thread Vijay Kumar
Hi Team, We have a Product in Production which we are using Tomcat as web-server. Now we want to upgrade Tomcat to the latest version where we have identified below two versions as the latest one. Tomcat 8.0.36 Tomcat 8.5.3 Could you please update whether these are stable enough to use or pleas

Re: how to create log files user level

2016-06-16 Thread Vijay Kumar
wrote: > > Thanks. The rest below, as preferred on this mailing list. > >> >> Thanks, >> Vijay G >> >> On Thu, Jun 16, 2016 at 12:40 PM, André Warnier (tomcat) >> wrote: >> >> On 16.06.2016 08:50, Vijay Kumar wrote: >>> >>> Hi

Re: how to create log files user level

2016-06-16 Thread Vijay Kumar
We are using Tomcat 7.0.33 and 7.0.62 7.0.33 when Customer is on Java 1.7 7.0.62 when our customer is on 1.8 But we can upgrade to 8 if required to achieve the logging support Thanks, Vijay G On Thu, Jun 16, 2016 at 12:40 PM, André Warnier (tomcat) wrote: > On 16.06.2016 08:50, Vijay Ku

how to create log files user level

2016-06-15 Thread Vijay Kumar
Hi Team, We have a requirement to create a log either at User level or at User session level. Please provide your inputs on this. User level means a separate log to be created for that User and the same should be used always for writing the log. or There will be one log file and within that log t

Re: Need help on upgrading

2016-06-01 Thread Vijay Kumar
Sure. Will try and let you know. On Wed, Jun 1, 2016 at 7:05 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vijay, > > On 6/1/16 9:32 AM, Vijay Kumar wrote: > > Thanks much Chris! > > N

Re: Need help on upgrading

2016-06-01 Thread Vijay Kumar
Thanks much Chris! Thanks, Vijay -- http://www.matchfinder.in On Wed, Jun 1, 2016 at 6:52 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vijay, > > On 5/31/16 11:03 PM, aramanda vijay wrote: >

Re: can we pass OS username while connection Database from Tomcat

2015-06-01 Thread Vijay Kumar
ease see response below post: > > > -Original Message- > > From: Vijay Kumar [mailto:vijy.gan...@gmail.com] > > Sent: Thursday, May 28, 2015 7:22 AM > > To: Tomcat Users List > > Subject: Re: can we pass OS username while connection Database from > >

Re: can we pass OS username while connection Database from Tomcat

2015-05-28 Thread Vijay Kumar
Hi , I am referring User_Id as Linux User_id where we installed Tomcat. My Oracle Database don't know about this user_id. Thanks, Vijay G On Thu, May 28, 2015 at 3:20 PM, André Warnier wrote: > Vijay Kumar wrote: > >> Hi Mark, >> >> Please find below my ex

Re: can we pass OS username while connection Database from Tomcat

2015-05-28 Thread Vijay Kumar
ost how to achieve this? Regards, Vijay G On Thu, May 28, 2015 at 2:47 PM, Mark Thomas wrote: > On 28/05/2015 09:59, André Warnier wrote: > > Mark Thomas wrote: > >> On 28/05/2015 08:26, Vijay Kumar wrote: > >>> Hi, > >>> > >>> Is it possible

Re: can we pass OS username while connection Database from Tomcat

2015-05-28 Thread Vijay Kumar
t.xml file. Please suggest is it possible or not? Regards, Vijay G On Thu, May 28, 2015 at 1:14 PM, Mark Thomas wrote: > On 28/05/2015 08:26, Vijay Kumar wrote: > > Hi, > > > > Is it possible to pass OS username when making connection to any Database > > from Tomcat cont

can we pass OS username while connection Database from Tomcat

2015-05-28 Thread Vijay Kumar
Hi, Is it possible to pass OS username when making connection to any Database from Tomcat context.xml? Thanks, Vijay G

Supported Tomcat version for Java 1.8.25

2015-05-17 Thread Vijay Kumar
Hi, We have a product which we certified on Tomcat 7.0.16 with JRE 1.6 One of our Customer want to upgrade his Java environment from 1.6 to 1.8.25 So i tried to start the Tomcat 7.0.16 using Java 1.8.25 and got below error during the deployment of WAR file. org.xml.sax.SAXNotRecognizedException:

Would Tomcat for UNIX (Solaris) also work on Linux

2015-02-17 Thread Vijay Kumar
Hi All, Would Tomcat for UNIX (Solaris) also work on Linux, or does Apache have separate binaries for UNIX and Linux? Thanks, Vijay G

Stop writing System.our and System.err in catalina.out

2014-09-09 Thread Vijay Kumar
Hi, I have deployed one web application in Tomcat which uses JULI logger internally for application level logging. I can change the Mode to OFF while going to production. But there are few System.out.println statements along with e.printStackTrace which are writing in catalina.out file. This is ca

Install Tomcat on Oracle Enterprise Linux

2014-08-26 Thread Vijay Kumar
Hi, Can i install Tomcat on Oracle Enterprise Linux. Could you please share us the link/doc which i need to refer. Thanks, Vijay G

Proxy Support in tomcat 7

2012-09-19 Thread Vijay Kumar
Hi all, I have a scenario where i don't want to contact from my application to a web-service using https. I don't want to change firewall details and want to enable 443 port. Is there any way that can configure a proxy and can handle this scenario. My application is deployed at tomcat 7 Thanks,