ArrayIndexOutOfBoundsException when searching in ImapFolder

Hi,
Occasionally, some of my test fail with an ArrayIndexOutOfBoundsException:
java.lang.ArrayIndexOutOfBoundsException: message number (6) out of bounds (5)
     at com.sun.mail.imap.MessageCache.getMessage(MessageCache.java:132)
     at com.sun.mail.imap.MessageCache.getMessageBySeqnum(MessageCache.java:162)
     at com.sun.mail.imap.IMAPFolder.getMessageBySeqNumber(IMAPFolder.java:2809)
     at com.sun.mail.imap.IMAPFolder.search(IMAPFolder.java:1662)
The test is rather simple: I create a Message and do 'Transport.send(message)' and then I try to verify if the mail can be found on the server with 'folder.search(searchTerm);'.
The folder is opened with 'folder.open(Folder.READ_ONLY);'.
I am using javax.mail:mail:1.4.5.
I would guess that the mailbox is being updated while the search is done.
This seems to be the same issue as in http://stackoverflow.com/questions/13082349/java-lang-arrayindexoutofboundsexceptionat-com-sun-mail-imap-messagecache-getme
Should I open a bug, or am I doing something wrong?
TIA, Heinz-Dieter

Sorry for the delay.
I would have attached a file, but could not figure out how to do that.
The content of the surefire report incuding DEBUG output from the mail server is thus simply appended.
Thank, Heinz-Dieter
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite failures="0" time="4.702" errors="2" skipped="0" tests="6" name="com.icw.cdm.messaging.service.MessageServiceTest">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/i386"/>
<property name="java.vm.version" value="20.10-b01"/>
<property name="java.vm.vendor" value="Sun Microsystems Inc."/>
<property name="java.vendor.url" value="http://java.sun.com/"/>
<property name="path.separator" value=":"/>
<property name="guice.disable.misplaced.annotation.check" value="true"/>
<property name="java.vm.name" value="Java HotSpot(TM) Server VM"/>
<property name="file.encoding.pkg" value="sun.io"/>
<property name="user.country" value="DE"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="sun.os.patch.level" value="unknown"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="/home/conradi/dev/cm/trunk/cm/components/cdm-messaging"/>
<property name="java.runtime.version" value="1.6.0_35-b10"/>
<property name="java.awt.graphicsenv" value="sun.awt.X11GraphicsEnvironment"/>
<property name="java.endorsed.dirs" value="/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/endorsed"/>
<property name="os.arch" value="i386"/>
<property name="java.io.tmpdir" value="/tmp"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Sun Microsystems Inc."/>
<property name="os.name" value="Linux"/>
<property name="classworlds.conf" value="/usr/local/java/extensions/apache-maven-3.0.4/bin/m2.conf"/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.library.path" value="/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/i386/server:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/i386:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib"/>
<property name="javax.net.ssl.trustStore" value="/home/conradi/.m2/maven.jks"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="50.0"/>
<property name="sun.management.compiler" value="HotSpot Tiered Compilers"/>
<property name="maven.repo.local" value="/home/conradi/dev/cm/trunk/.m2/repository"/>
<property name="os.version" value="2.6.37.6-24-desktop"/>
<property name="user.home" value="/home/conradi"/>
<property name="user.timezone" value="Europe/Berlin"/>
<property name="java.awt.printerjob" value="sun.print.PSPrinterJob"/>
<property name="java.specification.version" value="1.6"/>
<property name="file.encoding" value="UTF-8"/>
<property name="user.name" value="conradi"/>
<property name="java.class.path" value="/usr/local/java/extensions/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar"/>
<property name="java.vm.specification.version" value="1.0"/>
<property name="sun.arch.data.model" value="32"/>
<property name="java.home" value="/usr/local/java/sdk/jdk1.6.0_35-32bit/jre"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher --settings /home/conradi/dev/cm/trunk/settings.xml -Dmaven.repo.local=/home/conradi/dev/cm/trunk/.m2/repository clean install"/>
<property name="java.specification.vendor" value="Sun Microsystems Inc."/>
<property name="user.language" value="de"/>
<property name="java.vm.info" value="mixed mode"/>
<property name="java.version" value="1.6.0_35"/>
<property name="java.ext.dirs" value="/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/ext:/usr/java/packages/lib/ext"/>
<property name="securerandom.source" value="file:/dev/./urandom"/>
<property name="sun.boot.class.path" value="/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/resources.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/rt.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/sunrsasign.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/jsse.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/jce.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/charsets.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/lib/modules/jdk.boot.jar:/usr/local/java/sdk/jdk1.6.0_35-32bit/jre/classes"/>
<property name="java.vendor" value="Sun Microsystems Inc."/>
<property name="maven.home" value="/usr/local/java/extensions/apache-maven-3.0.4"/>
<property name="file.separator" value="/"/>
<property name="java.vendor.url.bug" value="http://java.sun.com/cgi-bin/bugreport.cgi"/>
<property name="sun.cpu.endian" value="little"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="javax.net.ssl.trustStorePassword" value="icwmaven"/>
<property name="sun.cpu.isalist" value=""/>
</properties>
<testcase time="1.565" classname="com.icw.cdm.messaging.service.MessageServiceTest" name="testSend"/>
<testcase time="0.466" classname="com.icw.cdm.messaging.service.MessageServiceTest" name="testSentFolder"/>
<testcase time="0.808" classname="com.icw.cdm.messaging.service.MessageServiceTest" name="testSendMultipleUsers"/>
<testcase time="0.487" classname="com.icw.cdm.messaging.service.MessageServiceTest" name="testSendToCmUser">
<error message="message number (7) out of bounds (6)" type="java.lang.ArrayIndexOutOfBoundsException">java.lang.ArrayIndexOutOfBoundsException: message number (7) out of bounds (6)
     at com.sun.mail.imap.MessageCache.getMessage(MessageCache.java:135)
     at com.sun.mail.imap.MessageCache.getMessageBySeqnum(MessageCache.java:164)
     at com.sun.mail.imap.IMAPFolder.getMessageBySeqNumber(IMAPFolder.java:3005)
     at com.sun.mail.imap.IMAPFolder.search(IMAPFolder.java:1863)
     at com.icw.cdm.messaging.service.MessageServiceTest.retrieveMessages(MessageServiceTest.java:334)
     at com.icw.cdm.messaging.service.MessageServiceTest.retrieveMessages(MessageServiceTest.java:327)
     at com.icw.cdm.messaging.service.MessageServiceTest.testSendToCmUser(MessageServiceTest.java:190)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
     at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
     at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
     at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
     at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
     at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
     at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
     at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
