OutOfMemoryError

X-Application Version: 3.1.2, 3.1.1
Tamino Version : 3.1.1
Platform : NT
WebContainer : Tomcat 3.3
JDK Version : 1.3.1_01
Hi all
Pl help me to slove the Following Prob

[GuiServlet] ################################################
[GuiServlet] Session isNew(): false
[GuiServlet] No schemaContainer created!
[GuiServlet] ############## attribute values ###############
[GuiServlet] TAMINO_COLLECTION: MISL
[GuiServlet] genType: generate
[GuiServlet] TOMCAT_HOME: E:\jakarta-tomcat-3.3
[GuiServlet] TARGET_DIR: E:\jakarta-tomcat-3.3\webapps\Content1
[GuiServlet] TAMINO_SCHEMA_TEXT:
[GuiServlet] submitButton: Start Generation
[GuiServlet] TAMINO_URL: http://localhost/tamino/MedicalCatalog
[GuiServlet] MODE:
[GuiServlet] USER_ID:
[GuiServlet] XAPP_HOME: E:\xapplication_311
[GuiServlet] TAMINO_SCHEMA_FILE:
[GuiServlet] TAMINO_SCHEMA: Content
[GuiServlet] DOCTYPE: Content
[GuiServlet] PASSWORD: CONFIDENTIAL
[GuiServlet] ################################################
2002-04-22 10:31:04 - DecodeInterceptor: Charset from session ISO-8859-1
[GuiServlet] Generate target dir: E:\jakarta-tomcat-3.3\webapps\Content1
[ConfigContainer] reading E:\jakarta-tomcat-3.3\webapps\Content1\config.xml
[ConfigContainer] done reading E:\jakarta-tomcat-3.3\webapps\Content1\config.xml

[ConfigContainer] reading E:\jakarta-tomcat-3.3\webapps\Content1\WEB-INF\web.xml

[ConfigContainer] done reading E:\jakarta-tomcat-3.3\webapps\Content1\WEB-INF\we
b.xml
[ConfigContainer] …TAMINO_URL found!
[ConfigContainer] …TAMINO_COLLECTION1 found!
[Generator] Initializing Generator!
[Generator] Reading Schema!
[Generator] schemaRootElemName: Content
[Generator] schemaRootElem: [Element: ]
[Generator] Generator creation finished!
[Generator]
[Generator] Performing BFS for browse page…
2002-04-22 10:31:42 - Ctx(/xappgen) : Exception in R( /xappgen + /GuiServlet + n
ull) - java.lang.OutOfMemoryError
<>
:confused: This is error on console (tomcat ):confused:
_____________________________________________
Error: 500
Location: /xappgen/GuiServletInternal Servlet Error:
java.lang.OutOfMemoryError
<>
This is GUI error :confused:

Thanx in advance
Mangesh

Hello Mangesh,

most probably the schema you want to generate a X-Application for is containing a recursive element definition.
This can not be handled by the generator currently.
Anyway, it would be of help for improving X-Application, if you could post the schema you used, so that we can try to reproduce the error and maybe find a workaround for your problem.

Thank you for your contribution

Stefan Schwalm
Software AG, Darmstadt

Hello Schwalm,
Thanx for the prompt reply
U r right I am using recursive Element in my DTD .
I have Converted the same in TSD 3
I am attaching herewith the same .
lookig for ur prompt reply
TIA
Mangesh
MISL_v1_0_test.TSD (6.8 KB)

Hello Mangesh,

recursive schemas are not supported by X-Application Generator. Unfortunately there’s no workaround for fixing your problem either.

The only thing I can recommend is writing your own JSP pages directly, without using the generator, since X-Application in general supports recursive schemas (even though not tested, see limitations chapter in documentation)

We’ll keep this problem in mind…

Thank for your contribution

Stefan Schwalm
Software AG, Darmstadt