[xwiki-users] OpenOffice service issue

2011-08-06 Thread Eugen Colesnicov
My environment: Windows2003, Glassfish 3.1, OracleXE, XWiki 3.1.
I have an issue with OpenOffice service in XWiki - autostart give error.
Strange, that if I trying to start OpenOffice service manualy - service
starting and working.
I attached log file with error of autostarting - can somebody can help to
understand me what's the problem.
http://xwiki.475771.n2.nabble.com/file/n6659270/server.log server.log 

Thanks beforehand!
Eugen Colesnicov

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/OpenOffice-service-issue-tp6659270p6659270.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Using xWiki with LDAP (Oracle OID)

2011-08-06 Thread Thomas Mortagne
On Sat, Aug 6, 2011 at 12:46 AM, Chris Meyer chris.me...@gmail.com wrote:
 Hi All,

 Using Oracle's OID (LDAP) I am trying to get my installation of xWiki to
 authenticate using the LDAP with logging fully turned up, here is the
 messages I am currently getting:

 -

 2011-08-05 15:32:00,761 INFO  [STDOUT] (
 http://hostname:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin) 2011-08-05
 15:32:00,761 [http://hostname:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
 DEBUG c.x.x.p.l.XWikiLDAPConnection  - Binding to LDAP server with
 credentials login=[uid=204428,cn=users,dc=company,dc=com]
 2011-08-05 15:32:00,940 INFO  [STDOUT]
 (http://hostname:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin)
 2011-08-05 15:32:00,940
 [http://hostname:8080/xwiki/bin/loginsubmit/XWiki/XWikiLogin]
 DEBUG u.i.L.XWikiLDAPAuthServiceImpl - Local LDAP authentication failed.
 com.xpn.xwiki.plugin.ldap.XWikiLDAPException: Error number 0 in 5: LDAP bind
 failed with LDAPException.
 Wrapped Exception: Invalid Credentials
        at
 com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:175)
 ~[xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:104)
 ~[xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:313)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:190)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:137)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:284)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:204)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:187)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:244)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:4089)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:170)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:4102)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:5260)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:189)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
 [struts-1.2.9.jar!/:1.2.9]
        at
 org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
 [struts-1.2.9.jar!/:1.2.9]
        at
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
 [struts-1.2.9.jar!/:1.2.9]
        at
 org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
 [struts-1.2.9.jar!/:1.2.9]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 [servlet-api.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA
 date=200905221634)]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 [servlet-api.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA
 date=200905221634)]
        at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 [jbossweb.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)]
        at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 [jbossweb.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)]
        at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
 [xwiki-platform-oldcore-3.1.jar!/:na]
        at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 [jbossweb.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)]
        at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 [jbossweb.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)]
        at
 org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
 [xwiki-platform-wysiwyg-server-3.1.jar!/:na]
        at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 [jbossweb.jar!/:5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)]
        at
 

Re: [xwiki-users] Using xWiki with LDAP (Oracle OID)

2011-08-06 Thread cmeyer
I did get it working, the settings in the xwiki.cfg were correct. It ended up
being that the LDAP Admin package that I first attempted this config with
was over ridding the xwiki.cfg values, even through the LDAP Admin package
was throwing Groovy error every time I tried to use it.

Only issue I have now is with the LDAP group and XWiki group sync. For users
in the admin group it works fine, but for users in the All group, it doesnt
add the users to that group when the log in first time.

Thanks,
Chris

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Using-xWiki-with-LDAP-Oracle-OID-tp6658323p6659813.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Installing XWiki on Ubuntu Natty

2011-08-06 Thread Dale Amon
I guess everyone on this thread who has tried to help
has run dry of ideas as to why it is not working for me.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] a TOC Macro issue?

2011-08-06 Thread Vincent Massol
Hi Ricardo,

On Aug 6, 2011, at 12:24 AM, ricardo.julio.rodriguez.fernan...@sergas.es 
ricardo.julio.rodriguez.fernan...@sergas.es wrote:

 Hi all!
 
 Running XWiki Enterprise 2.4.30451 I'm not able to get 1.2.3 format numbered 
 TOC entries. Here what I'm doing:
 
 http://ebiotic.net/bin/IDIS/AnnualReport
 
 And there the concerned XWiki doc...
 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/TOC+Macro
 
 Please, were is Note 2? Within the Parameters definition section ir reads:
 
 if should generate numbering (1.2.3 format) for titles (see also Note 2)
 
 I've browsed Jira issues for a description of the problem (solved or not) to 
 no avail.
 
 Please, where am I wrong? Thanks for your help!

ok here's what I gathered:

1) Each level starts at 1 currently. It's 1.1.1 format and not 1.2.3 format. 
The doc needs to be updated (done). Please open a jira if you need the other 
format
2) I couldn't find note 2 either. I've removed it from the doc.
3) I couldn't find a jira issue about this

Thanks
-Vincent

 Ricardo
 
 --
 Ricardo Rodríguez
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users