</error>
<system-out>DEBUG: JavaMail version 1.4.6-rc1
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: JavaMail version 1.4.6-rc1
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle]
DEBUG IMAP: mail.imap.fetchsize: 16384
DEBUG IMAP: mail.imap.ignorebodystructuresize: false
DEBUG IMAP: mail.imap.statuscachetimeout: 1000
DEBUG IMAP: mail.imap.appendbuffersize: -1
DEBUG IMAP: mail.imap.minidletime: 10
DEBUG IMAP: trying to connect to host &quot;localhost&quot;, port 15143, isSSL false
* OK JAMES IMAP4rev1 Server Server wdf-dex-0003 is ready.
A0 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A0 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
DEBUG IMAP: protocolConnect login, host=localhost, [email protected], password=&lt;non-null&gt;
DEBUG IMAP: AUTHENTICATE PLAIN command trace suppressed
DEBUG IMAP: AUTHENTICATE PLAIN command result: A1 OK AUTHENTICATE completed.
A2 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A2 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
DEBUG IMAP: connection available -- size: 1
A3 EXAMINE INBOX
* FLAGS (\Answered \Deleted \Draft \Flagged \Seen)
* 6 EXISTS
* 6 RECENT
* OK [UIDVALIDITY 1299388474] UIDs valid
* OK [UNSEEN 2] Message 2 is first unseen
* OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen \*)] Limited
* OK [HIGHESTMODSEQ 6] Highest
* OK [UIDNEXT 7] Predicted next UID
A3 OK [READ-ONLY] EXAMINE completed.
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host &quot;localhost&quot;, port 15025, isSSL false
220 wdf-dex-0003 JAMES SMTP Server Server (JAMES SMTP Server ) ready
DEBUG SMTP: connected to host &quot;localhost&quot;, port: 15025
EHLO wdf-dex-0003.icw.int
250-wdf-dex-0003 Hello wdf-dex-0003.icw.int [127.0.0.1])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 8BITMIME
DEBUG SMTP: Found extension &quot;PIPELINING&quot;, arg &quot;&quot;
DEBUG SMTP: Found extension &quot;ENHANCEDSTATUSCODES&quot;, arg &quot;&quot;
DEBUG SMTP: Found extension &quot;8BITMIME&quot;, arg &quot;&quot;
DEBUG SMTP: use8bit false
MAIL FROM:&lt;[email protected]&gt;
250 2.1.0 Sender &lt;[email protected]&gt; OK
RCPT TO:&lt;[email protected]&gt;
250 2.1.5 Recipient &lt;[email protected]&gt; OK
DEBUG SMTP: Verified Addresses
DEBUG SMTP: [email protected]
DATA
354 Ok Send data ending with &lt;CRLF&gt;.&lt;CRLF&gt;
Date: Mon, 4 Feb 2013 09:52:03 +0100 (CET)
From: [email protected]
To: [email protected]
Message-ID: &lt;4047035.3.1359967923407.JavaMail.conradi@wdf-dex-0003&gt;
Subject: subject with random nr: 1359967923405 9
MIME-Version: 1.0
Content-Type: text/txt; charset=UTF-8
Content-Transfer-Encoding: 7bit
this is a to a specific user message
250 2.6.0 Message received
QUIT
221 2.0.0 wdf-dex-0003 Service closing transmission channel
DEBUG IMAP: no connections in the pool, creating a new one
* OK JAMES IMAP4rev1 Server Server wdf-dex-0003 is ready.
A0 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A0 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
DEBUG IMAP: AUTHENTICATE PLAIN command trace suppressed
DEBUG IMAP: AUTHENTICATE PLAIN command result: A1 OK AUTHENTICATE completed.
A2 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A2 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
A3 EXAMINE INBOX
* FLAGS (\Answered \Deleted \Draft \Flagged \Seen)
* 6 EXISTS
* 6 RECENT
* OK [UIDVALIDITY 1299388474] UIDs valid
* OK [UNSEEN 2] Message 2 is first unseen
* OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen \*)] Limited
* OK [HIGHESTMODSEQ 6] Highest
* OK [UIDNEXT 7] Predicted next UID
A3 OK [READ-ONLY] EXAMINE completed.
A4 SEARCH SUBJECT &quot;subject with random nr: 1359967923405 9&quot; ALL
* SEARCH
A4 OK SEARCH completed.
A5 SEARCH SUBJECT &quot;subject with random nr: 1359967923405 9&quot; ALL
* SEARCH 7
A5 OK SEARCH completed.
A6 CLOSE
A6 OK CLOSE completed.
DEBUG IMAP: added an Authenticated connection -- size: 1
A7 LOGOUT
* BYE IMAP4rev1 Server logging out
A7 OK LOGOUT completed.
DEBUG IMAP: IMAPStore connection dead
DEBUG IMAP: IMAPStore cleanup, force false
DEBUG IMAP: close folder
A4 CLOSE
A4 OK CLOSE completed.
DEBUG IMAP: added an Authenticated connection -- size: 1
A5 LOGOUT
* BYE IMAP4rev1 Server logging out
A5 OK LOGOUT completed.
DEBUG IMAP: IMAPStore cleanup done
</system-out>
</testcase>
<testcase time="0.497" classname="com.icw.cdm.messaging.service.MessageServiceTest" name="testSendWithXHeader">
<error message="message number (8) out of bounds (7)" type="java.lang.ArrayIndexOutOfBoundsException">java.lang.ArrayIndexOutOfBoundsException: message number (8) out of bounds (7)
     at com.sun.mail.imap.MessageCache.getMessage(MessageCache.java:135)
     at com.sun.mail.imap.MessageCache.getMessageBySeqnum(MessageCache.java:164)
     at com.sun.mail.imap.IMAPFolder.getMessageBySeqNumber(IMAPFolder.java:3005)
     at com.sun.mail.imap.IMAPFolder.search(IMAPFolder.java:1863)
     at com.icw.cdm.messaging.service.MessageServiceTest.retrieveMessages(MessageServiceTest.java:334)
     at com.icw.cdm.messaging.service.MessageServiceTest.retrieveMessages(MessageServiceTest.java:327)
     at com.icw.cdm.messaging.service.MessageServiceTest.testSendWithXHeader(MessageServiceTest.java:219)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
     at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
     at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
     at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
     at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
     at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
     at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
     at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
     at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
     at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
     at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
     at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
     at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
     at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
