cancel
Showing results for 
Search instead for 
Did you mean: 

Error when trying to import a zip file.

nlazouzi
Champ in-the-making
Champ in-the-making
Good Morning Everyone,
OK, i have alfresco installed on an Ubuntu 9.04 machine. Everything went well during install. I can log in to both the alfresco and share sites
NOTE: i changed the default port to 80 instead of 8080 and changed the web_…..xml form to update the endpoint urls properly.(this is to inform the share of the port change) Otherwise, all kind of error will come up when trying to open share.
So, i tried uploading a zip using the import action and i got the following error :

A system error happened during the operation: 11130004 Transformer for 'application/zip' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed

Note my alfresco log looks like this when i start alfresco.

22:58:16,686 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]
22:58:16,688 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]
22:58:16,688 INFO  [org.alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties]
22:58:16,805 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:33,020 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
22:58:33,859 INFO  [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
22:58:34,124 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
22:58:34,139 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:34,143 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
22:58:36,689 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]
22:58:36,721 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:37,637 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
22:58:37,638 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete
22:58:37,958 INFO  [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/Alfresco/alf_data
22:58:38,351 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
22:58:38,579 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
22:58:38,582 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Found 0 module(s).
22:58:38,593 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [fileServers, default]
22:58:38,626 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:39,410 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]
22:58:39,531 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:39,672 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete
22:58:40,004 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete
22:58:40,004 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]
22:58:40,004 ERROR [org.alfresco.fileserver] [FTP] FTP Socket error : java.net.BindException: Address already in use
22:58:40,009 ERROR [org.alfresco.fileserver] java.net.BindException: Address already in use
22:58:40,009 ERROR [org.alfresco.fileserver]    at java.net.PlainSocketImpl.socketBind(Native Method)
22:58:40,009 ERROR [org.alfresco.fileserver]    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
22:58:40,009 ERROR [org.alfresco.fileserver]    at java.net.ServerSocket.bind(ServerSocket.java:319)
22:58:40,009 ERROR [org.alfresco.fileserver]    at java.net.ServerSocket.<init>(ServerSocket.java:185)
22:58:40,009 ERROR [org.alfresco.fileserver]    at java.net.ServerSocket.<init>(ServerSocket.java:141)
22:58:40,009 ERROR [org.alfresco.fileserver]    at org.alfresco.jlan.ftp.FTPServer.run(FTPServer.java:561)
22:58:40,009 ERROR [org.alfresco.fileserver]    at java.lang.Thread.run(Thread.java:619)
22:58:40,040 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:40,069 ERROR [org.alfresco.fileserver] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Address already in use
22:58:40,079 ERROR [org.alfresco.fileserver] org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Address already in use
22:58:40,079 ERROR [org.alfresco.fileserver]    at org.alfresco.jlan.smb.server.nio.NIOCifsConnectionsHandler.initializeHandler(NIOCifsConnectionsHandler.java:265)
22:58:40,079 ERROR [org.alfresco.fileserver]    at org.alfresco.jlan.smb.server.SMBServer.run(SMBServer.java:478)
22:58:40,079 ERROR [org.alfresco.fileserver]    at java.lang.Thread.run(Thread.java:619)
22:58:40,208 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete
22:58:40,208 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Enabled - calculate missing user usages …
22:58:40,277 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] Found 0 users to recalculate
22:58:40,277 INFO  [org.alfresco.repo.usage.UserUsageTrackingComponent] … calculated missing usages for 0 users
22:58:40,277 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]
22:58:40,302 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:40,418 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete
22:58:41,131 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_16-b01; maximum heap size 986.125MB
22:58:41,132 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (r2 2440) schema 3300 - Originally installed version 3.2.0 (r2 2440) schema 3300
22:58:51,322 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default]
22:58:51,356 INFO  [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]
22:58:51,484 INFO  [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'wcm_deployment_receiver' subsystem, ID: [wcm_deployment_receiver, default] complete
22:58:55,633 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
22:58:58,436 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/audio/edit.get.desc.xml due to error: 11130011 Failed to read script configuration file ; Unable to test document path: components/common/audio/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/audio/edit.post.desc.xml due to error: 11130009 Failed to read script configuration file ; Unable to test document path: components/common/audio/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/audio/view.get.desc.xml due to error: 11130010 Failed to read script configuration file ; Unable to test document path: components/common/audio/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/breadcrumb/edit.get.desc.xml due to error: 11130023 Failed to read script configuration file ; Unable to test document path: components/common/breadcrumb/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/breadcrumb/edit.post.desc.xml due to error: 11130021 Failed to read script configuration file ; Unable to test document path: components/common/breadcrumb/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/breadcrumb/view.get.desc.xml due to error: 11130022 Failed to read script configuration file ; Unable to test document path: components/common/breadcrumb/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/display-items/edit.get.desc.xml due to error: 11130029 Failed to read script configuration file ; Unable to test document path: components/common/display-items/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/display-items/edit.post.desc.xml due to error: 11130027 Failed to read script configuration file ; Unable to test document path: components/common/display-items/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/display-items/view.get.desc.xml due to error: 11130028 Failed to read script configuration file ; Unable to test document path: components/common/display-items/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/flash-mp3/edit.get.desc.xml due to error: 11130002 Failed to read script configuration file ; Unable to test document path: components/common/flash-mp3/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/flash-mp3/edit.post.desc.xml due to error: 11130000 Failed to read script configuration file ; Unable to test document path: components/common/flash-mp3/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/flash-mp3/view.get.desc.xml due to error: 11130001 Failed to read script configuration file ; Unable to test document path: components/common/flash-mp3/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/html/edit.get.desc.xml due to error: 11130014 Failed to read script configuration file ; Unable to test document path: components/common/html/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/html/edit.post.desc.xml due to error: 11130012 Failed to read script configuration file ; Unable to test document path: components/common/html/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/html/view.get.desc.xml due to error: 11130013 Failed to read script configuration file ; Unable to test document path: components/common/html/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/image/edit.get.desc.xml due to error: 11130005 Failed to read script configuration file ; Unable to test document path: components/common/image/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/image/edit.post.desc.xml due to error: 11130003 Failed to read script configuration file ; Unable to test document path: components/common/image/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,438 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/image/view.get.desc.xml due to error: 11130004 Failed to read script configuration file ; Unable to test document path: components/common/image/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/include/edit.get.desc.xml due to error: 11130017 Failed to read script configuration file ; Unable to test document path: components/common/include/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/include/edit.post.desc.xml due to error: 11130015 Failed to read script configuration file ; Unable to test document path: components/common/include/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/include/view.get.desc.xml due to error: 11130016 Failed to read script configuration file ; Unable to test document path: components/common/include/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/jw-player/edit.get.desc.xml due to error: 11130032 Failed to read script configuration file ; Unable to test document path: components/common/jw-player/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/jw-player/edit.post.desc.xml due to error: 11130030 Failed to read script configuration file ; Unable to test document path: components/common/jw-player/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/jw-player/view.get.desc.xml due to error: 11130031 Failed to read script configuration file ; Unable to test document path: components/common/jw-player/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/markup/edit.get.desc.xml due to error: 11130026 Failed to read script configuration file ; Unable to test document path: components/common/markup/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/markup/edit.post.desc.xml due to error: 11130024 Failed to read script configuration file ; Unable to test document path: components/common/markup/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/markup/view.get.desc.xml due to error: 11130025 Failed to read script configuration file ; Unable to test document path: components/common/markup/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/navigation/edit.get.desc.xml due to error: 11130020 Failed to read script configuration file ; Unable to test document path: components/common/navigation/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/navigation/edit.post.desc.xml due to error: 11130018 Failed to read script configuration file ; Unable to test document path: components/common/navigation/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/navigation/view.get.desc.xml due to error: 11130019 Failed to read script configuration file ; Unable to test document path: components/common/navigation/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/video/edit.get.desc.xml due to error: 11130008 Failed to read script configuration file ; Unable to test document path: components/common/video/edit.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/video/edit.post.desc.xml due to error: 11130006 Failed to read script configuration file ; Unable to test document path: components/common/video/edit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/site-webscripts/components/common/video/view.get.desc.xml due to error: 11130007 Failed to read script configuration file ; Unable to test document path: components/common/video/view.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/index.get.desc.xml due to error: 11130077 Failed to read script configuration file ; Unable to test document path: org/alfresco/index.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/index.post.desc.xml due to error: 11130084 Failed to read script configuration file ; Unable to test document path: org/alfresco/index.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/indexall.get.desc.xml due to error: 11130096 Failed to read script configuration file ; Unable to test document path: org/alfresco/indexall.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/indexfailures.get.desc.xml due to error: 11130082 Failed to read script configuration file ; Unable to test document path: org/alfresco/indexfailures.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/indexfamily.get.desc.xml due to error: 11130078 Failed to read script configuration file ; Unable to test document path: org/alfresco/indexfamily.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/indexlifecycle.get.desc.xml due to error: 11130095 Failed to read script configuration file ; Unable to test document path: org/alfresco/indexlifecycle.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/indexpackage.get.desc.xml due to error: 11130079 Failed to read script configuration file ; Unable to test document path: org/alfresco/indexpackage.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,439 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/indexuri.get.desc.xml due to error: 11130081 Failed to read script configuration file ; Unable to test document path: org/alfresco/indexuri.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/jsdebugger.get.desc.xml due to error: 11130083 Failed to read script configuration file ; Unable to test document path: org/alfresco/jsdebugger.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/jsdebugger.post.desc.xml due to error: 11130085 Failed to read script configuration file ; Unable to test document path: org/alfresco/jsdebugger.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/scriptdescription.get.desc.xml due to error: 11130094 Failed to read script configuration file ; Unable to test document path: org/alfresco/scriptdescription.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/scriptdump.get.desc.xml due to error: 11130098 Failed to read script configuration file ; Unable to test document path: org/alfresco/scriptdump.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/scriptinstall.get.desc.xml due to error: 11130093 Failed to read script configuration file ; Unable to test document path: org/alfresco/scriptinstall.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/scriptinstall.post.desc.xml due to error: 11130080 Failed to read script configuration file ; Unable to test document path: org/alfresco/scriptinstall.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/atomentry.post.desc.xml due to error: 11130091 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/atomentry.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/bogustest.post.desc.xml due to error: 11130089 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/bogustest.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/encodedsubmit.post.desc.xml due to error: 11130088 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/encodedsubmit.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/exception.get.desc.xml due to error: 11130092 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/exception.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/jsonecho.post.desc.xml due to error: 11130086 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/jsonecho.post.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/requestbody.put.desc.xml due to error: 11130087 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/requestbody.put.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/test/runas.get.desc.xml due to error: 11130090 Failed to read script configuration file ; Unable to test document path: org/alfresco/test/runas.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/org/alfresco/web/messages.get.desc.xml due to error: 11130097 Failed to read script configuration file ; Unable to test document path: org/alfresco/web/messages.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/content/associations/associations.get.desc.xml due to error: 11130044 Failed to read script configuration file ; Unable to test document path: web-studio/api/content/associations/associations.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/context/setcontext.get.desc.xml due to error: 11130048 Failed to read script configuration file ; Unable to test document path: web-studio/api/context/setcontext.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/importer/importer.get.desc.xml due to error: 11130045 Failed to read script configuration file ; Unable to test document path: web-studio/api/importer/importer.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/importer/statuscheck.get.desc.xml due to error: 11130046 Failed to read script configuration file ; Unable to test document path: web-studio/api/importer/statuscheck.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/login/login.get.desc.xml due to error: 11130040 Failed to read script configuration file ; Unable to test document path: web-studio/api/login/login.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/model/get.get.desc.xml due to error: 11130042 Failed to read script configuration file ; Unable to test document path: web-studio/api/model/get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/model/list.get.desc.xml due to error: 11130041 Failed to read script configuration file ; Unable to test document path: web-studio/api/model/list.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/model/put.get.desc.xml due to error: 11130043 Failed to read script configuration file ; Unable to test document path: web-studio/api/model/put.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/page/associations/associations.get.desc.xml due to error: 11130033 Failed to read script configuration file ; Unable to test document path: web-studio/api/page/associations/associations.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,440 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/prebuilt/list.get.desc.xml due to error: 11130035 Failed to read script configuration file ; Unable to test document path: web-studio/api/prebuilt/list.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/region/region-get.get.desc.xml due to error: 11130034 Failed to read script configuration file ; Unable to test document path: web-studio/api/region/region-get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/regions/regions-get.get.desc.xml due to error: 11130049 Failed to read script configuration file ; Unable to test document path: web-studio/api/regions/regions-get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/resource/sites.get.desc.xml due to error: 11130052 Failed to read script configuration file ; Unable to test document path: web-studio/api/resource/sites.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/resource/spaces.get.desc.xml due to error: 11130051 Failed to read script configuration file ; Unable to test document path: web-studio/api/resource/spaces.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/resource/webapp.get.desc.xml due to error: 11130050 Failed to read script configuration file ; Unable to test document path: web-studio/api/resource/webapp.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/site/create.get.desc.xml due to error: 11130047 Failed to read script configuration file ; Unable to test document path: web-studio/api/site/create.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/template/absolutelayout/region/delete/deleteregion-get.get.desc.xml due to error: 11130036 Failed to read script configuration file ; Unable to test document path: web-studio/api/template/absolutelayout/region/delete/deleteregion-get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/template/tablelayout/panel/delete/deletepanel-get.get.desc.xml due to error: 11130039 Failed to read script configuration file ; Unable to test document path: web-studio/api/template/tablelayout/panel/delete/deletepanel-get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/template/tablelayout/region/delete/deleteregion-get.get.desc.xml due to error: 11130037 Failed to read script configuration file ; Unable to test document path: web-studio/api/template/tablelayout/region/delete/deleteregion-get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/api/template/tablelayout/row/delete/deleterow-get.get.desc.xml due to error: 11130038 Failed to read script configuration file ; Unable to test document path: web-studio/api/template/tablelayout/row/delete/deleterow-get.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/incontext/components.get.desc.xml due to error: 11130076 Failed to read script configuration file ; Unable to test document path: web-studio/incontext/components.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/trees/comptree.get.desc.xml due to error: 11130054 Failed to read script configuration file ; Unable to test document path: web-studio/trees/comptree.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/trees/contenttree.get.desc.xml due to error: 11130055 Failed to read script configuration file ; Unable to test document path: web-studio/trees/contenttree.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/trees/navtree.get.desc.xml due to error: 11130056 Failed to read script configuration file ; Unable to test document path: web-studio/trees/navtree.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/trees/sitestree.get.desc.xml due to error: 11130057 Failed to read script configuration file ; Unable to test document path: web-studio/trees/sitestree.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/trees/spacestree.get.desc.xml due to error: 11130053 Failed to read script configuration file ; Unable to test document path: web-studio/trees/spacestree.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/content/associations/add/wizard.get.desc.xml due to error: 11130073 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/content/associations/add/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/content/associations/remove/wizard.get.desc.xml due to error: 11130074 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/content/associations/remove/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/editregion/wizard.get.desc.xml due to error: 11130067 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/editregion/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/navigation/add/wizard.get.desc.xml due to error: 11130069 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/navigation/add/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/navigation/copy/wizard.get.desc.xml due to error: 11130068 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/navigation/copy/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,441 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/navigation/delete/wizard.get.desc.xml due to error: 11130070 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/navigation/delete/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/navigation/edit/wizard.get.desc.xml due to error: 11130071 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/navigation/edit/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/page/associations/add/wizard.get.desc.xml due to error: 11130058 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/page/associations/add/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/page/associations/remove/wizard.get.desc.xml due to error: 11130059 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/page/associations/remove/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/regionmanager/absoluteposition/wizard.get.desc.xml due to error: 11130060 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/regionmanager/absoluteposition/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/regionmanager/tablelayout/wizard.get.desc.xml due to error: 11130061 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/regionmanager/tablelayout/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/removecomponent/wizard.get.desc.xml due to error: 11130072 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/removecomponent/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/site/config/siteconfig.get.desc.xml due to error: 11130075 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/site/config/siteconfig.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/template/add/wizard.get.desc.xml due to error: 11130063 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/template/add/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/template/copy/wizard.get.desc.xml due to error: 11130062 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/template/copy/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/template/delete/wizard.get.desc.xml due to error: 11130064 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/template/delete/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/template/edit/wizard.get.desc.xml due to error: 11130065 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/template/edit/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,442 WARN  [org.alfresco.web.scripts.DeclarativeRegistry] Unable to register script classpath:alfresco/webscripts/web-studio/wizards/template/tablelayoutmanager/wizard.get.desc.xml due to error: 11130066 Failed to read script configuration file ; Unable to test document path: web-studio/wizards/template/tablelayoutmanager/wizard.get.config.xml in remote store: alfresco-webuser due to error: 404
22:58:58,514 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework
22:58:59,221 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Refreshing org.alfresco.config.JBossEnabledWebApplicationContext@57e85c: display name [Root WebApplicationContext]; startup date [Sun Dec 13 22:58:59 EST 2009]; root of context hierarchy
22:58:59,418 INFO  [org.alfresco.config.JBossEnabledWebApplicationContext] Bean factory for application context [org.alfresco.config.JBossEnabledWebApplicationContext@57e85c]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1f3359b
22:59:00,475 INFO  [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.
22:59:00,859 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 22 Web Scripts (+0 failed), 24 URLs
22:59:00,874 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised Presentation Web Script Container (in 299.31647ms)
22:59:00,973 INFO  [org.alfresco.web.scripts.DeclarativeRegistry] Registered 40 Web Scripts (+0 failed), 42 URLs
22:59:00,982 INFO  [org.alfresco.web.scripts.AbstractRuntimeContainer] Initialised WebFramework Web Script Container (in 101.48037ms)
22:59:01,010 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework


what's concerning me, are the warnings about the scripts. Perhaps, the change of port is what's causing it.

I can't change back to port 8080 to verify. this is a production server and another tomcat instance is using port 8080.

Any ideas ?

Thanks
6 REPLIES 6

nlazouzi
Champ in-the-making
Champ in-the-making
OK, here is the deal.
I had a rule on that space that converted all incoming items to PDFs then moved them a to another space.
The zip that I imported had another zip file inside of it. Because the import functionality extracts all the files within the given zip, when the zip file inside was extracted, the system tried to convert it to a PDF thus causing the error.
Alfresco 3.2r seems to me like it's not very stable.

Alfresco folks….. Are you aware of this ???

mrogers
Star Contributor
Star Contributor
Aware of what?   If you think you have found "issues" then please check whether they are already known and if not raise them in JIRA.  (issues.alfresco.com).    Please be clear what the issue is.   And only have one issue per JIRA ticket.

nlazouzi
Champ in-the-making
Champ in-the-making
OK, here is the deal.
I had a rule on that space that converted all incoming items to PDFs then moved them a to another space.
The zip that I imported had another zip file inside of it. Because the import functionality extracts all the files within the given zip, when the zip file inside was extracted, the system tried to convert it to a PDF thus causing the error.
Alfresco 3.2r seems to me like it's not very stable.

Alfresco folks….. Are you aware of this ???

When a zip file containing another zip file is being extracted in a space where a conversion rule (to PDf ) exists, the following error is raised.
A system error happened during the operation: 11130004 Transformer for 'application/zip' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed

This is the issue i am referring to.

Thanks
Nabil

mrogers
Star Contributor
Star Contributor
You can't convert from a zip to a PDF, that's what the error message is telling you.

From your application perspective what you may need to do is first have a rule to unzip your archive file and then convert the contents of the archive to PDF.   You need to avoid the nonsense of trying to convert zip files to pdf.

nlazouzi
Champ in-the-making
Champ in-the-making
I am well aware of the fact that you can't convert a .zip to PDF. it's non sense indeed.
However, what i am telling you is, alfresco doesn't handle this properly.
In my case i used the import functionality which, given a zip file, it extracts it's contents automatically.
I did this in a space which had a conversion rule applied to it.
because the zip file that i used had another zip file within it, the conversion completely failed on all other files.
I would expect alfresco to not attempt to convert a zip but continue with the operation and convert the rest of the files while of course bringing my attention to the fact that it skipped the zip file.

So, bottom line, Alfresco doesn't deal with unsupported files correctly.

are we on the same page now ??

mrogers
Star Contributor
Star Contributor
Now there's enough detail for you to raise this in JIRA.