cancel
Showing results for 
Search instead for 
Did you mean: 

404 Error After Install

howardjacobson
Champ in-the-making
Champ in-the-making
I have installed Alfresco Labs 3 Stable on Ubuntu 8.10.  I am using Alfresco with the MySQL connector.  When I try to access the Web Client, I get:

HTTP Status 404 -

type Status report

message

description The requested resource () is not available.
Apache Tomcat/6.0.18

My alfresco.log file contains:

01:37:40,816 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
01:37:40,823 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 602.7314ms)
01:38:41,754 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
01:38:41,754 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 60913.13ms)
01:38:41,920 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
01:39:00,752 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Linux
   command:    [./ImageMagick/bin/convert, /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_source_53624.gif, /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_target_53625.png]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "./ImageMagick/bin/convert": java.io.IOException: error=2, No such file or directory
01:39:03,148 INFO  [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
01:39:07,696 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer] Failed to start a runtime executable content transformer:
Execution result:
   os:         Linux
   command:    [./bin/pdf2swf, -V]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "./bin/pdf2swf": java.io.IOException: error=2, No such file or directory
01:39:15,004 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
01:41:15,695 ERROR [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema auto-update failed
org.alfresco.error.AlfrescoRuntimeException: A previous schema upgrade failed or was not completed.  Revert to the original database before attempting the upgrade again.
        at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1136)
        at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
01:41:15,697 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Schema auto-update failed
        at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1192)
        at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: org.alfresco.error.AlfrescoRuntimeException: A previous schema upgrade failed or was not completed.  Revert to the original database before attempting the upgrade again.
        at org.alfresco.repo.domain.schema.SchemaBootstrap.onBootstrap(SchemaBootstrap.java:1136)
        … 33 more
01:41:20,859 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework

I am new to Alfresco and do not understand most of what is in the log file.  Any help appreciated.  Thanks.
14 REPLIES 14

mautidavis
Champ in-the-making
Champ in-the-making
I am having the same problem.
I followed the pdf file with the installation guide in it. I did it exactly the way they mentioned there.
But I am using CentOS 5.2.

I dropped the database and recreated it, and deleted the alf_data file.
But still the same error when trying to access alfresco, the webinterface won't load at all, when I try to access the alfresco share interface that loads but when you log in you get an error.

HTTP Status 404 -

type Status report

message

description The requested resource () is not available.
Apache Tomcat/6.0.18
When using: http://localhost:8080/alfresco

[img]http://www.eetpunt.eu/alfrescoshare-error.jpg[/img]
When using: http://localhost:8080/share

When I uncomment all the MySQL lines in the custom-hibernate-dialect.properties and custom-repository.properties file and put them back to Derby then Alfresco works. So maybe I am doing something wrong there, anyone have a working Alfresco using MySQL and willing to post the custom-hibernate-dialect.properties and custom-repository.properties they used.
I am using MySQL 5.1.31. According to the helpfile I need 5.0.67 or higher, so my version of MySQL should be ok.

I am really hoping anyone knows how to solve this problem that Alfresco will work with MySQL.


Dear all,

I'm experiencing the same problem: anybody who has an idea?

My alfrescolog.log is as  follows:

13:15:57,103 INFO  [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
13:16:27,914 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.remoting.rmi.RmiServiceExporter'
defined in class path resource [alfresco/emailserver/email-service-context.xml]: Invocation of init method failed; nested exception is java.rmi.server.ExportException: Port already in use: 50500; nested exception is:
        java.net.BindException: Address already in use
Caused by: java.rmi.server.ExportException: Port already in use: 50500; nested exception is:
        java.net.BindException: Address already in use
        at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
        at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
        at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
        at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
        at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
        at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
        at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:78)
        at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:186)
        at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:398)
        at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:370)
        at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:331)
        at org.springframework.remoting.rmi.RmiServiceExporter.prepare(RmiServiceExporter.java:263)
        at org.springframework.remoting.rmi.RmiServiceExporter.afterPropertiesSet(RmiServiceExporter.java:227)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1201)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1171)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:425)
        at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
        at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:287)        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.net.BindException: Address already in use
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at java.net.ServerSocket.<init>(ServerSocket.java:97)
        at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
        at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:333)
        at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
        at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
        … 48 more
