BAD Command Argument Error. 11 writing to Exchange 2007 - Help Please...

Hi,
I am writing an IMAP to IMAP mailbox converter. I am testing a UW mailbox that I have approx. 1200 messages in to a MS Exchange 2007 Server. I am performing a javax.mail.Folder destFolder.appendMessages(sourceFolder.getMessages()). I transfer almost half the messages this why when i get the following exception. I have googled and not found any reference to it, nor does the protocol trace look bazaar :
javax.mail.MessagingException: A4 BAD Command Argument Error. 11;
nested exception is:
com.sun.mail.iap.BadCommandException: A4 BAD Command Argument Error. 11
at com.sun.mail.imap.IMAPFolder.doCommand(IMAPFolder.java:2337)
at com.sun.mail.imap.IMAPFolder.appendMessages(IMAPFolder.java:1289)
at edu.yale.its.tp.email.conversion.IMAPConverter.copyMessages(IMAPConverter.java:83)
at edu.yale.its.tp.email.conversion.IMAPConverter.copyFolder(IMAPConverter.java:75)
at edu.yale.its.tp.email.conversion.IMAPConverter.convert(IMAPConverter.java:36)
at edu.yale.its.tp.email.conversion.IMAPConverter.start(IMAPConverter.java:27)
at edu.yale.its.tp.email.conversion.IMAPConverter.main(IMAPConverter.java:16)
Caused by: com.sun.mail.iap.BadCommandException: A4 BAD Command Argument Error. 11
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:296)
at com.sun.mail.imap.protocol.IMAPProtocol.appenduid(IMAPProtocol.java:881)
at com.sun.mail.imap.protocol.IMAPProtocol.append(IMAPProtocol.java:835)
at com.sun.mail.imap.IMAPFolder$10.doCommand(IMAPFolder.java:1292)
at com.sun.mail.imap.IMAPFolder.doProtocolCommand(IMAPFolder.java:2377)
at com.sun.mail.imap.IMAPFolder.doCommand(IMAPFolder.java:2332)
... 6 more
Here is the protocol trace...
0 [main] INFO - start Conversion
DEBUG: JavaMail version 1.4ea
DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.providers (No such file or directory)
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
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,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsy stems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.address.map (No such file or directory)
DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
DEBUG: mail.imap.partialfetch: false
* OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=PLAIN AUTH=LOGIN] pantheon-po09.its.yale.edu IMAP4rev1 2002.336 at Fri, 21 Sep 2007 09:34:04 -0400 (EDT)
IMAP DEBUG: AUTH: PLAIN
IMAP DEBUG: AUTH: LOGIN
A0 CAPABILITY
* CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS AUTH=PLAIN AUTH=LOGIN
A0 OK CAPABILITY completed
IMAP DEBUG: AUTH: PLAIN
IMAP DEBUG: AUTH: LOGIN
DEBUG: protocolConnect login, host=pantheon-po09.its.yale.edu, user=jjv6, password=<non-null>
A1 AUTHENTICATE PLAIN
+
+*<----REMOVED---->*+
A1 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User jjv6 authenticated
DEBUG: JavaMail version 1.4ea
DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.providers (No such file or directory)
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
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,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsy stems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc]}
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.address.map (No such file or directory)
DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
DEBUG: mail.imap.partialfetch: false
* OK Microsoft Exchange Server 2007 IMAP4 service ready
A0 CAPABILITY
* CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI IDLE NAMESPACE LITERAL+
A0 OK CAPABILITY completed.
IMAP DEBUG: AUTH: NTLM
IMAP DEBUG: AUTH: GSSAPI
DEBUG: protocolConnect login, host=connect.yale.edu, user=jjv6, password=<non-null>
A1 LOGIN +*<----Removed---->*+
A1 OK LOGIN completed.
A2 LIST "" "Sakai-Dev List"
* LIST (\HasNoChildren) "/" "Sakai-Dev List"
A2 OK LIST completed.
DEBUG: connection available -- size: 1
A2 EXAMINE "Sakai-Dev List"
* 1206 EXISTS
* 2 RECENT
* OK [UIDVALIDITY 1151671867] UID validity status
* OK [UIDNEXT 11497] Predicted next UID
* FLAGS (Junk NonJunk $Label5 $Label1 $Label2 $Label3 $Label4 $MDNSent \Answered \Flagged \Deleted \Draft \Seen)
* OK [PERMANENTFLAGS ()] Permanent flags
* OK [UNSEEN 8] first unseen message in /imap/j/jjv6/Sakai-Dev List
A2 OK [READ-ONLY] EXAMINE completed
DEBUG: connection available -- size: 1
A3 SELECT "Sakai-Dev List"
* 524 EXISTS
* 0 RECENT
* FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)
* OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent flags
* OK [UIDVALIDITY 13758] UIDVALIDITY value
* OK [UIDNEXT 525] The next unique identifier value
A3 OK [READ-WRITE] SELECT completed.
A3 LIST "" "Sakai-Dev List"
* LIST (\NoInferiors \UnMarked) "/" "Sakai-Dev List"
A3 OK LIST completed
3080 [main] DEBUG - Source Messages : 1206
3080 [main] DEBUG - Dest Messages : 524
3080 [main] DEBUG - Copying 1206 Messages
A4 FETCH 1 (ENVELOPE INTERNALDATE RFC822.SIZE)
* 1 FETCH (ENVELOPE ("Tue, 21 Aug 2007 13:35:23 -0700 (PDT)" "Re: Sakai portlet problem in uPortal" (("Onur Sirin" NIL "onursirin" "sabanciuniv.edu")) (("Onur Sirin" NIL "onursirin" "sabanciuniv.edu")) (("Onur Sirin" NIL "onursirin" "sabanciuniv.edu")) ((NIL NIL "sakai-dev" "collab.sakaiproject.org")) NIL NIL "<[email protected]>" "<[email protected]>") INTERNALDATE "21-Aug-2007 16:37:20 -0400" RFC822.SIZE 7024)
A4 OK FETCH completed
A5 FETCH 1 (BODY[])
* 1 FETCH (BODY[] {7024}
Received: from mr4.its.yale.edu (mr4.its.yale.edu [130.132.50.10])
by pantheon-po09.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbJRC006741
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Tue, 21 Aug 2007 16:37:19 -0400
Received: from paploo.uhi.ac.uk (app1.prod.collab.uhi.ac.uk [194.35.219.184])
by mr4.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbH3b030903;
Tue, 21 Aug 2007 16:37:18 -0400
Received: from paploo.uhi.ac.uk (localhost [127.0.0.1])
by paploo.uhi.ac.uk (Postfix) with ESMTP id 7F70050E80;
Tue, 21 Aug 2007 20:54:16 +0100 (BST)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
Received: from prod.collab.uhi.ac.uk ([194.35.219.182])
by paploo.uhi.ac.uk (JAMES SMTP Server 2.1.3) with SMTP ID 665
for <[email protected]>;
Tue, 21 Aug 2007 20:53:07 +0100 (BST)
Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])
by shmi.uhi.ac.uk (Postfix) with ESMTP id 347909F12
for <[email protected]>; Tue, 21 Aug 2007 21:35:26 +0100 (BST)
Received: from isper.nabble.com ([192.168.236.156])
by kuber.nabble.com with esmtp (Exim 4.63)
(envelope-from <[email protected]>)
id 1INaRf-0004yq-5U
for [email protected]; Tue, 21 Aug 2007 13:35:23 -0700
Date: Tue, 21 Aug 2007 13:35:23 -0700 (PDT)
From: Onur Sirin <[email protected]>
To: [email protected]
Subject: Re: Sakai portlet problem in uPortal
In-Reply-To: <[email protected]>
X-Content-Type-Outer-Envelope: text/plain; charset=us-ascii
X-Nabble-From: [email protected]
References: <[email protected]> <[email protected]>
X-Content-Type-Message-Body: text/plain; charset=us-ascii
Content-Type: text/plain; charset=us-ascii
X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)
X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html
X-Yale-Spam-Score: (0)
X-Yale-Filter-Score: 0
X-Scanned-By: MIMEDefang 2.52 on 130.132.50.10
Hi Charles,
I used a portlet you created first but not in trunk. (as sakai-dash.war
file) This might be older one.
From catalina.out i get following logs.First, as always i get:
WARN: Shared Segment file is missing
/home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
23:02:38,279
SearchBuilder_0_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
ERROR: There has been a major poblem with the Search Index which has become
corrupted (2007-08-21 23:02:38,285
SearchBuilder_0_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
java.io.IOException: No Index available to open
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
at
org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
at
org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
at java.lang.Thread.run(Thread.java:595)
WARN: Shared Segment file is missing
/home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
23:02:38,460
SearchBuilder_1_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
ERROR: There has been a major poblem with the Search Index which has become
corrupted (2007-08-21 23:02:38,466
SearchBuilder_1_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
java.io.IOException: No Index available to open
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
at
org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
at
org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
at java.lang.Thread.run(Thread.java:595)
I don't know what it is. !!!
And then, when i logged into portal, i get the following message:
SakaiPortalLogin.loginAndCreate id=onursirin pw=plugh-xyzzy sec=plugh-xyzzy
fn=Onur ln=Sirin [email protected] ip=10.4.3.1
Site exists...~onursirin
That's all what i see in catalina.out.
By the way, we are using Cisco CSS (Content Switch) for Load Balancing
process.
Behind CSS, there is apache server and application server installed on two
servers which mentioned in this page
http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
as thin client .
CSS DNS address = sucourse.sabanciuniv.edu
App server DNS address = sakws1.sabanciuniv.edu and sakws2.sabanciuniv.edu
It is enough to type sucourse.sabanciuniv.edu address in web browser.
Their sakai.properties files are similar. However, there are following
parameters that i didn't use in my sakai.properties file. May be i should
use them. !!
[email protected]
[email protected]
[email protected]
Now, i have changed my connection type by connecting Campus VPN server with
Checkpoint VPN client, i got my sakai course pages correctly via sakai
portlet. However, in campus i had same problem today.
So, like i said, the situation is changing due to unknown reason.
From portlet, i clicked on any course, i get blank screen with followingaddress in web browser address bar.
https://sucourse.sabanciuniv.edu/sakai-login-tool/container?sakai.session=02274ca6-fc19-413c-80d9-4332ae4e4499&ticket=ST-5342-bLIfR5lVs29HB1ZAeRrMA3bbmQtVWRJqQ6N-20
That's all.
Thank you for your response Charles !
Regards
Charles Severance wrote:
View this message in context: http://www.nabble.com/Sakai-portlet-problem-in-uPortal-tf4304476.html#a12262587
Sent from the Sakai - Development mailing list archive at Nabble.com.
This automatic notification message was sent by Sakai Collab (https://collab.sakaiproject.org/portal) from the DG: Development (a.k.a. sakai-dev) site.
You can modify how you receive notifications at My Workspace > Preferences.
A5 OK FETCH completed
A6 FETCH 1 (FLAGS)
* 1 FETCH (FLAGS (\Seen \Deleted NonJunk))
A6 OK FETCH completed
A4 APPEND "Sakai-Dev List" (\Deleted \Seen NonJunk) "21-Aug-2007 16:37:20 -0400" {7024+}
A7 FETCH 1 (BODY[])
* 1 FETCH (BODY[] {7024}
Received: from mr4.its.yale.edu (mr4.its.yale.edu [130.132.50.10])
by pantheon-po09.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbJRC006741
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Tue, 21 Aug 2007 16:37:19 -0400
Received: from paploo.uhi.ac.uk (app1.prod.collab.uhi.ac.uk [194.35.219.184])
by mr4.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbH3b030903;
Tue, 21 Aug 2007 16:37:18 -0400
Received: from paploo.uhi.ac.uk (localhost [127.0.0.1])
by paploo.uhi.ac.uk (Postfix) with ESMTP id 7F70050E80;
Tue, 21 Aug 2007 20:54:16 +0100 (BST)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
Received: from prod.collab.uhi.ac.uk ([194.35.219.182])
by paploo.uhi.ac.uk (JAMES SMTP Server 2.1.3) with SMTP ID 665
for <[email protected]>;
Tue, 21 Aug 2007 20:53:07 +0100 (BST)
Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])
by shmi.uhi.ac.uk (Postfix) with ESMTP id 347909F12
for <[email protected]>; Tue, 21 Aug 2007 21:35:26 +0100 (BST)
Received: from isper.nabble.com ([192.168.236.156])
by kuber.nabble.com with esmtp (Exim 4.63)
(envelope-from <[email protected]>)
id 1INaRf-0004yq-5U
for [email protected]; Tue, 21 Aug 2007 13:35:23 -0700
Date: Tue, 21 Aug 2007 13:35:23 -0700 (PDT)
From: Onur Sirin <[email protected]>
To: [email protected]
Subject: Re: Sakai portlet problem in uPortal
In-Reply-To: <[email protected]>
X-Content-Type-Outer-Envelope: text/plain; charset=us-ascii
X-Nabble-From: [email protected]
References: <[email protected]> <[email protected]>
X-Content-Type-Message-Body: text/plain; charset=us-ascii
Content-Type: text/plain; charset=us-ascii
X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)
X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html
X-Yale-Spam-Score: (0)
X-Yale-Filter-Score: 0
X-Scanned-By: MIMEDefang 2.52 on 130.132.50.10
Hi Charles,
I used a portlet you created first but not in trunk. (as sakai-dash.war
file) This might be older one.
From catalina.out i get following logs.First, as always i get:
WARN: Shared Segment file is missing
/home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
23:02:38,279
SearchBuilder_0_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
ERROR: There has been a major poblem with the Search Index which has become
corrupted (2007-08-21 23:02:38,285
SearchBuilder_0_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
java.io.IOException: No Index available to open
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
at
org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
at
org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
at java.lang.Thread.run(Thread.java:595)
WARN: Shared Segment file is missing
/home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
23:02:38,460
SearchBuilder_1_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
ERROR: There has been a major poblem with the Search Index which has become
corrupted (2007-08-21 23:02:38,466
SearchBuilder_1_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
java.io.IOException: No Index available to open
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
at
org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
at
org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
at java.lang.Thread.run(Thread.java:595)
I don't know what it is. !!!
And then, when i logged into portal, i get the following message:
SakaiPortalLogin.loginAndCreate id=onursirin pw=plugh-xyzzy sec=plugh-xyzzy
fn=Onur ln=Sirin [email protected] ip=10.4.3.1
Site exists...~onursirin
That's all what i see in catalina.out.
By the way, we are using Cisco CSS (Content Switch) for Load Balancing
process.
Behind CSS, there is apache server and application server installed on two
servers which mentioned in this page
http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
as thin client .
CSS DNS address = sucourse.sabanciuniv.edu
App server DNS address = sakws1.sabanciuniv.edu and sakws2.sabanciuniv.edu
It is enough to type sucourse.sabanciuniv.edu address in web browser.
Their sakai.properties files are similar. However, there are following
parameters that i didn't use in my sakai.properties file. May be i should
use them. !!
[email protected]
[email protected]
[email protected]
Now, i have changed my connection type by connecting Campus VPN server with
Checkpoint VPN client, i got my sakai course pages correctly via sakai
portlet. However, in campus i had same problem today.
So, like i said, the situation is changing due to unknown reason.
From portlet, i clicked on any course, i get blank screen with followingaddress in web browser address bar.
https://sucourse.sabanciuniv.edu/sakai-login-tool/container?sakai.session=02274ca6-fc19-413c-80d9-4332ae4e4499&ticket=ST-5342-bLIfR5lVs29HB1ZAeRrMA3bbmQtVWRJqQ6N-20
That's all.
Thank you for your response Charles !
Regards
Charles Severance wrote:
View this message in context: http://www.nabble.com/Sakai-portlet-problem-in-uPortal-tf4304476.html#a12262587
Sent from the Sakai - Development mailing list archive at Nabble.com.
This automatic notification message was sent by Sakai Collab (https://collab.sakaiproject.org/portal) from the DG: Development (a.k.a. sakai-dev) site.
You can modify how you receive notifications at My Workspace > Preferences.
A7 OK FETCH completed
Received: from mr4.its.yale.edu (mr4.its.yale.edu [130.132.50.10])
by pantheon-po09.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbJRC006741
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Tue, 21 Aug 2007 16:37:19 -0400
Received: from paploo.uhi.ac.uk (app1.prod.collab.uhi.ac.uk [194.35.219.184])
by mr4.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbH3b030903;
Tue, 21 Aug 2007 16:37:18 -0400
Received: from paploo.uhi.ac.uk (localhost [127.0.0.1])
by paploo.uhi.ac.uk (Postfix) with ESMTP id 7F70050E80;
Tue, 21 Aug 2007 20:54:16 +0100 (BST)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
Received: from prod.collab.uhi.ac.uk ([194.35.219.182])
by paploo.uhi.ac.uk (JAMES SMTP Server 2.1.3) with SMTP ID 665
for <[email protected]>;
Tue, 21 Aug 2007 20:53:07 +0100 (BST)
Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])
by shmi.uhi.ac.uk (Postfix) with ESMTP id 347909F12
for <[email protected]>; Tue, 21 Aug 2007 21:35:26 +0100 (BST)
Received: from isper.nabble.com ([192.168.236.156])
by kuber.nabble.com with esmtp (Exim 4.63)
(envelope-from <[email protected]>)
id 1INaRf-0004yq-5U
for [email protected]; Tue, 21 Aug 2007 13:35:23 -0700
Date: Tue, 21 Aug 2007 13:35:23 -0700 (PDT)
From: Onur Sirin <[email protected]>
To: [email protected]
Subject: Re: Sakai portlet problem in uPortal
In-Reply-To: <[email protected]>
X-Content-Type-Outer-Envelope: text/plain; charset=us-ascii
X-Nabble-From: [email protected]
References: <[email protected]> <[email protected]>
X-Content-Type-Message-Body: text/plain; charset=us-ascii
Content-Type: text/plain; charset=us-ascii
X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)
X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html
X-Yale-Spam-Score: (0)
X-Yale-Filter-Score: 0
X-Scanned-By: MIMEDefang 2.52 on 130.132.50.10
Hi Charles,
I used a portlet you created first but not in trunk. (as sakai-dash.war
file) This might be older one.
From catalina.out i get following logs.First, as always i get:
WARN: Shared Segment file is missing
/home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
23:02:38,279
SearchBuilder_0_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
ERROR: There has been a major poblem with the Search Index which has become
corrupted (2007-08-21 23:02:38,285
SearchBuilder_0_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
java.io.IOException: No Index available to open
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
at
org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
at
org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
at java.lang.Thread.run(Thread.java:595)
WARN: Shared Segment file is missing
/home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
23:02:38,460
SearchBuilder_1_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
ERROR: There has been a major poblem with the Search Index which has become
corrupted (2007-08-21 23:02:38,466
SearchBuilder_1_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
java.io.IOException: No Index available to open
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
at
org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
at
org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
at
org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
at
org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
at java.lang.Thread.run(Thread.java:595)
I don't know what it is. !!!
And then, when i logged into portal, i get the following message:
SakaiPortalLogin.loginAndCreate id=onursirin pw=plugh-xyzzy sec=plugh-xyzzy
fn=Onur ln=Sirin [email protected] ip=10.4.3.1
Site exists...~onursirin
That's all what i see in catalina.out.
By the way, we are using Cisco CSS (Content Switch) for Load Balancing
process.
Behind CSS, there is apache server and application server installed on two
servers which mentioned in this page
http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
as thin client .
CSS DNS address = sucourse.sabanciuniv.edu
App server DNS address = sakws1.sabanciuniv.edu and sakws2.sabanciuniv.edu
It is enough to type sucourse.sabanciuniv.edu address in web browser.
Their sakai.properties files are similar. However, there are following
parameters that i didn't use in my sakai.properties file. May be i should
use them. !!
[email protected]
[email protected]
[email protected]
Now, i have changed my connection type by connecting Campus VPN server

The command that seems to be causing problems for Exchange is this one:
A4 APPEND "Sakai-Dev List" (\Deleted \Seen NonJunk) "21-Aug-2007 16:37:20 -0400" {7024+}
As far as I can see, there's nothing wrong with the syntax of that command.
My first guess is that Exchange is unhappy with the flags. Possibly
it refuses to append a message with the \Deleted flag set. If you're
willing to modify the flags in the source mailbox, I would try turning
off the DELETED flag. Or, try not copying deleted messages.
If that doesn't work, the next thing to try is to get rid of all of the
flags. You might want to copy the message into a local copy
in order to lose all the flags from the original.

Similar Messages

  • Javax.mail.MessagingException: A5 BAD Command Argument Error. 12;

    This error appeared on mailboxes hosted on Exchange 2007. It happens when a folder is searched with 11+ OR terms. It works fine with <= 10 subjectTerm items OR'ed together. The search term does not matter. The mailboxes are migrating from Exchange 2003 where the problem does not occur. I tested 51 OR'ed subject terms against the 2003 mailbox and it works fine. I didn't test beyond 51 terms.
    I upgraded to JavaMail 1.4.2 and the problem still exists.
    I'm not sure if this is a JavaMail bug or an error with Exchange 2007.
    Here is the output generated with session debugging enabled against Exchange 2007:
    DEBUG: setDebug: JavaMail version 1.4.2
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    DEBUG: mail.imap.fetchsize: 16384
    DEBUG: mail.imap.statuscachetimeout: 1000
    DEBUG: mail.imap.appendbuffersize: -1
    DEBUG: mail.imap.minidletime: 10
    DEBUG: trying to connect to host "qtdenexcam20.ad.domain.com", port 143, isSSL false
    * OK Microsoft Exchange Server 2007 IMAP4 service ready
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+
    A0 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    IMAP DEBUG: AUTH: GSSAPI
    IMAP DEBUG: AUTH: PLAIN
    DEBUG: protocolConnect login, host=qtdenexcam20.ad.domain.com, user=userid, password=<non-null>
    A1 AUTHENTICATE PLAIN
    +
    d21kZXYAd21kZXYAUXczc3QyMDA4
    A1 OK AUTHENTICATE completed.
    A2 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+
    A2 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    IMAP DEBUG: AUTH: GSSAPI
    IMAP DEBUG: AUTH: PLAIN
    Opening email folders.
    DEBUG: connection available -- size: 1
    A3 SELECT INBOX
    * 23 EXISTS
    * 0 RECENT
    * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)
    * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent flags
    * OK [UNSEEN 6] Is the first unseen message
    * OK [UIDVALIDITY 765] UIDVALIDITY value
    * OK [UIDNEXT 15790] The next unique identifier value
    A3 OK [READ-WRITE] SELECT completed.
    A4 LIST INBOX ""
    * LIST (\Noselect \HasChildren) "/" ""
    A4 OK LIST completed.
    * OK Microsoft Exchange Server 2007 IMAP4 service ready
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+
    A0 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    IMAP DEBUG: AUTH: GSSAPI
    IMAP DEBUG: AUTH: PLAIN
    A1 AUTHENTICATE PLAIN
    +
    d21kZXYAd21kZXYAUXczc3QyMDA4
    A1 OK AUTHENTICATE completed.
    A2 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI AUTH=PLAIN STARTTLS IDLE NAMESPACE LITERAL+
    A2 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    IMAP DEBUG: AUTH: GSSAPI
    IMAP DEBUG: AUTH: PLAIN
    A3 LIST "" Folders/processed_items_LARG
    * LIST (\HasChildren) "/" Folders/processed_items_LARG
    A3 OK LIST completed.
    A4 LIST "" Folders/junk_LARG
    * LIST (\HasNoChildren) "/" Folders/junk_LARG
    A4 OK LIST completed.
    Retrieving all messages from: INBOX
    23 messages retrieved.
    Processing junk email.
    *** Searching for junk mail ***
    A5 SEARCH OR OR OR OR OR OR OR OR OR OR SUBJECT test1 SUBJECT test2 SUBJECT test3 SUBJECT test4 SUBJECT test5 SUBJECT test6 SUBJECT test7 SUBJECT test8 SUBJE
    CT test9 SUBJECT test10 SUBJECT test11 1:23
    A5 BAD Command Argument Error. 12
    Exception caught in main while processing config/email.larg.properties.
    javax.mail.MessagingException: A5 BAD Command Argument Error. 12;
    nested exception is:
    com.sun.mail.iap.BadCommandException: A5 BAD Command Argument Error. 12
    javax.mail.MessagingException: A5 BAD Command Argument Error. 12;
    nested exception is:
    com.sun.mail.iap.BadCommandException: A5 BAD Command Argument Error. 12
    at com.sun.mail.imap.IMAPFolder.search(IMAPFolder.java:1706)
    at com.domain.nroc.email.WMSEmailAgent.processJunkEmail(Unknown Source)
    at com.domain.nroc.email.WMSEmailAgent.main(Unknown Source)
    Caused by: com.sun.mail.iap.BadCommandException: A5 BAD Command Argument Error. 12
    at com.sun.mail.iap.Protocol.handleResult(Protocol.java:338)
    at com.sun.mail.imap.protocol.IMAPProtocol.issueSearch(IMAPProtocol.java:1550)
    at com.sun.mail.imap.protocol.IMAPProtocol.search(IMAPProtocol.java:1458)
    at com.sun.mail.imap.protocol.IMAPProtocol.search(IMAPProtocol.java:1433)
    at com.sun.mail.imap.IMAPFolder.search(IMAPFolder.java:1687)
    ... 2 more
    I'll post the Exchange 2003 debug output in a follow-up message because this message is exceeding the length limit.

    Here is the output generated with session debugging enabled against Exchange 2003 (and 51 subject terms):
    DEBUG: setDebug: JavaMail version 1.4.2
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    DEBUG: mail.imap.fetchsize: 16384
    DEBUG: mail.imap.statuscachetimeout: 1000
    DEBUG: mail.imap.appendbuffersize: -1
    DEBUG: mail.imap.minidletime: 10
    DEBUG: trying to connect to host "itdene2km05.ad.domain.com", port 143, isSSL false
    * OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 (ITDENE2KM05.AD.DOMAIN.COM) ready.
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
    A0 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    DEBUG: protocolConnect login, host=itdene2km05.ad.domain.com, user=ad\userid, password=<non-null>
    A1 LOGIN "ad\\userid" pass
    A1 OK LOGIN completed.
    A2 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
    A2 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    Opening email folders.
    DEBUG: connection available -- size: 1
    A3 SELECT INBOX
    * 1 EXISTS
    * 0 RECENT
    * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)
    * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent flags
    * OK [UIDVALIDITY 597925] UIDVALIDITY value
    A3 OK [READ-WRITE] SELECT completed.
    A4 LIST INBOX ""
    * LIST (\Noselect) "/" ""
    A4 OK LIST completed.
    * OK Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 (ITDENE2KM05.AD.DOMAIN.COM) ready.
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
    A0 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    A1 LOGIN "ad\\userid" pass
    A1 OK LOGIN completed.
    A2 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS NAMESPACE LITERAL+ UIDPLUS CHILDREN AUTH=NTLM
    A2 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    A3 LIST "" Folders/processed_items_LARG
    * LIST (\HasChildren) "/" Folders/processed_items_LARG
    A3 OK LIST completed.
    A4 LIST "" Folders/junk_LARG
    * LIST (\HasNoChildren) "/" Folders/junk_LARG
    A4 OK LIST completed.
    Retrieving all messages from: INBOX
    1 messages retrieved.
    Processing junk email.
    *** Searching for junk mail ***
    A5 SEARCH OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR OR
    OR SUBJECT test1 SUBJECT test2 SUBJECT test3 SUBJECT test4 SUBJECT test5 SUBJECT test6 SUBJECT test7 SUBJECT test8 SUBJECT test9 SUBJECT test10 SUBJECT test1
    1 SUBJECT test12 SUBJECT test13 SUBJECT test14 SUBJECT test15 SUBJECT test16 SUBJECT test17 SUBJECT test18 SUBJECT test19 SUBJECT test20 SUBJECT test21 SUBJE
    CT test22 SUBJECT test23 SUBJECT test24 SUBJECT test25 SUBJECT test26 SUBJECT test27 SUBJECT test28 SUBJECT test29 SUBJECT test30 SUBJECT test31 SUBJECT test
    32 SUBJECT test33 SUBJECT test34 SUBJECT test35 SUBJECT test36 SUBJECT test37 SUBJECT test38 SUBJECT test39 SUBJECT test40 SUBJECT test41 SUBJECT test42 SUBJ
    ECT test43 SUBJECT test44 SUBJECT test45 SUBJECT test46 SUBJECT test47 SUBJECT test48 SUBJECT test49 SUBJECT test50 SUBJECT "Exchange Maintenance" 1
    * SEARCH 1
    A5 OK SEARCH completed.
    1 junk email items identified.
    A5 LIST "" Folders/junk_LARG

  • HT1338 Command Argument Error. 11

    I am using Mac Office on a relatively new MacBook Pro running OSX 10.8.2 which is all updated and running well.
    However, just lately I keep getting the above error message;
    "COMMAND ARGUMENT ERROR.11"
    appear every tme I open Outlook, the message will repeat for all email accounts on outlook.
    I have cleared everything out of any junk any trash, cleared cookies anything I can think of.
    Does anyone know what this is, and how to get rid of??

    Absolutely fantastic advice.  Thank you so much.  I was receiving this error message and had read various scary stories about needing to reinstall Outlook and deleting identities etc.  The simple step you advise resolved the issue.  Thanks again
    luisalva777 wrote:
    I found out that you would received this message when attempting to send a big file, if you deleted it goes to the deleted folder at the IMAP server so the exchange will still send you those message back. I got rid off the file from the deleted and sent items in the exchange server and it solved my problem.

  • HT201210 my iphone 1st gen is stuck in recovery mode and every time i try to reinstall firmware i get an error code 1015 can anyone help please?

    my iphone 1st gen is stuck in recovery mode and every time i try to reinstall firmware i get an error code 1015 can anyone help please?

    Make sure you are using current iTunes on your computer. Click the iTunes Tab at the top of this page. Or try to Restore your iPhone with a different computer.

  • Installing Reader or Flash player on Windows 7 and I get a blank command prompt screen that does nothing. Help please.

    Installing Reader or Flash player on Windows 7 and I get a blank command prompt screen that does nothing. Help please.

    Try using the offline installers.
    Adobe Reader: http://get.adobe.com/reader/enterprise/
    Flash Player for Internet Exporer - ActiveX
    Flash Player for Firefox - NPAPI

  • HT201413 cannot reinstall itunes, i get this message MSVCR80.dll not found.  Try to reinstall itunes and i get error 7 (Windows erro 126)  help please

    cannot reinstall itunes, i get this message MSVCR80.dll not found.  Try to reinstall itunes and i get error 7 (Windows erro 126)  help please

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • What is the solution to the 'error 207"? I need help please.

    For over a month now my computer has been unable to get past the 8% mark on the Progress Bar during the Adobe Creative Cloud update! Error Message often stating Server unavailability! And "Error Code 207". Can someone please help  me get out of the trouble?
    Accept my fullest gratitude for your help and time.
    Adolf

    Sign in, activation, or connection errors | CS5.5 and later

  • Trying to upload to websites today from Adobe Muse and get error:21 message. Any help please?

    Hi,
    I keep getting this message. Can anyone help please?
    An unknown authentication error has occurred using your AdobeID
    (SHARED_UNKNOWN_ERROR:21)
    THANKS
    Celia

    Hi, as no response from anyone and the issues still causing problems this morning, I uninstalled Muse and Re-installed. Seems to work ok now. Hope that helps anyone else with same issue.

  • Error 1015 apears can someone help please

    eror 1015 apears on my iphone when i try to restore it can someone help please
    Thank you

    There are 4 possible causes of error 1015:
    The activation server truly is unavailable. Rare, usually fixed within minutes.
    Your antivirus or firewall or router's firewall is blocking access to
    gs.apple.com on ports 80 and 443.
    Your iPhone is jailbroken or otherwise hacked.
    The computer you connected to during the restore/update was
    used to hack/jailbreak some other iOS device, and its
    network database was corrupted during the process.
    (Thanks to Lawrence Finch for the wording in
    https://discussions,apple.com/thread/4793244?start=90 )

  • RESOLVED On Premises (intranet use only) Exchange Certificate Help (Please)!

    I apologize in advance for what may end up being a very silly issue.
    I have racked my brain and read and searched and I still can't seem to find the answer to my question.
    I have an in house Exchange server that is only accessible internally. We do not have external clients (laptops/tablets/etc) and all computers stay on premises. Most of our clients use OWA to access email. Everything has been working fine up until about
    2 weeks ago when everybody started getting a certificate error. I have tried every thing I can find to fix this issue to no avail. It seems the thumbprint of the certificate is different each time I visit the exchange server (https://exchange/owa). So I can
    install the certificate which works for a few minutes and then it prompts me again. When looking at the thumb print of each instance, everything seems to be exactly the same with the exception of the thumbprint.
    My first question, is do I still need to go through a CA even though this server is not accessible via external IP?
    Where are my clients getting the certificate they are trying to install because they do not match the certificate that is installed on the Exchange Server.
    Thank you in advance for anybody that can steer me in the right direction to getting this resolved.
    I support this site remotely so any additional info can be provided but there might be a small delay.

    First, thank you for taking the time to respond.
    "I'm going to assume that you have some sort of PKI infrastructure with in your environment."
    I'm not sure I do. This project landed in my lap a few years ago. This particular client is my only client
    with exchange. I have limped my way though to this point but I'm afraid I'm just not clear on what it is I actually need.
    We are running Exchange 2013 on a Server 2008 box. Everything worked fine up until about 2 weeks ago. I have no idea what changed.
    I think my biggest problem is my lack of understanding of where the client is pulling the certificate when I access the intranet site. I don't understand why the certificate (whether valid or not) isn't matching the certificate within IIS/Exchange admin.
    Hi,
    I think you can check your certificate information and provide the information here for more help. Please run the following command in Exchange Management Shell:
    Get-ExchangeCertificate | fl
    Additionally, since the certificate issue occurs when accessing Exchange server from OWA, please check the OWA configuration in your Exchange:
    Get-OwaVirtualDirectory | FL Identity,*Authentication*,*url*
    Generally, the namespace used in the OWA URL should be included in the Exchange certificate which is assigned with IIS service.
    Regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Winnie Liang
    TechNet Community Support

  • Browser on 8310 SmartPhone Edge comes up with Critical Error and cannot be used, help please?

    Hi, my name is Sater and I'm the lone I.T. guy for a small medical device company (about 40 ppl) based in Fremont, CA.  So...
    All of a sudden my vp of marketing comes in and says that he can't use the Browser function on his BB (8310 SmartPhone Edge) anymore.  Naturally I'm intrigued, but this is a very strange error that pops up.  It doesn't matter how many settings I go in and change, there's no budging it.  Here is what it's telling me...
    "Unable to connect to the selected Mobile Data Service, please try again later.  If the problem persists please contact your administrator."
    So I decide after about an hour of messing with settings and getting nowhere to call AT&T support.  They said when that error comes up with "please contact your administrator", it's because it can't connect to the BES server anymore and that we would have to consult that with whomever runs that server.  To give you a little background, we went through an outsourced Exchange provider called TheMessageCenter.com. They were alright, but my VP of R&D was pretty bent by some of the lack of customer service skills they presented to him when he was in an email crisis.  Needless to say one of the very first missions I ever had at this place was to find a new email solution and integrate the migration.
    So basically AT&T said they couldn't do anything and that I would have to contact our outsourced providor (TheMessageCenter.com, since we ran both Exchange and BES through them before we switched) back to get the settings cleared off the BES server hosting his phone Pin and info.  I called them up, (mind you we had been away from TheMessageCenter.com for a good couple weeks now) and they claimed they had no other active processes running for our company anywhere on their BES servers or frankly, ANYWHERE lol.  So naturally he's looking at me to fix this, and I am seriously stumped!  Should I do some kind of Factory reset?  If so, how can I load all his contacts/settings back the way he had it?  Any help on this matter, (especially if treated as urgent... I know you hate to hear that, but I said it for all you I.T. guys haha) would be GREATLY appreciated!!  Thanks
    Respectfully,
    Sater K.
    Systems Administrator
    SpineView Inc.
    Fremont, CA 94539

    Hi,
    The browser icon uses the BES service, unless you have signed up for the BIS ONLY servcie, wherein you get access to the internet through RIM's servers.
    Since your servcie is a BES servcie the access to the internet is through the BES.
    The MDS is a service running on the BES to authenticate you. (and thus the error)
    So, No BES = No  Internet access using the Browser icon!
    So, I need a little clarificatuioin. 
    Did you move from one BES to another? Or did the user simply switch carriers?
    It sounds as if you moved from one third company BES to another third company BES... Is that right?
    If so then contact your New BES and ensure that they allow ppl to use the MDS servcie for internet access (Most companies charge extra for that feature! - Because they can!).
    If your hosting the BES (Now), and it was Themessagingcentre.com before, then you need to Reactivate the Handset for the  new BES. I have a feeling that he is now getting the emails through the BIS service and the handset wasnt wiped and so it is stil trying to access the old BES....
    So can you please give details such as:
    BES - where was it hosted:
    BES - where is it now hosted:
    NEW BES: Is the MDS service enabled and can people currently use it to browse?
    Have you tested with other BB handsets to ensure you/user  are clicking the same icons on both handsets (most ppl do different things to access in their own way, so simply asking them if it works doesnt help!)
    The alternative is to use the expensive WAP browser. It will work but will rack up huge charges.
    Let us know how it goes...
    Checked out my Blackberry FAQ's and Links to Needed Articles here
    http://darkeen.homelinux.com/index.php/Blackberryfaq

  • Photoshop CS2 (program error msg)... Help please!!

    I have installed the full creative suite 2 on my new iMac. everything works fine except photoshop?!!?
    Illustrator works great, In-Design works great, But when i try to open a file or create a new page in PS it tells me "Could not create document because of a program error"???? ***?
    I had a previous version of CS and it worked fine for one day, then that started happening. I installed the CS2 trial version, and it would still give me the same error msg. I erased everything and installed the new CS2 (photoshop, illustrator , in-design and acrobat). It still gives me the same darn msg.???
    Any help would be greatly appreciated!
    thanks

    See the Adobe Knowledge Base document"Error 'Could not complete your request...' or 'Could not create a new document...' (Photoshop CS2 on Mac OS X v10.4)"
    I suggest whenever you have problems with third-party applications, the first place to start troubleshooting is with the application's documentation, then vendor's web site. Usually their sites have FAQs, lists of known bugs, or application-specific forums similar to these Discussions. Sometimes, unlike the Apple Discussions, the questions are even answered by employees of the vendor.
    The document cited above was found in 10 seconds by searching the Adobe support site.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Itunes PC instalation - error 7 (windows error 5) ... HELP please

    Its been 2 months now and i think i have exhausted all avenues - fresh input would be very good please.

    Hi SiegiWeich,
    I found two articles of information that may help:
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/ts3074
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Cheers!
    - Ari

  • Error in installing... help please!

    hello, can anyone help me? i bought a powerbook g4 just last week, and it came with 2 os x tiger cds for installation. disc 2 can't seem to finish installing, it keeps stopping because there was an "error". and the laptop now is stuck on the page asking to re-insert the disc 2. but everytime i do that, it reaches that error after around 5 mins. what to do!?!? help...
    powerbook g4   Mac OS X (10.4.2)  

    hi yes perhaps... although there are no visible scratches. the crummy part is that i'm all the way in manila, philippines. good thing is i'll be flying to seattle in a couple of weeks so i'll just have the apple store check out my laptop there. thanks so much for taking time to answer my question!

  • Error message 7 and 6034.  Have uninstalled and reinstalled iTunes 7 times and errors continue.  Can someone help please?  Been working on this for 4 hours.

    Itunes updated on my pc and laptop and now I cannot open the program on either one. Running Windows 7 on both.  Error number 7 and R6034 continue to pop up.  I have uninstalled (6 times) all of the Apple programs, rebooted, reinstalled, etc. as badgerfan1101 posted but cannot open it on either computer.  I even did a restore to an earlier date with hopes that would solve the problem.  Any other ideas?  Been working on this for 4 hours 

    Hey gardenqueen1,
    When you uninstalled and reinstalled iTunes, did you use this article?
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    If you haven't already done these steps, this section contains information that might help your situation, as the order and manner which you uninstall has an effect on the outcome:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Welcome to Apple Support Communities!
    Sincerely,
    Delgadoh

Maybe you are looking for

  • Can I disable/delete CarbonCore, Perl, Python and Ruby...

    without causing any issues to my mbp (early 2011)? I'm not a developer so I'm not sure why I'd need them but if they're vital to running SL 10.6.8 then I won't disable them. Reason I'm asking is that MacScan is picking up multiple issues in my /usr/s

  • Why does the text gets created in tomcat base directory?

    Hi friends, can anybody tell me when i create a text file abc.txt from my servlet from the application base c:\tomcat6\webapps\filterApplication\ , the text file gets created in c:\tomcat6\abc.txt I want the text be created relative to the applicatio

  • How to get locations in Module?

    How to get locations in Module? We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux. As we create target schema, it created location with host/port option. It is not al

  • How to Install BlackBerry 4.5 System Software in the Blackberry 8310?

    I followed the instructions to download and install the BlackBerry Desktop Manager 4.5 and the BlackBerry Device Software 4.5 for BlackBerry 8310. This was done correctly and the installation was successful.  When I opened the Desktop Manager to inst

  • Lock screen bug

    I don't want a lock screen so I go on settings and all that stuff and where it says get rid of passcode it's grey which means it won't let me how do I get rid of my lock screen