Hi Casey, I think I better understand now the log message. You are not using XEM and you have modified the default logging settings in order to display debug messages, meaning that I have misread your initial post and unwillingly mislead you into adding the workspace-api jar.
Sorry about that. The ClassNoFound exceptions are to be expected in this situations, since you are not using XEM and the dependencies (wiki-manager and application-manager) required by workspace-api are not present (and you don`t need them). Anyway, glad to hear you`ve solved your problem. -Eduard On Tue, Feb 5, 2013 at 7:00 PM, Lineberry, Casey < [email protected]> wrote: > Thanks, Eduard. I discovered that setting the " > xwiki.authentication.useip=0 " corrected the issue I was seeing with the > constant login requests on each click. > > I did check, and the xwiki-platform-workspace-api-4.3-rc-1.jar file does > not exists in the WEB-INF/lib directory. However, I tried to add it for > its functionality, and it broke the entire deployment. Xwiki would not > longer load with numerous "ClassNotFound" exceptions. I removed the JAR > and pulled out the workspacemanager directory and the site started > functioning again. > > So - my original issue was solved with the xwiki.authentication.useip > setting. > > I appreciate your suggestion, and I'll look deeper into what functionality > I may be missing without the WorkSpaceManager plugin. > > - Casey > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of Eduard Moraru > Sent: Tuesday, February 05, 2013 7:27 AM > To: XWiki Users > Subject: Re: [xwiki-users] XWiki 4.3 will not maintain logged in status of > users > > Hi Casey, > > > Failed to lookup script service for role hint [workspace] > > I`m not sure about your login problem, but this log messages suggests that > the workspace jar is missing for some reason. Please have a look in your > "webapps/xwiki/WEB-INF/lib" folder and see if the file > "xwiki-platform-workspace-api-4.3-rc-1.jar" exists. If not, please add it > from the default installation zip/war or download it [1] individually. > > Hope this helps, > Eduard > > ---------- > [1] > > http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-workspace-api/4.3-rc-1/xwiki-platform-workspace-api-4.3-rc-1.jar > > > > On Tue, Jan 29, 2013 at 12:31 AM, Lineberry, Casey < > [email protected]> wrote: > > > I apologize if this issue is somewhere out in this user list, the web > > or on xwiki.org docs, but I am unable to find anything out there on it. > > > > We're using XWIki 4.3-rc-1 running under Tomcat 7.0.32 on Red Hat 5.7 > > 64-bit. > > > > Everything was working fine. Then, all of a sudden, all users are > > prompted to login after every click. It's now impossible to import or > > export any content. Editing is impossible. > > > > In the catalina.out from tomcat, we see the following over and over > again: > > > > 2013-01-28 14:11:04,531 [ > > > https://epswiki.sdc.vzwcorp.com/xwiki/bin/login/XWiki/XWikiLogin?srid=BOeR3uZn&xredirect=%2Fxwiki%2Fbin%2Fexport%2FXWiki%2FXWikiPreferences%3Feditor%3Dglobaladmin%26section%3DExport%26srid%3DBOeR3uZn > ] > > DEBUG o.x.c.ExecutionContext - Getting undefined property > > localization.bundles from execution context. > > 2013-01-28 14:11:04,534 [ > > https://epswiki.sdc.vzwcorp.com/xwiki/bin/login/XWiki/XWikiLogin?srid= > > BOeR3uZn&xredirect=%2Fxwiki%2Fbin%2Fexport%2FXWiki%2FXWikiPreferences% > > 3Feditor%3Dglobaladmin%26section%3DExport%26srid%3DBOeR3uZn] > > DEBUG .s.DefaultScriptServiceManager - Failed to lookup script service > > for role hint [workspace] > > org.xwiki.component.manager.ComponentLookupException: Can't find > > descriptor for the component [role = [interface > > org.xwiki.script.service.ScriptService] hint = [workspace]] > > at > > org.xwiki.component.embed.EmbeddableComponentManager.getComponentInsta > > nce(EmbeddableComponentManager.java:355) > > ~[xwiki-commons-legacy-component-default-4.3-rc-1.jar:na] > > > > I am unable to find anything that can point me to where our > > configuration has gotten hosed. > > > > We are configured to use LDAP authentication against an MS Active > > Directory domain. As stated earlier - that has been working fine - > > and this just started happening. > > > > Any direction in how we can get this corrected would be greatly > > appreciated. > > > > Thanks, > > > > Casey > > > > > > _______________________________________________ > > users mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