13:16:31,009 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
13:16:31,010 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 312.873ms)
13:17:31,366 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
13:17:31,366 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 60342.305ms)
13:17:31,422 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
13:17:33,450 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:45:19,796 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Linux
   command:    [/usr/local/bin/convert, /opt/alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_source_51343.gif, /opt/alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_target_51344.png]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "/usr/local/bin/convert": java.io.IOException: error=2, No such file or directory
14:45:21,399 INFO  [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
14:45:25,052 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer] Failed to start a runtime executable content transformer:
Execution result:
   os:         Linux
   command:    [/opt/alfresco/bin/pdf2swf, -V]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "/opt/alfresco/bin/pdf2swf": java.io.IOException: error=2, No such file or directory
14:45:29,843 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:45:30,567 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
14:45:43,616 WARN  [org.alfresco.repo.node.index.FullIndexRecoveryComponent] The indexes are not synchronized with the database.
14:45:43,765 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/alfresco/alf_data
14:45:43,796 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: Indexes not found for 5 stores.
14:45:43,796 INFO  [org.alfresco.repo.admin.ConfigurationChecker] You may set 'index.recovery.mode=FULL' if you need to rebuild the indexes.
14:45:43,796 ERROR [org.alfresco.repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.
14:45:43,796 ERROR [org.alfresco.repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.
14:45:43,799 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Ensure that the 'dir.root' property is pointing to the correct data location.
        at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:312)
        at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:72)
        at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:178)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:320)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:246)
        at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:182)
        at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:830)
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:719)
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
        at org.apache.catalina.core.StandardService.start(StandardService.java:516)
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
14:45:48,658 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 67 Web Scripts (+0 failed), 71 URLs
14:45:48,660 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 384.238ms)
14:46:49,077 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 101 Web Scripts (+0 failed), 105 URLs
14:46:49,077 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 60399.83ms)
14:46:49,144 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
14:46:51,836 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework

Hope to hear from you.

Regards,
Davis M Onsakia

gronfelt
Champ in-the-making
Champ in-the-making
Davis:

There are several errors in your log file that you need to adress.

First of all there seems to be a process using port 50500, which is needed by the alfresco repository. To find out which process this is, use the command "netstat -antp |grep 50500". Most likely it's an orphaned java process from a prior attempt to run Alfresco. You could use "ps -ef|grep <process id>" to find out more about the process. Simply kill the process if it's not something that should be there, if it's another application that needs that port you could tell Alfresco to use another port. It's described in the wiki: http://wiki.alfresco.com/wiki/Port_numbers#Alfresco_Repository

