CarloGiuliano / fme-alfresco-extensions

Automatically exported from code.google.com/p/fme-alfresco-extensions
0 stars 0 forks source link

Datalist extension problems #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Load datalist extensions 3 jar files as per instructions
2.Run migration script
3.Create new issue list and run export to excel function

What is the expected output? What do you see instead?
I would need to see a csv or excel file downloaded as per the video
I get the following error page

Web Script Status 405 - Method Not Allowed

The Web Script 
/alfresco/s/slingshot/datalists/list/node/workspace/SpacesStore?/9570c0f1-ab73-4
37a-8a95-8a551db7b215 has responded with a status of 405 - Method Not Allowed.

405 Description: The method specified in the Request-Line is not allowed for 
the resource identified by the Request-URI. Message: 02080004 Script url 
/slingshot/datalists/list/node/workspace/SpacesStore?/9570c0f1-ab73-437a-8a95-8a
551db7b215 does not support the method GET Exception: 
org.springframework.extensions.webscripts.WebScriptException? - 02080004 Script 
url 
/slingshot/datalists/list/node/workspace/SpacesStore?/9570c0f1-ab73-437a-8a95-8a
551db7b215 does not support the method GET

    org.springframework.extensions.webscripts.AbstractRuntime?.executeScript(AbstractRuntime?.java:159) org.springframework.extensions.webscripts.servlet.WebScriptServlet?.service(WebScriptServlet?.java:118) javax.servlet.http.HttpServlet?.service(HttpServlet?.java:717) org.apache.catalina.core.ApplicationFilterChain?.internalDoFilter(ApplicationFilterChain?.java:290) org.apache.catalina.core.ApplicationFilterChain?.doFilter(ApplicationFilterChain?.java:206) org.alfresco.web.app.servlet.GlobalLocalizationFilter?.doFilter(GlobalLocalizationFilter?.java:58) org.apache.catalina.core.ApplicationFilterChain?.internalDoFilter(ApplicationFilterChain?.java:235) org.apache.catalina.core.ApplicationFilterChain?.doFilter(ApplicationFilterChain?.java:206) org.apache.catalina.core.StandardWrapperValve?.invoke(StandardWrapperValve?.java:233) org.apache.catalina.core.StandardContextValve?.invoke(StandardContextValve?.java:191) org.apache.catalina.core.StandardHostValve?.invoke(StandardHostValve?.java:127) org.apache.catalina.valves.ErrorReportValve?.invoke(ErrorReportValve?.java:102) org.apache.catalina.core.StandardEngineValve?.invoke(StandardEngineValve?.java:109) org.apache.catalina.connector.CoyoteAdapter?.service(CoyoteAdapter?.java:298) org.apache.coyote.http11.Http11AprProcessor?.process(Http11AprProcessor?.java:859) org.apache.coyote.http11.Http11AprProtocol?$Http11ConnectionHandler?.process(Http11AprProtocol?.java:579) org.apache.tomcat.util.net.AprEndpoint?$Worker.run(AprEndpoint?.java:1555) java.lang.Thread.run(Thread.java:619)

Server: Community v3.4.0 (d 3370) schema 4,113 Time: 08 Mar 2012 8:05:07 AM 

What version of the product are you using? On what operating system?
Community 3.4d x64
Windows server 2008 standard X64

Please provide any additional information below.
I followed all the steps described
I copied the 3 jar files to the locations described
I edited my setenv.bat file and set "set JAVA_OPTS= -Xss1024K -Xms2G -Xmx4G 
-XX:MaxPermSize=256m -XX:NewSize=1G -Djava.awt.headless=true"
The issue list behaves correctly with all other features (versioning, comments 
auto ID etc) except export

Please help 

Original issue reported on code.google.com by eugenev...@gmail.com on 8 Mar 2012 at 10:37

GoogleCodeExporter commented 8 years ago
XLSX & XLS as webscript response format is not supported in Alfresco 3.4.d. I'm 
not sure if it is supported in 3.4.e.

Original comment by ecm.exp...@gmail.com on 9 Mar 2012 at 9:27

GoogleCodeExporter commented 8 years ago
No it does not work in 3.4e either

Original comment by eugenev...@gmail.com on 9 Mar 2012 at 9:33

GoogleCodeExporter commented 8 years ago
Ok, then it seems to be an Enterprise only feature in 3.4
I'm sure that it is in 4.0 community...

Original comment by ecm.exp...@gmail.com on 9 Mar 2012 at 9:39

GoogleCodeExporter commented 8 years ago
Yip but your extension does not work with 4.0 

Original comment by eugenev...@gmail.com on 9 Mar 2012 at 9:41

GoogleCodeExporter commented 8 years ago
well, it should work without major changes in 4.0.
But you'll have to use lucene as search subsystem to view changes to items 
immediately.

Original comment by ecm.exp...@gmail.com on 9 Mar 2012 at 9:51