This community is for technical, feature, configuration and deployment questions.
For production deployment issues, please contact the TAC!
We will not comment or assist with your TAC case in these forums.
Please see How to Ask the Community for Help for other best practices.
Hello,
after an fresh install of the new ISE Version 3.0 I have no access to the GUI.
I can access to the ISE over ssh and the "show application status ise" says the application server is running, but the access to the Web-GUI from a directly connectet Network don't work.
Any ideas?
Solved! Go to Solution.
telnet lab-ka-ise302 443
Trying 10.10.20.232...
telnet: Unable to connect to remote host: Connection refused
Try with the safe keyword to eliminate IP restriction. See application start
app start ise safe
My ISE 3.0.0.458 VM shows both :::80 and :::443 tcp ports tied to docker-proxy processes. I haven't seen this issue in any of the ISE 3.0 beta or release versions, and it sounds like no one else here has seen this either. It sounds like something on the docker container side may not have installed correctly.
If you haven't already done so, I would try deleting your VM and rebuilding from scratch (or deploying from the OVA). If you have already tried that, I would suggest opening a case with TAC.
Hey,
I have installed all installation modes:
From 3.0 ISO-File, import the OVA and upgrade from 2.4 to 3.0
ISE API Gateway Service not running
This needs investigated, as it should be running. You may check kong.log and see if it providing any clue. Likely need to engage TAC.
I see the followed entry in the kong.log evrey night at 2AM:
2020-09-30 02:00:02,260 ERROR [DefaultQuartzScheduler_Worker-2][] cpm.infrastructure.kong.metrics.MetricParser -::::- Error occured while executing the command for
com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Exception': was expecting ('true', 'false' or 'null')
at [Source: (BufferedReader); line: 1, column: 10]
at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1804)
at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:703)
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._reportInvalidToken(ReaderBasedJsonParser.java:2853)
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleOddValue(ReaderBasedJsonParser.java:1899)
at com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:757)
at com.fasterxml.jackson.databind.ObjectMapper._initForReading(ObjectMapper.java:4142)
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4001)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3050)
at com.cisco.cpm.infrastructure.kong.metrics.MetricParser.parse(MetricParser.java:62)
at com.cisco.cpm.infrastructure.ise.kong.controller.KongMetricsJob.execute(KongMetricsJob.java:37)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
I agreed with Greg Gibbs that you should engage Cisco TAC on this.
The log entries you showed are about some scheduled job and I do not believe it related to why the service not up. Please tail on this log while restarting ISE services. If that is not giving a good indication to you what might have gone wrong, then TAC is the only way to go.
I had this same issue. It ended up to be lack of hardware virtualization support on vmware ESXI. The ESXi server I am using for a lab was a bit older and the Xeon processor did not support "VT-x/EPT". I was able to install and get GUI for ISE 3.0 installed on ESXi with a newer CPU with "VT-x/EPT" support.