(Please note that it's possible that the 50500 port is no longer in use if you have restarted the system since the creation of your log)

Then the log file indicates that something's wrong with your indexes. To fix this, first verify that the dir.root line in custom-repository.properties points to the correct folder, which is most likely the folder alf_data  under your Alfresco installation directory. Then add the line "index.recovery.mode=FULL" (without the "") to custom-repository.properties and delete the folder lucene-indexes under alf_data. That way the indexes will be rebuilt when you restart Alfresco.

The log also tells you that you either don't have ImageMagick and Sfwtools installed, or have not told Alfresco to look in the right locations (this is not critical, but it will limit functionality). First of all, make sure that ImageMagick and Swftools are installed, then set the correct paths in custom-repository.properties. The lines to look for are img.root, which should point to the location of the ImageMagick files (on a RedHat system that's typically /usr, I'm not sure about Ubuntu) and swf.exe which should point to the file pdf2swf.

jaybytez
Champ in-the-making
Champ in-the-making
I am having the same problem described below regarding the ImageMagick transformation errors and pdf2swf errors, but the problem is I just did this install from the current lab version which I think is 3.2 and on Ubuntu and there is no custom-repository.properties under the /opt/Alfresco directory.

Am I looking for custom-repository.properties under a different directory?

Thanks for your help…jay

gronfelt
Champ in-the-making
Champ in-the-making
I am having the same problem described below regarding the ImageMagick transformation errors and pdf2swf errors, but the problem is I just did this install from the current lab version which I think is 3.2 and on Ubuntu and there is no custom-repository.properties under the /opt/Alfresco directory.

Am I looking for custom-repository.properties under a different directory?

Thanks for your help…jay

As of version 3.2 these settings has been gathered in the file alfresco-global.properties, which is located under /opt/Alfresco/tomcat/shared/classes (assuming Alfresco is installed to /opt/Alfresco).

khateeb
Champ in-the-making
Champ in-the-making
HTTP Status 404 -

type Status report

message

description The requested resource (/alfresco) is not available.
JBoss Web/2.1.2GA

my log file shows:

14:29:23,658 ERROR [org.apache.myfaces.shared_impl.config.MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
14:29:29,647 FATAL [org.springframework.extensions.surf.util.ObjectGUID] java.net.UnknownHostException: Test-Appserver: Test-Appserver
14:29:35,161 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
14:29:35,236 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
14:29:35,237 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
14:29:35,239 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
14:29:44,454 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/messages.get.desc.xml due to error: 11220007 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/messages.get.desc.xml ; Document org/springframework/extensions/messages.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,454 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/messages.post.desc.xml due to error: 11220008 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/messages.post.desc.xml ; Document org/springframework/extensions/messages.post.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/client/client.get.desc.xml due to error: 11220009 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/client/client.get.desc.xml ; Document org/springframework/extensions/surf/client/client.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/console.get.desc.xml due to error: 11220010 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/console.get.desc.xml ; Document org/springframework/extensions/surf/console.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/console.post.desc.xml due to error: 11220011 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/console.post.desc.xml ; Document org/springframework/extensions/surf/console.post.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/format/formats.get.desc.xml due to error: 11220012 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/format/formats.get.desc.xml ; Document org/springframework/extensions/surf/format/formats.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/content/association.delete.desc.xml due to error: 11220013 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/association.delete.desc.xml ; Document org/springframework/extensions/surf/model/content/association.delete.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/content/association.post.desc.xml due to error: 11220014 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/association.post.desc.xml ; Document org/springframework/extensions/surf/model/content/association.post.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/content/associations.get.desc.xml due to error: 11220015 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/associations.get.desc.xml ; Document org/springframework/extensions/surf/model/content/associations.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,455 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/page/template.delete.desc.xml due to error: 11220016 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/template.delete.desc.xml ; Document org/springframework/extensions/surf/model/page/template.delete.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/page/template.post.desc.xml due to error: 11220017 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/template.post.desc.xml ; Document org/springframework/extensions/surf/model/page/template.post.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/page/templates.get.desc.xml due to error: 11220018 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/templates.get.desc.xml ; Document org/springframework/extensions/surf/model/page/templates.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/site/configuration.get.desc.xml due to error: 11220019 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/site/configuration.get.desc.xml ; Document org/springframework/extensions/surf/model/site/configuration.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/site/configuration.put.desc.xml due to error: 11220020 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/site/configuration.put.desc.xml ; Document org/springframework/extensions/surf/model/site/configuration.put.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.delete.desc.xml due to error: 11220021 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.delete.desc.xml ; Document org/springframework/extensions/surf/object.delete.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.get.desc.xml due to error: 11220022 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.get.desc.xml ; Document org/springframework/extensions/surf/object.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.post.desc.xml due to error: 11220023 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.post.desc.xml ; Document org/springframework/extensions/surf/object.post.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,456 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.put.desc.xml due to error: 11220024 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.put.desc.xml ; Document org/springframework/extensions/surf/object.put.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,457 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/objects.get.desc.xml due to error: 11220025 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/objects.get.desc.xml ; Document org/springframework/extensions/surf/objects.get.desc.xml does not exist within store classpath:surf/webscripts
14:29:44,457 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/extensibility/moduleDeployment.get.desc.xml due to error: 11220042 Failed to read Web Script description document classpath:webscriptsextensibility/moduleDeployment.get.desc.xml ; Document extensibility/moduleDeployment.get.desc.xml does not exist within store classpath:webscripts
14:29:44,457 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/extensibility/moduleDeployment.post.desc.xml due to error: 11220043 Failed to read Web Script description document classpath:webscriptsextensibility/moduleDeployment.post.desc.xml ; Document extensibility/moduleDeployment.post.desc.xml does not exist within store classpath:webscripts
14:29:44,457 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/cmis/content.get.desc.xml due to error: 11220047 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/cmis/content.get.desc.xml ; Document org/springframework/extensions/cmis/content.get.desc.xml does not exist within store classpath:webscripts
14:29:44,457 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/index.get.desc.xml due to error: 11220027 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/index.get.desc.xml ; Document org/springframework/extensions/webscripts/index.get.desc.xml does not exist within store classpath:webscripts
14:29:44,457 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/index.post.desc.xml due to error: 11220028 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/index.post.desc.xml ; Document org/springframework/extensions/webscripts/index.post.desc.xml does not exist within store classpath:webscripts
14:29:44,467 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexall.get.desc.xml due to error: 11220029 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexall.get.desc.xml ; Document org/springframework/extensions/webscripts/indexall.get.desc.xml does not exist within store classpath:webscripts
14:29:44,468 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexfailures.get.desc.xml due to error: 11220030 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexfailures.get.desc.xml ; Document org/springframework/extensions/webscripts/indexfailures.get.desc.xml does not exist within store classpath:webscripts
14:29:44,468 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexfamily.get.desc.xml due to error: 11220031 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexfamily.get.desc.xml ; Document org/springframework/extensions/webscripts/indexfamily.get.desc.xml does not exist within store classpath:webscripts
14:29:44,468 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexlifecycle.get.desc.xml due to error: 11220032 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexlifecycle.get.desc.xml ; Document org/springframework/extensions/webscripts/indexlifecycle.get.desc.xml does not exist within store classpath:webscripts
14:29:44,468 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexpackage.get.desc.xml due to error: 11220033 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexpackage.get.desc.xml ; Document org/springframework/extensions/webscripts/indexpackage.get.desc.xml does not exist within store classpath:webscripts
14:29:44,468 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexpackagedoc.get.desc.xml due to error: 11220034 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexpackagedoc.get.desc.xml ; Document org/springframework/extensions/webscripts/indexpackagedoc.get.desc.xml does not exist within store classpath:webscripts
14:29:44,469 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexuri.get.desc.xml due to error: 11220035 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexuri.get.desc.xml ; Document org/springframework/extensions/webscripts/indexuri.get.desc.xml does not exist within store classpath:webscripts
14:29:44,469 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/jsdebugger.get.desc.xml due to error: 11220036 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/jsdebugger.get.desc.xml ; Document org/springframework/extensions/webscripts/jsdebugger.get.desc.xml does not exist within store classpath:webscripts
14:29:44,469 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/jsdebugger.post.desc.xml due to error: 11220037 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/jsdebugger.post.desc.xml ; Document org/springframework/extensions/webscripts/jsdebugger.post.desc.xml does not exist within store classpath:webscripts
14:29:44,469 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptdescription.get.desc.xml due to error: 11220038 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptdescription.get.desc.xml ; Document org/springframework/extensions/webscripts/scriptdescription.get.desc.xml does not exist within store classpath:webscripts
14:29:44,469 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptdump.get.desc.xml due to error: 11220039 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptdump.get.desc.xml ; Document org/springframework/extensions/webscripts/scriptdump.get.desc.xml does not exist within store classpath:webscripts
14:29:44,469 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptinstall.get.desc.xml due to error: 11220040 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptinstall.get.desc.xml ; Document org/springframework/extensions/webscripts/scriptinstall.get.desc.xml does not exist within store classpath:webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptinstall.post.desc.xml due to error: 11220041 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptinstall.post.desc.xml ; Document org/springframework/extensions/webscripts/scriptinstall.post.desc.xml does not exist within store classpath:webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/surfbug/defaultSurfbug.get.desc.xml due to error: 11220044 Failed to read Web Script description document classpath:webscriptssurfbug/defaultSurfbug.get.desc.xml ; Document surfbug/defaultSurfbug.get.desc.xml does not exist within store classpath:webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/surfbug/toggleSurfbug.get.desc.xml due to error: 11220045 Failed to read Web Script description document classpath:webscriptssurfbug/toggleSurfbug.get.desc.xml ; Document surfbug/toggleSurfbug.get.desc.xml does not exist within store classpath:webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/surfbug/toggleSurfbug.post.desc.xml due to error: 11220046 Failed to read Web Script description document classpath:webscriptssurfbug/toggleSurfbug.post.desc.xml ; Document surfbug/toggleSurfbug.post.desc.xml does not exist within store classpath:webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/package-desc.xml due to error: 11220000 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/package-desc.xml ; Document org/springframework/extensions/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/client/package-desc.xml due to error: 11220001 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/client/package-desc.xml ; Document org/springframework/extensions/surf/client/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/format/package-desc.xml due to error: 11220002 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/format/package-desc.xml ; Document org/springframework/extensions/surf/format/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/model/content/package-desc.xml due to error: 11220003 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/package-desc.xml ; Document org/springframework/extensions/surf/model/content/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,470 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/model/page/package-desc.xml due to error: 11220004 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/package-desc.xml ; Document org/springframework/extensions/surf/model/page/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,471 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/model/site/package-desc.xml due to error: 11220005 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/site/package-desc.xml ; Document org/springframework/extensions/surf/model/site/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,471 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/package-desc.xml due to error: 11220006 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/package-desc.xml ; Document org/springframework/extensions/surf/package-desc.xml does not exist within store classpath:surf/webscripts
14:29:44,471 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:webscripts/org/springframework/extensions/webscripts/package-desc.xml due to error: 11220026 Failed to read package description document classpath:webscriptsorg/springframework/extensions/webscripts/package-desc.xml ; Document org/springframework/extensions/webscripts/package-desc.xml does not exist within store classpath:webscripts
14:29:44,485 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 272 Web Scripts (+40 failed), 274 URLs
14:29:44,485 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Package Description Documents (+8 failed)
14:29:44,485 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
14:29:45,725 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 10464.142ms)
14:29:45,741 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
14:29:45,756 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
15:17:44,996 ERROR [org.apache.myfaces.shared_impl.config.MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
15:17:50,730 FATAL [org.springframework.extensions.surf.util.ObjectGUID] java.net.UnknownHostException: Test-Appserver: Test-Appserver
15:17:56,689 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
15:17:56,758 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
15:17:56,758 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
15:17:56,762 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
15:18:05,836 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/messages.get.desc.xml due to error: 11220007 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/messages.get.desc.xml ; Document org/springframework/extensions/messages.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,836 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/messages.post.desc.xml due to error: 11220008 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/messages.post.desc.xml ; Document org/springframework/extensions/messages.post.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,836 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/client/client.get.desc.xml due to error: 11220009 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/client/client.get.desc.xml ; Document org/springframework/extensions/surf/client/client.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,836 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/console.get.desc.xml due to error: 11220010 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/console.get.desc.xml ; Document org/springframework/extensions/surf/console.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,836 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/console.post.desc.xml due to error: 11220011 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/console.post.desc.xml ; Document org/springframework/extensions/surf/console.post.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,836 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/format/formats.get.desc.xml due to error: 11220012 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/format/formats.get.desc.xml ; Document org/springframework/extensions/surf/format/formats.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,837 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/content/association.delete.desc.xml due to error: 11220013 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/association.delete.desc.xml ; Document org/springframework/extensions/surf/model/content/association.delete.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,837 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/content/association.post.desc.xml due to error: 11220014 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/association.post.desc.xml ; Document org/springframework/extensions/surf/model/content/association.post.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/content/associations.get.desc.xml due to error: 11220015 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/associations.get.desc.xml ; Document org/springframework/extensions/surf/model/content/associations.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/page/template.delete.desc.xml due to error: 11220016 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/template.delete.desc.xml ; Document org/springframework/extensions/surf/model/page/template.delete.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/page/template.post.desc.xml due to error: 11220017 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/template.post.desc.xml ; Document org/springframework/extensions/surf/model/page/template.post.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/page/templates.get.desc.xml due to error: 11220018 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/templates.get.desc.xml ; Document org/springframework/extensions/surf/model/page/templates.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/site/configuration.get.desc.xml due to error: 11220019 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/site/configuration.get.desc.xml ; Document org/springframework/extensions/surf/model/site/configuration.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/model/site/configuration.put.desc.xml due to error: 11220020 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/site/configuration.put.desc.xml ; Document org/springframework/extensions/surf/model/site/configuration.put.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.delete.desc.xml due to error: 11220021 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.delete.desc.xml ; Document org/springframework/extensions/surf/object.delete.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.get.desc.xml due to error: 11220022 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.get.desc.xml ; Document org/springframework/extensions/surf/object.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,838 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.post.desc.xml due to error: 11220023 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.post.desc.xml ; Document org/springframework/extensions/surf/object.post.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/object.put.desc.xml due to error: 11220024 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/object.put.desc.xml ; Document org/springframework/extensions/surf/object.put.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:surf/webscripts/org/springframework/extensions/surf/objects.get.desc.xml due to error: 11220025 Failed to read Web Script description document classpath:surf/webscriptsorg/springframework/extensions/surf/objects.get.desc.xml ; Document org/springframework/extensions/surf/objects.get.desc.xml does not exist within store classpath:surf/webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/extensibility/moduleDeployment.get.desc.xml due to error: 11220042 Failed to read Web Script description document classpath:webscriptsextensibility/moduleDeployment.get.desc.xml ; Document extensibility/moduleDeployment.get.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/extensibility/moduleDeployment.post.desc.xml due to error: 11220043 Failed to read Web Script description document classpath:webscriptsextensibility/moduleDeployment.post.desc.xml ; Document extensibility/moduleDeployment.post.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/cmis/content.get.desc.xml due to error: 11220047 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/cmis/content.get.desc.xml ; Document org/springframework/extensions/cmis/content.get.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/index.get.desc.xml due to error: 11220027 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/index.get.desc.xml ; Document org/springframework/extensions/webscripts/index.get.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/index.post.desc.xml due to error: 11220028 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/index.post.desc.xml ; Document org/springframework/extensions/webscripts/index.post.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexall.get.desc.xml due to error: 11220029 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexall.get.desc.xml ; Document org/springframework/extensions/webscripts/indexall.get.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexfailures.get.desc.xml due to error: 11220030 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexfailures.get.desc.xml ; Document org/springframework/extensions/webscripts/indexfailures.get.desc.xml does not exist within store classpath:webscripts
15:18:05,839 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexfamily.get.desc.xml due to error: 11220031 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexfamily.get.desc.xml ; Document org/springframework/extensions/webscripts/indexfamily.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexlifecycle.get.desc.xml due to error: 11220032 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexlifecycle.get.desc.xml ; Document org/springframework/extensions/webscripts/indexlifecycle.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexpackage.get.desc.xml due to error: 11220033 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexpackage.get.desc.xml ; Document org/springframework/extensions/webscripts/indexpackage.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexpackagedoc.get.desc.xml due to error: 11220034 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexpackagedoc.get.desc.xml ; Document org/springframework/extensions/webscripts/indexpackagedoc.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/indexuri.get.desc.xml due to error: 11220035 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/indexuri.get.desc.xml ; Document org/springframework/extensions/webscripts/indexuri.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/jsdebugger.get.desc.xml due to error: 11220036 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/jsdebugger.get.desc.xml ; Document org/springframework/extensions/webscripts/jsdebugger.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/jsdebugger.post.desc.xml due to error: 11220037 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/jsdebugger.post.desc.xml ; Document org/springframework/extensions/webscripts/jsdebugger.post.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptdescription.get.desc.xml due to error: 11220038 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptdescription.get.desc.xml ; Document org/springframework/extensions/webscripts/scriptdescription.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptdump.get.desc.xml due to error: 11220039 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptdump.get.desc.xml ; Document org/springframework/extensions/webscripts/scriptdump.get.desc.xml does not exist within store classpath:webscripts
15:18:05,840 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptinstall.get.desc.xml due to error: 11220040 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptinstall.get.desc.xml ; Document org/springframework/extensions/webscripts/scriptinstall.get.desc.xml does not exist within store classpath:webscripts
15:18:05,849 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/webscripts/scriptinstall.post.desc.xml due to error: 11220041 Failed to read Web Script description document classpath:webscriptsorg/springframework/extensions/webscripts/scriptinstall.post.desc.xml ; Document org/springframework/extensions/webscripts/scriptinstall.post.desc.xml does not exist within store classpath:webscripts
15:18:05,849 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/surfbug/defaultSurfbug.get.desc.xml due to error: 11220044 Failed to read Web Script description document classpath:webscriptssurfbug/defaultSurfbug.get.desc.xml ; Document surfbug/defaultSurfbug.get.desc.xml does not exist within store classpath:webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/surfbug/toggleSurfbug.get.desc.xml due to error: 11220045 Failed to read Web Script description document classpath:webscriptssurfbug/toggleSurfbug.get.desc.xml ; Document surfbug/toggleSurfbug.get.desc.xml does not exist within store classpath:webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/surfbug/toggleSurfbug.post.desc.xml due to error: 11220046 Failed to read Web Script description document classpath:webscriptssurfbug/toggleSurfbug.post.desc.xml ; Document surfbug/toggleSurfbug.post.desc.xml does not exist within store classpath:webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/package-desc.xml due to error: 11220000 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/package-desc.xml ; Document org/springframework/extensions/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/client/package-desc.xml due to error: 11220001 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/client/package-desc.xml ; Document org/springframework/extensions/surf/client/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/format/package-desc.xml due to error: 11220002 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/format/package-desc.xml ; Document org/springframework/extensions/surf/format/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/model/content/package-desc.xml due to error: 11220003 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/content/package-desc.xml ; Document org/springframework/extensions/surf/model/content/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/model/page/package-desc.xml due to error: 11220004 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/page/package-desc.xml ; Document org/springframework/extensions/surf/model/page/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/model/site/package-desc.xml due to error: 11220005 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/model/site/package-desc.xml ; Document org/springframework/extensions/surf/model/site/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,850 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:surf/webscripts/org/springframework/extensions/surf/package-desc.xml due to error: 11220006 Failed to read package description document classpath:surf/webscriptsorg/springframework/extensions/surf/package-desc.xml ; Document org/springframework/extensions/surf/package-desc.xml does not exist within store classpath:surf/webscripts
15:18:05,851 WARN  [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register package description document classpath:webscripts/org/springframework/extensions/webscripts/package-desc.xml due to error: 11220026 Failed to read package description document classpath:webscriptsorg/springframework/extensions/webscripts/package-desc.xml ; Document org/springframework/extensions/webscripts/package-desc.xml does not exist within store classpath:webscripts
15:18:05,851 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 272 Web Scripts (+40 failed), 274 URLs
15:18:05,851 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Package Description Documents (+8 failed)
15:18:05,851 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
15:18:07,260 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 10481.724ms)
15:18:07,275 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
15:18:07,286 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
15:37:27,734 INFO  [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
15:37:27,785 ERROR [org.springframework.extensions.surf.render.RenderService] An exception occurred while rendering: slingshot-login
org.springframework.extensions.surf.exception.RendererExecutionException: Cannot resolve template - may be missing from the definition: template-instance: slingshot-login, <?xml version="1.0" encoding="UTF-8"?>

<template-instance>
  <title>Slingshot Login Template</title> 
  <template-type>org/alfresco/global/slingshot-login</template-type>
</template-instance>

   at org.springframework.extensions.surf.render.RenderService.processTemplate(RenderService.java:698)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.calculateComponentDependencies(TemplateInstanceRenderer.java:61)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.body(TemplateInstanceRenderer.java:118)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.bean.PageRenderer.body(PageRenderer.java:85)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.RenderService.renderPage(RenderService.java:763)
   at org.springframework.extensions.surf.mvc.PageView.dispatchPage(PageView.java:419)
   at org.springframework.extensions.surf.mvc.PageView.renderView(PageView.java:258)
   at org.springframework.extensions.surf.mvc.AbstractWebFrameworkView.renderMergedOutputModel(AbstractWebFrameworkView.java:316)
   at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
   at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1047)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:817)
   at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
   at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
   at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:307)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
   at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:745)
