Error with Vector

Hi all,

I have following Exception in my JSP:

exception

org.apache.jasper.JasperException: stpview.db.STPViewDB.getAllAlarms()Ljava/util/Vector;

at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)

..........................................................................................................................

root cause

javax.servlet.ServletException: stpview.db.STPViewDB.getAllAlarms()Ljava/util/Vector;

at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)

..............................................................................................................................

In the page:

- I import java.util.Vector.

- It works without following sentence:

Vector linksets = stpview.getAllAlarms();

- Method getAllAlarms() works outside JSP.

Cana anybody help me?

thanks

egonztri

[981 byte] By [egonztri1a] at [2007-11-27 7:45:13]
# 1
Try logging/debugging through the getAllAlarms() method.The error will be in your code. Try putting a try/catch around that block catching an exception and printing the stack trace.
evnafetsa at 2007-7-12 19:25:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
I do not Know why, but It is solved, thanks.egonztri
egonztri1a at 2007-7-12 19:25:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...