Bigdecimal Error while running binder application

<[email protected]> Wed, 17 Aug 2005 17:47:03 +0100
Newsgroups gmane.linux.redhat.ccm.general
Message-ID <[email protected]>
Hi,

i deployed and integrated binder application as per Waf Instruction.

Data Object and corresponding tables are also created.

but when i try to access binder servlet.. it gives exception

com.arsdigita.util.AssertionError: Value of BigDecimal id is null.
	at com.arsdigita.util.Assert.error(Assert.java:535)
	at com.arsdigita.util.Assert.assertTrue(Assert.java:375)
	at com.arsdigita.util.Assert.assertNotNull(Assert.java:399)
	at com.arsdigita.web.BaseApplicationServlet.getApplication
(BaseApplicationServlet.java:168)
	at com.arsdigita.web.BaseApplicationServlet.doService
(BaseApplicationServlet.java:91)
	at com.arsdigita.web.BaseServlet$1.excurse(BaseServlet.java:176)
	at com.arsdigita.kernel.KernelExcursion.run(KernelExcursion.java:60)
	at com.arsdigita.web.BaseServlet.internalService(BaseServlet.java:146)
	at com.arsdigita.web.BaseServlet.doGet(BaseServlet.java:293)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at com.caucho.server.http.FilterChainServlet.doFilter
(FilterChainServlet.java:96)
	at com.caucho.server.http.Invocation.service(Invocation.java:315)
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:246=
)
	at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:=
164)
	at com.caucho.server.TcpConnection.run(TcpConnection.java:139)


i saw such issue in red-hat ccm list posted by many users. But i am not a=
ble to=20
find solution for this problem yet.


I debugged the code  and i found BaseServlet.java is class where exceptio=
n comes

following are the details that will help to understand my problem

private void internalService(final HttpServletRequest sreq,
                                 final HttpServletResponse sresp)

inside this function doService(Req,Res) is being called and fetch the exc=
eption..

Please help me to rectify this problem .
Thanx in Advnce.
Chandra


=20










--=20
Redhat-ccm-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/redhat-ccm-list
Archives: https://www.redhat.com/pipermail/redhat-ccm-list/