paritosh pandey

Greenhorn
+ Follow
since Jan 08, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by paritosh pandey

When I hit the third party URL from my browser I am getting response.

But when I try to do the same thing programatically from my java code I am getting
SSL handshake exception PKIX path building failed.

I am doing development on my windows system but server system is on linux which is connected(VPN connection) to the thirdparty server. SSL certificate is properly installed on the server machine. and I have run the (route -add .. ) command to route the request through the server. Now request hits the third party server and I am getting the response. So I think there is no problem in connectivity.
But I am getting handshake exception while running java code.

Am I missing out something?
Any help would be appreciated.

Thanks
Paritosh
13 years ago
I hava the following WSDL file for which I have created client stubs using axis2.1.5.1 WSDLtoJAVA command. I am trying to invoke createpolicy method in this webservice but not able to do becoz while
doing someting like TravelPolicyStub.CreatePolicyResponse result = stub.CreatePolicyResponse(func);I don't have stub.CreatePolicyResponse(func) generated in clientstub.Also There is no field in func where I can set my inputs.Kindly help


<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="ILInterface/Policy/Travel" xmlns:i18="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/GroupDomesticTravel" xmlns:i12="ILInterface/Policy/Travel/GroupDomesticTravelButique" xmlns:i13="ILInterface/Policy/Travel/ProposalCreation" xmlns:i10="ILInterface/Policy/Travel/PolicyCreation" xmlns:i11="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/PolicyCancellation" xmlns:i16="ILInterface/Policy/Travel/PnrSearch" xmlns:i17="ILInterface/Policy/Travel/PemiumCalculation" xmlns:i14="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/PolicyEndorsement" xmlns:i15="ILInterface/Policy/Travel/GetPolicyForProposal" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" targetNamespace="ILInterface/Policy/Travel" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:import namespace="ILInterface/Policy/Travel/PolicyCreation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema1" />
<wsdl:import namespace="ILInterface/Policy/Travel" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema2" />
<wsdl:import namespace="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/PolicyCancellation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema3" />
<wsdl:import namespace="ILInterface/Policy/Travel/GroupDomesticTravelButique" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema4" />
<wsdl:import namespace="ILInterface/Policy/Travel/ProposalCreation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema5" />
<wsdl:import namespace="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/PolicyEndorsement" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema6" />
<wsdl:import namespace="ILInterface/Policy/Travel/GetPolicyForProposal" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema7" />
<wsdl:import namespace="ILInterface/Policy/Travel/PnrSearch" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema8" />
<wsdl:import namespace="ILInterface/Policy/Travel/PemiumCalculation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema9" />
<wsdl:import namespace="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/GroupDomesticTravel" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?schema=schema10" />
<wsdl:import namespace="ILInterface/Policy/Travel/PolicyCreation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl1" />
<wsdl:import namespace="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/PolicyCancellation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl2" />
<wsdl:import namespace="ILInterface/Policy/Travel/GroupDomesticTravelButique" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl3" />
<wsdl:import namespace="ILInterface/Policy/Travel/ProposalCreation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl4" />
<wsdl:import namespace="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/PolicyEndorsement" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl5" />
<wsdl:import namespace="ILInterface/Policy/Travel/GetPolicyForProposal" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl6" />
<wsdl:import namespace="ILInterface/Policy/Travel/PnrSearch" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl7" />
<wsdl:import namespace="ILInterface/Policy/Travel/PemiumCalculation" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl8" />
<wsdl:import namespace="http://www.24x7icicilombard.com/ILInterface/Policy/Travel/GroupDomesticTravel" location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx?wsdl=wsdl9" />
<wsdl:types />
<wsdl:portType name="TravelPolicyHttpGet" />
<wsdl:portType name="TravelPolicyHttpPost" />
<wsdl:binding name="TravelPolicyHttpGet" type="tns:TravelPolicyHttpGet">
<http:binding verb="GET" />
</wsdl:binding>
<wsdl:binding name="TravelPolicyHttpPost" type="tns:TravelPolicyHttpPost">
<http:binding verb="POST" />
</wsdl:binding>
<wsdl:service name="TravelPolicy">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Create travel policy, calculate premium</documentation>
<wsdl:port name="TrPolicyCreation" binding="i10:TrPolicyCreation">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrPolicyCancellation" binding="i11:TrPolicyCancellation">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrGroupDomesticTravelButique" binding="i12:TrGroupDomesticTravelButique">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrProposalCreation" binding="i13:TrProposalCreation">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrPolicyEndorsement" binding="i14:TrPolicyEndorsement">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrGetPolicyForProposal" binding="i15:TrGetPolicyForProposal">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrPnrSearch" binding="i16:TrPnrSearch">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrPremiumCalculation" binding="i17:TrPremiumCalculation">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TrGroupDomesticTravel" binding="i18:TrGroupDomesticTravel">
<soap:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TravelPolicyHttpGet" binding="tns:TravelPolicyHttpGet">
<http:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
<wsdl:port name="TravelPolicyHttpPost" binding="tns:TravelPolicyHttpPost">
<http:address location="https://24x7.icicilombard.com/ILExtInterface/Policy/Travel/TravelPolicy.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

