We have a teamsite 6.7.2 server and strangely OS users setup on teamsite server are not able to login through teamsite UI interface. LDAP users are able to login fine.
Also OS users can connect through PUTTY and only not able able to login via UI. the error that we get via looging an OS user through UI is :
I have done an iwreset -ui and iwreset -a , also restrted teamsite using /etc/init.d/iw.server start
/etc/init.d/iw.server stop.
our iw-store has capacity of 1.7 TB out of which 1.6 TB has been used (95% utilized), still 99 GB is left . I have also decreased the disklowpercent=2 in iw.cfg.
iwserever.log is logging "iwauthdstop: Stopped iwauthend ... DONE" every second similiarly iwauthen.log is logging "[Thu Apr 6 07:06:08 2017] iwauthdstop: Stopped iwauthend" every second.
local/logs/iwui/servletd_out.log :
2017-04-06 10:47:04,996 [http-8080-1] ERROR com.interwoven.ui.teamsite.auth.CSClientContext () - Unexpected authentication failure
com.interwoven.cssdk.common.CSException: (Internal transport error)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleExceptionSci(ExceptionHandler.java:258)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:102)
at com.interwoven.cssdk.sci.exception.ExceptionHandler.handleException(ExceptionHandler.java:78)
at com.interwoven.cssdk.sci.data.CSSessionCache.getSessionString(CSSessionCache.java:318)
at com.interwoven.cssdk.sci.access.AccessServiceSciImpl.beginSessionUsingPassword(AccessServiceSciImpl.java:378)
at com.interwoven.cssdk.access.java.AccessServiceAdapterImpl.beginSessionUsingPassword(AccessServiceAdapterImpl.java:58)
at com.interwoven.cssdk.factory.CSJavaFactory.getClient(CSJavaFactory.java:84)
at com.interwoven.ui.teamsite.auth.CSClientContext.createFromPassword(CSClientContext.java:444)
at com.interwoven.ui.teamsite.auth.CSClientContext.create(CSClientContext.java:331)
at com.interwoven.ui.base.impl.context.ContextFactory.createContext(ContextFactory.java:65)
at com.interwoven.ui.base.impl.context.ContextSetImpl.doCreateContext(ContextSetImpl.java:109)
at com.interwoven.ui.base.impl.context.AbstractContextSet.doGetContext(AbstractContextSet.java:331)
at com.interwoven.ui.base.impl.context.AbstractContextSet.getContext(AbstractContextSet.java:295)
at com.interwoven.ui.base.impl.context.AbstractContextSet.getContext(AbstractContextSet.java:255)
at com.interwoven.ui.base.impl.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:187)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.interwoven.ui.base.util.SetRequestEncodingFilter.doFilter(SetRequestEncodingFilter.java:106)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:595)
Any idea what the issue could be please.