Convergence Spelling Verifier Problem

Running with Convergence Patch T137631-08 & Replacement iwc-client.zip that fixed previous problems. I realize its a T-patch, and options are limited.
When attepmting to do a Spelling Check either by clicking on the ABC icon or via the Spell Check Options; the Check Spelling panel alway comes up with "Completed Spell checking.' and doesn't find anything mispelled. This probably worked previously, but I don't remember.
TIA - Steve

Steve-uw wrote:
When attepmting to do a Spelling Check either by clicking on the ABC icon or via the Spell Check Options; the Check Spelling panel alway comes up with "Completed Spell checking.' and doesn't find anything mispelled.It sounds like you are hitting:
bug #6844905 - "Spell check mechanism ignores the language selected by the user and uses session language instead"
This bug will be fixed in the upcoming patch -09 (due in ~1 week assuming QA signs off on it).
Do you see the problem with all browsers?
When you log into Convergence, what "lang=" value is set in the URL e.g.
{code}
http://server.aus.sun.com/iwc_static/layout/main.html?lang=en&8.01_213339&
{code}
Regards,
Shane.

Similar Messages

  • Convergence and webmail problem

    Hello,
    I have a problem installing convergence 1 update 3 using webmail from messaging server 7 update 3.
    imsimta version
    Sun Java(tm) System Messaging Server 7.3-11.01 64bit (built Sep  1 2009)
    libimta.so 7.3-11.01 64bit (built 19:44:36, Sep  1 2009)
    Using /opt/cs/messaging64/config/imta.cnf (not compiled)
    SunOS comms 5.10 Generic_142901-03 i86pc i386 i86pcWhen it comes to the Mail Service Configuration Details in the configuration dialog of convergence
    Enter the Webmail Server Admin UserID [admin] {"<" goes back, "!" exits}:
    Enter the Webmail Admin User Password [] {"<" goes back, "!" exits}:
    Please Wait: Verifying whether the Webmail Server Instance connection is alivethe following error is shown
    The Webmail Server credentials are wrong or Server misconfigured.
    1. Accept
    2. Choose NewThe http log file of messaging server shows
    ...httpd... Account Notice: badlogin: ...plaintext admin : user not foundBut when I select Accept everything seems to work. Users can log in and send and receive emails. I also can search the admin user with ldapsearch against the directory server backend.
    How can I find out whether this is a real problem or not?
    Thank you very much.
    Greetings,
    Willi

    Hi,
    Try increasing the logging at the Messaging Server level:
    ./configutil -o logfile.http.loglevel -v Debug
    ./configutil -o local.domainmap.debuglevel -v 3
    ./stop-msg http;./start-msg httpRetest the Convergence init-config and see whether there is any additional debug data in the Messaging Server http log that points at the root cause of the problem.I increased the logging level and here is the log
    Account Information: connect [123.456.789.123:37051]
    Account Notice: close [123.456.789.123:37051] [unauthenticated] 2010/2/16 9:10:30 0:00:00 0 0 0
    Account Information: connect [123.456.789.123:37052]
    General Information: [123.456.789.123:37052] GET /login.msc HTTP/1.1
    General Debug: dmap_locate_domain called with domain server.ini.mydomain.de
    General Debug:   Fixed up domain now server.ini.mydomain.de
    General Debug: No entry for this domain found in the cache
    General Debug:   Performing LDAP search on baseDN dc=server,dc=ini,dc=mydomain,dc=de,o=internet scope 0 filter (|(objectclass=inetDomain)(objectclass=inetdomainalias))
    General Debug:   Search returned 'No such object' (32)
    General Debug:   0 entries returned
    General Debug:   Creating negative cache entry for server.ini.mydomain.de
    General Debug: dmap_locate_domain called with domain ini.mydomain.de
    General Debug:   Fixed up domain now ini.mydomain.de
    General Debug: No entry for this domain found in the cache
    General Debug:   Performing LDAP search on baseDN dc=ini,dc=mydomain,dc=de,o=internet scope 0 filter (|(objectclass=inetDomain)(objectclass=inetdomainalias))
    General Debug:   Search returned 'Success' (0)
    General Debug:   1 entries returned
    General Debug: Result baseDN o=ini.mydomain.de,o=isp
    General Debug:   Performing based search for DN o=ini.mydomain.de,o=isp
    General Debug:   Search returned 'Success' (0)
    General Debug: Result canonical domain name ini.mydomain.de, canonical flag 3
    General Debug: dmap_locate_domain returning entry ini.mydomain.de refcount 3
    General Debug: dmap_locate_basedn called with baseDN uid=admin, ou=People, o=ini.mydomain.de,o=isp
    General Debug: dmap_locate_basedn returning entry ini.mydomain.de refcount 3
    General Debug: dmap_locate_domain called with domain ini.mydomain.de
    General Debug:   Fixed up domain now ini.mydomain.de
    General Debug:   Found in domain name table, refcount now 3
    General Debug: dmap_locate_domain returning entry ini.mydomain.de refcount 3
    General Debug: dmap_locate_basedn called with baseDN uid=admin, ou=People, o=ini.mydomain.de,o=isp
    General Debug: dmap_locate_basedn returning entry ini.mydomain.de refcount 3
    Account Notice: badlogin: [123.456.789.123:37052] plaintext admin : user not found
    Account Notice: close [123.456.789.123:37052] [unauthenticated] 2010/2/16 9:10:30 0:00:03 208 0 0Greetings,
    Willi

  • Verifier problems to deploy SimpleMessageApp

    I've got these two errors using the verifier of deploytool.
    [EJB] method-intf cannot be Bean. It has to be either Local, Remote, LocalHome or Home
    For [ SimpleMessageEJB ]
    Security identity run-as specified identity [  ] role is not valid
    I deploied the ears withous any problems and the example works fine but I'm enough curious to know what are those errors using verifier.Is it a good tool for checking EJBeans?

    Hi,
    I tried the SimpleMessageApp.ear with the latest Verifier codebase (Sun Internal, not on the Public WEB), and i get only one Failure now,
    ---------------------- Failure-------------
    Test Name : tests.ejb.SecurityIdentityRefs
    Test Assertion : Security Identity should reference a valid role-name or use-caller-identity for beans other than message-driven beans and entity/stateless session beans that implement the TimedObject interface
    Test Description : For [ SimpleMessageEJB ]Security identity run-as specified identity [  ] role is not valid
    This is a valid error report becuse the ejb-jar.xml has a run-as element with empty role name.
    <security-identity>
    <description></description>
    <run-as>
    <description></description>
    <role-name></role-name>
    </run-as>
    </security-identity
    Best Regards,
    Kumar
    I've got the SimpleMessage ear from the j2ee 1.3
    tutorial examples.
    The app works fine after be deploied.I have just this
    two errors using the verifier.I wonder now why using
    it if it is not so usefull.
    Anyway send me an empty message to [email protected]
    and I'll reply u with the ear.
    Cheers

  • Deploy/Verifier problem

    When I try to deploy my war file to my production AppServer8 and box the deployment verifier fails.
    My error is:
    Error Name : Could not verify successfully.
    Error Description : java.lang.NullPointerException
    at com.sun.enterprise.deployment.node.web.ServletMappingNode.setElementValue(ServletMappingNode.java:55)
    Am I to assume that I'm using some type of ServletMappingNode somewhere in my project or is this a deployment call that is complaining. I've tried cleaning up all of my project and nothing seems to be helping. BTW, this project deploys and runs fine under the creator environment.

    Well, after waisting several days (3) of development time I've stumbled on another creator problem, I think this is showstopper number 4 since I've started this project a couple of months ago.
    I've found the issue with deploying, the deployer xml parser is crashing on my web.xml file. Since I used one of the sample apps as my base for this project and I've never touched this file i'm still confused. I tried to dump in another web.xml file from another creator sample and it crashes also but in a different place. I finally dumped in the web.xml file from the JTSLDemo app and my project war file now deploys without a problem.

  • CS3 Check Spelling dialog problem

    There seems to be a bug with the Dialog box for Check Spelling.
    If you right click on the blue bar at the top of the dialog and choose Minimize or Maximize. The dialog box will always keep that setting.
    I have not been able to find a way to Restore the original size of this dialog.
    Anyone have an idea on how to set the Check Spelling... dialog box back to original size?
    Mahalo
    David

    I am trying to not have to reset the Applications preferences.
    Right now I have a some what of a solution.
    I move the Spelling Service.rpln from the Required folder to the desktop.
    Start InCopy. Close InCopy.
    Put the plugin back and start InCopy. The only preference I see that I have to change is the Keyboard Shortcuts.
    I am running 5.0.3

  • Disk Verify problems

    When I run Disk verify I get several errors: * Illegal name, * Incorrect number of threads recorded, * Volume bitmap needs minor repair, * Invalid free block count, and The volume mac hd needs rerepaired followed by Error: The underlying task reported failure at exit. I'm new to mac and got this laptop from a friend. Can someone explain what is wrong and how I may fix it?

    Welcome To  Discussions garybunk!
    Exactly which model iBook G4 is it?
    What is the Processor speed?
    What size is the Hard Drive, and how much space is available?
    How much RAM is installed, and is it original or added?
    Which version number of Tiger 10.4.x is installed?
    Do you have any peripherals connected? A keyboard, mouse, printer, external drive or modem, router, etc?
    Did it, or does the iBook now, function at all?
    If it did, had you made any changes, like upgrading the system, updated or installed any applications or programs, etc?
    Had there been any unusual occurences, like freezes, crashes, power outages, etc?
    As you really will need, the system disks, I suggest that you ask your friend, if they can be provided to you, or purchase them yourself.
    If you call Apple Customer Service (1-800-767-2775), provide the Mac's serial number and specifications, you can order a replacement set of discs for a fee.
    These will be the discs, for the original OS, that was installed when the iBook was manufactured.
    If that version was not Tiger 10.4.x, you should also purchase a Full Retail Version of Tiger.
    If your iBook meets the Leopard System Requirements, you could also consider purchasing and installing that.
    Tiger and Leopard, are available for purchase at The Apple Store (U.S.).
    Panther, is no longer available directly from the Apple Online Store, as Leopard 10.5.x, is the most up to date OS.
    If you know what to look for, a Full Retail Version, of the Tiger Install DVD, can also be purchased, sometimes less expensively, at some online Apple retailers, Amazon, eBay, FastMac, HardCore Mac, AllMac, etc.
    Be sure not to purchase grey, upgrade or machine specific CDs or DVDs.
    The discs should look exactly like the images in the above links, and not say Upgrade, CPU Drop-in DVD, or "This software is part of a hardware bundle purchase - not to be sold seperately." on them.
    Additional info in these links.
    Using OS X Install CDs/DVDs On Multiple Macs
    What's A Computer Specific Mac OS X Release
    Software Update, Upgrade: What's The Difference?
    Caveat Emptor!
    If any are presently available, examine these items very carefully, and if in doubt, ask questions of the seller before purchase!
    Tiger On eBay
    Additionally, Tiger 10.4.x ships on a DVD, so if your Mac doesn’t have a built-in DVD-ROM player, you will have to use an alternative method of installation.
    Info here Installing Tiger Without A DVD Drive.
    And here Installing Tiger Using Firewire Target Disk Mode.
    The Tiger Media Exchange Program, referred to, is no longer available.
    As the iBook was pre-owned, once you have the discs, I suggest that you do an Erase & Install of the system.
    That should correct the errors, and you will be able to personalize the Mac, to make it your own.
    ali b

  • Disc verify problem

    Have 2 external drives, cannot verify them using disc utilities, commands grayed out. System gives me -61 error message when trying to delete files or folders on the drives, help please.

    Welcome to Apple Discussions, katrob.
    Perhaps they are formatted for windows. Check the format in Disk utility (down the bottom of the window). If they are not HFS+ (Mac's format) then that could be the explanation.

  • Burning From  a Disc Image Problems??

    I recently purchased iDVD 5. The best feature in the new iDVD for me is the ability to save my projects to disc image which lets me keep just the disc image on my hard drives with a file size of roughly 3-4 GB. This saves me a TON of space as I was having to save all of the self contained movie files along with the DVD projects in order to burn more copies for my clients in the future.
    My concern is that burning these extra copies of my projects for my clients with disk utility is not as "solid" a way to create DVDs as it would be to simply burn all the copies I may need directly from iDVD.
    Is this true?
    Also, I have never been able to verify any disk that I burned from a disk image using disk utility. These disks play fine on my new Sony DVD player, but I have had some complaints from clients that the disks skip and don't play perfectly.
    What could be causing this problem?
    If I can play these disks on my home DVD player even though my computer can't verify the burn, should I be concerned?
    Is the inability to verify a problem with my burner?
    Pete

    Len,
    Others have had the verify "problem." I NEVER verify.
    Really? Then I don't need to verify? My burning process goes to this automatically, I think. How do I stop it?
    BTW, I did install Tiger, no problem, installed FCE and made a very short movie, only one transition, no added audio, but burned with iDVD just great! It takes some adjusting, but I am getting the hang of it, and it hasn't been too hard to learn yet
    I think I will use iMovie--> for my photos/videos to DVD projects for a while, but when I get to mostly videos and all digital photos, I think I will go back to FCE (or whenever I have lots of time to be REALLY creative)
    PS. I'm SURE you ARE younger than I am! I'm like Old Toad...we're older than dirt!

  • Anyone know when Apple will bring out a patch to fix the volume problem you get on mac mini after downloading OS 10.8.5

    Anyone know when Apple will bring out a patch to fix the volume problem you get on mac mini after downloading OS 10.8.5?

    Only Apple knows the answer to whether or not there is a verified problem and if so when will a fix be released.  As is their custom, Apple does not talk about these things and the rules of these communities prohibit speculation about future udates or upgrades. It is probably safe to say if a fix is deemed necessary it will be called OS X 10.8.6.

  • [account problem] Help!

    Hello there! So, the problem is I've got an email with *unusual activity*. I tried to log in, and indeed it was so, no scam. Good part is that NOTHING is wrong with it. Now they ask to send me a code on the phone number to verify, problem is i typed the wrong number in my account, and now I can't change it so I'm not able to get into my account. A little help, please ?

    Never mind. I managed to get in. Thanks! The topic can be closed.

  • Formatting problems with document

    Ok I've made an estimate form in pages and put a table in it.  Adding a table has done a lot of odd things to the document. I can't change the spelling on any words inside the table. It will hightlight them as incorrect but I'm unable to change the spelling using my mouse for suggestions. I can change it manually if I can figure out how to spell the word.
    But here are my real problems, please see attached screenshot. 
    1) In the line total column it won't allow me to put a period after the dollar amount. I put it there and it keeps removing it!
    2) I can't line up the text in the 2 columns. Because when I put in the $640. where I want it to be (using return key) once I finish putting in the number it puts it at the top of the column.  I can't keep it down by the text "Labor and Materials".  As you can see by the red underline I had to put in text there and make it white so it won't show up to move the $640. down.
    Can someone tell me how to fix these 2 issues??
    Any help would be greatly appreciated.
    Susan

    Hi!
    I would use cells with the same height. I would only write one line in each cell, at least for the ones that will have a number in the next cell to the right. You really don't need a  punctuation after the number. I have used the formatting options in the Inspector. I have changed the cell borders for some cells to none (see the second image). I do this on Snow Leopard, not on Lion like you have. The spelling correction problem must someone else test. It works on my computer to right click on the misspelled word

  • Bluetooth Verifier Fault caused by HP C8180

    I have an HP C8180 wireless printer, copier & scanner.  I have it set up on a new Dell Microsoft Vista laptop computer as a standalone - one computer and one printer - NO network.  No other computers have access to this printer.  After the latest HP Security Vulnerability update - I believe it's dated 11/26/2008 - I have been getting the following critical Windows Vista error message "BC_BLUETOOTH_VERIFIER_FAULT (0x00000BFE)."  I've noticed that as soon as I designate just the C8180 printer connected to the computer with a USB 2.0 connection, then everything is OK.  As long as I'm Bluetooth wireless then I get the critical error message and the blue screen.  Before the Security Update everything was fine and the printer worked just fine wirelessly.  I looked at Device Manager and tried to Roll Back the driver without any luck.
    Does anyone out there have any ideas?  Thanks in advance.
    Ranger_Rick
    This question was solved.
    View Solution.

    UW_Nathan,
    Microsoft sent me the following reply when I complained about the bluetooth verifier problem.  Hope it helps you.  Rick
    Generally, the blue screen and crash issue is caused by outdated or corrupted hardware drivers. Regarding to our issue, since you have recently installed Windows Vista SP1, it would update several system files and device drivers. When SP1 is installed, some older drivers are reinstalled. If these older drivers do not reinstall correctly, the problems can occur. At this point, I suggest reinstall and update all the hardware drivers as the BIOS to the latest version, especially the printer driver, its driver may have corrupted after the installation of Vista SP1. If the issue persists then, please follow the steps below to troubleshoot our issue.Step 1: Clean Boot
    ===============
    Please disable all startup items and third party services when booting to avoid conflict: 1. Click "Start", type: MSCONFIG in the search box and press Enter.
    Note: Please click "Continue" if the "User Account Control" window pops up.2. Click "Services", check the "Hide All Microsoft Services" box and click "Disable All" (if it is not gray). 3. Click "Startup", click "Disable All", click "OK" and restart your computer.
    Note: Temporarily disabling the Startup Group only prevents the startup programs from loading at startup. This shouldn't affect the system or other programs. We can manually run these programs later. 4. Please check whether the issue may occur in clean boot mode.To restore the computer to use a Normal Startup, repeat step 1 above. Then click "Normal Startup" on the General tab, click "OK", and then restart the computer.If the issue persists, please continue to perform Step 2.Step 2: Safe Mode
    ==============
    1. Restart your computer and start pressing the F8 key on your keyboard. On a computer that is configured for booting to multiple operating systems, you can press the F8 key when you see the boot menu. 2. When the Windows Advanced Options menu appears, select Safe Mode, and then press Enter. 3. Log onto Windows by using the Administrator account or any user account with the Administrator privileges. NOTE: In Safe Mode, your system display and Desktop will look and perform differently than in Normal Mode. This is only temporary. To return the system back to Normal Mode, we can simply restart the computer.4. Please check whether the issue may occur in safe mode.   If the issue persists, please collect the following information for further research. Please be sure that the information does not contain any of your confidential and private information. It’s for troubleshooting purposes only. Thank you for understanding.System Information
    ===============
    The System Information can provide us with more information about the current status of the system. I would like to check it for you. Please send it to me using the following steps:
    1. Click "Start", type "MSINFO32" in the Search Bar and press Enter to start the System Information.
    2. On the popup window, on the menu bar, click "File", and click "Save", type a file name and then choose NFO as "Save as type", click “Desktop” on the left pane, and click Save.
    3. Right-click on the exported file, choose "Send To" -> "Compressed (zipped) Folder".
    Please send the zip files to [email protected]
    =======
    1. Click the Start Button, type "SYSDM.CPL" (without quotation marks) in the Start Search box and press Enter.
    2. Click the "Advanced" tab and click the "Settings" button under "Startup and Recovery".
    3. Under "Write debugging information" section, make sure the "Small Memory Dump (64KB)" option is selected.
    4. Check if "%SystemRoot%\Minidump" is in the "Small Dump Directory" open box.If the Blue Screen appears again, please refer to the following steps to collect memory dump files:1. Click Start Button, type "%SystemRoot%\Minidump" (without quotation marks) in the Start Search box and press Enter.
    2. Go to your Desktop, right-click on it and create a new folder named "Dump".
    3. Copy all the memory dump files (looks like Mini092003-01.dmp) in Minidump to this folder.
    4. Right-click on the Dump folder, click "Send To", and click "Compressed (zipped) Folder".
    5. Please send the ZIP file as an attachment to Microsoft Tech Support.

  • Accessor

    I've beat this to death but can't resolve an "accessor" error I'm encountering when trying to concatenate names on the top of pages following the front page on a form.  I've tested it in a separate file file where only the 3 fields and the concatenated field exist and it works perfectly, but when I copy the same script into the full file it respondes with the accessor error.  I've verified the field name spelling, verified that there are no duplicates with the same field name and I've reduced it to a single name without concat and still get the error.
    Script failed (language is formcalc; context is xfa[0].form[0].F[0].#subform[1].#area[31].FullName[0])
    Script=concat(LastName,”, “,FirstName,” “,MiddleName)
    Error: accessor ‘LastName’ is unknown
    When I execute it in the test file, the final field displays only the comma, then adds each name as each is entered in the proper field.  When I go to preview the active file it immediately gives me the accessor error.

    Here is the corrected file..The problem is you are trying to reference the field from a different page.. So I gave the full path of the fields in the calculate event..
    https://acrobat.com/#d=YrtyHg-CeemCkxOoLAxnmg
    Thanks
    Srini

  • Apple ID verification on iCloud fails on both devices.

    My Apple ID verification on iCloud is failing on both devices.  I am tired of resetting a Password!
    Device iPad
    MC705C/A - Model
    8.1.1 - Version
    Device iPhone 6 Plus
    iOS 8.1.1
    MOdel MGAK2AA/A
    PPlease help.

    Thank you. I found a less drastic solution, even if it required me to read between the lines. At this page: http://www.apple.com/icloud/setup/ios.html, the first step reads, "Make sure your device is running the latest version of iOS." When I encountered my "Verifying" problem, iOS 8.0.2 had just been released.
    So, what solved my problem was, I updated to iOS 8.0.2. After updating, the "Verifying" step completed, and I was able to access my iCloud account settings within the app.
    I would prefer that Apple suggested that one reason I couldn't continue was that I needed to update, but other than that, I am OK with how things turned out.

  • How to preserve special characters in dynamic textfield for text comparison?

    The problem is as follows:
    Since I mostly develop for multiple languages I am forced to have dynamic textfields in my buttons which contain three lines (to account for the differnt text.lengths in different languages).
    I then populate the textfields with strings out of an array or xml and use the textfields contents later in my button class to execute different code depending on the textfields content.
    This works fine as long as I don`t use any special characters, like for example "\n".
    var labels:Array = ["\nLABEL1","LABEL\n\n2"];
    switch (e.currentTarget.txt.text)
                    case labels[0]:
                        doSomething();
                        break;
                    case labels[1]:
                        doSomethingElse();
                        break;
    shows the right thing in the button label (breaks the text were I want it)
    but stops to work
    (with htmlText &  <br> its the same)
    my workaround for the moment is to use filler spaces,
    var labels:Array = ["                   LABEL1","LABEL                                                                        2"];
    but that`s obviously ugly to setUp and requires a lot of trial/error to get it right for all languages.
    Any ideas how to bypass that?

    Bad habits die hard ;-)
    Weird enough spelling the problem out and getting this response from you cleared my head and  I finally got an easy solution.
    I simply attach a dynamic property to the movieclip, copy the array contents into them and instead of using the text-property for comparison I compare the MovieClips fresh created spectext property.
    Voila: Now I can be lazy without too much of a bad conscience.

Maybe you are looking for