ObjectWeb Consortium
Search ObjectWeb Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | enhydra List | August 2006 Index

<--  Date Index  --> <--  Thread Index  -->

RE: [xmlc] Re: [enhydra] java.lang.StackOverflowError File attached


The file that is failing to compile is attached. 

I tried using deferred parsing  by specifying 

C:\xmlc -for-deferred-parsing CARGO2QC.html

I get the same error

I am using I am using enhydra 5.1 and xmlc.jar: 2.2.5.. I am working on
Windows xp professional. I tried downloading the latest xmlc.jar but it
did not help either. I tried downloading the latest version enhydra app
server(7.x) , created a application and tried to compile this file , it
did not help either.

Since this is a show stopper I am proceeding by chopping and reducing a
few content in my html file. 

I wanted to debug by downloading the source code. But did not know how
to download that particular version from sourceforge.net

Thanks,
-rafeeq


 

-----Original Message-----
From: Jacob Kjome [mailto:hoju@xxxxxxxx] 
Sent: Tuesday, August 15, 2006 9:21 PM
To: xmlc@xxxxxxxxxxxxx; enhydra@xxxxxxxxxxxxx
Cc: Mohammed Rafeeq
Subject: Re: [xmlc] Re: [enhydra] java.lang.StackOverflowError


What version of XMLC is being used?  Can you provide the file that
causes the error?  Have you tried using XMLC's deferred parsing feature?
I think deferred parsing would solve this issue.

Jake

At 03:25 AM 8/14/2006, Slobodan Vujasinovic wrote:
 >Hi,
 >
 >I've forwarded your message to XMLC mailing list!
 >Maybe someone else already had this problem with large HTML pages!?
 >
 >Which Enhydra and XMLC versions are you using currently (please post
>your response on XMLC mailing list too - xmlc@xxxxxxxxxxxxx)?
 >
 >Regards,
 >  Slobodan Vujasinovic
 >Enhydra Development Team
 >
 >
 >
 >mrafeeq@xxxxxxx wrote:
 >
 >>Hi all
 >>
 >>I have a big html file ( consisting of 550 <td> cells) . when i run
the xmlc  >>  >>When I run the ant task to compile my html to .java
files it throws  >an exception like below. ( i run a xmlc task)  >>
 >>xmlc:
 >>    [xmlc]     CARGO2QC.html --> CARGO2QC.class
 >>     [xmlc] >>> parsing
 >C:\xdx\svndatafinder\src\datafinder\resources\CARGO2QC.html
 >>     [xmlc] >>> using DOM Factory class:
 >org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory
 >>     [xmlc] >>> generating code
 >>     [xmlc]     creating class:
 >C:\xdx\svndatafinder\classes\Generated
 >Source\datafinder\presentation\CARGO2QCHTML.java
 >>     [xmlc] >>> compiling code
 >>     [xmlc] javac -d C:\xdx\svndatafinder\classes -encoding
 >ISO-8859-1 C:\xdx\svndatafinder\classes\Generated
 >Source\datafinder\presentation\CARGO2QCHTML.java
 >>
 >>
 >>The system is out of resources.
 >>Consult the following stack trace for details.
 >>java.lang.StackOverflowError
 >>     [xmlc] Error: compile of generated java code failed
 >>     [xmlc] org.enhydra.xml.xmlc.XMLCException: compile of generated
 >java code failed
 >>     [xmlc]     at
 >org.enhydra.xml.xmlc.misc.ProcessRunner.run(ProcessRunner.java:283)
 >>     [xmlc]     at
 >org.enhydra.xml.xmlc.codegen.JavaCompile.compile(JavaCompile.java:145)
 >>     [xmlc]     at 
org.enhydra.xml.xmlc.compiler.Javac.compile(Javac.java:88)
 >>     [xmlc]     at
 
>org.enhydra.xml.xmlc.compiler.Compiler.compileJavaSource(Compiler.java:
153)
 >>     [xmlc]     at
 
>org.enhydra.xml.xmlc.compiler.Compiler.compileDocument(Compiler.java:18
5)
 >>     [xmlc]     at
 >org.enhydra.xml.xmlc.compiler.Compiler.compile(Compiler.java:226)
 >>     [xmlc]     at
 >org.enhydra.xml.xmlc.commands.xmlc.XMLC.compile(XMLC.java:132)
 >>     [xmlc]     at
 
>org.enhydra.xml.xmlc.commands.xmlc.XMLC.compileHandleErrors(XMLC.java:1
42)
 >>     [xmlc]     at 
org.enhydra.xml.xmlc.commands.xmlc.XMLC.main(XMLC.java:153)
 >>     [xmlc]     at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 >>     [xmlc]     at
 
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja
va:39)
 >>     [xmlc]     at
 >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess
 >orImpl.java:25)
 >>     [xmlc]     at java.lang.reflect.Method.invoke(Method.java:324)
 >>     [xmlc]     at com.lutris.ant.taskdefs.Xmlc.execute(Unknown
Source)
 >>     [xmlc]     at org.apache.tools.ant.Task.perform(Task.java:317)
 >>     [xmlc]     at
org.apache.tools.ant.Target.execute(Target.java:309)
 >>     [xmlc]     at
