ALL QUEUE messages are in memory? = OutOfMemoryError

I have very large queue about which contains messages about 1GB in size and above.
Can I configure Sun Java System Message Queue to swap incomming messages to disk if system has already NO FREE MEMORY. I use "-Xmx600m -Xms400m" and when I still sending messages to the queue the system will fail and it shows OutOfMemoryError!
Can somebody help me?

I'm using version 3.5SP1 to specify the correct system version. I'm persisting messages with default settings, so that they may be persistent. I currently using file based backend storage.
Do you mean that:
1. I must use database storage for messages to persist messages?
in reply to:
JSMQ does not currently support a disk only backed destination (where messages only occupy disk space).
2. you say that if number of my stored messages gets over same large number so system fails because it keeps some references to persisted messages?
I have two questions:
-- My system after I was send to it about 200000 persistent messages to one queue is restarting very long time. In log file is shown message "[B1136]: Processing stored transactions" and system is starting many many minutes (20 minutes and it still not started). Do you have any advice about it?
-- May I set property imqConnectionFlowCount to say 1 or 10 messages? Because I sending persistent messages?
I'm currently trying to configure properties file but system is still behaving the same way. Here is my properties file :
imq.instanceconfig.version=300
imq.autocreate.queue=false
imq.autocreate.destination.maxNumMsgs=0
imq.autocreate.destination.maxTotalMsgBytes=0
imq.autocreate.destination.limitBehavior=REMOVE_OLDEST
imq.autocreate.destination.maxBytesPerMsg=100k
Here is my log file: Every thread accepting means sending 10000 ObjectMessages, to see the system speed.
# 1092163502968 Do not modify this line
[10/VIII/2004:20:45:02 CEST] [B1002]: An existing property file for imqbroker was not found, no stored properties will be loaded
[10/VIII/2004:20:45:03 CEST]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Program Files\Sun\MessageQueue3\jre
[10/VIII/2004:20:45:03 CEST] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[10/VIII/2004:20:45:03 CEST] IMQ_HOME=C:\Program Files\Sun\MessageQueue3
[10/VIII/2004:20:45:03 CEST] IMQ_VARHOME=C:\Program Files\Sun\MessageQueue3\var
[10/VIII/2004:20:45:03 CEST] Windows XP 5.1 x86 localhost (1 cpu) JanVit�sek
[10/VIII/2004:20:45:03 CEST] Java Heap Size: max=194432k, current=16256k
[10/VIII/2004:20:45:03 CEST] Arguments:
[10/VIII/2004:20:45:03 CEST] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
[10/VIII/2004:20:45:03 CEST] [B1060]: Loading persistent data...
[10/VIII/2004:20:45:03 CEST] Using built-in file-based persistent store: C:\Program Files\Sun\MessageQueue3\var\instances\imqbroker\
[10/VIII/2004:20:45:04 CEST] [B1136]: Processing stored transactions
[10/VIII/2004:20:45:04 CEST] [B1013]: Auto Creation of Queues is Enabled
[10/VIII/2004:20:45:04 CEST] [B1004]: Starting the jms service using tcp(host = *, port=0, mode=dedicated) with min threads 10 and max threads of 1000
[10/VIII/2004:20:45:04 CEST] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
[10/VIII/2004:20:45:04 CEST] [B1039]: Broker "imqbroker@localhost:7676" ready.
[10/VIII/2004:20:46:08 CEST] [B1065]: Accepting: [email protected]:1043->jms:1040. Count=1
[10/VIII/2004:20:46:08 CEST] [B1132]: Autocreating destination archivace [Queue]
[10/VIII/2004:20:46:33 CEST] [B1066]: Closing: [email protected]:1043->jms:1040. Count=0
[10/VIII/2004:20:46:46 CEST] [B1065]: Accepting: [email protected]:1045->jms:1040. Count=1
[10/VIII/2004:20:47:03 CEST] [B1066]: Closing: [email protected]:1045->jms:1040. Count=0
[10/VIII/2004:20:47:14 CEST] [B1065]: Accepting: [email protected]:1047->jms:1040. Count=1
[10/VIII/2004:20:47:30 CEST] [B1066]: Closing: [email protected]:1047->jms:1040. Count=0
[10/VIII/2004:20:47:52 CEST] [B1065]: Accepting: [email protected]:1049->jms:1040. Count=1
[10/VIII/2004:20:48:10 CEST] [B1066]: Closing: [email protected]:1049->jms:1040. Count=0
[10/VIII/2004:20:48:24 CEST] [B1065]: Accepting: [email protected]:1051->jms:1040. Count=1
[10/VIII/2004:20:48:35 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 116593K, 59% of total memory used
[10/VIII/2004:20:48:43 CEST] [B1066]: Closing: [email protected]:1051->jms:1040. Count=0
[10/VIII/2004:20:56:58 CEST] [B1065]: Accepting: [email protected]:1053->jms:1040. Count=1
[10/VIII/2004:20:57:14 CEST] [B1066]: Closing: [email protected]:1053->jms:1040. Count=0
[10/VIII/2004:20:57:32 CEST] [B1065]: Accepting: [email protected]:1055->jms:1040. Count=1
[10/VIII/2004:20:57:48 CEST] [B1066]: Closing: [email protected]:1055->jms:1040. Count=0
[10/VIII/2004:20:58:08 CEST] [B1065]: Accepting: [email protected]:1057->jms:1040. Count=1
[10/VIII/2004:20:58:26 CEST] [B1066]: Closing: [email protected]:1057->jms:1040. Count=0
[10/VIII/2004:20:58:39 CEST] [B1065]: Accepting: [email protected]:1059->jms:1040. Count=1
[10/VIII/2004:20:59:01 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 129524K, 66% of total memory used
[10/VIII/2004:20:59:01 CEST] [B1066]: Closing: [email protected]:1059->jms:1040. Count=0
[10/VIII/2004:20:59:23 CEST] [B1065]: Accepting: [email protected]:1061->jms:1040. Count=1
[10/VIII/2004:20:59:37 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 135379K, 69% of total memory used
[10/VIII/2004:20:59:44 CEST] [B1089]: In low memory condition, Broker is attempting to free up resources
[10/VIII/2004:20:59:44 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0021]: GREEN - allocated memory is 140700K, 72% of total memory used
[10/VIII/2004:20:59:46 CEST] [B1066]: Closing: [email protected]:1061->jms:1040. Count=0
[10/VIII/2004:21:05:37 CEST] [B1065]: Accepting: [email protected]:1063->jms:1040. Count=1
[10/VIII/2004:21:05:39 CEST] WARNING [B2011]: Storing of JMS message from IMQConn[AUTHENTICATED,[email protected]:1063,jms:1040] failed:
com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4120]: Can not store message 6-127.0.0.1(a6:f4:b:1c:d1:a0)-1063-1092164737671 on destination archivace [Queue] because capacity of 100000 would be exceeded.
[10/VIII/2004:21:18:36 CEST] [B1065]: Accepting: [email protected]:1065->admin:1041. Count=2
[10/VIII/2004:21:19:23 CEST] [B1066]: Closing: [email protected]:1063->jms:1040. Count=1
[10/VIII/2004:21:19:25 CEST] [B1065]: Accepting: [email protected]:1067->jms:1040. Count=2
[10/VIII/2004:21:22:17 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 95760K, 49% of total memory used
[10/VIII/2004:21:22:41 CEST] [B1066]: Closing: [email protected]:1067->jms:1040. Count=1
[10/VIII/2004:21:23:18 CEST] [B1065]: Accepting: [email protected]:1069->jms:1040. Count=2
[10/VIII/2004:21:23:18 CEST] [B1132]: Autocreating destination mq.metrics.destination_list [Topic]
[10/VIII/2004:21:23:18 CEST] WARNING [B2007]: Creation of destination mq.metrics.destination_list failed:
com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4180]: Support for feature [B0048]: Monitoring Destinations is unavailable on destination mq.metrics.destination_list [Topic], please upgrade to the Enterprise Edition to enable this feature
[10/VIII/2004:21:23:19 CEST] [B1066]: Closing: [email protected]:1069->jms:1040. Count=1
[10/VIII/2004:21:24:52 CEST] [B1065]: Accepting: [email protected]:1071->jms:1040. Count=2
[10/VIII/2004:21:25:13 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 128040K, 65% of total memory used
[10/VIII/2004:21:25:19 CEST] [B1066]: Closing: [email protected]:1071->jms:1040. Count=1
[10/VIII/2004:21:26:13 CEST] [B1065]: Accepting: [email protected]:1073->jms:1040. Count=2
[10/VIII/2004:21:26:16 CEST] [B1089]: In low memory condition, Broker is attempting to free up resources
[10/VIII/2004:21:26:16 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0021]: GREEN - allocated memory is 136518K, 70% of total memory used
[10/VIII/2004:21:26:33 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 123849K, 63% of total memory used
[10/VIII/2004:21:26:45 CEST] [B1089]: In low memory condition, Broker is attempting to free up resources
[10/VIII/2004:21:26:45 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0021]: GREEN - allocated memory is 137529K, 70% of total memory used
[10/VIII/2004:21:26:49 CEST] [B1066]: Closing: [email protected]:1073->jms:1040. Count=1
[10/VIII/2004:21:30:21 CEST] [B1065]: Accepting: [email protected]:1075->jms:1040. Count=2
[10/VIII/2004:21:30:30 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0023]: ORANGE - allocated memory is 124839K, 64% of total memory used
[10/VIII/2004:21:30:34 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 124839K, 64% of total memory used
[10/VIII/2004:21:30:45 CEST] [B1089]: In low memory condition, Broker is attempting to free up resources
[10/VIII/2004:21:30:45 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0021]: GREEN - allocated memory is 138535K, 71% of total memory used
[10/VIII/2004:21:30:52 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 148807K, 76% of total memory used
[10/VIII/2004:21:31:04 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 152230K, 78% of total memory used
[10/VIII/2004:21:31:17 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 153114K, 78% of total memory used
[10/VIII/2004:21:31:25 CEST] [B1066]: Closing: [email protected]:1075->jms:1040. Count=1
[10/VIII/2004:21:34:06 CEST] [B1065]: Accepting: [email protected]:1077->jms:1040. Count=2
[10/VIII/2004:21:34:19 CEST] [B1088]: Entering Memory State [B0021]: GREEN from previous state [B0022]: YELLOW - allocated memory is 131047K, 67% of total memory used
[10/VIII/2004:21:34:26 CEST] [B1089]: In low memory condition, Broker is attempting to free up resources
[10/VIII/2004:21:34:26 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0021]: GREEN - allocated memory is 137901K, 70% of total memory used
[10/VIII/2004:21:34:47 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 151563K, 77% of total memory used
[10/VIII/2004:21:34:59 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 154979K, 79% of total memory used
[10/VIII/2004:21:35:12 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 153312K, 78% of total memory used
[10/VIII/2004:21:35:24 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 149201K, 76% of total memory used
[10/VIII/2004:21:35:33 CEST] [B1066]: Closing: [email protected]:1077->jms:1040. Count=1
[10/VIII/2004:21:37:30 CEST] [B1065]: Accepting: [email protected]:1079->jms:1040. Count=2
[10/VIII/2004:21:38:27 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 154146K, 79% of total memory used
[10/VIII/2004:21:39:05 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 154874K, 79% of total memory used
[10/VIII/2004:21:39:41 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 152984K, 78% of total memory used
[10/VIII/2004:21:39:41 CEST] [B1066]: Closing: [email protected]:1079->jms:1040. Count=1
[10/VIII/2004:21:41:56 CEST] [B1066]: Closing: [email protected]:1065->admin:1041. Count=0
[10/VIII/2004:22:57:17 CEST] [B1065]: Accepting: [email protected]:1081->jms:1040. Count=1
[10/VIII/2004:22:57:47 CEST] [B1088]: Entering Memory State [B0022]: YELLOW from previous state [B0023]: ORANGE - allocated memory is 153223K, 78% of total memory used
[10/VIII/2004:22:58:01 CEST] [B1089]: In low memory condition, Broker is attempting to free up resources
[10/VIII/2004:22:58:01 CEST] [B1088]: Entering Memory State [B0023]: ORANGE from previous state [B0022]: YELLOW - allocated memory is 156624K, 80% of total memory used
[10/VIII/2004:22:58:26 CEST] [B1088]: Entering Memory State [B0023]: ORANGE from previous state [B0024]: RED - allocated memory is 170012K, 87% of total memory used
[10/VIII/2004:22:58:49 CEST] [B1065]: Accepting: [email protected]:1083->admin:1041. Count=2
[10/VIII/2004:22:58:57 CEST] [B1066]: Closing: [email protected]:1081->jms:1040. Count=1
[10/VIII/2004:22:59:36 CEST] [B1125]: Pausing Destination archivace
[10/VIII/2004:22:59:53 CEST] [B1129]: Resuming Destination archivace
[10/VIII/2004:23:00:06 CEST] [B1065]: Accepting: [email protected]:1085->jms:1040. Count=2
[10/VIII/2004:23:00:28 CEST] [B1088]: Entering Memory State [B0023]: ORANGE from previous state [B0024]: RED - allocated memory is 174344K, 89% of total memory used
[10/VIII/2004:23:01:07 CEST] [B1066]: Closing: [email protected]:1083->admin:1041. Count=1
[10/VIII/2004:23:01:07 CEST] [B1088]: Entering Memory State [B0023]: ORANGE from previous state [B0024]: RED - allocated memory is 176741K, 90% of total memory used
[10/VIII/2004:23:01:40 CEST] [B1065]: Accepting: [email protected]:1087->admin:1041. Count=2
[10/VIII/2004:23:01:42 CEST] [B1066]: Closing: [email protected]:1085->jms:1040. Count=1
[10/VIII/2004:23:02:11 CEST] [B1066]: Closing: [email protected]:1087->admin:1041. Count=0
[10/VIII/2004:23:15:14 CEST] [B1047]: Shutting down broker...
[10/VIII/2004:23:15:14 CEST] [B1007]: Stopping Service admin with protocol tcp(host = *, port=0, mode=dedicated)
[10/VIII/2004:23:15:14 CEST] [B1007]: Stopping Service jms with protocol tcp(host = *, port=0, mode=dedicated)
[10/VIII/2004:23:15:14 CEST] [B1077]: Broadcast good-bye to all connections ...
[10/VIII/2004:23:15:14 CEST] [B1078]: Flushing good-bye messages ...
[10/VIII/2004:23:15:29 CEST] [B1063]: Done
[10/VIII/2004:23:15:29 CEST] [B1048]: Shutdown of broker complete.
[10/VIII/2004:23:15:31 CEST]
================================================================================
Sun Java(tm) System Message Queue
Sun Microsystems, Inc.
Version: 3.5 SP1 (Build 48-G)
Compile: Thu 01/29/2004
Copyright � 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
This product includes code licensed from RSA Data Security.
================================================================================
Java Runtime: 1.4.2_04 Sun Microsystems Inc. C:\Program Files\Sun\MessageQueue3\jre
[10/VIII/2004:23:15:31 CEST] License: Sun Java(tm) System Message Queue 3.5 SP1 PE License.
[10/VIII/2004:23:15:31 CEST] IMQ_HOME=C:\Program Files\Sun\MessageQueue3
[10/VIII/2004:23:15:31 CEST] IMQ_VARHOME=C:\Program Files\Sun\MessageQueue3\var
[10/VIII/2004:23:15:31 CEST] Windows XP 5.1 x86 localhost (1 cpu) JanVit�sek
[10/VIII/2004:23:15:31 CEST] Java Heap Size: max=194432k, current=16256k
[10/VIII/2004:23:15:31 CEST] Arguments:
[10/VIII/2004:23:15:31 CEST] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
[10/VIII/2004:23:15:31 CEST] [B1060]: Loading persistent data...
[10/VIII/2004:23:15:31 CEST] Using built-in file-based persistent store: C:\Program Files\Sun\MessageQueue3\var\instances\imqbroker\
[10/VIII/2004:23:15:32 CEST] [B1136]: Processing stored transactions

Similar Messages

  • All FRM messages are suppressed after buissness rules validation

    hello,
    i've just discovered this really odd and annoying problem and I need some help. After validating business rules all forms messages are suppressed. If I re-enter the form, messages appear again, but are "visible" only till next business rules validation.
    this is the scenario:
    1. When I enter the form, I disable all business rules
    2. I insert some data and commit. Message FRM-40400 appears.
    3. I validate business rules by pressing button "Validate" (I call procedure which enables all business rules, calls procedure capi.validate_all_static_br, disables business rules and displays errors with Qms$errors.RaiseQMSFailure)
    4. if i change some data and commit, message FRM-40400 does not appear.
    I've done some debugging and discovered problem in qmslib65.pll package qms$forms_errors procedure push
    PROCEDURE Push
    ( p_msg IN VARCHAR2
    , p_error IN VARCHAR2 DEFAULT 'I'
    , p_msg_type IN VARCHAR2 DEFAULT ''
    , p_msgid IN NUMBER DEFAULT 0
    , p_loc IN VARCHAR2 DEFAULT '') IS
    -- Purpose Show message to the end-user, standard procedure for the Oracle Forms
    -- Generator of Designer/2000 to pass the display and handling of a message
    -- to a user created procedure.
    -- Usage Called by the Oracle Forms Generator code
    -- Parameters : msg Text message
    -- error ERRor or WARNing
    -- msg_type ORA, API or user TLA
    -- msg_id Id of message
    -- loc Location where error occured
    -- Remarks
    v_msg VARCHAR2(2000) := p_msg;
    v_error VARCHAR2(2000) := p_error;
    v_servermsg VARCHAR2(2000) := DBMS_ERROR_TEXT;
    l_empty_errorrec hil_Message.message_rectype;
    BEGIN
    IF p_msgid != 0
    THEN
    g_errorrec.severity := p_error;
    ELSIF ((SUBSTR (v_msg, 1, 11) = 'API Error: ')) OR
    ((INSTR (v_servermsg, 'ORA-20999') <> 0) AND (v_msg IS NULL)) OR
    (INSTR (v_msg, 'ORA-20999') <> 0)
    THEN
    -- error returned from the API, just display no further action required ?
    HandleServerAPIError (p_msg);
    -- M. Kappel
    /* 11-apr-2001
    - Allow check of v_servermsg even if v_msg contains data.
    - With new-style cdm ruleframe, v_msg contains 'ORA-20998'.
    We never looked at v_servermsg because v_msg was not null.
    - With old-style database trigger business logic, v_msg contains only text.
    If we still never look at v_servermsg, we don't identify that the error is
    a 20998 and therefore we raise an alert 'Transaction Failed' instead of
    showing the 'Errors in this Transaction' window.
    -- ELSIF ((INSTR (v_servermsg, 'ORA-20998') <> 0) AND (v_msg IS NULL)) OR
    -- (INSTR (v_msg, 'ORA-20998') <> 0)
    -- THEN
    ELSIF (INSTR (v_servermsg, 'ORA-20998') <> 0) OR
    (INSTR (v_msg, 'ORA-20998') <> 0)
    THEN
    HandleServerApplError (p_msg);
    -- error returned from the API, just display no further action required ?
    ELSIF ((INSTR (v_servermsg, 'ORA-20000') <> 0) AND (v_msg IS NULL)) OR
    (INSTR (v_msg, 'ORA-20000') <> 0)
    THEN
    -- error was raised by old Headstart code with raise_application_error
    -- strip ora-20000 : , check if code (get message) or message
    HandleOldHeadstart (v_servermsg);
    ELSIF (SUBSTR (v_msg, 1, 3) IN ('FRM', 'MNU', 'PLS', 'SRW', 'ORA', 'REP'))
    THEN
    HandleOracleError (v_msg, v_error);
    ELSE
         HandleApplError(v_msg, v_error);
    END IF;
    Display_Error (g_errorrec);
    g_errorrec := l_empty_errorrec;
    END Push;
    IMO, this part of code
    ELSIF (INSTR (v_servermsg, 'ORA-20998') <> 0) OR
    (INSTR (v_msg, 'ORA-20998') <> 0)
    is either obsolete or incomplete. It should be something like this:
    ELSIF (INSTR (v_servermsg, 'ORA-20998') <> 0 AND(v_msg IS NULL)) OR (INSTR (v_msg, 'ORA-20998') <> 0)
    i would like to know if anyone have simmilar problem and if there are any other solutions then above mentioned.
    Kind regards,
    Damjan

    I'm having the same problem, i'm using 6.5.22 with the C/S-kit
    Is there already a solution for this problem?
    Regards,
    Richard Teunissen

  • Watch all queue message in xi/pi

    Hello Experts,
       I want to see all queue messages coming to xi and going out of xi. Is there any Tcode to watch queue messages.
    I use SMQ1 and SMQ2 to see qRFC queue messages. But i want to see all messages.
    Kindly help me in this regard.
    Thanks in advance.

    Hi tatireddy kiran
    if you want to minitor on abap stack (integration engine) then run tcode SXI_MONITOR
    fill up the crieteria and there you can search all the message whether its QOS is BE , EO or EOIO
    if you want to monitor java stack (adapter engine )
    then run tcode SXMB_IFR got to RWB -> message monitoring and there give the filter and you can see the messages and there status
    Regards
    sandeep

  • Help! all outgoing messages are copied to me-very irritating

    Help! all outgoing messages are copied to me-very irritating

    I've now done Literally every possible thing listed in the help
    or that I was told to do in this thread, and nothing has worked.
    Not sure what you mean. Have you tried uninstalling all the plug-ins as well? In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/InputManagers/
    /Library/Mail/Bundles/
    ~/Library/InputManagers/
    ~/Library/Mail/Bundles/
    To make accurately reporting this information easier, you may open /Applications/Utilities/Terminal, type the following command (you can just copy it here and paste it in Terminal), and press <Return>. You can then copy the output of that command from Terminal and paste it in your reply to this post:
    ls -1 /Library/InputManagers /Library/Mail/Bundles ~/Library/InputManagers ~/Library/Mail/Bundles
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • My inbox indicates a message is receive but all my message are open and so how can I fix this that the inbox will not indicate that I receive a message (one)

    my inbox indicates a message is receive but all my message are open and so how can I fix this that the inbox will not indicate that I receive a message. It shows that I received one message?

    lbryan1987 wrote:
    I dont want the button problem solved i need to know how to restore the phone without using that button or going into settings
    You don't in the condition it's in. You will either have to get the phone replaced by Apple or pay a 3rd party to repair it.
    there seriously should be more than two ways to solve this other wise apple is useless and we will never buy another apple product.
    Seriously? It's physically broken!

  • The bar that says sending message wont go away it just keeps saying sending message yet all the messages are gone and recieved and it just stays there, ive tried restarting booting, syncing everything i cant think of

    the bar that says sending message wont go away it just keeps saying sending message yet all the messages are gone and recieved and it just stays there, ive tried restarting booting, syncing everything i cant think of

    Double tap the home button to bring up the multi-tasking bar, tap & hold any icon until they all start to wiggle, tap the red minus sign & close every app listed, tap home button when finished. Then reset your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then release.

  • Manage Queues - Messages are in Schedule status after upgrade to ERP2004

    Hi,
    We upgraded SAP to version ERP2004. ABAP proxy XI messages are in schedule status even though we deregister and register & activated all queues.
    When I click on the queues it is in running status.
    Does anyone has any idea where should I look?
    Thanks in advance!
    Mrudula

    Hi,
    my scenario is file to idoc....
    I have set paraemter in SXMB_ADM as below.
    Category                Parameters               CurrentValue        DefaultValue
    RUNTIME                 HTTP_TIMEOUT         100000                      0
    I have gone through as you suggested still when i double click on message in SXMB_MONI...i am getting Runtime Error (TIME_OUT).
    Please do help me..
    Thanks in advance.
    Krish

  • Mail 2.0.5 - all my messages are missing after marking as read!!!

    Ok Mail has worked more or less fine for me after upgrading from 10.3.9 to 10.4.3..until a few minutes ago when I decided to mark all the unread messages in my inbox as read. I hadn't read quite a few, so instead of going and clicking on each one, I just selected all, right clicked, and chose Mark as Read. Suddenly they all disappeared, all but a few. I have two inboxes, one on my ISP, and one .mac. Disk Utility says the hard disk is fine, so I rebuilt both inboxes, and now my ISP inbox still just shows a few emails (appears to be the emails I've received since upgrading to Tiger, only a few days' worth), and my .mac inbox now shows about a years' worth of emails...but I know I have more than that, since I've had the .mac account for 2-3 years or so. Also next to the .mac inbox there is some sort of a progress icon (a pie gradually filling in). If I hover the mouse over the .mac account, it says "Contents stored on server. Name on server: INBOX". Which doesn't make sense, since I have always had Mail download the mail from both my accounts, deleting from server after downloading. If I get info on my ISP inbox, it displays "Account Info", and under the Show Messages on POP server, it shows a bunch of messages from about a year ago. But if I pulldown the menu and instead of showing "all messages on POP server" I choose either of the other options ("items downloaded to my Mac" or "items removed from my Mac"), the list is exactly the same.
    My mail appears to be still on my hard drive, since getting info on the various mailbox folders in ~/Library/Mail/ shows about the right amounts of data. I don't want to lose over 300MB (at least 5 years worth) of email....anyone know what could have happened, and more importantly how to fix it?? Thanks!

    Ok after thoroughly searching previous threads about similar problems (existing messages not being displayed by Mail 2.x.x), it appears the 10.4 Archive and Install didn't completely convert the mbox file from my ISP email, since there were only a few emlx files (but there are hundreds of emails in the mbox)...so I had to resort to reimporting it manually. Not sure what happened though to make Mail see all the messages for a few days after installing 10.4.3; there was no error message during the system install, and all I did that prompted all my messages to disappear was to mark all as read...
    As far as the .mac goes, I have no clue where those emails went...I discovered that somewhere along the line my mbox file for .mac account got corrupt...but nothing over a year old is even on the server, which is odd. Those messages apparently are forever lost. Add me to the statistics of why it's important to back up. :/

  • TS4268 my imessage was working fine on monday as of friday it stopped working and all my message are going to my ipad and not sure what to do i have tried the steps above

    my imessage is not working all messages are being sent to ipad

    Hello pinkyakabella,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Best of luck,
    Mario

  • All email messages are marked as read with imap account automatically.

    I have a imap account pointing to an exchange 2007 server. The messages are being marked as read automatically. I removed any settings on a computer accessing the same account with outlook, that might be causing this.

    Let me clarify what I said across all the responses in this topic. If you are operating a PC with say Outlook Express or Windows Mail, and a Mac with Mail, and furthermore if both are able to download a message from a POP server, and on both computers it is marked as Unread, then reading the message on one of the computers will not cause it to then be marked as Read on the other, operating in POP.
    But if the server makes the assumption that the first computer to download a message from it means that it is also then Read, then of course taking away one of the computers will alter things. This is what I said in:
    http://discussions.apple.com/message.jspa?messageID=10506769#10506769
    If you can disprove this, then lay out your facts in detail, but don't mix looking at the server with Firefox on one computer, and Mail on still another. Firefox is not an email client, but a browser. Using Thunderbird on the PC, and Mail on the Mac would be an equivalent test.
    Ernie

  • Where all downloaded messages are gone?

    I am new user of iPhone 3G. I managed to download all email messages. But yesterday I switched my phone off and when I switched it back no message was in the in-box. Do I need to re-download all messages again?
    What has happened? Is it normal functioning of iPhone email? Thnaks , Wieslaw

    Hey John, did you ever wonder if it was a good idea to back up your data?

  • Not all archived messages are displayed

    Have a strange situation with archived items for a user. I can only see archived messages in the inbox window up to a certain date but when I do a find based on a later date than what is showing, the messages are there. Total items in archive show as 65535. Is there a limit on how many archived messages are displayed?
    Thanks

    On 3/15/2011 4:06 PM, ssiegler wrote:
    >
    > Have a strange situation with archived items for a user. I can only see
    > archived messages in the inbox window up to a certain date but when I do
    > a find based on a later date than what is showing, the messages are
    > there. Total items in archive show as 65535. Is there a limit on how
    > many archived messages are displayed?
    >
    > Thanks
    >
    >
    That's the limit.

  • I have just had an iPad mini but all my messages are coming through on my iPad and iPhone how can I stop this happening

    I have just had an iPod mini but my messages are coming through on my iPad and my iPhone how can I stop this happening ? Do I need to reset my iPad ?

    To prevent messages from reaching both devices you can turn off Messages on the device you do not want to receive messages but keep Messages on on the device you do want to receive Messages.
    You might also look at this option for both devices.
    Settings > Messages > Send and Receive > review the a riotous choices for how you can e reached and select the ones that are most appropriate for you and the device you are setting.

  • All the messages are queued

    Hi,
    i find following error when i use exchange mail flow trouble shooter
    we have exchange 2010 sp1 
    5.7.1: The sender isn't authorized to send e-mail messages to this e-mail address. The possible reasons for this are: 1)The session isn't authenticated and doesn't have the 'ms-Exch-SMTP-Submit' permission. 2)The session is authenticated but doesn't have
    the 'ms-Exch-SMTP-Submit' permission. 3)The 'MAIL FROM' command specified an address in an authoritative domain but the session doesn't have the 'ms-Exch-SMTP-Accept-Authoritative-Domain-Sender' permission. 4)The authenticated user doesn't have permission
    to submit on behalf of the sender address specified in the header of the message and the session doesn't have the 'ms-Exch-SMTP-Accept-Any-Sender' permission. 5)The recipient domain doesn't match any of the accepted domains and the session doesn't have the
    'ms-Exch-SMTP-Accept-Any-Recipient' permission. 6)The recipient domain is rejecting all mail from this server using a block list.

    Hello,
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Cara Chen
    TechNet Community Support

  • Not all my messages are sinked when using IMAP and Gmail.

    This happens on all computers I've tested. I've tested 2 windows 7 64 bits and one windows vista 32 bit.
    I configure IMAP on my thunderbird client and most emails sink, but there is about a week or 2 that don't. This week or two is about 2 weeks before I sinked the new cliant to the server. For example, if I sinked today, august 27, emails between august 1 and 14 would not sink.
    Emails from 2 years ago and yesterday will sink just fine, it is always about that 2 week past mark where they don't sink.
    On one windows 7 that I sinked on august 14, the emails don't sink from July 15 to august 1 although they are there on the second computer.
    The emails are in my Gmail, so I've just been going into the online client to read them, but why would this be happening?

    You are low on memory.  Look in Options >Status and post the number you see next to "File Free."  Once you get that number, remove the battery and reinsert and post the number there after the reboot.  Then read the thread below to fix the problem for good:
    http://www.stinsonddog.com/optimize-your-bb-s-memory
    Message Edited by John_Clark on 12-26-2008 04:20 PM
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

Maybe you are looking for