Spell Check in 11.3

Discuss the Scalix web client

Moderators: ScalixSupport, admin

korstad
Posts: 14
Joined: Mon Jan 15, 2007 6:19 pm

Spell Check in 11.3

Postby korstad » Tue Jan 08, 2008 11:36 am

Just upgraded from 11.2 to 11.3. All seems good and the upgrade went without any trouble.

I have only been using and testing for a few hours but it seems we lost the spell checker in the Web Access in the upgrade to 11.3. I have not tried much troubleshooting yet. Just wondering if anyone else had this.

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

java.util.NoSuchElementException
java.util.StringTokenizer.nextToken(Unknown Source)
com.scalix.swa.jsp.spellcheck_jsp._jspService(spellcheck_jsp.java:71)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:70)
com.oddpost.server.filter.HttpConfFilter.doFilter(HttpConfFilter.java:181)
org.springframework.web.filter.

phillsky

Postby phillsky » Wed Jan 09, 2008 4:36 am

Same here. Upgraded from 11.2 to 11.3

mredz
Posts: 17
Joined: Sun Dec 10, 2006 6:08 pm

Postby mredz » Thu Jan 10, 2008 3:57 am

Yes I also have this problem from upgrading.

aio
Posts: 65
Joined: Thu Jun 02, 2005 7:15 am

Postby aio » Thu Jan 10, 2008 7:59 am

Same problem here.
Update from 11.2 to 11.3.
German SWA.
Erich

PeterH

Postby PeterH » Thu Jan 10, 2008 12:55 pm

Hi,
Since this problem has be confirmed by a few people I have opened a bug in the Scalix Bugzilla.
https://bugzilla.scalix.com/show_bug.cgi?id=16429

On first glance at the stack trace it looks to be a locale problem. The locale may being sent to the spellchecker in a format like "de" where the system expects it in format like "de_DE" (underscore is key).

I'm not sure why this would have changed from 11.2 to 11.3, but perhaps you could test out changing the locale (Tools -> Options), and report your results back here (or in the bug).

kanderson

Postby kanderson » Thu Jan 10, 2008 2:06 pm

I've reported it to Scalix through the support mailbox with a link to this thread.

I can confirm that it's an issue on SLES9 and CENT4 both in US English.

I'll post back here when it's resolved, but for now, please follow progress through the bugzilla entry listed above.

Kev.

korstad
Posts: 14
Joined: Mon Jan 15, 2007 6:19 pm

Postby korstad » Thu Jan 10, 2008 2:19 pm

Add CentOS 5 to that list...

bbryan
Posts: 43
Joined: Thu Aug 23, 2007 5:47 pm
Location: California

Postby bbryan » Thu Jan 10, 2008 3:25 pm

Same problem upgrading from 11.2 to 11.3. RHEL5

Ben

cm
Posts: 27
Joined: Mon Jun 25, 2007 5:19 pm

Postby cm » Thu Jan 10, 2008 6:29 pm

bbryan wrote:Same problem upgrading from 11.2 to 11.3. RHEL5

Ben


I have the same problem with SLES 10.

Chris

kluss0
Posts: 118
Joined: Sat Jan 07, 2006 1:40 pm

Postby kluss0 » Fri Jan 11, 2008 7:54 am

I have the same issue. The full error is below. I don't think that locale is an option in tools -> option, or at least it isn't visable.

Code: Select all

2008-01-11 06:44:03,273 ERROR [StandardWrapperValve.invoke:260] Servlet.service() for servlet com.scalix.swa.jsp.spellcheck_jsp threw exception
java.util.NoSuchElementException
        at java.util.StringTokenizer.nextToken(Unknown Source)
        at com.scalix.swa.jsp.spellcheck_jsp._jspService(spellcheck_jsp.java:71)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:70)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at com.oddpost.server.filter.HttpConfFilter.doFilter(HttpConfFilter.java:181)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.springframework.web.filter.AbstractRequestLoggingFilter.doFilterInternal(AbstractRequestLoggingFilter.java:133)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
        at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
        at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
        at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773)
        at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703)
        at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Unknown Source)

TheDude
Posts: 119
Joined: Sat Sep 17, 2005 9:53 pm
Location: Alabama, USA
Contact:

Waiting

Postby TheDude » Sat Jan 12, 2008 10:08 pm

I am waiting on going from 11.2 to 11.3 until someone posts a solution or a patch.

I am running on Centos 4 very happily on 11.2. My only reason to upgrade is the promise of a faster swa but I am not going to do it if I am going to break the spell check, my users would freak.

I really wanted to install this on Sunday when the server is least used.. Oh well, hopefully there will be a fix for next Sunday....

The Dude

chimney

Postby chimney » Mon Jan 14, 2008 11:19 am

Having this same problem in Fedora 7, upgraded from 11.2 to 11.3.

Chimney

primordius
Posts: 10
Joined: Sat May 05, 2007 9:54 pm
Location: Illinois, US

Changing Locale didn't fix the issue with SpellCheck

Postby primordius » Mon Jan 14, 2008 2:21 pm

Changing Locale didn't fix the issue with SpellCheck

I logged into SWA
Changed locale to UK
Logged out.
Logged back in.

Same error as posted above.
(OSS10.2, Scalix11.3 after upgrading from 11.2)

MDAFederal
Posts: 57
Joined: Fri Feb 10, 2006 2:49 pm
Location: Rockville, MD
Contact:

This bug is fixed???

Postby MDAFederal » Wed Jan 16, 2008 6:14 am

I just received an email that this bug is "fixed" and went to Bugzilla to check it out. There was some post about Japanese not being supported, but no discussion as to the workaround. Do we need to download 11.3 again and install? I too have been having this issues with RHEL 5 and upgrade from 11.2 or fresh install of just the Webmail part (including the mobile, Tomcat connector, and updated Java).

Looking for some insight so that I can go ahead and test an upgrade or a fix to the current setup and be able to take advantage of some of the features that have been added/fixed for the SWA (faster load, SOAP error fix, ability to copy messages, etc.)

Valerion
Scalix Star
Scalix Star
Posts: 2730
Joined: Thu Feb 26, 2004 7:40 am
Location: Johannesburg, South Africa
Contact:

Postby Valerion » Wed Jan 16, 2008 6:22 am

If Scalix only fixed it now, then it's unlikely it will be in the downloaded release. They will most probably either release a patch for subscription customers, or release a new 11.3 (11.3.0.1?). But it's also possible they will wait until the next release (11.4.0).

If you are a subscription customer I suggest you send a mail to Scalix Support and ask them if a patch will be released.


Return to “Scalix Web Access”



Who is online

Users browsing this forum: No registered users and 0 guests

cron