You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/22 06:55:18 UTC

DO NOT REPLY [Bug 23316] New: - Oracle JDBCRealms failed after tns listener restart.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23316>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23316

Oracle JDBCRealms failed after tns listener restart.

           Summary: Oracle JDBCRealms failed after tns listener restart.
           Product: Tomcat 3
           Version: 3.1.1 Final
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Auth
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: yewtuck@motorola.com


Tomcat failed to autenticate after the tnsname or database restarted.
below are the error message 

2003-09-22 12:41:03 - /peapps: Exception in R( /peapps + /Dj_Combi_Action.do + 
null) - java.lang.NullPointer
Exception
        at java.text.MessageFormat.applyPattern(MessageFormat.java:275)
        at java.text.MessageFormat.<init>(MessageFormat.java:236)
        at java.text.MessageFormat.format(MessageFormat.java:468)
        at org.apache.tomcat.util.res.StringManager.getString(Unknown Source)
        at org.apache.tomcat.util.res.StringManager.getString(Unknown Source)
        at org.apache.tomcat.modules.aaa.JDBCRealm.getCredentials
(JDBCRealm.java:255)
        at org.apache.tomcat.modules.aaa.RealmBase.checkPassword
(RealmBase.java:212)
        at org.apache.tomcat.modules.aaa.RealmBase.authenticate
(RealmBase.java:193)
        at org.apache.tomcat.core.Request.getRemoteUser(Request.java:575)
        at org.apache.tomcat.modules.aaa.AccessInterceptor.authorize
(AccessInterceptor.java:359)
        at org.apache.tomcat.core.ContextManager.internalService
(ContextManager.java:902)
        at org.apache.tomcat.core.ContextManager.service
(ContextManager.java:833)
        at org.apache.tomcat.modules.server.Http10Interceptor.processConnection
(Http10Interceptor.java:176)
        at org.apache.tomcat.util.net.TcpWorkerThread.runIt
(PoolTcpEndpoint.java:494)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:516)
        at java.lang.Thread.run(Thread.java:498)