15:37:27,822 WARN  [org.springframework.extensions.webscripts.WebTemplateProcessor] Unable to find a valid template path for uri: errors/page-error.ftl
15:37:47,782 INFO  [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
15:37:47,801 ERROR [org.springframework.extensions.surf.render.RenderService] An exception occurred while rendering: slingshot-login
org.springframework.extensions.surf.exception.RendererExecutionException: Cannot resolve template - may be missing from the definition: template-instance: slingshot-login, <?xml version="1.0" encoding="UTF-8"?>

<template-instance>
  <title>Slingshot Login Template</title> 
  <template-type>org/alfresco/global/slingshot-login</template-type>
</template-instance>

   at org.springframework.extensions.surf.render.RenderService.processTemplate(RenderService.java:698)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.calculateComponentDependencies(TemplateInstanceRenderer.java:61)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.body(TemplateInstanceRenderer.java:118)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.bean.PageRenderer.body(PageRenderer.java:85)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.RenderService.renderPage(RenderService.java:763)
   at org.springframework.extensions.surf.mvc.PageView.dispatchPage(PageView.java:419)
   at org.springframework.extensions.surf.mvc.PageView.renderView(PageView.java:258)
   at org.springframework.extensions.surf.mvc.AbstractWebFrameworkView.renderMergedOutputModel(AbstractWebFrameworkView.java:316)
   at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
   at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1047)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:817)
   at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
   at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
   at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:307)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
   at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:745)
15:37:47,803 WARN  [org.springframework.extensions.webscripts.WebTemplateProcessor] Unable to find a valid template path for uri: errors/page-error.ftl
15:37:53,192 INFO  [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
15:37:53,220 ERROR [org.springframework.extensions.surf.render.RenderService] An exception occurred while rendering: slingshot-login
org.springframework.extensions.surf.exception.RendererExecutionException: Cannot resolve template - may be missing from the definition: template-instance: slingshot-login, <?xml version="1.0" encoding="UTF-8"?>

<template-instance>
  <title>Slingshot Login Template</title> 
  <template-type>org/alfresco/global/slingshot-login</template-type>
</template-instance>

   at org.springframework.extensions.surf.render.RenderService.processTemplate(RenderService.java:698)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.calculateComponentDependencies(TemplateInstanceRenderer.java:61)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.body(TemplateInstanceRenderer.java:118)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.bean.PageRenderer.body(PageRenderer.java:85)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.RenderService.renderPage(RenderService.java:763)
   at org.springframework.extensions.surf.mvc.PageView.dispatchPage(PageView.java:419)
   at org.springframework.extensions.surf.mvc.PageView.renderView(PageView.java:258)
   at org.springframework.extensions.surf.mvc.AbstractWebFrameworkView.renderMergedOutputModel(AbstractWebFrameworkView.java:316)
   at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
   at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1047)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:817)
   at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
   at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
   at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:307)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
   at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:745)
