You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2003/01/16 10:00:50 UTC

DO NOT REPLY [Bug 16112] - stack overflow

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16112>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16112

stack overflow





------- Additional Comments From darkeye@tyrell.hu  2003-01-16 09:00 -------
additional information:

I also tried the same problem with SUN JDK 1.4.0_03, with the same result.

BTW, I'm using Debian Linux 3.0, Linux kernel 2.4.20-smp

The exact scenario when the error occurs is when I try out the tutorials from
http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm
after doing an

ant hotdeploy

catalina finds out that the files have changed, and thus jetspeed seems to try
to reload. a circular call happens involving three functions, as found in the
call stack:

at org.apache.jetspeed.om.profile.BaseProfile.getDocument(BaseProfile.java:130)
- locked <0x46524670> (a org.apache.jetspeed.om.profile.BaseProfile)
at
org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService.getDocument(CastorPsmlManagerService.java:400)
at org.apache.jetspeed.services.PsmlManager.getDocument(PsmlManager.java:110)


(this is reverse order, the first call is to PsmlManager.getDocument()). this
results eventually in a stack overflow.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>