Advertisement
mugs

logonUser could not be retrieved

Jun 22nd, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.02 KB | None | 0 0
  1. za.globed.varsite.hebs.util.UnexpectedException: logonUser could not be retrieved
  2.     at za.globed.varsite.hebs.services.LoginService.userDateExpired(LoginService.java:420)
  3.     at za.globed.varsite.hebs.services.ejb.LoginServiceBean.userDateExpired(LoginServiceBean.java:353)
  4.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  6. Caused by: za.globed.varsite.hebs.util.DbConnectionException: Failed to get a DB connection to v_hebstr
  7.     at za.globed.varsite.hebs.dao.DAOSupportImpl.getActualConnection(DAOSupportImpl.java:173)
  8.     at za.globed.varsite.hebs.dao.DAOSupportImpl.getSQLConnection(DAOSupportImpl.java:196)
  9.     at za.globed.varsite.hebs.dao.LogonUserDAO.findUserByLogin(LogonUserDAO.java:49)
  10.     at za.globed.varsite.hebs.services.LoginService.userDateExpired(LoginService.java:414)
  11. Caused by: org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: ORA-28001: the password has expired
  12. ); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: ORA-28001: the password has expired
  13. ))
  14.     at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
  15.     at za.globed.varsite.hebs.dao.DAOSupportImpl.getActualConnection(DAOSupportImpl.java:123)
  16.     at za.globed.varsite.hebs.dao.DAOSupportImpl.getSQLConnection(DAOSupportImpl.java:196)
  17.     at za.globed.varsite.hebs.dao.LogonUserDAO.findUserByLogin(LogonUserDAO.java:49)
  18.     at za.globed.varsite.hebs.services.LoginService.userDateExpired(LoginService.java:414)
  19.     at za.globed.varsite.hebs.services.ejb.LoginServiceBean.userDateExpired(LoginServiceBean.java:353)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  23.     at java.lang.reflect.Method.invoke(Method.java:585)
  24.     at org.jbos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement