Giter Club home page Giter Club logo

alfresco-forms-service-examples's People

Watchers

 avatar  avatar

Forkers

josafasdr

alfresco-forms-service-examples's Issues

Unable to run Alfresco Share

I am getting the following error 

exception

org.springframework.web.util.NestedServletException: Request processing failed; 
nested exception is 
org.springframework.extensions.surf.exception.PlatformRuntimeException: 
05010001 Unable to retrieve object: slingshot.site.configuration of type: 
configuration
    org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:659)
    org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

root cause

org.springframework.extensions.surf.exception.PlatformRuntimeException: 
05010001 Unable to retrieve object: slingshot.site.configuration of type: 
configuration
    org.springframework.extensions.surf.ObjectPersistenceService.getObject(ObjectPersistenceService.java:130)
    org.springframework.extensions.surf.ModelObjectService.getObject(ModelObjectService.java:507)
    org.springframework.extensions.surf.ModelObjectService.getConfiguration(ModelObjectService.java:135)
    org.springframework.extensions.surf.site.SiteUtil.getSiteConfiguration(SiteUtil.java:99)
    org.springframework.extensions.surf.support.AbstractRequestContext.getSiteConfiguration(AbstractRequestContext.java:138)
    org.springframework.extensions.surf.mvc.ThemeInterceptor.preHandle(ThemeInterceptor.java:66)
    org.springframework.web.servlet.handler.WebRequestHandlerInterceptorAdapter.preHandle(WebRequestHandlerInterceptorAdapter.java:54)
    org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:761)
    org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
    org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
    org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 7:07

Forms don't always save - JSON message returned 'Successfully persisted form for item'

What steps will reproduce the problem?
1. Edit any meta data field,
2. Clicking submit always returns JSON message "{
    "message" : "Successfully persisted form for item [node]workspace/SpacesStore/c6162ed3-
9824-44cc-b448-eb86e4e1610f"
}"

What is the expected output? What do you see instead?

Expect to be returned to document preview and meta data updates, sometimes 
metadata is 
updated, othertimes not. 

What version of the product are you using? On what operating system?
Community 3.2 & Community 3.2r2

Please provide any additional information below.

Would appreciate any advice on the matter.

Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 4:53

Attachments:

Share not working

Alfresco Share is not working ?
1. Throwing the exception 
org.springframework.web.util.NestedServletException: Request processing failed; 
nested exception is 
org.springframework.extensions.surf.exception.PlatformRuntimeException: 
05010001 Unable to retrieve object: slingshot.site.configuration of type: 
configuration
    org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:659)
    org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 7:05

A HTTP 500 when trying to open /share/page/form-test

What steps will reproduce the problem?
1. Follow steps in 'Learning Alfresco Forms Service by Examples.pdf'
2. go to http://localhost:8080/share/page/form-test

What is the expected output? What do you see instead?
javax.servlet.ServletException: Could not resolve view with name 'form-test' in 
servlet with name 'Spring Surf Dispatcher Servlet'
    org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1042)
    org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:798)
    org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
    org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
    org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
    org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:301)

What version of the product are you using? On what operating system?
Community - v3.4.0 (b 3262)

Please provide any additional information below.
I did all steps described in presentation .pdf file, all were ok, but the last 
(http://localhost:8080/share/page/form-test) wasn't.

Original issue reported on code.google.com by [email protected] on 29 Nov 2010 at 3:57

Form doesn't work with Alfresco 3.2E

I following instruction found in pdf file. Making new content with the
"Create Content" form. Than trying to lunch form-test with the full noderef
id (workspace://SpacesStore/8f1e0a3a-3a23-439b-9cf8-a4d4dbe8029b).

Form don't load due to a freemaker error : Expression form.items is
undefined on line 74, column 40 in tab-edit-form.ftl.


I found source code but I don't no what form.items is.

<div id="${formId}-tabview" class="yui-navset"> 

<ul class="yui-nav">

    <#list form.items as item>

        <#if item.kind == "set">

            <li <#if item_index == 0>class="selected"</#if>><a
href="#tab_${item_index}"><em>${item.label}</em></a></li>

        </#if>

    </#list>

    <li><a href="#tab_others"><em>Others</em></a></li>

</ul>

Regards,
J. LESAGE

Version: Enterprise - v3.2.0 (304)


Original issue reported on code.google.com by [email protected] on 8 Feb 2010 at 11:22

Attachments:

Am trying to run the FDK and get the following exception

javax.servlet.ServletException: Could not resolve view with name 
'form-test' in servlet with name 'Spring Surf Dispatcher Servlet'

org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:
1042)
    org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:798)
    org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
    org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
    org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
    org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:301)

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 9:46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.