Upgrade 11 - Repository Servlet

113 views
Skip to first unread message

Yaron Benjamin

unread,
Jan 9, 2017, 1:10:16 PM1/9/17
to Hippo Community
Hello All,

I have successfully upgraded my Hippo project from 10.x to 11.0.2.  Everything seems in order except I can't get the repository servlet to resolve (localhost:8080/cms/repository/). When I try to access this app I get a 200 response; but a blank page.  Has anyone run into this issue before?  Does anyone have any Ideas on the possible issues?


Thank you,

Yaron Benjamin 

Woonsan Ko

unread,
Jan 9, 2017, 1:34:49 PM1/9/17
to hippo-c...@googlegroups.com
Do you get the normal CMS page if you access http://localhost:8080/cms/?

Woonsan

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-community@googlegroups.com
RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-community+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/hippo-community.
For more options, visit https://groups.google.com/d/optout.



--
71 Summer Street, 2nd Floor, Boston, MA 02110
Amsterdam - Oosteinde 11, 1017 WT Amsterdam
US +1 877 414 4776 (toll free)
Europe +31(0)20 522 4466

Yaron Benjamin

unread,
Jan 9, 2017, 1:56:44 PM1/9/17
to Hippo Community
Yes I get to the normal CMS - and in fact everything seems in order - all components work as expected - all pages that were build are displayed in the CMS correctly (from the server).  I also see an issue with the logging servlet as wel (/cms/logging) l. That does display an error:

[INFO] [talledLocalContainer] 09.01.2017 13:44:03 WARN  http-nio-8080-exec-4 [LoggingServlet.doGet:218] Failed to render freemarker template.

[INFO] [talledLocalContainer] freemarker.core.ParseException: Syntax error in template "LoggingServlet-html.ftl" in line 1, column 7:

[INFO] [talledLocalContainer] Unknown FTL header parameter: output_format

[INFO] [talledLocalContainer] at freemarker.core.FMParser.HeaderElement(FMParser.java:3374)

[INFO] [talledLocalContainer] at freemarker.core.FMParser.Root(FMParser.java:3428)

[INFO] [talledLocalContainer] at freemarker.template.Template.<init>(Template.java:208)

[INFO] [talledLocalContainer] at freemarker.cache.TemplateCache.loadTemplate(TemplateCache.java:495)

[INFO] [talledLocalContainer] at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:409)

[INFO] [talledLocalContainer] at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:261)

[INFO] [talledLocalContainer] at freemarker.template.Configuration.getTemplate(Configuration.java:1786)

[INFO] [talledLocalContainer] at freemarker.template.Configuration.getTemplate(Configuration.java:1646)

[INFO] [talledLocalContainer] at org.hippoecm.repository.LoggingServlet.getRenderTemplate(LoggingServlet.java:140)

[INFO] [talledLocalContainer] at org.hippoecm.repository.LoggingServlet.doGet(LoggingServlet.java:216)

[INFO] [talledLocalContainer] at javax.servlet.http.HttpServlet.service(HttpServlet.java:622)

[INFO] [talledLocalContainer] at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

[INFO] [talledLocalContainer] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

[INFO] [talledLocalContainer] at org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:263)

[INFO] [talledLocalContainer] at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:201)

[INFO] [talledLocalContainer] at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

[INFO] [talledLocalContainer] at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)

[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)

[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)

[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)

[INFO] [talledLocalContainer] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)

[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)

[INFO] [talledLocalContainer] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)

[INFO] [talledLocalContainer] at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)

[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

[INFO] [talledLocalContainer] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)

[INFO] [talledLocalContainer] at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1100)

[INFO] [talledLocalContainer] at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:687)

[INFO] [talledLocalContainer] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)

[INFO] [talledLocalContainer] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)

[INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

[INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

[INFO] [talledLocalContainer] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

[INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:745)


On Monday, January 9, 2017 at 1:34:49 PM UTC-5, woonsan.ko wrote:
Do you get the normal CMS page if you access http://localhost:8080/cms/?

Woonsan
On Mon, Jan 9, 2017 at 1:10 PM, Yaron Benjamin <yben...@gmail.com> wrote:
Hello All,

I have successfully upgraded my Hippo project from 10.x to 11.0.2.  Everything seems in order except I can't get the repository servlet to resolve (localhost:8080/cms/repository/). When I try to access this app I get a 200 response; but a blank page.  Has anyone run into this issue before?  Does anyone have any Ideas on the possible issues?


Thank you,

Yaron Benjamin 

--
Hippo Community Group: The place for all discussions and announcements about Hippo CMS (and HST, repository etc. etc.)
 
To post to this group, send email to hippo-c...@googlegroups.com

RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-communi...@googlegroups.com.

Woonsan Ko

unread,
Jan 9, 2017, 2:03:49 PM1/9/17
to hippo-c...@googlegroups.com
What's the version of freemarker library in cms web application?
It must be 2.3.24-incubating [1].


To post to this group, send email to hippo-community@googlegroups.com

RSS: https://groups.google.com/group/hippo-community/feed/rss_v2_0_msgs.xml?num=50
---
You received this message because you are subscribed to the Google Groups "Hippo Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hippo-community+unsubscribe@googlegroups.com.

Yaron Benjamin

unread,
Jan 9, 2017, 2:35:26 PM1/9/17
to Hippo Community
That was is! Thank you!
Reply all
Reply to author
Forward
0 new messages