You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Sumpter, Chuck" <ch...@lmco.com> on 2004/06/25 20:35:17 UTC

Session Attributes getting lost

Environment: 

	Tomcat5.0.25
	IIS on Win2k
	JK2-2.0.4
	JDK - 1.4.2_04

	Server 1 runs IIS/JK2 with lb type round robin routing to Server
2 that has 4 Tomcat5 instances. 

	A  .do is invoked and works fine until a "save" action is
clicked to write an clump of xml back to a database. 
	The following error is encountered
	
The Problem manifests as:
	..................
	Parsing Error : Element type "Styl" must be followed by either
attribute specifications, ">" or "/>".
	Line : 1077
	Column : 38
	
com.lmco.ebiz.portalcomponent.blogic.HandleTableConfigPersistence.loadTa
bleConfigFromForm(HandleTableConfigPersistence.java:358)
	
[{ftwebiz44:5c8a3975ffffff86ffffffbdffffffb3fffffff41e940bcbacc6f8}
		com.lmco.ebiz.tabledata.TableDataException
		Parsing Error : Element type "Styl" must be followed by
either attribute specifications, ">" or "/>".
		Line : 1077
		Column : 38
		com.lmco.ebiz.tabledata.TableDataException: 
		[org.exolab.castor.xml.MarshalException
			Parsing Error : Element type "Styl" must be
followed by either attribute specifications, ">" or "/>".
			Line : 1077
			Column : 38
			org.xml.sax.SAXException: Parsing Error :
Element type "Styl" must be followed by either attribute specifications,
">" or "/>".
			Line : 1077
			Column : 38
				at
org.exolab.castor.xml.UnmarshalHandler.fatalError(UnmarshalHandler.java:
1601)
				at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1225)..
...........................................


	If the same sequence of events is played out on Server2 using
the first Tomcat's admin port (8080), all is just fine.

	Any Ideas?






 <<Sumpter, Chuck.vcf>>