Dear Juergen, The JSPWiki is installed successfully by using the exploded war folder method. Thank you very much.
Regards, Jason Wu Regards, Jason Wu ________________________________ 寄件者: Jurgen Weber <juer...@jwi.de> 寄件日期: Friday, February 5, 2021 6:46:48 PM 收件者: user@jspwiki.apache.org <user@jspwiki.apache.org> 主旨: Re: JSPWiki installation problem on WebLogic 12.2.1.4.0 I did a quick check with WLS 14.1.1 and current JSPWiki. Deploying the war gave an error, deploying from the war exploded in a folder worked. I used a jspwiki-custom.properties that points to pages etc in the WLS pre classpath. Juergen Am Fr., 5. Feb. 2021 um 03:55 Uhr schrieb Wu Jason <wkw1...@hotmail.com>: > > Hi, > > I was trying to install the JSPWiki 2.11.0.M8 on WebLogic version 12.2.1.4.0. > The installation was not successful due to the following error: > > ERROR org.apache.wiki.api.core.Engine - failed to load security policy from > file jspwiki.policy > > But I have checked the jspwiki.policy is inside the WEB-INF folder. And the > war file can be installed on Tomcat 9 properly. > > I found a similar closed issue on the issue tracker, not sure if it is > related or not: > https://apac01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FJSPWIKI-1029&data=04%7C01%7C%7C8cdb5020b31648b5e73308d8c9c3d0ab%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637481190141309338%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Oo9TfwZUB2rCzzib%2F7PWFrfHn1%2BDVXa5jpd0m1Kuq4o%3D&reserved=0 > > Any idea why the JSPWiki cannot see the jspwiki.policy on WebLogic? Thank a > lot. > > Part of the stacktrace of the error below: > ERROR org.apache.wiki.api.core.Engine - failed to load security policy from > file jspwiki.policy,stacktrace follows > java.io.FileNotFoundException: jspwiki.policy not found > at org.apache.wiki.api.core.Engine.findConfigFile(Engine.java:274) > at > org.apache.wiki.auth.DefaultAuthorizationManager.initialize(DefaultAuthorizationManager.java:244) > at org.apache.wiki.WikiEngine.initComponent(WikiEngine.java:405) > at org.apache.wiki.WikiEngine.initComponent(WikiEngine.java:393) > at org.apache.wiki.WikiEngine.initialize(WikiEngine.java:320) > at org.apache.wiki.WikiEngine.<init>(WikiEngine.java:225) > at org.apache.wiki.WikiEngine.getInstance(WikiEngine.java:183) > at org.apache.wiki.spi.EngineSPIDefaultImpl.find(EngineSPIDefaultImpl.java:41) > > Regards, > Jason Wu