Re: Tomcat Silent Remote Uninstall - How to do it?

2018-04-20 Thread Alex O'Ree
Pretty sure there is a script in the bin folder that can be ran from an elevated the command line. Something like 'service install', then call 'net start tomcat8' On Fri, Apr 20, 2018 at 4:53 PM, < ross.a.reichenber...@wellsfargo.com.invalid> wrote: > Hello, > I need to know how to silently

Tomcat Silent Remote Uninstall - How to do it?

2018-04-20 Thread Ross.A.Reichenberger
Hello, I need to know how to silently remotely uninstall Tomcat (8.0.23) on 2012R2 64 bit server? I have many servers that I need to uninstall this version from so that I can install an updated version. I know there is a silent install command but I have not been able to find a silent

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
I think service name should be there.Can you tell me how to check this? On Fri, Apr 20, 2018 at 1:43 PM, John Dale wrote: > Do you have the service name specified in your DBCP metadata? > > On Fri, Apr 20, 2018 at 11:18 AM, chandra sekhar > wrote: > >

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread John Dale
Do you have the service name specified in your DBCP metadata? On Fri, Apr 20, 2018 at 11:18 AM, chandra sekhar wrote: > 5000 > > On Fri, Apr 20, 2018 at 1:03 PM, John Dale wrote: > >> what is the value for max connections in your pool? >> >> >> On Fri,

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
5000 On Fri, Apr 20, 2018 at 1:03 PM, John Dale wrote: > what is the value for max connections in your pool? > > > On Fri, Apr 20, 2018 at 10:38 AM, chandra sekhar > wrote: > > Hi John, > > > > Thanks for the response! > > Without giving this

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread John Dale
what is the value for max connections in your pool? On Fri, Apr 20, 2018 at 10:38 AM, chandra sekhar wrote: > Hi John, > > Thanks for the response! > Without giving this "jdbc:oracle:thin" parameter in default.xml other Apex > environments are working fine.Please

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
Hi John, Thanks for the response! Without giving this "jdbc:oracle:thin" parameter in default.xml other Apex environments are working fine.Please suggest.. On Fri, Apr 20, 2018 at 12:29 PM, John Dale wrote: > if I remember correctly, oracle requires the name of its database

Re: Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread John Dale
if I remember correctly, oracle requires the name of its database service in the connection parameters (aka schema). Try something like: jdbc:oracle:thin:someuser@//myhost:1521/myservicename If you aren't doing a thin connection, I'm sure the same principle still applies. Oracle likes the

Oracle REST Data Services Unavailable -- java.sql.SQLException: Unable to start the Universal Connection Pool

2018-04-20 Thread chandra sekhar
Hi, We were recently installed and configured Apex on two servers and did the Load balance.We were facing the issue like "Oracle REST Data Services Unavailable" and we found the below error messages in the catalina.out Can anybody suggest me. Error Message: == Caused by:

Re: [Urgent!] Unable to change Tomcat Username

2018-04-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Noppadol, On 4/20/18 3:47 AM, NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS) wrote: > I would like to ask how to fix the problem when Tomcat 7.0.68 > always remember the old config file (tomcat-users.xml). > > The old config used to be

RE: setupenv.sh

2018-04-20 Thread Cheltenham, Chris
Thanks buddy I assumed that but you never know, and I don't like to assume. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Robert Sulliman

RE: setupenv.sh

2018-04-20 Thread Cheltenham, Chris
I see thank you. Seems like a unneeded option unless you are running multiple platforms on the same machine. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message-

Re: setupenv.sh

2018-04-20 Thread Niranjan Babu Bommu
options -d32 and -d64 have been addd to the java launcher to specify whether the program is be run in a 32-bit or 64-bit env, this is valid only certain unix(solaris) env, windows and linux have their own 32-bit or 64-bit java installations. On Fri, Apr 20, 2018 at 8:32 AM, Cheltenham, Chris

RE: setupenv.sh

2018-04-20 Thread Robert Sulliman
Hello, Running 'man java' should answer this question: -d32 Runs the application in a 32-bit environment. If a 32-bit environment is not installed or is not supported, then an error will be reported. By default, the application is run in a 32-bit environment unless

setupenv.sh

2018-04-20 Thread Cheltenham, Chris
Hello, I have been trying to find out what this meand starting up Tomcat to no avail. Please help. I mean -d64 that is. JAVA_OPTS="-d64" === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell #

[Urgent!] Unable to change Tomcat Username

2018-04-20 Thread NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS)
Hi, I would like to ask how to fix the problem when Tomcat 7.0.68 always remember the old config file (tomcat-users.xml). The old config used to be username="admin" and password="admin". But now I want to change to something else and restart Tomcat service, It doesn't work. It still keep

[Urgent!] Unable to change Tomcat Username

2018-04-20 Thread NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS)
Hi, I would like to ask how to fix the problem when Tomcat 7.0.68 always remember the old config file (tomcat-users.xml). The old config used to be username="admin" and password="admin". But now I want to change to something else and restart Tomcat service, It doesn't work. It still keep

[Urgent!] Unable to change Tomcat Username

2018-04-20 Thread NOPPADOL CHAROENWATTANAPHOKAEW (GSO1-ECS-CCS)
Hi, I would like to ask how to fix the problem when Tomcat 7.0.68 always remember the old config file (tomcat-users.xml). The old config used to be username="admin" and password="admin". But now I want to change to something else and restart Tomcat service, It doesn't work. It still keep

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-20 Thread Konstantin Kolinko
2018-04-19 23:34 GMT+03:00 John Dale : > > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create > PoolableConnectionFactory (Could not create connection to database > server. Attempted reconnect 3 times. Giving up.) Are you using "127.0.0.1" in your JDBC url? Is the

Re: [ANN] Apache Tomcat 7.0.86 released

2018-04-20 Thread Konstantin Kolinko
There is a regression in handling of DataSource resources that do not specify a factory. http://bz.apache.org/bugzilla/show_bug.cgi?id=62316 Even though there is a simple workaround, I think that we need to roll 7.0.87 release rather soon. K.Kolinko 2018-04-16 16:32 GMT+03:00 Violeta

Re: ClassNotFoundException: org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory starting in 7.0.86

2018-04-20 Thread Konstantin Kolinko
2018-04-17 22:18 GMT+03:00 Shawn Heisey : > ... > > You should be able to work around the problem by defining a factory in > your pools set to "org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory" > so that the default is not used. This addition should only be made on >