How do I resolve 'CAS is unavailable' error?How to install Tomcat Server on Linux Mint 17.1?Strange error logging in BBBhow to add multiple roles to an admin user in Apache tomcat 8?Tomcat 8 503 Error with Apache2 mod_jk as Reverse ProxyInstalling Apache Tomcat on CentOS giving read error on Wgethow to access catalina.sh file of tomcat8 in amazon linuxHow to configure Tomcat to serve at port 80 on root path?Error starting tomcat7.service in arch linuxtomcat9 - 401 Unauthorized error trying to log into tomcat manager appHow to config HTTPS on Apache tomcat
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Did 'Cinema Songs' exist during Hiranyakshipu's time?
How badly should I try to prevent a user from XSSing themselves?
Knowledge-based authentication using Domain-driven Design in C#
Are British MPs missing the point, with these 'Indicative Votes'?
Can I hook these wires up to find the connection to a dead outlet?
Machine learning testing data
Bullying boss launched a smear campaign and made me unemployable
Different meanings of こわい
How to travel to Japan while expressing milk?
Salesman text me from his personal phone
Why do I get negative height?
Do creatures with a speed 0ft., fly 30ft. (hover) ever touch the ground?
Implication of namely
Sums of two squares in arithmetic progressions
What historical events would have to change in order to make 19th century "steampunk" technology possible?
Notepad++ delete until colon for every line with replace all
Unlock My Phone! February 2018
How can I prove that a state of equilibrium is unstable?
How to coordinate airplane tickets?
How to show a landlord what we have in savings?
Finitely generated matrix groups whose eigenvalues are all algebraic
Were days ever written as ordinal numbers when writing day-month-year?
Does the Idaho Potato Commission associate potato skins with healthy eating?
How do I resolve 'CAS is unavailable' error?
How to install Tomcat Server on Linux Mint 17.1?Strange error logging in BBBhow to add multiple roles to an admin user in Apache tomcat 8?Tomcat 8 503 Error with Apache2 mod_jk as Reverse ProxyInstalling Apache Tomcat on CentOS giving read error on Wgethow to access catalina.sh file of tomcat8 in amazon linuxHow to configure Tomcat to serve at port 80 on root path?Error starting tomcat7.service in arch linuxtomcat9 - 401 Unauthorized error trying to log into tomcat manager appHow to config HTTPS on Apache tomcat
I am managing a web based application hosted on RHEL Machine, the is Active Directory Services hosted on Window Server 2016, authentication trust is established with LDAP/App integration.
All has been working fine except of recent that the system keeps on flagging CAS is unavailable whenever attempt is made to login into the application.
I imported a newly generated certificate into the Linux server using keytool, things starts working, but it stopped never to work again.
I have tried all within my limited knowledge about all this stuff are bind together.
Kindly find below part of log
INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
Mar 21, 2019 3:31:43 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /home/cas/apache-tomcat-7.0.42/webapps/cas.war
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 3:31:53 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9776 ms
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [perf4j-async-stats-appender-sink-CoalescingStatistics] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [Thread-3] but has failed to stop it. This is very likely to create a memory leak.
:
Your prompt and professional solution to resolve this issue is highly welcome, please help!
tomcat
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am managing a web based application hosted on RHEL Machine, the is Active Directory Services hosted on Window Server 2016, authentication trust is established with LDAP/App integration.
All has been working fine except of recent that the system keeps on flagging CAS is unavailable whenever attempt is made to login into the application.
I imported a newly generated certificate into the Linux server using keytool, things starts working, but it stopped never to work again.
I have tried all within my limited knowledge about all this stuff are bind together.
Kindly find below part of log
INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
Mar 21, 2019 3:31:43 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /home/cas/apache-tomcat-7.0.42/webapps/cas.war
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 3:31:53 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9776 ms
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [perf4j-async-stats-appender-sink-CoalescingStatistics] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [Thread-3] but has failed to stop it. This is very likely to create a memory leak.
:
Your prompt and professional solution to resolve this issue is highly welcome, please help!
tomcat
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I suppose the problem is related to the cas web application; have you made contact with the developers of this application regarding the errors? Tomcat appears to be giving some useful information about it during the shutdown.
– Jeff Schaller♦
2 days ago
This may become more pertinent for Stack Overflow, for example: stackoverflow.com/q/26180770/4957508
– Jeff Schaller♦
2 days ago
Thanks for your response. please, assuming the developer could not be reached to help out, what is s suggested alternative solution or a work-around? A detailed and definite guide will be highly appreciated, please.
– adio adeee
yesterday
add a comment |
I am managing a web based application hosted on RHEL Machine, the is Active Directory Services hosted on Window Server 2016, authentication trust is established with LDAP/App integration.
All has been working fine except of recent that the system keeps on flagging CAS is unavailable whenever attempt is made to login into the application.
I imported a newly generated certificate into the Linux server using keytool, things starts working, but it stopped never to work again.
I have tried all within my limited knowledge about all this stuff are bind together.
Kindly find below part of log
INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
Mar 21, 2019 3:31:43 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /home/cas/apache-tomcat-7.0.42/webapps/cas.war
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 3:31:53 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9776 ms
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [perf4j-async-stats-appender-sink-CoalescingStatistics] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [Thread-3] but has failed to stop it. This is very likely to create a memory leak.
:
Your prompt and professional solution to resolve this issue is highly welcome, please help!
tomcat
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am managing a web based application hosted on RHEL Machine, the is Active Directory Services hosted on Window Server 2016, authentication trust is established with LDAP/App integration.
All has been working fine except of recent that the system keeps on flagging CAS is unavailable whenever attempt is made to login into the application.
I imported a newly generated certificate into the Linux server using keytool, things starts working, but it stopped never to work again.
I have tried all within my limited knowledge about all this stuff are bind together.
Kindly find below part of log
INFO: Starting Servlet Engine: Apache Tomcat/7.0.42
Mar 21, 2019 3:31:43 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /home/cas/apache-tomcat-7.0.42/webapps/cas.war
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 3:31:53 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 3:31:53 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9776 ms
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
Mar 21, 2019 6:13:01 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["ajp-bio-8009"]
Mar 21, 2019 6:13:01 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [oracle.jdbc.driver.BlockSource.ThreadedCachingBlockSource.BlockReleaser] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [perf4j-async-stats-appender-sink-CoalescingStatistics] but has failed to stop it. This is very likely to create a memory leak.
Mar 21, 2019 6:13:01 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/cas] appears to have started a thread named [Thread-3] but has failed to stop it. This is very likely to create a memory leak.
:
Your prompt and professional solution to resolve this issue is highly welcome, please help!
tomcat
tomcat
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
Thomas
4,11561430
4,11561430
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
adio adeeeadio adeee
1
1
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
adio adeee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I suppose the problem is related to the cas web application; have you made contact with the developers of this application regarding the errors? Tomcat appears to be giving some useful information about it during the shutdown.
– Jeff Schaller♦
2 days ago
This may become more pertinent for Stack Overflow, for example: stackoverflow.com/q/26180770/4957508
– Jeff Schaller♦
2 days ago
Thanks for your response. please, assuming the developer could not be reached to help out, what is s suggested alternative solution or a work-around? A detailed and definite guide will be highly appreciated, please.
– adio adeee
yesterday
add a comment |
I suppose the problem is related to the cas web application; have you made contact with the developers of this application regarding the errors? Tomcat appears to be giving some useful information about it during the shutdown.
– Jeff Schaller♦
2 days ago
This may become more pertinent for Stack Overflow, for example: stackoverflow.com/q/26180770/4957508
– Jeff Schaller♦
2 days ago
Thanks for your response. please, assuming the developer could not be reached to help out, what is s suggested alternative solution or a work-around? A detailed and definite guide will be highly appreciated, please.
– adio adeee
yesterday
I suppose the problem is related to the cas web application; have you made contact with the developers of this application regarding the errors? Tomcat appears to be giving some useful information about it during the shutdown.
– Jeff Schaller♦
2 days ago
I suppose the problem is related to the cas web application; have you made contact with the developers of this application regarding the errors? Tomcat appears to be giving some useful information about it during the shutdown.
– Jeff Schaller♦
2 days ago
This may become more pertinent for Stack Overflow, for example: stackoverflow.com/q/26180770/4957508
– Jeff Schaller♦
2 days ago
This may become more pertinent for Stack Overflow, for example: stackoverflow.com/q/26180770/4957508
– Jeff Schaller♦
2 days ago
Thanks for your response. please, assuming the developer could not be reached to help out, what is s suggested alternative solution or a work-around? A detailed and definite guide will be highly appreciated, please.
– adio adeee
yesterday
Thanks for your response. please, assuming the developer could not be reached to help out, what is s suggested alternative solution or a work-around? A detailed and definite guide will be highly appreciated, please.
– adio adeee
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
adio adeee is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509734%2fhow-do-i-resolve-cas-is-unavailable-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
adio adeee is a new contributor. Be nice, and check out our Code of Conduct.
adio adeee is a new contributor. Be nice, and check out our Code of Conduct.
adio adeee is a new contributor. Be nice, and check out our Code of Conduct.
adio adeee is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509734%2fhow-do-i-resolve-cas-is-unavailable-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I suppose the problem is related to the cas web application; have you made contact with the developers of this application regarding the errors? Tomcat appears to be giving some useful information about it during the shutdown.
– Jeff Schaller♦
2 days ago
This may become more pertinent for Stack Overflow, for example: stackoverflow.com/q/26180770/4957508
– Jeff Schaller♦
2 days ago
Thanks for your response. please, assuming the developer could not be reached to help out, what is s suggested alternative solution or a work-around? A detailed and definite guide will be highly appreciated, please.
– adio adeee
yesterday