We just did an in-place upgrade of our QC12.55 to 12.60 and many of our projects upgraded just fine (verify/repair/upgrade).
We had a few that need to be restored with the DBID file (they were archived/removed prreviously) but were still in the original database location and repository folder as the other projects.
On trying RESTORE, we get a "failed to restore" error and this strange additional info in the SA Log (below).
We have the QC/Enterprise license and can't even SEE the Lab_Project, what does that have to do with our "regular" QC Projects?
+++++++++++++++++++++++++++++++++++
com.hp.alm.platform.exception.CTdException
Messages:
Failed to Restore Project; Failed to restore project. Project 'LAB_PROJECT' already exists in domain 'DEFAULT'; Project 'LAB_PROJECT' already exists in domain 'DEFAULT';
Stack Trace:
com.hp.alm.platform.exception.CTdException: Project 'LAB_PROJECT' already exists in domain 'DEFAULT'
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.restoreProject(CProjectLogic.java:1436)
wrapped in com.hp.alm.platform.exception.CTdException: Failed to restore project. Project 'LAB_PROJECT' already exists in domain 'DEFAULT'
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.restoreProject(CProjectLogic.java:1599)
at com.hp.alm.platform.siteadmin.api.logics.CProjectLogic.restoreProject(CProjectLogic.java:1397)
at com.hp.alm.platform.siteadmin.requests.RestoreProject.execute(RestoreProject.java:29)
at com.hp.alm.platform.web.RequestsDispatcher.execute(RequestsDispatcher.java:81)
wrapped in com.hp.alm.platform.exception.CTdException: Failed to Restore Project
at com.hp.alm.platform.web.RequestsDispatcher.execute(RequestsDispatcher.java:92)
at com.hp.alm.platform.server.web.CAbsServlet.executeFunction(CAbsServlet.java:595)
at com.hp.alm.platform.server.web.CAbsServlet.processRequest(CAbsServlet.java:585)
at com.hp.alm.platform.server.web.CAbsServlet.doPost(CAbsServlet.java:438)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:738)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1651)
at com.hp.alm.platform.util.gzipfilter.GZIPFilter.doFilter(GZIPFilter.java:31)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1631)
at com.hp.alm.platform.web.XSSProtectionFilter.doFilter(XSSProtectionFilter.java:27)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at com.mercury.optane.core.state.ServerStatusFilter.doFilter(ServerStatusFilter.java:37)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at org.hp.qc.web.restapi.authentication.LwssoRedirectFilter.doFilter(LwssoRedirectFilter.java:26)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at com.hp.alm.platform.web.NoSniffFilter.doFilter(NoSniffFilter.java:20)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at com.hp.alm.platform.web.HTTPMethodsFilter.doFilter(HTTPMethodsFilter.java:52)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1622)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:549)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:568)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1111)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:478)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:183)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1045)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:199)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:309)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:159)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:462)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:279)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:232)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:534)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536)
at java.lang.Thread.run(Unknown Source)
↧