org.apache.tools.ant.Target.performTasks(Target.java:334)
 >>     [xmlc]     at
 >org.apache.tools.ant.Project.executeTarget(Project.java:1306)
 >>     [xmlc]     at
 >org.apache.tools.ant.Project.executeTargets(Project.java:1250)
 >>     [xmlc]     at org.apache.tools.ant.Main.runBuild(Main.java:610)
 >>     [xmlc]     at org.apache.tools.ant.Main.start(Main.java:196)
 >>     [xmlc]     at org.apache.tools.ant.Main.main(Main.java:235)
 >>
 >>
 >>On researching I found out that the java stack is getting overflown.
 >I tried to increase the java stack size and os stack size by
mentioning  >>  >>%JAVA% -Xms256M -Xmx512M -Xss1000K -Xoss5000K -cp
%CLASSPATH% .........
 >>
 >>in %ENHYDRA_HOME%/bin/ant.bat
 >>
 >>I am using jdk 1.4.2 and the operating system is windows xp
professional.
 >>
 >>but this did not solve the problem. Any leads will be much
appreciated  >>  >>I have posted this problem in this forum too  >>
>>http://forums.devx.com/showthread.php?t=155222&highlight=java.lang.St
 >ackOverflowError
 >>
 >>Thanksm
 >>-Rafeeq(mrafeeq@xxxxxxx)
 >>
 >>
 >>
 
>>----------------------------------------------------------------------
--
 >>
 >>
 >>--
 >>You receive this message as a subscriber of the enhydra@xxxxxxxxxxxxx
>mailing list.
 >>To unsubscribe: mailto:enhydra-unsubscribe@xxxxxxxxxxxxx
 >>For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
 >>ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws  >>  >>  >  >  >
 >--
 >You receive this message as a subscriber of the xmlc@xxxxxxxxxxxxx
>mailing list.
 >To unsubscribe: mailto:xmlc-unsubscribe@xxxxxxxxxxxxx
 >For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
 >ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws

Title: CARGO II Data Query & QC
Main Menu

CARGO II Data Query & QC

My Queries
Query:  QueryText QC1:QC1Text QC2:QC2Text
Error Text
Direction: [Dir]View: [View] Patients: PatCount Encounters: EncCount Rows: RecCount

QC 1(X)
QC 2(X)
(X) Encounter Enrollment Date Transplant Date Tx Indication Age Height (cm) Weight (lb) Sex Race HLA type PRA PRA Treatment PRA Treatment Type Cross Match Donor CMVIgG Donor CMVIgG Date Induction Therapy Y/N Induction
Agent  Completion Date  Amount/Dose
Days Post Tx Visit Date> Status Indication Hematology Y/N WBC Platelet Bands Hgb Neutrophils Monocytes Eosinophils Basophils Lymphocytes Chemistry Y/N Creatinine BUN/Urea LDL Cholestrol Lab Comments CMVIgG CMVIgG Date CMV Infection CMV Status CMV Method CMV Organ CMV Diagnosis Date Other Infection Y/N Infection Organism Infection Source Infection Treatment Inf Diagnosis Date Other Complications Y/N Complications Complication Comments Biopsy Biopsy Done Y/N Rejection Grade Biopsy Date Humoral Rejection Analysis Humoral Rejection Date Humoral Rejection Y/N Humoral Rejection Confirmed By Cath Done Y/N Cath Date PCW Cardiac Index Cardiac Output Echo Done Y/N Echo Date LVEF Numeric LVEF Qual Fractional Short Numeric Fractional Short Qual Pericardial Effusion Angiography Y/N Angiography Date Angio RCA IVUS IVUS Date IVUS Max. Thickness Dobutamine Performed Y/N Dobutamine Date Procedure Comments Cyclosporin A Tacrolimus Azathioprine Mycophenolate Sirolimus Steroids Everolimus Cyclophosphamide Acyclovir Valganciclovir Ganciclovir Other Medication Cyclosporin FK Steroid Drug Level Rejection Treatment Done Y/N Rejection Treatment why Sample Drawn Before Treatment Y/N Rejection Treatments Patient Hospitalized Y/N Admission Diagnosis Admission Date Discharge Diagnosis Discharge Date Hospitalisation Summary PAX CPT
Clear = " value=">">> < - = " value=">">> < - No - All Done Not Done = " value=">">> < - All No Grade Grade 0 Grade 1A Grade 1B Grade 2 Grade 3A Grade 3B = " value=">">> < - = " value=">">> < -
Encounter Enrollment Date Transplant Date TxInd Age Height Weight Sex Race Induction Therapy Y/N Induction Agent Days Post Tx Visit Date PatientStatus Indication Hematology Y/N WBCCount PlateletCount Bands HgbCount Neutrophils Monocytes Eosinophils Basophils Lymphocytes Chemistry Y/N Creatinine BUN Cholestrol LabComments Other Infection Y/N Infection Organism Infection Source Infection Treatment Inf Diagnosis Date Other Complications Y/N Complications Other Complications Comment Biopsy Biopsy Done Y/N Rejection Grade Biopsy Date Humoral Rejection Analysis Cath Done Cath Date PCW Cardiac Index Cardiac Output Echo Done Y/N Echo Date LVEF LVEF Qualitative Fractional Short Fractional Short Qualitative Pericardial Effusion nbsp; Cyclosporin A Tacrolimus Azathioprine Mycophenolate Sirolimus Steroids Everolimus Cyclophosphamide Acyclovir Valganciclovir Ganciclovir Other Medication CADose FKDose SteroidDose Drug Level


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.