</error>
<system-out>DEBUG: JavaMail version 1.4.6-rc1
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: JavaMail version 1.4.6-rc1
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of loaded providers
DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle]
DEBUG IMAP: mail.imap.fetchsize: 16384
DEBUG IMAP: mail.imap.ignorebodystructuresize: false
DEBUG IMAP: mail.imap.statuscachetimeout: 1000
DEBUG IMAP: mail.imap.appendbuffersize: -1
DEBUG IMAP: mail.imap.minidletime: 10
DEBUG IMAP: trying to connect to host &quot;localhost&quot;, port 15143, isSSL false
* OK JAMES IMAP4rev1 Server Server wdf-dex-0003 is ready.
A0 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A0 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
DEBUG IMAP: protocolConnect login, host=localhost, [email protected], password=&lt;non-null&gt;
DEBUG IMAP: AUTHENTICATE PLAIN command trace suppressed
DEBUG IMAP: AUTHENTICATE PLAIN command result: A1 OK AUTHENTICATE completed.
A2 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A2 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
DEBUG IMAP: connection available -- size: 1
A3 EXAMINE INBOX
* FLAGS (\Answered \Deleted \Draft \Flagged \Seen)
* 7 EXISTS
* 7 RECENT
* OK [UIDVALIDITY 1299388474] UIDs valid
* OK [UNSEEN 2] Message 2 is first unseen
* OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen \*)] Limited
* OK [HIGHESTMODSEQ 7] Highest
* OK [UIDNEXT 8] Predicted next UID
A3 OK [READ-ONLY] EXAMINE completed.
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host &quot;localhost&quot;, port 15025, isSSL false
220 wdf-dex-0003 JAMES SMTP Server Server (JAMES SMTP Server ) ready
DEBUG SMTP: connected to host &quot;localhost&quot;, port: 15025
EHLO wdf-dex-0003.icw.int
250-wdf-dex-0003 Hello wdf-dex-0003.icw.int [127.0.0.1])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 8BITMIME
DEBUG SMTP: Found extension &quot;PIPELINING&quot;, arg &quot;&quot;
DEBUG SMTP: Found extension &quot;ENHANCEDSTATUSCODES&quot;, arg &quot;&quot;
DEBUG SMTP: Found extension &quot;8BITMIME&quot;, arg &quot;&quot;
DEBUG SMTP: use8bit false
MAIL FROM:&lt;[email protected]&gt;
250 2.1.0 Sender &lt;[email protected]&gt; OK
RCPT TO:&lt;[email protected]&gt;
250 2.1.5 Recipient &lt;[email protected]&gt; OK
DEBUG SMTP: Verified Addresses
DEBUG SMTP: [email protected]
DATA
354 Ok Send data ending with &lt;CRLF&gt;.&lt;CRLF&gt;
Date: Mon, 4 Feb 2013 09:52:03 +0100 (CET)
From: [email protected]
To: [email protected]
Message-ID: &lt;849515.4.1359967923901.JavaMail.conradi@wdf-dex-0003&gt;
Subject: subject with random nr: 1359967923896 20
MIME-Version: 1.0
Content-Type: text/txt; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-ICW-CM-PATIENT-ID: 4711
this is a message with special X-Header
250 2.6.0 Message received
QUIT
221 2.0.0 wdf-dex-0003 Service closing transmission channel
DEBUG IMAP: no connections in the pool, creating a new one
* OK JAMES IMAP4rev1 Server Server wdf-dex-0003 is ready.
A0 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A0 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
DEBUG IMAP: AUTHENTICATE PLAIN command trace suppressed
DEBUG IMAP: AUTHENTICATE PLAIN command result: A1 OK AUTHENTICATE completed.
A2 CAPABILITY
* CAPABILITY SASL-IR IDLE LITERAL+ AUTH=PLAIN CONDSTORE ESEARCH CHILDREN UIDPLUS UNSELECT WITHIN ENABLE I18NLEVEL=1 SEARCHRES IMAP4rev1 NAMESPACE QRESYNC
A2 OK CAPABILITY completed.
DEBUG IMAP: AUTH: PLAIN
A3 EXAMINE INBOX
* FLAGS (\Answered \Deleted \Draft \Flagged \Seen)
* 7 EXISTS
* 7 RECENT
* OK [UIDVALIDITY 1299388474] UIDs valid
* OK [UNSEEN 2] Message 2 is first unseen
* OK [PERMANENTFLAGS (\Answered \Deleted \Draft \Flagged \Seen \*)] Limited
* OK [HIGHESTMODSEQ 7] Highest
* OK [UIDNEXT 8] Predicted next UID
A3 OK [READ-ONLY] EXAMINE completed.
A4 SEARCH SUBJECT &quot;subject with random nr: 1359967923896 20&quot; ALL
* SEARCH
A4 OK SEARCH completed.
A5 SEARCH SUBJECT &quot;subject with random nr: 1359967923896 20&quot; ALL
* SEARCH 8
A5 OK SEARCH completed.
A6 CLOSE
A6 OK CLOSE completed.
DEBUG IMAP: added an Authenticated connection -- size: 1
A7 LOGOUT
* BYE IMAP4rev1 Server logging out
A7 OK LOGOUT completed.
DEBUG IMAP: IMAPStore connection dead
DEBUG IMAP: IMAPStore cleanup, force false
DEBUG IMAP: close folder
A4 CLOSE
A4 OK CLOSE completed.
DEBUG IMAP: added an Authenticated connection -- size: 1
A5 LOGOUT
* BYE IMAP4rev1 Server logging out
A5 OK LOGOUT completed.
DEBUG IMAP: IMAPStore cleanup done
</system-out>
</testcase>
<testcase time="0.879" classname="com.icw.cdm.messaging.service.MessageServiceTest" name="testSendRemoteMail"/>
</testsuite>

Similar Messages

  • TS4002 I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed but when searching I can't find same being used. How do I find out where that particular email adress is use

    I'm trying to create a new apple-id but when typing the email adress I want to use I'm told that the particular email adress is not allowed When searching I can't find same being used anywhere. How do I find out where that particular email adress is used so I can delete it there and use it for my new apple-id?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    Also
    If you have Find My iPhone enabled, you can use Remote Wipe to erase the contents of your device. If you have been using iCloud to back up, you may be able to restore the most recent backup to reset the passcode after the device has been erased.

  • Hi I'm running Addressbook and cannot clear previous entry easily when searching my data base of around 5,000 contacts.    I prefer to view in All contacts on a double page spread with details on the right page.  Searching doesn't seem to work correctly i

    Hi I'm running Addressbook and cannot clear previous entry easily when searching my data base of around 5,000 contacts. 
    I prefer to view in All contacts on a double page spread with details on the right page.  Searching doesn't seem to work correctly in this view.
    It's always the second search that is problematic.
    I've tried typing over and all it seems to do is confine the search to the the entries that have come up for the previous search.
    I've tried to use the x to clear the previous entry and then type the next search, same problem.  The only way seems to be to move from "All Contacts" to "Groups".  Then the searched name appears and I can return to All Contacts to see full details.
    Surely three key press' are not the way it's supposed to work?
    FYI
    Processor  2.7 GHz Intel Core i7
    Memory  8 GB 1333 MHz DDR3
    Graphics  Intel HD Graphics 3000 512 MB
    Software  Mac OS X Lion 10.7.3 (11D50d)
    Address book Version 6.1 (1083)
    MacBook Pro, Mac OS X (10.7.1), 8Mb RAM 2.7Ghz i7

    AddressBook experts are here:
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion#/?tagSet=1386

  • When searching the calendar in list view, appointments erlier than a few years could not be found after search. en appointment from 1974 could not be found although it appears in the list.

    When searching the calendar in list view, en appointmet erlier than a few years could not be find although the appointmet is listed in the List wiew ???,
    An appointment from 1974 could not be found, in SEARCH MODE, although it appears in the calendar.

    Pardon me for a moment while I (politely) rant in your general direction...
    This type of response is not just unhelpful—it is the antithesis of helpful.
    This is a support forum. Its purpose is helping to resolve people's problems. Sometimes those problems are going to require long explanations or lots of information. That either comes out in the original post or over the course of several back-and-forth replies; the former produces long posts but takes less time overall than the latter.
    If you don't have the patience to read through a long post, then just move on. Posting a "too long, didn't read" comment adds nothing beneficial to anyone. All it does is reveal that the person who made that comment thinks it's important to tell everyone that their attention span is too short for anything longer than a tweet.
    Yes, my post was long. Had you read it, you might have understood why it's so long. I'm trying to provide information that people searching these forums about this problem might find helpful. I did this because when I searched for info on this problem, I found lots of people with a similar problem, but no answers that went beyond "restore from backup". Since that advice wasn't the solution for me, I decided that more information might prompt someone with more knowledge and access than I have to investigate. Since you couldn't be bothered to read it, you clearly aren't the kind of person whose attention I was hoping to catch.
    Certainly I could have made the post shorter, but I think putting it into a narrative like this makes it easier to follow and provides a context that a terse recitation of bare facts does not. If you disagree, that's your prerogative, but please don't waste everyone else's time by posting a comment just to say that you didn't read it.
    I find it appalling that someone who's able to reach Level 6 on these support forums would post a "tldr" comment. That does not reflect positively on you or these forums.
    End of rant.

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • How come in Finder, when I search "This Mac", there's fewer results than when searching somewhere more specific? Shouldn't it be the opposite?

    I have my preferences set so that New Finder windows show Macintosh HD. So when I open a Finder window, five folders are shown: Applications, Library, System, User Information, and User. As an example of the subject of my question, I opened a Finder window and typed "hp" in the search field. Four results were displayed: HP ePrint.app, two other apps that open the printing queues of HP printers, and an HTML document of bookmarks with two bookmarks containing "hp" in their names. My goal of the search* was to find a folder named "hp", of which there are two that I know of on my computer. Their locations are: 'Macintosh HD/Library/Printers' and 'Macintosh HD/Library/Application Support'—neither folder was found when searched for in "This Mac" nor when searched for in "Macintosh HD". When I searched for "hp" in the Library folder, 36 results were displayed, including the two folders named "hp". Above those 36 items, it clearly indicated that my search was conducted in the Library folder, and that I was able to click "This Mac" to search my whole computer instead. Clicking "This Mac" resulted in the same four items that were found when I searched for "hp" immediately after opening the Finder window to be displayed again. In my mind, clicking "This Mac" should at least keep the 36 items found in my Library folder to remain displayed. My reason for thinking this is because the Library folder is contained in "This Mac", isn't it? The same logic applies to Macintosh HD also; why doesn't searching there return at least the same 36 results? This phenomenon of the contained location returning more search results than the location which contains it frustrates me. When I search for something, I have to guess if it's in Library or System (if it's in one of the other folders, I'm always certain of which to search). I know that doesn't seem like a big deal, it just doesn't make sense to me why I can't find things by searching in "This Mac" or Macintosh HD. Until I got this MacBook (15" Pro Retina mid 2012, 2.6/16/256) , I was a lifelong Windows user. I love my MacBook, but this search idiosyncrasy is the only thing about it that seems inferior to its Windows counterpart. Searching for something in Windows is easier to me because locations behave hierarchically. I still like my MBP way better than any other computer that I've ever owned before, I just wish Apple would change this one attribute. If anyone knows how to make the Finder search behave completely hierarchically (when the containing location returns at least the same search results as the location it contains), please let me know. Thank you.
    *The "hp" folder search that I conducted was done only as an example of the issue that I discussed here. I knew where the folders were, thus, it was easier for me to explain the problem that was posed in my question.

    Start with http://www.pinkmutant.com/articles/Leopard/leospot.html and http://www.thexlab.com/faqs/stopspotlightindex.html, then my mod to Finder's Find at http://www.macosxhints.com/article.php?story=20080229204517495 for what you can change so you can find stuff excluded by the default structure.

  • HT201335 I have a UK apple mac and im trying to use mirroring so when searching google, ebay, writting document it shows up on my tv but i dont have the option when i click on the rectangular box in lower right hand corner. ANy one have advice?

    I have a UK apple mac and im trying to use mirroring so when searching google, ebay, writting document it shows up on my tv but i dont have the option of 'Mirroring' when i click on the rectangular box in lower right hand corner. Anyone have advice on how I can do this?

    Welcome to the Apple Community.
    AirPlay Mirroring requires a second-generation Apple TV or later, OS X 10.8 or better and is supported on the following Mac models: iMac (Mid 2011 or newer), Mac mini (Mid 2011 or newer), MacBook Air (Mid 2011 or newer), and MacBook Pro (Early 2011 or newer). It also requires the computer to be using wi-fi.
    Do you meet these requirements.

  • How do I change the default "date range" when searching in the forums?

    Hi all,
    New to the SAP forums...  How do I change the default date range when searching in the forums?  I am getting a 90 day search by default.  Then I have to change it and search again.  Argh!
    Thanks,
    --Amy Smith

    Hi Amy,
    the default date range cannot be changed by users. It is defined system-wide.
    Regards,
    Michael

  • The following error occured when searching for on-premises exchange server

    I look after a company where I installed a new DELL server last year, The server is running Windows Small Business Server 2011 which we installed. Exchange 2010 was installed as part of the Windows Small Business Server 2011 installation. At the time we
    did not configure Exchange because they use external POP accounts for email. Eventually they wanted to move over to Exchange
    When we created the user accounts using Windows SBS Console, it created a local mailbox for each user
    No problems - [email protected]
    Since late last year every time I create a new user within SBS Console, it errors creating the mailbox
    Add a user account and assign a user role
    Getting "Unexpected error occurred" when Setting up an e-mail account for user
    Looking at the error "Unexpected error occurred" & MessagingManagement "Unexpected error occured"
    The user account is created ok just no e-mail address is created for the user
    I never thought much about this at the time as we weren't using Exchange email accounts. I decided to have a look at this issue over weekend
    When I try to open Microsoft Exchange Management Console I'm getting "Initialization failed"
    The following error occurred when searching for the On-Premises Exchange server
    When I try to open Microsoft Exchange Management Shell, I get a similar error
    I've download & run EMTShooter which just identifies there is an error & gives me the same error
    I've installed & re-installed WinRM IIS Extensions
    I've checked all the settings in IIS, Default Web Site, PowerShell, Modules & Paths...
    Still cannot connect to Exchange
    I've trawled through the internet for two days checking & testing every solution but no luck
    I've checked every setting against another Windows SBS 2011 Server we've installed & works
    I cannot find a difference
    Can someone help me or point me in the right direction?
    Peter Ralphs

    Thanks for the reply Cara
    Here's the original error I was getting when opening Exchange Management Console
    Initialization failed
    The following error ocurred while searching for the on-premises Exchange server:
    [server.myd.local] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid.
    For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentVersion 'Version 14.1 (Build 218.15)
    I got similar error when trying to access the Exchange Management Shell
    VERBOSE: Connecting to SERVER.myd.local
    [server.myd.local] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is absent or invalid.
    For more information, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [],                          
    PSRemotingTransportException
        + FullyQualifiedErrorId : PSSessionOpenFailed
    When I opened the Exchange Management Console this week, the error had changed slightly
    Initialization failed
    The following error ocurred while searching for the on-premises Exchange server:
    [server.myd.local] Connecting to remote server failed with the following error message : The WinRM client received an HTTP server error status (500), but the remote service did not include any other information about the cause of the failure. For more information,
    see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true -CurrentVersion 'Version 14.1 (Build 218.15)
    I could only run Exbpa from a command prompt (obviously no access from Exchange Management Console)
    This is the result of the Health Check Scan
    Organization: First Organization
    Default Global Address List Changed
    The 'msExchQueryFilter' attribute of the default Global Address List 'Default Global Address List' has been changed. Default: '(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass
    -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass - eq 'publicFolder'))'. Current: '((Alias -ne $null) -and (((ObjectClass -eq 'user') -or (ObjectClass -eq 'contact') -or (ObjectClass -eq 'msExchSystemMailbox') -or (ObjectClass
    -eq 'msExchDynamicDistributionList') -or (ObjectClass -eq 'group') -or (ObjectClass -eq 'publicFolder'))))'.
    Admin Group: Exchange Administrative Group (FYDIBOHF23SPDLT)
    The default public folder database is remote
    The default public folder database for mailbox database 'Mailbox Database' on server SERVER isn't local. Public folder database: CN=Public Folder Database 1529293969,CN=Databases,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First
    Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=myd,DC=local.
    Server: SERVER
    Disk timeout changed
    Disk timeout on server SERVER.myd.local is not set at the default of 10 seconds. This is normal if third-party storage software is installed. Current timeout value is 160 seconds.
    Client RPC binding found
    The 'Rpc_Binding_Order' is set on server SERVER.myd.local. It is possible that either the Exchange or Outlook client is installed on the server. Current registry value: ncalrpc,ncacn_ip_tcp.
    One thing I've noticed from the start is that the error occurs when it is "searching" for the Exchange Server, it then goes on to name the server [server.myd.local] it knows it's there but cannot access it ?
    Another thing I've noticed is that it always refers to the "remote server" this server is Windows SBS 2011, it's the Domain Controller, DHCP Server, DNS Server & Exchange Server all in the same box
    I also noticed that the Health Check stated that "The default public folder database is remote"
    Has this something to do with it ?
    Regards
    Peter

  • ORA-06502 when searching region source

    The following is listed as a limitation of Apex 3.1, for both interactive reports and the application builder, although the specific context is not mentioned.
    The row length limit is 32k (just as with Classic Reports). You can include more columns but if too many are selected to be displayed, the user will get the following error - "ORA-06502: PL/SQL: numeric or value error: character string buffer too small". This should be considered when creating your report.You can find that here: http://www.oracle.com/technology/products/database/application_express/html/3.1_known_issues.html
    I'm getting this very error when trying to search region source for one of my application items. Presumably the region source is larger than the 32k limit where my particular page item is being used?
    Can anyone from Oracle verify that this is still a problem in Apex 3.2.0.00.27?
    Earl

    >
    The following is listed as a limitation of Apex 3.1, for both interactive reports and the application builder, although the specific context is not mentioned.
    The row length limit is 32k (just as with Classic Reports). You can include more columns but if too many are selected to be displayed, the user will get the following error - "ORA-06502: PL/SQL: numeric or value error: character string buffer too small". This should be considered when creating your report.
    You can find that here: http://www.oracle.com/technology/products/database/application_express/html/3.1_known_issues.html
    I'm getting this very error when trying to search region source for one of my application items. Presumably the region source is larger than the 32k limit where my particular page item is being used?
    Can anyone from Oracle verify that this is still a problem in Apex 3.2.0.00.27?
    EarlAnyone have any ideas about the above? I'm getting this error when searching region source code, here:
    Home>Application Builder>Application nnn>Application Reports>Page Components>Search Region Source
    Any help would be appreciated. Thanks.
    Earl

  • Annoying problem when searching contacts

    Ive got an N81 and this is the first time ive had a nokia in years. My previous phones never had this problem.
    When searching the phonebook, lets say i press 'M' not only do the contact that start with 'M' come up but also for example a contact by the name of 'Dave M' or 'John Mob' as the second word begins with 'M'. Is there a way just for the first word that starts with 'M' to come up eg. 'Mary' and not for contacts that contain 'M' in the second or thrid word. Hope I make sense.
    Can you please implement this in the next firmware for the N81?
    Thanks

    that error is because of:  http://bugs.archlinux.org/task/20371
    just use http over ftp and it would be fine

  • IE opening multiple windows when searching google only.

    We have a problem where IE opens multiple windows when searching in Google. As a result of this we are receiving Google sorry page informing us that Google is receiving automated search requests from our public IP. Is there any quick fix to this problem
    apart from restoring and reset setting  in IE.
    Is anybody else facing this issue.?
    REgards
    Nahas

    Hi Nahas,
    Thank you for your update.
    Based on the current situation, you may remove any Google domains in your trusted sites for a test.
    Tools>Internet Options>Security tab, click "Reset all zones to default"
    Trusted sites icon, 'Sites' button. Remove any Google domains in your trusted sites list.
    For more information, you may refer to:
    Understanding Zone Elevation
    http://blogs.msdn.com/b/ieinternals/archive/2012/09/24/zone-elevation-security-warning-websites-in-less-privileged-zone-can-navigate-csrf-xss-protection.aspx
    Also, you may try to contact Google to confirm this.
    http://support.google.com/?hl=en
    If you wants to report a bug to Microsoft. I would like to share the link below with you.
    https://connect.microsoft.com/
    Thanks for your understanding.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support
    Spot on Blair. Thanks for the fix!
    Worked for me:
    Tools>Internet Options>Security tab, click "Reset all zones to default"

  • Input language changes when searching

    samsung galaxy s2
    android 4.1.2
    firefox 21
    when searching using the address bar
    changing input language to hebrew
    enter characters
    at some point usualy after tapping space the input language is changed back to english
    thanx

    Did you change the '''Character encoding'''?
    Firefox Menu > Settings > Content > Character Encoding
    *Choose > Show Menu
    Firefox Menu > Character Encoding
    *Choose > Unicode (UTF-8)
    Firefox Menu > Settings > Content > Character Encoding
    *Choose >Don't Show Menu

  • Quastion marks in non-latin charecters when searching with google

    Hello,
    After installing firefox I encountered a problem.
    I am on the hebrew version of the browser, updated to the latest (33.1) version.
    When searching in the search bar with google using non-latin chars (hebrew) I am taken to google search page but instead of the search term I am getting quastion marks symbols (???????) I then need to again write the search term (which is now ok)
    This doesn't happen in DuckDuckGo or Yahoo search.
    A solution would be appreciated (and also important for other users)
    Thank you

    I can't seem to duplicate this.  Are you typing in the same place I am? I see I only have 6.0.1...

  • How to disable annoying thumbnails when searching in preview

    Open a PDF in Preview.
    Search for something.
    The annoying thumbnails appear, shrinking your page size or covering something else on your desktop.
    I want to compare pdfs side-by-side, and the stupid thumbnail trough makes the window too wide.
    How do you disable preview from popping out the thumbnail panel when searching?

    Yes, you can click "Content Only" in that menu and the thumbnails go away.  But they reappear immediately when you use Command-G to go to the next search result.
    I can find no way to just make them go away permanently.
    Also, in yet another departure from common GUI practice, there is no way to un-check those menu items by clicking on them.  You have to click one of the other items.  In other words, they behave like radio buttons in that they are mutually exclusive, yet they are displayed as if you could select more than one of them.

Maybe you are looking for