On recompiling webapp(warp connector) got the following error msg: make[1]: Entering directory `/shr/development/tomcat-warp' make[1]: Entering directory "lib" make[1]: Invoking "make build" make[2]: Entering directory `/shr/development/tomcat-warp/lib' make[2]: Generating "pr_warp_defs.h" from "/shr/development/tomcat-warp/java/Constants.java" /shr/development/tomcat-warp/apr/libtool /usr/bin/gcc -static -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c "wa_main.c" /usr/bin/gcc -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c wa_main.c -o wa_main.o echo timestamp > wa_main.lo /shr/development/tomcat-warp/apr/libtool /usr/bin/gcc -static -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c "wa_config.c" /usr/bin/gcc -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c wa_config.c -o wa_config.o echo timestamp > wa_config.lo /shr/development/tomcat-warp/apr/libtool /usr/bin/gcc -static -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c "wa_request.c" /usr/bin/gcc -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c wa_request.c -o wa_request.o echo timestamp > wa_request.lo /shr/development/tomcat-warp/apr/libtool /usr/bin/gcc -static -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c "pr_info.c" /usr/bin/gcc -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c pr_info.c -o pr_info.o echo timestamp > pr_info.lo /shr/development/tomcat-warp/apr/libtool /usr/bin/gcc -static -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c "pr_warp.c" /usr/bin/gcc -g -O2 -g -O2 -DLINUX=2 -D_REENTRANT -I/shr/development/tomcat-warp/apr/include -I/shr/development/tomcat-warp/include -c pr_warp.c -o pr_warp.o pr_warp.c: In function `headers': pr_warp.c:198: `TYPE_REQ_HEADER' undeclared (first use in this function) pr_warp.c:198: (Each undeclared identifier is reported only once pr_warp.c:198: for each function it appears in.) pr_warp.c: In function `warp_handle': pr_warp.c:245: `TYPE_REQ_INIT' undeclared (first use in this function) pr_warp.c:279: `TYPE_REQ_CONTENT' undeclared (first use in this function) pr_warp.c:291: `TYPE_REQ_SCHEME' undeclared (first use in this function) pr_warp.c:303: `TYPE_REQ_AUTH' undeclared (first use in this function) pr_warp.c:329: `TYPE_REQ_CLIENT' undeclared (first use in this function) pr_warp.c:345: `TYPE_REQ_SERVER' undeclared (first use in this function) pr_warp.c:359: `TYPE_REQ_PROCEED' undeclared (first use in this function) pr_warp.c:372: `TYPE_RES_STATUS' undeclared (first use in this function) pr_warp.c:380: `TYPE_RES_HEADER' undeclared (first use in this function) pr_warp.c:391: `TYPE_RES_COMMIT' undeclared (first use in this function) pr_warp.c:396: `TYPE_RES_BODY' undeclared (first use in this function) pr_warp.c:403: `TYPE_RES_DONE' undeclared (first use in this function) pr_warp.c:408: `TYPE_CBK_READ' undeclared (first use in this function) pr_warp.c:416: `TYPE_CBK_DONE' undeclared (first use in this function) pr_warp.c:418: `TYPE_CBK_DATA' undeclared (first use in this function) pr_warp.c:421: `TYPE_ERROR' undeclared (first use in this function) pr_warp.c:431: `TYPE_ASK_SSL' undeclared (first use in this function) pr_warp.c:435: `TYPE_REP_SSL_NO' undeclared (first use in this function) pr_warp.c:438: `TYPE_REP_SSL' undeclared (first use in this function) pr_warp.c:450: `TYPE_ASK_SSL_CLIENT' undeclared (first use in this function) pr_warp.c:457: `TYPE_REP_SSL_CERT' undeclared (first use in this function) pr_warp.c:373: warning: unreachable code at beginning of switch statement make[2]: *** [pr_warp.lo] Error 1 make[2]: Leaving directory `/shr/development/tomcat-warp/lib' make[1]: Exiting directory "lib" make[1]: *** [template] Error 2 make[1]: Leaving directory `/shr/development/tomcat-warp' make: *** [lib-build] Error 2
On Mon, 2002-01-28 at 12:49, Brian Adams wrote: > no, just recompile the new warp connector and place it into the directory. > > -----Original Message----- > From: J S (l) [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 12:49 PM > To: Tomcat Users List > Subject: RE: com.oreilly.servlet.MultipartRequest IO Error > > > Thanks for your quick response. I just have one more question...would I > have to completely recompile tomcat to recompile the WARP connector or > not? > > J Sears > On Mon, 2002-01-28 at 12:41, Brian Adams wrote: > > I saw it in the past 6 weeks come across the list and I believe it is in > the > > Warp connector. hte guy was saying that the file did not end or start > with > > (can't remember which) FF. > > > > Maybe download from the CVS and build yourself... > > I'm sure someone else will have better memory. > > goodluck, > > B > > > > > > -----Original Message----- > > From: J S (l) [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 28, 2002 12:39 PM > > To: Tomcat Users List > > Subject: com.oreilly.servlet.MultipartRequest IO Error > > > > > > Please, anyone with information regarding the following error, either > > post a reply or email me asap. > > > > We are attempting to allow users to upload image files via form on our > > jsp site. We get the following error upon trying to parse the posted > > data: > > > > java.io.IOException: unexpected end of part > > > > We are running tomcat 4.0.1 > > JDK 1.3.1 > > modwebApp > > Apache 1.3.22 > > > > I have read where this might be a bug with either Tomcat itself or the > > WARP connector, but have been unable to find any responses to the bug > > report. > > Any assistance is greatly appreciated. > > > > J Sears > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
