Opened 7 years ago
Closed 7 years ago
#989 closed defect (fixed)
Installation of Reggie 4.11 fails
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | blocker | Milestone: | Reggie v4.11.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
I get an error message:
Failed to load servlets: java.lang.ClassNotFoundException; net.sf.basedb.reggie.servlet.MaskAlignServlet
I think the reasons is that the MaskAlignServlet
class has been removed but it is still referenced in the servlets.xml
file. The reason that this was not detected earlier is that even though the source code was removed, the compiled class remained on the development server.
Change History (2)
comment:1 by , 7 years ago
Milestone: | Reggie v4.x → Reggie v4.11.1 |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4562]) Fixes #989: Installation of Reggie 4.11 fails