ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

all tables view link on db table list page give an error #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
on  this page:

http://daas-5.ords.ox.ac.uk:8080/ordsProjectNode/db.jsp?lid=716&dbProjectId=285&
pid=718&dt=Relational&pName=Sample%20project

the 'all table views' link  goes to a page which goe to this page:

http://daas-5.ords.ox.ac.uk:8080/ordsProjectNode/views.jsp?lid=716&dbProjectId=2
85&dt=main&pid=718&dbName=DB2&pName=Sample%20project

gives an error:

type Exception report

message

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception

org.apache.jasper.JasperException: An exception occurred processing JSP page 
/views.jsp at line 25

22:         <div class="containergradient">
23:             <%@ include file="includes/headerBanner.xhtml"%>
24:         <%
25:             List<TableView> tableViews = 
DBGateway.getViewListForDatabaseFromPid(request.getParameter("pid"));
26:         %>
27:         
28: 

Original issue reported on code.google.com by jos...@josephbloggs.com on 23 Aug 2013 at 3:04

GoogleCodeExporter commented 9 years ago
The database hadn't been updated properly. All ok now.

Original comment by thest...@gmail.com on 2 Sep 2013 at 2:06