[xwiki-users] XWiki 1.6m2 Issues
Hi, im testing 1.6m2 and ran into some problems. LDAP-Authentication (Active Directory) seems not to work. It did with XWiki Enterprise 1.5.11446 using the same definitions in xwiki.cfg. Displaying Groups in XWikiPreferences seems not to work. I get the following error in the logs: 2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] WARN util.JDBCExceptionReporter - SQL Error: 1064, SQLState: 42000 2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] ERROR util.JDBCExceptionReporter - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from stringprop2_.XWS_VALUE)<>''' at line 1 Finaly the new WYSIWYG Editor seems not to work. When i change the page Syntax to "XWiki 2.0" and Edit the Page i get the following error. " app.appname app.errorwithcode com.google.gwt.user.client.rpc.StatusCodeException: <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> .... " -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1084838.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, hel-o wrote:
Hi,
im testing 1.6m2 and ran into some problems.
LDAP-Authentication (Active Directory) seems not to work. It did with XWiki Enterprise 1.5.11446 using the same definitions in xwiki.cfg.
Displaying Groups in XWikiPreferences seems not to work. I get the following error in the logs:
2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] WARN util.JDBCExceptionReporter - SQL Error: 1064, SQLState: 42000 2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] ERROR util.JDBCExceptionReporter - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from stringprop2_.XWS_VALUE)<>''' at line 1
Finaly the new WYSIWYG Editor seems not to work. When i change the page Syntax to "XWiki 2.0" and Edit the Page i get the following error.
Tell me what browser are you using, including its version, so that I can try to reproduce it. Also, does it appear all the time or just in some cases. Thanks, Marius
" app.appname
app.errorwithcode com.google.gwt.user.client.rpc.StatusCodeException: <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> .... "
On Fri, Sep 12, 2008 at 1:28 PM, hel-o <[email protected]> wrote:
im testing 1.6m2 and ran into some problems. Displaying Groups in XWikiPreferences seems not to work. I get the following error in the logs:
2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] WARN util.JDBCExceptionReporter - SQL Error: 1064, SQLState: 42000 2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] ERROR util.JDBCExceptionReporter - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from stringprop2_.XWS_VALUE)<>''' at line 1
Hi, What database are you using ? Can you confirm it was working fine with XE 1.5 ? Thanks, JV.
Hi Marius, I'm using Firefox 3.0.1. Marius Dumitru Florea wrote:
Tell me what browser are you using, including its version, so that I can try to reproduce it. Also, does it appear all the time or just in some cases.
Thanks Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1086180.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Helmut, I just downloaded XE 1.6M2 from http://tinyurl.com/3eccea and tested it with Firefox 3.0.1. The new WYSIWYG editor works fine. It shouldn't matter that you use mysql instead of hsqldb because the editor is independent from the store type. What I deduce from your error is that the editor makes a (rpc) request to the server who in turn encounters an exception. Can you give me the full stack trace of the error from your web server's console/logs? Thanks, Marius hel-o wrote:
Hi Marius,
I'm using Firefox 3.0.1.
Marius Dumitru Florea wrote:
Tell me what browser are you using, including its version, so that I can try to reproduce it. Also, does it appear all the time or just in some cases.
Thanks Helmut
hel-o wrote:
... Displaying Groups in XWikiPreferences seems not to work. I get the following error in the logs:
2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] WARN util.JDBCExceptionReporter - SQL Error: 1064, SQLState: 42000 2008-09-12 13:08:50,444 [http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getgr...] [http-8080-2] ERROR util.JDBCExceptionReporter - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from stringprop2_.XWS_VALUE)<>''' at line 1
This is a bug: http://jira.xwiki.org/jira/browse/XWIKI-2665 MySql and probably others dbs except hsqldb are affected. Will be fixed in RC1. Thanks for report. -- Artem Melentyev
Hi, and thanks for your help. I still wonder if anyone tried the LDAP-Authentication and it worked. Still the same here. I get a "Wrong Username" massage when i try to login. The configuration is the same as in 1.5.11446 and there is nothing in the xwiki.log. Same thing for the new WYSIWYG-Editor. I attached a Screenshot of the Errormassage that is displayed when i edit a page with XWiki Syntax 2.0 but there is now message in the xwiki.log. http://n2.nabble.com/file/n1089909/wysiwyg_error.png wysiwyg_error.png Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1089909.html Sent from the XWiki- Users mailing list archive at Nabble.com.
On Mon, Sep 15, 2008 at 9:48 AM, hel-o <[email protected]> wrote:
Hi,
and thanks for your help.
I still wonder if anyone tried the LDAP-Authentication and it worked. Still the same here. I get a "Wrong Username" massage when i try to login. The configuration is the same as in 1.5.11446 and there is nothing in the xwiki.log.
Well it should work, at least it's working for me and it validate automated tests. Can you enable debug log en LDAP authentication (see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableLD...) and send what you get ?
Same thing for the new WYSIWYG-Editor. I attached a Screenshot of the Errormassage that is displayed when i edit a page with XWiki Syntax 2.0 but there is now message in the xwiki.log.
http://n2.nabble.com/file/n1089909/wysiwyg_error.png wysiwyg_error.png
Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1089909.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
On Mon, Sep 15, 2008 at 10:25 AM, Thomas Mortagne <[email protected]> wrote:
On Mon, Sep 15, 2008 at 9:48 AM, hel-o <[email protected]> wrote:
Hi,
and thanks for your help.
I still wonder if anyone tried the LDAP-Authentication and it worked. Still the same here. I get a "Wrong Username" massage when i try to login. The configuration is the same as in 1.5.11446 and there is nothing in the xwiki.log.
Well it should work, at least it's working for me and it validate automated tests. Can you enable debug log en LDAP authentication (see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableLD...) and send what you get ?
Hmm... do you have "xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl" uncommented ? If not then I think it's the "problem": before 1.6M2 the old LDAP authentication (deprecated since XWIKI Core 1.3) was used but it's now the new one which has some minor configuration differences (mainly "check_level" disappeared and lot's of new features) but it should work, this is weird anyway but with log we should see quickly what is the problem I think. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication to check all options available. You can revert to old one by explicitly set "xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl" or change your configuration to use the new one which would be the best ;)
Same thing for the new WYSIWYG-Editor. I attached a Screenshot of the Errormassage that is displayed when i edit a page with XWiki Syntax 2.0 but there is now message in the xwiki.log.
http://n2.nabble.com/file/n1089909/wysiwyg_error.png wysiwyg_error.png
Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1089909.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
On Mon, Sep 15, 2008 at 10:38 AM, Thomas Mortagne <[email protected]> wrote:
On Mon, Sep 15, 2008 at 10:25 AM, Thomas Mortagne <[email protected]> wrote:
On Mon, Sep 15, 2008 at 9:48 AM, hel-o <[email protected]> wrote:
Hi,
and thanks for your help.
I still wonder if anyone tried the LDAP-Authentication and it worked. Still the same here. I get a "Wrong Username" massage when i try to login. The configuration is the same as in 1.5.11446 and there is nothing in the xwiki.log.
Well it should work, at least it's working for me and it validate automated tests. Can you enable debug log en LDAP authentication (see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableLD...) and send what you get ?
Hmm... do you have "xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl" uncommented ? If not then I think it's the "problem": before 1.6M2 the old LDAP authentication (deprecated since XWIKI Core 1.3) was used but it's now the new one which has some minor configuration differences (mainly "check_level" disappeared and lot's of new features) but it should work, this is weird anyway but with log we should see quickly what is the problem I think. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication to check all options available.
You can revert to old one by explicitly set "xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl" or change your configuration to use the new one which would be the best ;)
Also it can be caused by the database problem around groups as LDAP need to get groups depend of your configuration so it's possible this break the authentication.
Same thing for the new WYSIWYG-Editor. I attached a Screenshot of the Errormassage that is displayed when i edit a page with XWiki Syntax 2.0 but there is now message in the xwiki.log.
http://n2.nabble.com/file/n1089909/wysiwyg_error.png wysiwyg_error.png
Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1089909.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
-- Thomas Mortagne
Hi, xwiki.authentication.authclass is uncommented. I've activated debug log on LDAP authentication I think that is the interesting part: "14:33:47,085 [] [http-8080-1] DEBUG util.ModuleUtils - Get module name for path /bin 14:33:47,085 [] [http-8080-1] DEBUG util.ModuleUtils - Module name found: default 14:33:47,085 [] [http-8080-1] DEBUG action.RequestProcessor - Processing a 'POST' for path '/loginsubmit/' 14:33:47,101 [] [http-8080-1] DEBUG action.RequestProcessor - Setting user locale 'de_AT' 14:33:47,101 [] [http-8080-1] WARN util.RequestUtils - No FormBeanConfig found under 'loginsubmit' 14:33:47,101 [] [http-8080-1] DEBUG action.RequestProcessor - Looking for Action instance for class com.xpn.xwiki.web.LoginSubmitAction 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG api.MonitorData - MONITOR loginsubmit multipart: 0ms null 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiLogin in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiLogin from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiLogin from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiLogin in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG xwiki.XWikiRightServiceImpl - checkAccess for loginsubmit, XWiki.XWikiLogin 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,101 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiHibernateBaseStore - Trying to get session from pool 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG impl.SessionImpl - opened session at timestamp: 12214820271 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiHibernateBaseStore - Taken session from pool SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.ConnectionManager - opening JDBC connection 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] INFO store.DBCPConnectionProvider - active: 1 (max: 50) idle: 0(max: 5) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiHibernateBaseStore - Trying to open transaction 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG transaction.JDBCTransaction - begin 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG transaction.JDBCTransaction - current autocommit status: false 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiHibernateBaseStore - Opened transaction org.hibernate.transaction.JDBCTransaction@166fdde 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG hibernate.SQL - select distinct xwikidocum0_.XWD_FULLNAME as col_0_0_ from xwikidoc xwikidocum0_ where xwikidocum0_.XWD_WEB=? and xwikidocum0_.XWD_NAME=? 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.AbstractBatcher - about to open ResultSet (open ResultSets: 0, globally: 0) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.AbstractBatcher - about to close ResultSet (open ResultSets: 1, globally: 1) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG ine.StatefulPersistenceContext - initializing non-lazy collections 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiHibernateBaseStore - Releasing hibernate session SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiHibernateBaseStore - Releasing hibernate transaction org.hibernate.transaction.JDBCTransaction@166fdde 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG transaction.JDBCTransaction - rollback 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG transaction.JDBCTransaction - rolled back JDBC Connection 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.ConnectionManager - aggressively releasing JDBC connection 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG jdbc.ConnectionManager - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)] 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] INFO store.DBCPConnectionProvider - active: 0 (max: 50) idle: 1(max: 5) 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG api.MonitorData - MONITOR loginsubmit hibernate: 0ms null 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG LDAP.XWikiLDAPAuthServiceImpl - Found user dn with the user object: null 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: begin for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: Trying to get doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: got doc xwiki:XWiki.XWikiPreferences from cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG store.XWikiCacheStore - Cache: end for doc xwiki:XWiki.XWikiPreferences in cache 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG ldap.XWikiLDAPConfig - Ready to create user from LDAP with fields last_name=sn,first_name=givenName,fullname=fullName,email=mail,ldap_dn=dn 14:33:47,116 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG ldap.XWikiLDAPUtils - Searching for the user in LDAP: user:lehner base: query:(sAMAccountName=lehner) uid:sAMAccountName 14:33:47,148 [http://localhost:8080/xwiki16m2/bin/loginsubmit/XWiki/XWikiLogin] [http-8080-1] DEBUG ldap.XWikiLDAPConnection - LDAP Search failed LDAPException: No Such Object (32) No Such Object LDAPException: Server Message: 0000208D: NameErr: DSID-031001A8, problem 2001 (NO_OBJECT), data 0, best match of: '' LDAPException: Matched DN: at com.novell.ldap.LDAPResponse.getResultException(Unknown Source) at com.novell.ldap.LDAPResponse.chkResultCode(Unknown Source) at com.novell.ldap.LDAPSearchResults.next(Unknown Source) at com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.searchLDAP(XWikiLDAPConnection.java:270) at com.xpn.xwiki.plugin.ldap.XWikiLDAPUtils.searchUserAttributesByUid(XWikiLDAPUtils.java:507) at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:338) at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:176) at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:131) at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:239) at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:165) at com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:148) at com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:205) at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3557) at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:139) at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3565) at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4471) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:190) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:93) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Unknown Source)" I'm waiting for RC1 now. Mayby things work when the group issue is fixed. Thanks Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1090359.html Sent from the XWiki- Users mailing list archive at Nabble.com.
hel-o wrote:
Hi,
and thanks for your help.
I still wonder if anyone tried the LDAP-Authentication and it worked. Still the same here. I get a "Wrong Username" massage when i try to login. The configuration is the same as in 1.5.11446 and there is nothing in the xwiki.log.
Same thing for the new WYSIWYG-Editor. I attached a Screenshot of the Errormassage that is displayed when i edit a page with XWiki Syntax 2.0 but there is now message in the xwiki.log.
http://n2.nabble.com/file/n1089909/wysiwyg_error.png wysiwyg_error.png
You said you were testing 1.6M2, but at the bottom of your screenshot there is "XWiki Enterprise 1.5.11446" written.. Make sure the wysiwyg servlet is mapped in your web.xml and post more details if you want more help.
Helmut
Hi Marius, Marius Dumitru Florea wrote:
You said you were testing 1.6M2, but at the bottom of your screenshot there is "XWiki Enterprise 1.5.11446" written..
Make sure the wysiwyg servlet is mapped in your web.xml and post more details if you want more help.
intresting i didn't notice that. This instance runs on a VM with Windows-XP and there are several XWiki instances running paralell (for testing) also a XWiki Enterprise 1.5.11446 instance. I didn't post the picure when the error massage window is closed i add it now. There you can see that the Instance from where the WYSIWYG-Editor is opend is 1.6m2. http://n2.nabble.com/file/n1097683/wysiwyg_error2.png wysiwyg_error2.png I also tried that on another instance on a VM with Linux and there is only one Xwiki instance installed (XWiki Enterprise 1.6-milestone-2.12601 ) and the same thing happens. What do you mean by make sure the wysiwyg servlet is mapped? In web.xml i find: " <!-- This is the entry pointy for XWiki GWT services --> <servlet> <servlet-name>XWikiService</servlet-name> <servlet-class>com.xpn.xwiki.gwt.api.server.XWikiServiceImpl</servlet-class> </servlet> <!-- This is the entry pointy for the new WYSIWYG's GWT services --> <servlet> <servlet-name>WysiwygService</servlet-name> <servlet-class>com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService</servlet-class> </servlet> <!-- This is needed for debuging the new WYSIWYG in hosted mode --> <servlet> <servlet-name> com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService/com.xpn.xwiki.wysiwyg.Wysiwyg/WysiwygService </servlet-name> <servlet-class>com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService</servlet-class> </servlet> ... and ... <servlet-mapping> <servlet-name>WysiwygService</servlet-name> <url-pattern>/WysiwygService</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name> com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService/com.xpn.xwiki.wysiwyg.Wysiwyg/WysiwygService </servlet-name> <url-pattern>/com.xpn.xwiki.wysiwyg.Wysiwyg/WysiwygService</url-pattern> </servlet-mapping> " Is there anything missing? Is there anywhere some documentation what you have to do to integrate the new WYSIWYG-Editor? Thanks Helmut -- View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1097683.html Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (5)
-
Artem Melentyev -
hel-o -
Jean-Vincent Drean -
Marius Dumitru Florea -
Thomas Mortagne