CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Java

 Proven MySQL link but IO Exception

Print topic Send  topic

Author Message
Anton
Posted: 04/22/2004, 1:47 PM

Got a proper link with the WWW's DB all proven OK but first attempt to display the Login.jsp page I have an 'IO Exception' here:

Code in FormActionTag.java .....

public int doEndTag() {
Component form = (Component)pageContext.getAttribute("parent");
Page page = (Page)pageContext.getAttribute("page");
try {
>>>>>BLEW UP HERE>>>>>>>>>>>>>>>
pageContext.getOut().print(form.getFormAction());
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
} catch (Exception e) {
throw new Error("IO Problems");
}

All files published OK and I guess that this is the top level start of the page generate/output.

Any ideas?

Anton
Anton
Posted: 04/23/2004, 12:31 AM

Further, it is clear that the following start of the CCS tag library is the core of the problem:

int _jspx_eval_ccs_form_action_0 = _jspx_th_ccs_form_action_0.doStartTag();

So I must assume that TomCat 4.0.18 does not like the content of CCSTags.tld ?

What are the prerequisites for this CCS tag library to work?

I have checked the tag library version levels.

Would I be advised to ask CCS support ?

Regards

Anton
Anton
Posted: 04/23/2004, 12:50 AM

Tomcat 5.0.19 actually.

Anton
Anton
Posted: 04/23/2004, 7:21 AM

Just add a wizzard login record to a working form and instant IOException.

Anton

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.