15:37:53,224 WARN  [org.springframework.extensions.webscripts.WebTemplateProcessor] Unable to find a valid template path for uri: errors/page-error.ftl
16:18:32,908 INFO  [org.alfresco.web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
16:18:32,930 ERROR [org.springframework.extensions.surf.render.RenderService] An exception occurred while rendering: slingshot-login
org.springframework.extensions.surf.exception.RendererExecutionException: Cannot resolve template - may be missing from the definition: template-instance: slingshot-login, <?xml version="1.0" encoding="UTF-8"?>

<template-instance>
  <title>Slingshot Login Template</title> 
  <template-type>org/alfresco/global/slingshot-login</template-type>
</template-instance>

   at org.springframework.extensions.surf.render.RenderService.processTemplate(RenderService.java:698)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.calculateComponentDependencies(TemplateInstanceRenderer.java:61)
   at org.springframework.extensions.surf.render.bean.TemplateInstanceRenderer.body(TemplateInstanceRenderer.java:118)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.bean.PageRenderer.body(PageRenderer.java:85)
   at org.springframework.extensions.surf.render.AbstractRenderer.render(AbstractRenderer.java:77)
   at org.springframework.extensions.surf.render.RenderService.renderPage(RenderService.java:763)
   at org.springframework.extensions.surf.mvc.PageView.dispatchPage(PageView.java:419)
   at org.springframework.extensions.surf.mvc.PageView.renderView(PageView.java:258)
   at org.springframework.extensions.surf.mvc.AbstractWebFrameworkView.renderMergedOutputModel(AbstractWebFrameworkView.java:316)
   at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
   at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1047)
   at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:817)
   at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
   at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
   at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:307)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
   at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
   at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:745)
16:18:32,932 WARN  [org.springframework.extensions.webscripts.WebTemplateProcessor] Unable to find a valid template path for uri: errors/page-error.ftl


please help me in this regard.