NullPointerException when making a getCapabilities request

Поиск
Список
Период
Сортировка
От Álvaro Plata
Тема NullPointerException when making a getCapabilities request
Дата
Msg-id 4D6B9376.1060300@knmi.nl
обсуждение исходный текст
Ответы Re: NullPointerException when making a getCapabilities request  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi all,

When trying to make a getCapabilities request (using Postgresql8.4 and
java6) I get this NullPointerException:

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

exception:
java.lang.NullPointerException
java.util.ArrayList.(ArrayList.java:151)
org.n52.sos.cache.CapabilitiesCacheController.getO
fferings(CapabilitiesCacheController.java:681)
org.n52.sos.ds.pgsql.PGSQLGetCapabilitiesDAO.getOp
erationsMetadata(PGSQLGetCapabilitiesDAO.java:756)
org.n52.sos.ds.pgsql.PGSQLGetCapabilitiesDAO.getCo
mpleteCapabilities(PGSQLGetCapabilitiesDAO.java:16 7)
org.n52.sos.GetCapabilitiesListener.receiveRequest
(GetCapabilitiesListener.java:220)
org.n52.sos.RequestOperator.doGetOperation(Request Operator.java:155)
org.n52.sos.SOS.doGet(SOS.java:398)
javax.servlet.http.HttpServlet.service(HttpServlet .java:617)
javax.servlet.http.HttpServlet.service(HttpServlet .java:717)

Any idea about what is the problem?

Thanks in advance,
Alvaro.

В списке pgsql-general по дате отправления:

Предыдущее
От: Michael Harris
Дата:
Сообщение: Re: ERROR: missing chunk number 0 for toast value 382548694 in pg_toast_847386
Следующее
От: Andre Lopes
Дата:
Сообщение: Re: Transactions and ID's generated by triggers