Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow details on share using allinone-archetype #113

Closed
mindthegab opened this issue Jul 20, 2014 · 4 comments
Closed

Workflow details on share using allinone-archetype #113

mindthegab opened this issue Jul 20, 2014 · 4 comments

Comments

@mindthegab
Copy link
Contributor

From torit...@gmail.com on February 13, 2013 06:50:43

What steps will reproduce the problem? 1. ~$ mvn archetype:generate -DarchetypeCatalog= https://artifacts.alfresco.com/nexus/content/groups/public/archetype-catalog.xml 2. ~$ mvn install -Prun

  1. Go to http://localhost:8080/share/page/my-tasks#filter=workflows|active
    Create new review task and assign the reviewer(s) (I used "Parallel review task" and assigned 2 of the already existing users to the task, not myself though)
  2. Go to http://localhost:8080/share/page/my-workflows#filter=workflows|active
  3. Try to view the details of the new workflow What is the expected output? What do you see instead? The workflow details should show up, instead the following error message is written to the logs:
2013-02-13 10:32:29.990:WARN::/share/page/_d41d8cd98f0b24e980998ecf8427e
javax.servlet.ServletException: Could not resolve view with name '_d41d8cd98f0b24e980998ecf8427e' in servlet with name 'Spring Surf Dispatcher Servlet'
    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1029)
    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:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1221)
    at org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
    at org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:374)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
    at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
2013-02-13 10:32:30,156  ERROR [alfresco.web.site] [687962827@qtp-1814825197-4] javax.servlet.ServletException: Could not resolve view with name '_d41d8cd98f0b24e980998ecf8427e' in servlet with name 'Spring
What version of the product are you using? On what operating system? Version: shipped 4.2.b, but the issue also applies on 4.2.c

Linux(Gentoo) with following output for "maven -version":

Apache Maven 3.0.4 ( r1232337 ; 2012-01-17 09:44:56+0100)
Maven home: /home/me/tmp/foo/apache-maven-3.0.4
Java version: 1.7.0_13, vendor: Oracle Corporation
Java home: /opt/oracle-jdk-bin-1.7.0.13/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.7.6-gentoo", arch: "amd64", family: "unix"
Please provide any additional information below. As suggested in the google-group I switched to the latest sun-jdk, used latest maven-3.0.4 from maven.apache.org and tried a different linux-system too (latest fedora).

Original issue: http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=113

@mindthegab
Copy link
Contributor Author

From colum...@gmail.com on February 14, 2013 02:15:54

Labels: Milestone-Release-sdk-1.0.2

@mindthegab
Copy link
Contributor Author

From maurizio...@alfresco.com on July 02, 2013 05:26:25

Hi toritrae,
thanks for your issue. I could not reproduce the issue on trunk (rev 684)
This is what I did (obviously, after mvn clean install the mavne-alfresco-archetypes project)

The task shows as expected, no exceptions logged.

Moving the issue to 1.1, so that it can be verified and confirmed by the issue owner before closing it.

Labels: -Milestone-Release-sdk-1.0.2 Milestone-Release-sdk-1.1.0

@mindthegab
Copy link
Contributor Author

From colum...@gmail.com on October 27, 2013 18:56:01

Mau, can I assign this to you for review?

Should be OK to close.

Owner: maurizio...@alfresco.com

@mindthegab
Copy link
Contributor Author

From maurizio...@alfresco.com on November 03, 2013 07:20:38

Tested on rev. 714. Cannot reproduce

Status: CannotReproduce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant