I made some corrections to the wiki.
How about making a new release, this should be only a bugfix release I
think, there aren't any serious new things. Except the HADDOCK template,
but that is not ready for prime time yet.

WDYT?

regards,
Harry



On 28 March 2014 16:16, Jürgen Weber (JIRA) <j...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/JSPWIKI-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13950867#comment-13950867]
>
> Jürgen Weber commented on JSPWIKI-817:
> --------------------------------------
>
> The fix should be released asap, right now everybody who tries the Apache
> project JSPWiki will get a failure. This is not good.
> At least https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started
> should be changed, so that people will do the Advanced Installation.
> Also, the jspwiki.properties from
> https://jspwiki-wiki.apache.org/Wiki.jsp?page=Documentation#section-Documentation-SectionDocumentationConfigurationAndAdministrationshould
>  go into an attachment called  jspwiki-custom.properties and be
> linked from Getting%20Started, because there is no jspwiki.properties in
> the war.
>
> > Install.jsp is broken, and should be more foolproof and provide better
> guidance
> >
> -------------------------------------------------------------------------------
> >
> >                 Key: JSPWIKI-817
> >                 URL: https://issues.apache.org/jira/browse/JSPWIKI-817
> >             Project: JSPWiki
> >          Issue Type: Bug
> >          Components: Core & storage
> >    Affects Versions: 2.10
> >         Environment: Ubuntu Linux
> > Java 7
> > Tomcat 7
> > JSPWiki 2.10.0
> >            Reporter: Harry Metske
> >            Assignee: Harry Metske
> >             Fix For: 2.10.1
> >
> >
> > Firing up the JSPWiki/Install.jsp gives the following NPE:
> > {noformat}
> > Feb 02, 2014 1:59:04 PM org.apache.catalina.core.StandardWrapperValve
> invoke
> > SEVERE: Servlet.service() for servlet [jsp] in context with path [/wiki]
> threw exception [An exception occurred processing JSP page /Install.jsp at
> line 46
> > 43: WikiSession wikiSession = wikiContext.getWikiSession();
> > 44:
> > 45: // Parse the existing properties
> > 46: installer.parseProperties();
> > 47: boolean validated = false;
> > 48: String password = null;
> > 49: ResourceBundle rb = Preferences.getBundle( wikiContext,
> "CoreResources" );
> > Stacktrace:] with root cause
> > java.lang.NullPointerException
> >       at
> org.apache.wiki.util.CommentedProperties.writeProperty(CommentedProperties.java:213)
> >       at
> org.apache.wiki.util.CommentedProperties.put(CommentedProperties.java:116)
> >       at org.apache.wiki.ui.Installer.parseProperty(Installer.java:320)
> >       at org.apache.wiki.ui.Installer.parseProperties(Installer.java:223)
> >       at org.apache.jsp.Install_jsp._jspService(Install_jsp.java:122)
> >       at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> >       at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
> >       at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
> >       at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
> >       at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
> >       at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
> >       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
> >       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
> >       at
> org.apache.wiki.ui.WikiServletFilter.doFilter(WikiServletFilter.java:177)
> >       at
> org.apache.wiki.ui.WikiJSPFilter.doFilter(WikiJSPFilter.java:121)
> >       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
> >       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
> >       at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
> >       at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
> >       at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
> >       at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
> >       at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
> >       at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:947)
> >       at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> >       at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
> >       at
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009)
> >       at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
> >       at
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
> >       at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> >       at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> >       at java.lang.Thread.run(Thread.java:724)
> > {noformat}
> > This issue was introduced in 2.10.0-svn-36 (introduction of
> jspwiki-custom.properties file)
> > This was not reflected in Install.jsp.
> > The jspwiki.properties file was moved into
> WEB-INF/lib/jspwiki-war-<version>.jar .
> > We should update the Installer:
> > * to read from this default jspwiki.properties file
> > * change the instructions
> > * save the new properties to something like
> /tmp/jspwiki-custom.properties
> > * instruct to copy this file to a location that is classpath-readable
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.2#6252)
>

Reply via email to