Weblogic#
Weblogic 810#
I have JSPWiki 2.2.33 working fine with Weblogic 810.-- tewr 13-Jun-2006
Weblogic 910#
I cannot get JSPWiki 2.4 series working on Weblogic 910, I get a ProtocolException in WikiServletFilter.doFilter(WikiServletFilter.java:120)"Exceeded stated content-length of: '0' bytes"
I submitted the following Bug Report

--tewr 12-Jul-2006
You can get around this for now by commenting out WikiServletFilter in web.xml.
It is strange however that this works for you in WL 810, I have the same problem in 810.
--MP 13-Jul-2006
I commented out WikiServletFilter as suggested and now get a front page of sorts up. I am unable to create a login (register), clicking on the "join wiki" link displays a pink error box saying:
You don't have access to 'Main'. Please log in first. You don't have access to 'UserPreferences'. Please log in first.-- tewr 14-Jul-2006
Resolved Issues#
commonheader.jsp I cannot get JSPWiki 2.4 series working on Weblogic 910, I get jsp errors in commonheader.jsp"This attribute is not recognized"
I submitted the following Bug Report

--tewr 13-Jun-2006
This error was resolved in the 2.4.18 release.
Old WebLogic Discussion - Old discussions about running old versions of JSPWiki on WebLogic.
I am unable to run JSP Wiki 2.4.9.1 on Weblogic 9.2
I am getting this error when I try to run the application.
java.lang.IllegalArgumentException: No Configuration was registered that can handle the configuration named JSPWiki-container at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:54) at javax.security.auth.login.LoginContext.init(LoginContext.java:243) at javax.security.auth.login.LoginContext.(LoginContext.java:367) at javax.security.auth.login.LoginContext.(LoginContext.java:444) at com.ecyrd.jspwiki.WikiSession.getLoginContext(WikiSession.java:246) at com.ecyrd.jspwiki.auth.AuthenticationManager$2.run(AuthenticationManager.java:401) at java.security.AccessController.doPrivileged(Native Method) at com.ecyrd.jspwiki.auth.AuthenticationManager.doLogin(AuthenticationManager.java:396) at com.ecyrd.jspwiki.auth.AuthenticationManager.login(AuthenticationManager.java:246) at com.ecyrd.jspwiki.WikiContext.(WikiContext.java:256) at com.ecyrd.jspwiki.WikiEngine.createContext(WikiEngine.java:1922) at jsp_servlet.wiki._jspService(wiki.java:106) at weblogic.servlet.jsp.JspBase.service(JspBase.java:34) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283) at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:391) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at com.ecyrd.jspwiki.ui.WikiServletFilter.doFilter(WikiServletFilter.java:99) at com.ecyrd.jspwiki.ui.WikiJSPFilter.doFilter(WikiJSPFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3212) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
--java4yogi, 22-Feb-2007
I was able to get the lookup resolved for the JAAS file in Weblogic. Sent the changes needed in the users mailing list for the same.
However, now when the JAAS file is loaded, I am getting another error.
It is not able to parse the jaas config file and gives an error.
Found JSPWiki expected ;
Are there any specific changes needed to get JAAS working on Weblogic or anyway JSPWiki can work without JAAS mechanism.
Thanks for all the info.
--java4yogi, 24-Feb-2007
This is the exact error which I get
<Feb 23, 2007 5:12:15 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY> <Feb 23, 2007 5:12:15 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> java.security.policy: error parsing file:/C:/bea/user_projects/domains/pas_dev_domain/config/jaas.config: line 1: expected ;, found JSPWiki
This is the code in the jaas.config file
JSPWiki-container { com.ecyrd.jspwiki.auth.login.WebContainerLoginModule required; //com.ecyrd.jspwiki.auth.login.WebContainerLoginModule SUFFICIENT; //com.ecyrd.jspwiki.auth.login.CookieAssertionLoginModule SUFFICIENT; //com.ecyrd.jspwiki.auth.login.AnonymousLoginModule SUFFICIENT; };
Thanks.
--AnonymousCoward, 24-Feb-2007