<div dir="ltr"><div>Hi All, </div><div>          I have recently done a spacewalk upgrade in RHEL7 from 2.3 to 2.4.</div><div><br></div><div>Everything looked to be fine except now when I login I get this error.</div><div><br></div><div>* When I login to spacewalk now I get this error</div><div><br></div><div>Internal Server Error</div><div>The server experienced a problem which prevented your request from being filled out. It may not be possible to execute this action at this time.</div><div><br></div><div>Please help us correct this problem by contacting us with details of how you received this message.</div><div><br></div><div><br></div><div><br></div><div>- The main error that concerns me in the Tomcat Log is:</div><div><br></div><div>org.postgresql.util.PSQLException: ERROR: column userinfo0_.tasko_notify does not exist</div><div>  Position: 174</div><div><br></div><div>  </div><div>Obviously something happened during migration to this column, userinfo0_.tasko_notify in the POSTGRES Database. </div><div><br></div><div>I am a novice at postgresql so any advice would be great.</div><div><br></div><div>Any ideas, on how to resolve this?</div><div><br></div><div> </div><div>* Here is the Full Output of the Tomcat Log:</div><div><br></div><div>Jun 16, 2015 8:24:02 AM org.apache.catalina.core.StandardWrapperValve invoke</div><div>SEVERE: Servlet.service() for servlet [action] in context with path [/rhn] threw exception [com.redhat.rhn.common.hibernate.HibernateRuntimeException: Executing query User.findByLogin with params {loginUc=USER@DOMAIN.LOCAL} failed] with root cause</div><div>org.postgresql.util.PSQLException: ERROR: column userinfo0_.tasko_notify does not exist</div><div>  Position: 174</div><div>        at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157)</div><div>        at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886)</div><div>        at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)</div><div>        at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:555)</div><div>        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:417)</div><div>        at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:302)</div><div>        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:440)</div><div>        at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186)</div><div>        at org.hibernate.loader.Loader.getResultSet(Loader.java:1787)</div><div>        at org.hibernate.loader.Loader.doQuery(Loader.java:674)</div><div>        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)</div><div>        at org.hibernate.loader.Loader.loadEntity(Loader.java:1860)</div><div>        at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:48)</div><div>        at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:42)</div><div>        at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:3044)</div><div>        at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:395)</div><div>        at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:375)</div><div>        at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:139)</div><div>        at org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:179)</div><div>        at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)</div><div>        at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)</div><div>        at org.hibernate.impl.SessionImpl.internalLoad(SessionImpl.java:846)</div><div>        at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:557)</div><div>        at org.hibernate.type.EntityType.resolve(EntityType.java:379)</div><div>        at org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:116)</div><div>        at org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:854)</div><div>        at org.hibernate.loader.Loader.doQuery(Loader.java:729)</div><div>        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)</div><div>        at org.hibernate.loader.Loader.doList(Loader.java:2220)</div><div>        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)</div><div>        at org.hibernate.loader.Loader.list(Loader.java:2099)</div><div>        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)</div><div>        at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)</div><div>        at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)</div><div>        at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)</div><div>        at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)</div><div>        at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:811)</div><div>        at com.redhat.rhn.common.hibernate.HibernateFactory.lookupObjectByNamedQuery(HibernateFactory.java:185)</div><div>        at com.redhat.rhn.common.hibernate.HibernateFactory.lookupObjectByNamedQuery(HibernateFactory.java:161)</div><div>        at com.redhat.rhn.domain.user.UserFactory.lookupByLogin(UserFactory.java:255)</div><div>        at com.redhat.rhn.manager.user.UserManager.loginUser(UserManager.java:462)</div><div>        at com.redhat.rhn.frontend.action.LoginAction.loginUser(LoginAction.java:138)</div><div>        at com.redhat.rhn.frontend.action.LoginAction.execute(LoginAction.java:81)</div><div>        at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)</div><div>        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)</div><div>        at com.redhat.rhn.frontend.struts.RhnRequestProcessor.process(RhnRequestProcessor.java:105)</div><div>        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)</div><div>        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)</div><div>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)</div><div>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)</div><div>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)</div><div>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)</div><div>        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)</div><div><span class="" style="white-space:pre">              </span></div><div><span class="" style="white-space:pre">           </span></div><div>Thanks for your time.</div></div>