Hi Vincent,On Sat, Mar 8, 2008 at 12:12 PM, Vincent Massol <vincent@massol.net> wrote:Hi benjamin,Make sure you remove your cookies before trying with 1.3 final. I believe you have something wrong in there now but deleting them should fix the problem I think.On Mar 8, 2008, at 5:47 PM, Benjamin Leung wrote:Thanks for your reply.
The inability to login using IE7 still exist after I upgraded to xwiki 1.3final. The logoff issue is fixed in FF.
I cleared the cookies before testing and I tested it again using a fresh XP+IE7 install but I still can't login to my instance using IE.
What's wrong?I tired using log4j.properties provided somewhere on the xwiki.org to turn on the debug message. But I noticed something's not right when the LDAP error message were supressed. I think it worked fine in 1.3rc1.
The usual stack dump I get "LDAP: fail to bind.." when I log in using a XWiki DB credentials (i.e. Admin/admin) is missing when I use the log4j.properties provided somewhere on wiki.org
Thanks! I've pasted the config below. The only thing I changed is "log4j.logger.com.xpn.xwiki=debug" from the original
-------------------------
### Direct log messages to stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} [%X{url}] [%t] %-5p %-30.30c{2} %x - %m %n
log4j.appender.file=org.apache.log4j.RollingFileAppender
log4j.appender.file.File=xwiki.log
log4j.appender.file.MaxFileSize=10MB
log4j.appender.file.MaxBackupIndex=50
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE} [%X{url}] [%t] %-5p %-30.30c{2} %x - %m %n
### By default everything that is of warning or severity WARN, ERROR or FATAL is logged both to
### the console and to the xwiki.log file.
log4j.rootLogger=warn, stdout, file
### Hibernate logging options
log4j.logger.org.hibernate=warn
log4j.logger.org.hibernate.SQL=warn
log4j.logger.org.hibernate.type=warn
log4j.logger.org.hibernate.ps.PreparedStatementCache=warn
### XWiki logging configuration
log4j.logger.com.xpn.xwiki=warn
log4j.logger.com.xpn.xwiki.render.XWikiRadeoxRenderEngine=warn
log4j.logger.com.xpn.xwiki.store.migration=info
### Deactive Struts warnings
log4j.logger.org.apache.struts.util.RequestUtils=error
### Deactivate JGroups warnings
log4j.logger.org.jgroups=error
## Deactive PDF Export CSS Applier warnings
log4j.logger.info.informatica.doc.style.css.dom=error
log4j.logger.org.apache.fop.layoutmgr.inline.ContentLayoutManager=error
Thanks-VincentAny advice would be appreciated.
My setup is now:
xwiki-enterprise-web-1.3
xwiki-enterprise-wiki-1.3-rc-1.xarTomcat 6.0.16
Oracle 10g
Windows XPOn Thu, Mar 6, 2008 at 12:22 PM, Vincent Massol <vincent@massol.net> wrote:
This is a known issue that has already been fixed for 1.3 final (to be
released tomorrow).
Thanks
-Vincent
_______________________________________________
On Mar 6, 2008, at 6:17 PM, Benjamin Leung wrote:
> Hi List,
>
> I'm experiencing problem to logoff when using FireFox and to login
> when using IE.
>
> When I'm using IE, xwiki was able to tell me if I'm not using the
> right login, but put me back to webhome without the authenticated
> status when I provide the correct login (Admin/admin)
>
> When I'm using FF, logoff doesn't work and I'd have to clear the
> cookies to remove the logged-in status.
>
> In regards to installation cleanness, I did try to create users and
> pages before I imported the default wiki documents. I removed a
> page I created before the defaul wiki was imported. I'm not sure if
> that affects this issue.
>
> Tomcat and Oracle installation are clean installs. The only config
> I've changed is the hibernate.cfg.xml
>
> I'd appreciate any help you could provide. Heres the detail of my
> installation.
>
> xwiki-enterprise-web-1.3-rc-1.war
> xwiki-enterprise-wiki-1.3-rc-1.xar
> Tomcat 6.0.16
> Oracle 10g
> Windows XP
>
> Thanks!
> Benjamin Leung
>
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users