cancel
Showing results for 
Search instead for 
Did you mean: 

3.2 Build StackOverflowError

robt
Champ in-the-making
Champ in-the-making
Hi,
I'm testing out 3.2CE updated to the last build dated 09/03.  The previous build I had working but this one generates a StackOverflowError in Tomcat whenever accessing http://server:8080/alfresco.  Share seems to work.   /opt/Alfresco/tomcat/logs/localhost.2009-09-05.log contains the repeating or recursive error generating the stack overflow and I've included a snippet below. The ChainingSubsystemProxyFactory.java:107 block repeats many times.  I set the authentication chain back to just alfrescoNtlm1:alfrescoNtlm just in case but it didn't make a difference.
Using the full Linux installer of 09/03. CentOs: Linux 2.6.18-128.7.1.el5 #1 SMP Mon Aug 24 08:21:56 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux


java.lang.StackOverflowError
    at org.springframework.beans.factory.support.AbstractBeanFactory.transformedBeanName(AbstractBeanFactory.java:799)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:227)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:757)
    at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:102)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy202.isActive(Unknown Source)
    at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:107)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy202.isActive(Unknown Source)

Any help would be appreciated as I'm trying to get a test AP workflow up to promote an implementation for our company.

Thanks,

Rob.
5 REPLIES 5

gronfelt
Champ in-the-making
Champ in-the-making
Same issue here, we've also tried installing it on CentOS 5.3, but we're using the 32-bit version.

kevinr
Star Contributor
Star Contributor
I believe this issue has been fixed in the latest build. Please update.

Kev

robt
Champ in-the-making
Champ in-the-making
I'm very new to Alfresco so I may not know where to get the 'latest' build.  I've been using http://dev.alfresco.com/downloads/nightly/dist/ and this problem refers to the build that is still there: i.e. Ver 3.2.0 (2228) schema 3002.  The immediately previous version from that location did not have any problems, but unfortunately I overwrote my only copy, otherwise I'd just revert back to that.  (I'm not using the standard 3.2 download because of the ldap sync issue with the 'Guest' account and I don't want to disable syncing of groups if I can avoid it)
Anyway Kevin, if there is a newer build that I can get access to, please point me in the right direction.

Many thanks,

Rob.

dward
Champ on-the-rise
Champ on-the-rise
That's the right place to pick up nightly builds. Unfortunately they are not as frequent as 'nightly' at the moment, because they only get uploaded if all unit tests pass and there is a lot of work going on.

I understand a new build containing the fix is going to be uploaded today, but if you can't wait, try building the code from HEAD.

robt
Champ in-the-making
Champ in-the-making
No problem.
Thanks for the quick reply.
I'll grab the build later when it's posted.
I'll look into checking out the code and setting up a build environment too though as I'm very impressed with what I've seen so far and interested in seeing more of what's going on under the cover, so to speak.

Thanks again.