13 years ago
Hi,
While parsing the webservice response I am getting org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement

I am using axis 1.5.1 version My WSDL, request and response Strings are as following
Request
"<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns1:doBillerRegistration xmlns:ns1="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration"><in0>pin</in0><in1>pinelabs</in1><in2>000000000528</in2><in3>5632547895623|9920958120</in3><in4>KK|chirag test</in4><in5>N</in5></ns1:doBillerRegistration></soapenv:Body></soapenv:Envelope>"

Response
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:doBillerRegistrationResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration">
<doBillerRegistrationResult xsi:type="xsd:string">pin<<>>pinelabs<<>>000000000528<<>>5632547895623|9920958120<<>>KK|chirag test<<>>1000046394<<>>N<<>>F<<>>200024<<>>BILLER ALREADY PRESENT.<<>></doBillerRegistrationResult>
</ns1:doBillerRegistrationResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


BillerRegistrationServiceStub.DoBillerRegistration func = new BillerRegistrationServiceStub.DoBillerRegistration();


try {


} catch (Exception e) {
logger.trace(e,e);
e.printStackTrace();
throw new Exception("Marshalling failed");
}

func.setIn0("pin");
func.setIn1("pinelabs");
func.setIn2("000000000528");
func.setIn3("5632547895623|9920958120");
func.setIn4("KK|chirag test");
func.setIn5("N");

//wsdl version
//axis version
//encoded response
//look at sample response of SOAP envelope from one of our service
BillerRegistrationServiceStub.DoBillerRegistrationResponse result = stub.doBillerRegistration(func); //getting error in this line
String responseStr = result.get_return();

wsdl
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration" xmlns:impl="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration-impl" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:intf="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="doBillerRegistrationRequest">
<wsdl:part name="in0" type="xsd:string"/>
<wsdl:part name="in1" type="xsd:string"/>
<wsdl:part name="in2" type="xsd:string"/>
<wsdl:part name="in3" type="xsd:string"/>
<wsdl:part name="in4" type="xsd:string"/>
<wsdl:part name="in5" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="doBillerRegistrationResponse">
<wsdl:part name="return" type="xsd:string"/>
</wsdl:message>
<wsdl:portType name="BillerRegistration">
<wsdl:operation name="doBillerRegistration" parameterOrder="in0 in1 in2 in3 in4 in5">
<wsdl:input message="intf:doBillerRegistrationRequest"/>
<wsdl:output message="intf:doBillerRegistrationResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WebServiceBillerRegistrationSoapBinding" type="intf:BillerRegistration">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="doBillerRegistration">
<wsdlsoap:operation soapAction=""/>
<wsdl:input>
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration"/>
</wsdl:input>
<wsdl:output>
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="BillerRegistrationService">
<wsdl:port name="WebServiceBillerRegistration" binding="intf:WebServiceBillerRegistrationSoapBinding">
<wsdlsoap:address location="http://121.241.242.73:8101/wsBillerReg/services/WebServiceBillerRegistration"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

kindly help to solve this issue.
13 years ago
Actually the I am sending sequential ajax request to my server.Now the issue is that some of the requests are reaching to my action very late.So my guess is that some kind of object/thread pool is maintained at some level which waits for the previous requests to get executed.This behaviour is making my usr experiece very slow
13 years ago
Hi,
I am working on a struts based web application.I have deployed my application in jboss4.2.3 and sending multiple ajax request from my jsp(without waiting for response) page.Now the problem is that my ajax requests are executing in sequence .I want them to get executed simultaneously.Is there some kind of configuration setting I need to do in my jboss server. These rquest are internally invoking web service methods.[color=green][/color]
13 years ago
Hi,

I have deployed my web services (VAS services) in tomcat 6.0 in production .I am using axis2 1.4.1 as web service engine and apache 2.2 for httpd service. My problem is that in every 8-10 hrs when no of transactions increase, a problem occurs in my server and I get an �ERROR 503 service not deployed�. I don�t know the exact cause and solution to this problem. Presently every time I face this problem, I restart my httpd services and tomcat. Please help me to rectify this problem as this is hampering our business in a big way. I am sending the log details of catalina.log in tomcat�s log folder



17-Nov-2008 17:20:56 org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Servlet.service() for servlet AxisServlet threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:21:33 org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Servlet.service() for servlet AxisServlet threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:21:33 org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Servlet.service() for servlet AxisServlet threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:21:36 org.apache.jk.core.MsgContext action

WARNING: Error sending end packet

java.net.SocketException: Software caused connection abort: socket write error

at java.net.SocketOutputStream.socketWrite0(Native Method)

at java.net.SocketOutputStream.socketWrite(Unknown Source)

at java.net.SocketOutputStream.write(Unknown Source)

at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)

at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)

at org.apache.jk.core.MsgContext.action(MsgContext.java:301)

at org.apache.coyote.Response.action(Response.java:183)

at org.apache.coyote.Response.finish(Response.java:305)

at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)

