We are using WCS 11.1.1.6.1 and when we try to login in the CS server applicaiton is throwing 500 error on the browser and below errors can be observed in the weblogic server log files .
No other errors were observed in any of the WCS logs. However it was working fine and there were no changes.
Application is not running on 80 port and we are not trying to access through any webserver.We are trying to login using http://IPADDRESS:7211/cm/wem/fatwire/home yet reported error has it was trying to connect to 80 port and on different domain .
I have tried clearing the weblogic cache/tmp folders for both Admin ,managed servers and restarted the server but no luck.Any help would be appreciated.
2014-04-30 15:29:29,933 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - <Loaded 0 services.>
<Apr 30, 2014 3:29:36 PM EDT> <Error> <HTTP> <BEA-101017> <[ServletContext@1328934129[app:cas module:cas path:/cas spec-version:2.5]] Root cause of ServletException.
org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@924fda2 targetAction = com.fatwire.wem.sso.cas.web.CustomLoginViewAction@5b879b5e, attributes = map[[empty]]] in state 'viewLoginForm' of flow 'login-webflow' -- action execution attributes were 'map[[empty]]'; nested exception is java.lang.RuntimeException: java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'XXX.XXXX.com', port: '80'
at org.springframework.webflow.engine.ActionExecutor.execute(ActionExecutor.java:64)
at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:156)
at org.springframework.webflow.engine.State.enter(State.java:191)
at org.springframework.webflow.engine.Transition.execute(Transition.java:212)
at org.springframework.webflow.engine.DecisionState.doEnter(DecisionState.java:54)
Truncated. see log file for complete stacktrace
Caused By: java.lang.RuntimeException: java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'XXX.XXXX.com', port: '80'
at com.fatwire.wem.sso.cas.plugin.CSAuthenticationHandler.authenticateUsernamePasswordInternal(CSAuthenticationHandler.java:168)
at org.jasig.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler.doAuthentication(AbstractUsernamePasswordAuthenticationHandler.java:56)
at org.jasig.cas.authentication.handler.support.AbstractPreAndPostProcessingAuthenticationHandler.authenticate(AbstractPreAndPostProcessingAuthenticationHandler.java:71)
at org.jasig.cas.authentication.AuthenticationManagerImpl.authenticate(AuthenticationManagerImpl.java:88)
at org.jasig.cas.CentralAuthenticationServiceImpl.createTicketGrantingTicket(CentralAuthenticationServiceImpl.java:417)
Truncated. see log file for complete stacktrace
Caused By: java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'XXX.XXXXX.com', port: '80'
at weblogic.net.http.HttpClient.openServer(HttpClient.java:333)
at weblogic.net.http.HttpClient.openServer(HttpClient.java:425)
at weblogic.net.http.HttpClient.New(HttpClient.java:252)
at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:189)
at weblogic.net.http.HttpURLConnection.followRedirect(HttpURLConnection.java:659)
Truncated. see log file for complete stacktrace