cancel
Showing results for 
Search instead for 
Did you mean: 

FreeBSD 6.3 and Tomcat 6.0.14 - still not working for me

m_r_
Champ in-the-making
Champ in-the-making
After unpacking alfresco-labs-war-3c.tar.gz and editing 
custom-hibernate-dialect.properties
file-servers-custom.xml
custom-repository.properties
to work with PostgreSQL  (and editing out the Windows LF/CR's)

17:56:27,288  INFO  [web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 440.762ms)
17:56:27,296  ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.alfresco.web.scripts.DeclarativeSiteWizardWebScript] for bean with name 'webscript.wizard' defined in class path resource [alfresco/web-framework-application-context.xml]; nested exception is java.lang.ClassNotFoundException: org.alfresco.web.scripts.DeclarativeSiteWizardWebScript
Caused by: java.lang.ClassNotFoundException: org.alfresco.web.scripts.DeclarativeSiteWizardWebScript
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)


vi WEB-INF/classes/alfresco/web-framework-application-context.xml

^M
   <!–  Dynamic Wizard Web Script –>^M
   <bean id="webscript.wizard" parent="webscript" class="org.alfresco.web.script
s.DeclarativeSiteWizardWebScript" singleton="false" />^M
^M
^M


I am trying to have Alfresco work before I start teaching the Advance Linux class at the local community college.   If I can't get Alfresco working it won't be part of my class.
3 REPLIES 3

m_r_
Champ in-the-making
Champ in-the-making
Good news - the error I was seeing is a known issue.   Good news - it was fixed in 3d.

Bad news - still doesn't work.

mikeh
Star Contributor
Star Contributor
New error? Or same one?

Mike

m_r_
Champ in-the-making
Champ in-the-making
New error? Or same one?

Every install has been different for me.   Some of the JARs lack the extensions/extension directory structure (thus I can not change anything).   Vista business - the .exe for windows does not work.   One just came up with an Alfreso splash page - and nothing else.   Others would give pages of errors and the errors about logging into a database - which would change to different errors when I got rid of the CR/LF Windows-centric ending.  One of the errors was a bug in 3c and fixed in 3d.