[ 
https://issues.apache.org/jira/browse/JSPWIKI-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597383#comment-14597383
 ] 

Juan Pablo Santos Rodríguez commented on JSPWIKI-883:
-----------------------------------------------------

have you created your {{jspwiki-custom.properties}}? with what values?

See, under [Customizing your 
installation|https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started#section-Getting+Started-Installation]
 the following excerpt: 

{code}
The above steps assume you have r+w access to the following directories, as 
some files and folders will be generated there: your user home (for wiki 
pages), your temp folder (as indicated by the java.io.tmpdir property, for 
lucene indexes and ehcache files) and the directory where your servlet 
container is started (JSPWiki's log will be placed there).

Most of the time this is fine. Sometimes however, you may wish to change these 
locations, or change how JSPWiki is configured [...]

[...] Review these defaults to look for values you may wish to override. Some 
common values to override include :

* jspwiki.baseURL
* jspwiki.xmlUserDatabaseFile
* jspwiki.xmlGroupDatabaseFile
* jspwiki.fileSystemProvider.pageDir
* jspwiki.basicAttachmentProvider.storageDir
* log4j.appender.FileLog.File
{code}

> how to use JSPWiki 2.10.1,I'm a newcomer for that
> -------------------------------------------------
>
>                 Key: JSPWIKI-883
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-883
>             Project: JSPWiki
>          Issue Type: Test
>          Components: Localization
>    Affects Versions: 2.10.1
>         Environment: win7 ,jdk1.7,tomcat 6.0.32
>            Reporter: brown.yao
>            Priority: Minor
>              Labels: newbie
>             Fix For: 2.10.1
>
>
> hello,
> I want to test the JSPWiki ,I download the JSPWiki.war in 
> http://mirrors.nxnethosting.com/apache/jspwiki/2.10.1/binaries/,but when I 
> copy the war file to tomcat/webapps/ and started the service,one exception 
> was happened. it said 
> SEVERE: The web application [/MyWiki] appears to have started a thread named 
> [JSPWiki Lucene Indexer] but has failed to stop it. This is very likely to 
> create a memory leak.
> SEVERE: Exception during cleanup after start failed
> java.util.ConcurrentModificationException
>         at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
>         at java.util.HashMap$EntryIterator.next(Unknown Source)
>         at java.util.HashMap$EntryIterator.next(Unknown Source)
>         at java.util.HashMap.putAllForCreate(Unknown Source)
>         at java.util.HashMap.clone(Unknown Source)
>         at 
> org.apache.catalina.loader.WebappClassLoader.clearReferencesStaticFin
> al(WebappClassLoader.java:2022)
>         at 
> org.apache.catalina.loader.WebappClassLoader.clearReferences(WebappCl
> assLoader.java:1929)
>         at 
> org.apache.catalina.loader.WebappClassLoader.stop(WebappClassLoader.j
> ava:1833)
>         at org.apache.catalina.loader.WebappLoader.stop(WebappLoader.java:740)
>         at 
> org.apache.catalina.core.StandardContext.stop(StandardContext.java:49
> 13)
>         at 
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4
> 749)
>         at 
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
> .java:799)
>         at 
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:77
> 9)
>         at 
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601)
>         at 
> org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:943)
>         at 
> org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:778
> )
>         at 
> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:504
> )
>         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1315)
>         at 
> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
> :324)
>         at 
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
> eSupport.java:142)
>         at 
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061)
>         at org.apache.catalina.core.StandardHost.start(StandardHost.java:840)
>         at 
> org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
>         at 
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463
> )
>         at 
> org.apache.catalina.core.StandardService.start(StandardService.java:5
> 25)
>         at 
> org.apache.catalina.core.StandardServer.start(StandardServer.java:754
> )
>         at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>         at java.lang.reflect.Method.invoke(Unknown Source)
>         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
>         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
> I don't know the reason about that.I need help 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to