[opencms-dev] problem with login opencms workplace
lxbing113
lxbing113 at 163.com
Thu Aug 10 03:39:56 CEST 2006
Hello Olli_aro:
before that, I only modify the file web.xml in opencms, in order to change /opencms/opencms prefix, and I import a translation module to translate workplace from english to chinese, it works well, after I found the proble in workplace using account of Administrator group, I think mybe the problem is caused by the translation module, so I delect it, but when I logout, I can't login the workplace with the same account, I using other accounts of Adminstrator group, these accounts are only allowed to login for one time, when login again, showing the same problem ,
Is there soemthing wrong with my database? or maybe the translation module config file contains illegally encoded characters, and it modify the opencms config file automaticly ? which config file of opencms should I check out ?
please give me some advise in details,if you know how to solve it ! thank you
any help appreciate
regards
lai xiaobing
2006-08-10
-----原始邮件-----
发件人:"Olli Aro"
发送时间:2006-08-09 20:03:03
收件人:"'The OpenCms mailing list'"
抄送:(无)
主题:RE: [opencms-dev] problem with login opencms workplace
From: "Olli Aro" <olli_aro at yahoo.co.uk>
To: "'The OpenCms mailing list'" <opencms-dev at opencms.org>
Date: Wed, 9 Aug 2006 20:03:03 +0800 (CST)
Subject: RE: [opencms-dev] problem with login opencms workplace
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
Sounds to me like one of your
configuration files has illegally encoded characters. Have you manually edited
opencms config files? Have you done this from Windows to Unix or visa versa
(this is the most common way to corrupt your characters)?
Regards,
Olli
From:
opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of lxbing113
Sent: 09 August 2006 12:30
To: opencms-dev at opencms....
Subject: [opencms-dev] problem
with login opencms workplace
hello
list:
I got a severity problem with opencms: when I login workplace with accounts of
Administrator Group. I got a error : Malformed \uxxxx encoding.
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:492)
at java.util.Properties.load(Properties.java:331)
at java.util.PropertyResourceBundle.<init>(PropertyResourceBundle.java:96)
at org.opencms.i18n.CmsResourceBundle.<init>(CmsResourceBundle.java:70)
at org.opencms.i18n.CmsResourceBundleLoader.tryBundle(CmsResourceBundleLoader.java:289)
at org.opencms.i18n.CmsResourceBundleLoader.tryBundle(CmsResourceBundleLoader.java:350)
at org.opencms.i18n.CmsResourceBundleLoader.getBundle(CmsResourceBundleLoader.java:235)
at org.opencms.i18n.CmsMessages.<init>(CmsMessages.java:87)
at org.opencms.workplace.CmsWorkplaceMessages.collectModuleMessages(CmsWorkplaceMessages.java:170)
at org.opencms.workplace.CmsWorkplaceMessages.<init>(CmsWorkplaceMessages.java:95)
at org.opencms.workplace.CmsWorkplaceManager.getMessages(CmsWorkplaceManager.java:675)
at org.opencms.workplace.CmsWorkplace.initWorkplaceMembers(CmsWorkplace.java:2051)
at org.opencms.workplace.CmsWorkplace.<init>(CmsWorkplace.java:252)
at org.opencms.workplace.CmsFrameset.<init>(CmsFrameset.java:117)
at org.apache.jsp.WEB_002dINF.jsp.offline.system.workplace.views.workplace_jsp._jspService(workplace_jsp.java:46)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:704)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:510)
at org.opencms.flex.CmsFlexRequestDispatcher.includeExternal(CmsFlexRequestDispatcher.java:194)
at org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:170)
at org.opencms.loader.CmsJspLoader.service(CmsJspLoader.java:433)
at org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(CmsFlexRequestDispatcher.java:423)
at org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:174)
at org.opencms.loader.CmsJspLoader.dispatchJsp(CmsJspLoader.java:467)
at org.opencms.loader.CmsJspLoader.load(CmsJspLoader.java:412)
at org.opencms.loader.CmsResourceManager.loadResource(CmsResourceManager.java:719)
at org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1362)
at org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:151)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
I
don't know how to solve to it, some one who know the reason ,please give me
some advise! thanks frist
any
help appreciate
regards
lai xiaobing
2006-08-09
网 易 邮 箱 带 你 率 先 跨 入 3G 时 代 !
3G 海 量 邮 箱 ,20 兆 超 大 附 件 ;网 络 记 事 本 + RSS + 大 容 量 网 盘 ,一 样 也
不 少
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.8/414 - Release Date: 09/08/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.10.8/414 - Release Date: 09/08/2006
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060810/c4b202fb/attachment.htm>
More information about the opencms-dev
mailing list