at org.apache.catalina.connector.Response.finishResponse(Response.java:486)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:285)

at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)

at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)

at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)

at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)

at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)

at java.lang.Thread.run(Unknown Source)

17-Nov-2008 17:21:36 org.apache.catalina.core.StandardWrapperValve invoke

SEVERE: Servlet.service() for servlet AxisServlet threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:23:31 org.apache.catalina.core.ApplicationDispatcher invoke

SEVERE: Servlet.service() for servlet jsp threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:23:31 org.apache.jk.common.ChannelSocket processConnection

WARNING: processCallbacks status 2

17-Nov-2008 17:23:31 org.apache.catalina.core.ApplicationDispatcher invoke

SEVERE: Servlet.service() for servlet jsp threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:23:31 org.apache.catalina.core.ApplicationDispatcher invoke

SEVERE: Servlet.service() for servlet jsp threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:23:31 org.apache.jk.core.MsgContext action

WARNING: Error sending end packet

java.net.SocketException: Software caused connection abort: socket write error

at java.net.SocketOutputStream.socketWrite0(Native Method)

at java.net.SocketOutputStream.socketWrite(Unknown Source)

at java.net.SocketOutputStream.write(Unknown Source)

at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)

at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)

at org.apache.jk.core.MsgContext.action(MsgContext.java:301)

at org.apache.coyote.Response.action(Response.java:183)

at org.apache.coyote.Response.finish(Response.java:305)

at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)

at org.apache.catalina.connector.Response.finishResponse(Response.java:486)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:285)

at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)

at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)

at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)

at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)

at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)

at java.lang.Thread.run(Unknown Source)

17-Nov-2008 17:23:31 org.apache.jk.core.MsgContext action

WARNING: Error sending end packet

java.net.SocketException: Software caused connection abort: socket write error

at java.net.SocketOutputStream.socketWrite0(Native Method)

at java.net.SocketOutputStream.socketWrite(Unknown Source)

at java.net.SocketOutputStream.write(Unknown Source)

at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531)

at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:121)

at org.apache.jk.core.MsgContext.action(MsgContext.java:301)

at org.apache.coyote.Response.action(Response.java:183)

at org.apache.coyote.Response.finish(Response.java:305)

at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)

at org.apache.catalina.connector.Response.finishResponse(Response.java:486)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:285)

at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)

at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)

at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)

at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)

at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)

at java.lang.Thread.run(Unknown Source)

17-Nov-2008 17:23:34 org.apache.jk.common.ChannelSocket processConnection

WARNING: processCallbacks status 2

17-Nov-2008 17:23:34 org.apache.catalina.core.ApplicationDispatcher invoke

SEVERE: Servlet.service() for servlet jsp threw exception

java.lang.IllegalStateException: getOutputStream() has already been called for this response

at org.apache.catalina.connector.Response.getWriter(Response.java:604)

at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:198)

at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterImpl.java:125)

at org.apache.jasper.runtime.JspWriterImpl.flushBuffer(JspWriterImpl.java:118)

at org.apache.jasper.runtime.PageContextImpl.release(PageContextImpl.java:186)

at org.apache.jasper.runtime.JspFactoryImpl.internalReleasePageContext(JspFactoryImpl.java:118)

at org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:77)

at org.apache.jsp.axis2_002dweb.Error.error500_jsp._jspService(error500_jsp.java:110)

at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

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

at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)

at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)

at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:447)

at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)

at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)

at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424)

at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343)

at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:287)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261)

at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)

at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)

at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)

at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)

at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:686)

at java.lang.Thread.run(Unknown Source)

17-Nov-2008 17:23:34 org.apache.jk.common.ChannelSocket processConnection

WARNING: processCallbacks status 2

17-Nov-2008 17:23:34 org.apache.catalina.core.ApplicationDispatcher invoke

SEVERE: Servlet.service() for servlet jsp threw exception

java.lang.OutOfMemoryError: Java heap space

17-Nov-2008 17:23:34 org.apache.catalina.core.ApplicationDispatcher invoke





Regards,

Paritosh
15 years ago
Is there is a way to restrict a jtable column to accept only date as input.
and format it to a specific format?
16 years ago
I am also facing the same problem.I want the focus on the cell where a error is occured after JDialogBox pops us with error msg.Did you people got any solution???.please help
16 years ago
I have a JTable in which I am adding rows dynamically.If I add 3 rows and populate data in 2nd and 3rd row only,then when I am trying to save data a dialog box pops up for entering data in 1st row.But when i click ok tab I have to click on that column to edit.Is there a way so that when I click OK the cursor itself comes to that desired column in which I have to edit?
I mean when I click "ok" on error dialog box cursor should be placed where the error has to be rectified.???
16 years ago
I have 2 jtables in one panel.My problem is that when I am at last column of last row in table, I am unable to move out of that table (and go to next jtable).ctrl+tab is default for this but it is not working.Focus is redirected to first column of first row by using ctrl+tab,and shift+tab redirects it to previous column.I am using default table model and last 2 columns of jtable are combobox which are there as cell renderer.
Please help me.
16 years ago