Karatemom / alfresco-forms-service-examples

Automatically exported from code.google.com/p/alfresco-forms-service-examples
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 shmo...@gmail.com on 29 Nov 2010 at 3:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
http://localhost:8080/share/page/form-console displays form, when nodeRef is 
added, but what about that form-test?

Original comment by shmo...@gmail.com on 30 Nov 2010 at 2:37