You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by rantaro sinbe <bo...@myself.com> on 2003/07/10 08:16:43 UTC

set schema from within mailet

i was trying to set schema from within mailet and this error happen, any idea pls !

10/07/03 12:23:31 INFO  spoolmanager: Run JamesSpoolManager: default Worker #10
10/07/03 12:23:31 INFO  spoolmanager: Spool=org.apache.james.mailrepository.AvalonSpoolRepository
10/07/03 12:23:33 ERROR spoolmanager: Exception in JamesSpoolManager.run null
java.lang.StackOverflowError
	at org.apache.xerces.impl.xs.XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:575)
	at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489)
	at org.apache.xerces.impl.xs.XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:588)
	at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489)
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
http://corp.mail.com/careers


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: set schema from within mailet

Posted by "Noel J. Bergman" <no...@devtech.com>.
> i was trying to set schema from within mailet and this error happen, any
idea pls !
> Exception in JamesSpoolManager.run null
> java.lang.StackOverflowError
>	at ...XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:575)
>	at ...XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489)
>	at ...XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:588)
>	at ...XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489)

Off-hand, I'd say that you had a stack overflow.  Plugging
"StackOverflowError JAXP xerces" into Google yields all sorts of useful
information, such as:

  http://xml.apache.org/xerces-j/schema.html

http://java.sun.com/webservices/docs/1.2/jaxp/ReleaseNotes.html#schema-limit
ations

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org