Weblogic Spring MDP consumer unable to receive message

Hi,
we have a weblogic cluster(2 machine, 2 instance per machine)
I have configured JMS server in each instance and a distributed Queue
DominName : hmidomain Weblogic 10.0MP1
And four instance of managed server and JMS server
gdmsdomain(admin)
instance11,JMSServer11
instance12,JMSServer12
instance21,JMSServer21
instance22 ,JMSServer22
Each JMS server is targeted to the corresponding Instance
connection factory and Uniform Distributed Queue target my cluster , sub deployment is Default Targetting.
I have a spring application with has Message Driven Pojo ,which has 4 listener container, each one are configured to connect to one instance
when I run the application in Tomcat all the consumer are evenly distributed to the instance and Able to receive messages.
when I try to deploy the same spring application in another weblogic server(different machine and different domain)
The setup of this server
DominName : wasdomain Weblogic 10.0
hmidomain(admin)
No cluster, I deploy the application in admin server itself I face the following problem
1) Consumers get registered but unable to receive messages
2)If I restart the server, then they are able to receive messages, until I do a update to the application. If I do an update to the project it fails to reload and leads to a server restart.
Initially I got exception as java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[system, Administrators]
After adding the security credentials for JNDI template, I don't get this exception but still it does not work.
the connection and Queue are not secured.
I am not using any bridge or SAF. but not sure if it has anything to do with Domain security.
As you might have seen above, that I have unique name for all resources and both the Domains are in same network , no firewalls
As mention earlier the Spring MDPworks fine in tomcat with out any issue.
I have not posted any config codes, If you need it, please let me know.
Any help to fix this issue is appreciated.
Thank you
Edited by: Kannan Mugundan on Jan 30, 2010 1:49 AM
Edited by: Kannan Mugundan on Jan 30, 2010 1:52 AM

Kannan Mugundan wrote:
Hi,
we have a weblogic cluster(2 machine, 2 instance per machine)
I have configured JMS server in each instance and a distributed Queue
DominName : hmidomain Weblogic 10.0MP1
And four instance of managed server and JMS server
gdmsdomain(admin)
instance11,JMSServer11
instance12,JMSServer12
instance21,JMSServer21
instance22 ,JMSServer22
Each JMS server is targeted to the corresponding Instance
connection factory and Uniform Distributed Queue target my cluster , sub deployment is Default Targetting.
I have a spring application with has Message Driven Pojo ,which has 4 listener container, each one are configured to connect to one instance
when I run the application in Tomcat all the consumer are evenly distributed to the instance and Able to receive messages.
when I try to deploy the same spring application in another weblogic server(different machine and different domain)
The setup of this server
DominName : wasdomain Weblogic 10.0
hmidomain(admin)
No cluster, I deploy the application in <font face="tahoma,verdana,sans-serif" size="1" color="#000">admin</font> server itself I face the following problem
<P>1) Consumers get registered but unable to receive messages
2)If I restart the server, then they are able to receive messages, until I do a update to the application. If I do an update to the project it fails to reload and leads to a server restart.
Initially I got exception as java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[system, Administrators]
After adding the security credentials for JNDI template, I don't get this exception but still it does not work.
the connection and Queue are not secured.
I am not using any bridge or SAF. but not sure if it has anything to do with Domain security.
As you might have seen above, that I have unique name for all resources and both the Domains are in same network , no firewalls
As mention earlier the Spring MDPworks fine in tomcat with out any issue.
I have not posted any config codes, If you need it, please let me know.
Any help to fix this issue is appreciated.
Thank you
Edited by: Kannan Mugundan on Jan 30, 2010 1:49 AM
Edited by: Kannan Mugundan on Jan 30, 2010 1:52 AM</P>You can give a more complete description of your needs, It will be better for answering your question.

Similar Messages

  • BizTalk 2013 SB-Messaging Adapter: Unable to receive messages from a Azure service bus Subscription

    Hi,
    I am trying to receive messages from a Azure service bus subscription using SB-Messaging Adapter in BizTalk Server 2013 but getting the following error.
    "The token provider was unable to provide a security token while accessing 'https://overcasb-sb.accesscontrol.windows.net/WRAPv0.9/'.
    Error Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)
    It seems the error is related with Service Bus Authentication and Authorization with the Access Control Service. Can anybody help me out if I am missing something here? 
    Also for consuming the AWSB (namespace, topic name, subscription name, Issuer name, Issuer Key) I have referred the following link
    http://soa-thoughts.blogspot.in/2013/02/biztalk-server-2013-new-adapters-series.html
    Thanks!
    Regards,
    Gautam
    gautam

    Hi,
    When I am trying to receive the same messages from a Azure service bus subscription using .net (C#) client,
    BusSubscriberbusSubscriber =
    newBusSubscriber("TestTopic2",
    "Endpoint=sb://overcasb.servicebus.windows.net/;SharedSecretIssuer=owner;SharedSecretValue=wqYlT4yHZimeUZacH+1V1hj/ZrKu7zK9ELaaLYDxqjc=",
    "AssetMovement",
    "AssetMovement");
    I am getting the same error here also.
    "The token provider was unable to provide a security token while accessing 'https://overcasb-sb.accesscontrol.windows.net/WRAPv0.9/'.
    Error Code: 407 Proxy Authentication Required. The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. (12209)
    By setting  <defaultProxy useDefaultCredentials="true" /> in appconfig, I got rid of the above error. And now its working fine with .net(C#) client.
    <configuration>
      <system.net>
        <defaultProxy useDefaultCredentials="true" />
      </system.net>
    </configuration>
    The same setting I tried in BTSNTSvc.exe config file and ofcourse restarted the host instance but still getting the same error. Any help?
    gautam

  • Unable to receive message from an Asynchronous service - BPEL

    Hi
    I had developed a simple asynchronous BPEL Composite that takes in two parameters(firstName, lastName) and returns back fullName.
    I had used a wait activity(for 30 seconds) in the BPEL , after which the two inputs are concatenated, and returned finally. I could test this successfully thru EM, and check the response in the Flow Trace.
    The problem is occuring when I'm using this async service in another BPEL.
    In another BPEL(which is synchronous), i wanted to use this service, so I used an invoke activity to invoke it, and receive activity to get the response.
    But, I'm not getting the final response. Instead, getting the following error after some time(defenitely longer than 30 seconds which is the wait for the async service. Trace given at last)
    I think the problem is with the correlation of the response with the req, but the documentation says correlation is automatically enforced with ws-addressing and no need to correlate seperately. So, I haven't done anything extra for correlation. I tried with both transaction properties of BPEL (required and requiresNew), but none could solve. Please help me in this
    I checked the flow trace, and it is stopping after the async service invocation activity.
    Here is the BPEL Flow Trace
    ReceiveAsyncResp (pending)
    Waiting for the expiry time "9/20/12 4:55 PM".
    Waiting for "callback" from "FullNameAsyncService". Asynchronous callback.
    The transaction was rolled back. The work performed for bpel instance "310002" was rolled back, but the audit trail has been saved for this instance.If this is a sync request, please resubmit the request from the client. If it is an async request, please recover from the recovery console by resubmitting the invoke message.The transaction was rolled back. The work performed for bpel instance "310002" was rolled back, but the audit trail has been saved for this instance.If this is a sync request, please resubmit the request from the client. If it is an async request, please recover from the recovery console by resubmitting the invoke message
    Here is the log message(highlighted for easy readability)
    [2012-09-20T16:53:33.718+05:30] [soa_server1] [NOTIFICATION] [] [oracle.integration.platform.blocks.tenant] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [WEBSERVICE_PORT.name: BPELProcessForAsyncUsage_pt] [APP: soa-infra] [composite_name: UsingAsyncService] [J2EE_MODULE.name: fabric] [component_instance_id: 310002] [component_name: BPELProcessForAsyncUsage] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: bpelprocessforasyncusage_client_ep] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] NM or Event does not contain property, apps.context.header or fabric.enterpriseId
    [2012-09-20T16:54:19.453+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.delivery] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [WEBSERVICE_PORT.name: BPELProcessForAsyncUsage_pt] [APP: soa-infra] [composite_name: UsingAsyncService] [J2EE_MODULE.name: fabric] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: bpelprocessforasyncusage_client_ep] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] No response found for the reply for conversation id urn:9B8F42F0031511E2BFF01541EF21AC0F
    [2012-09-20T16:54:19.812+05:30] [soa_server1] [NOTIFICATION] [] [oracle.wsm.agent.WSMAgent] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [WEBSERVICE_PORT.name: BPELProcessForAsyncUsage_pt] [APP: soa-infra] [composite_name: UsingAsyncService] [J2EE_MODULE.name: fabric] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: bpelprocessforasyncusage_client_ep] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] Message Type is normalized, exiting agent.processFault()
    [2012-09-20T16:54:19.812+05:30] [soa_server1] [NOTIFICATION] [] [oracle.wsm.agent.WSMAgent] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [WEBSERVICE_PORT.name: BPELProcessForAsyncUsage_pt] [APP: soa-infra] [composite_name: UsingAsyncService] [J2EE_MODULE.name: fabric] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: bpelprocessforasyncusage_client_ep] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] Message Type is normalized, exiting agent.processFault()
    [2012-09-20T16:54:19.812+05:30] [soa_server1] [NOTIFICATION] [] [oracle.integration.platform.blocks.tenant] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [WEBSERVICE_PORT.name: BPELProcessForAsyncUsage_pt] [APP: soa-infra] [composite_name: UsingAsyncService] [J2EE_MODULE.name: fabric] [J2EE_APP.name: soa-infra] [WEBSERVICE.name: bpelprocessforasyncusage_client_ep] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] NM or Event does not contain property, apps.context.header or fabric.enterpriseId
    [2012-09-20T16:54:20.312+05:30] [soa_server1] [ERROR] [OWS-04086] [oracle.webservices.service] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [APP: soa-infra] [composite_name: UsingAsyncService] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] javax.xml.rpc.soap.SOAPFaultException: *Waiting for response has timed out. The conversation id is null. Please check the process instance for detail.[[*
         at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.generateSoapFaultException(WebServiceEntryBindingComponent.java:1193)
         at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:971)
         at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:113)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1112)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
    [2012-09-20T16:54:20.421+05:30] [soa_server1] [ERROR] [OWS-04115] [oracle.webservices.service] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0:2] [APP: soa-infra] [composite_name: UsingAsyncService] [TARGET: /Farm_soa_domain/soa_domain/soa_server1/soa-infra] [TARGET_TYPE: oracle_soainfra] An error occurred for port: FabricProvider: javax.xml.rpc.soap.SOAPFaultException: Waiting for response has timed out. The conversation id is null. Please check the process instance for detail..
    [2012-09-20T16:54:20.500+05:30] [AdminServer] [ERROR] [] [oracle.webservices.jaxws] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0] [APP: em] [TARGET: /Farm_soa_domain/soa_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Error while invoking endpoint "http://ravi:8001/soa-infra/services/Partition4MrPai/UsingAsyncService/bpelprocessforasyncusage_client_ep" from client; Security Subject: Administrators
    [2012-09-20T16:54:20.531+05:30] [AdminServer] [NOTIFICATION] [] [oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0] [APP: em] [TARGET: /Farm_soa_domain/soa_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Dispatch.invoke failed.Exception stack trace written to trace file.
    [2012-09-20T16:54:20.578+05:30] [AdminServer] [ERROR] [EM-00453] [oracle.sysman.emas.model.wsmgt.WSTestModel] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0] [APP: em] [TARGET: /Farm_soa_domain/soa_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Failed to invoke operation
    [2012-09-20T16:54:20.578+05:30] [AdminServer] [ERROR] [EM-00453] [oracle.sysman.emas.view.wsmgt.WSView] [host: rsavirig-idc] [nwaddr: 10.10.10.10] [tid: [ACTIVE].ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 3f3d2d8955322f32:3a1f20bc:139e2cf6c4c:-8000-0000000000000280,0] [APP: em] [TARGET: /Farm_soa_domain/soa_domain/AdminServer/em] [TARGET_TYPE: j2ee_application] Failed to invoke operation

    RaviKiran,
    I agree that the explanation oracle provided in the attach link, is a bit confusing. The main goal there is to describe the behavior of processes, when there is a need to combine, or split the transactions within those processes (or in some cases the processes themselves).
    The thing is - The default transaction for a synchronous process is requiresNew. That was until version 11.1.1.6. On this last version, you are asking to enter a Transaction parameter when creating a new synchronous bpel process. The default value being prompt is required and that's what causing the problem – You automatically accept the default.
    The assumption is, that developing bpel processes, should come with understanding of all those behaviors.
    The problem for my understanding is that some of those behaviors were not so cleared until now.
    Arik

  • Unable to receive messages on a PC but Android Tablet & iPhone OK!

    I would please appreciate help with a Thunderbird ver 31.3.0 problem on my two PC's (Windows 8 PRO 64-BIT and Windows 7 PRO 32-BIT) that prevents me from receiving emails dated 18 December 2014 and onwards. Sending is fine. I can though download the same email dated 17 December 2014 but no more.
    My Android Asus 7" Tablet and iPhone 4 are both able to receive/send emails and are both connected by wireless to my broadband router, the same one to which my PC's are connected. I have tried wireless on my PC's but still does not work.
    Contacted my broadband supplier in the UK (Sky) and went through all the Thunderbird settings which were fine.
    I then installed a GMK UK email account and downloaded emails no problem!
    My suspicion is therefore that there is some form of problem with Thunderbird/Mozilla's systems but not sure.
    Any assistance would be much appreciated.
    Thank you.
    Robert

    What is the account type on both, your tablet and phone - POP or IMAP?

  • Getting IFS Error 40014 Unable to receive message over channel

    When we try to start our 9.0.3 IFS Node from the Oracle Enterprise Manager we get IFS-40014 errors. This keeps all of our Servers (Agents) from running.
    Can someone tell me what is causing this and what we need to do to fix it?
    Thanks,
    Joe

    RaviKiran,
    I agree that the explanation oracle provided in the attach link, is a bit confusing. The main goal there is to describe the behavior of processes, when there is a need to combine, or split the transactions within those processes (or in some cases the processes themselves).
    The thing is - The default transaction for a synchronous process is requiresNew. That was until version 11.1.1.6. On this last version, you are asking to enter a Transaction parameter when creating a new synchronous bpel process. The default value being prompt is required and that's what causing the problem – You automatically accept the default.
    The assumption is, that developing bpel processes, should come with understanding of all those behaviors.
    The problem for my understanding is that some of those behaviors were not so cleared until now.
    Arik

  • HT1267 I am unable to send messages on my iPhone.  I am getting an error when I send it. This just started this morning.

    This is my first timeo n Apple Support.  Suddenly this morning I am unable to send messages through my iPhone.  I can send messages to one number, but all the other numbers I am sending to I receive an error message.  Also, I can receive messages from the one number I can send to, but am unable to receive messages from any other number.  What do I do to fix this? 

    Hi Steve,
    No he has not turned iMessage off, infact when he sends me a message thru iMessage it says 'delivered'. I am at my wits end nd I don't know what to do anymore.

  • Cannot receive message in Outlook Express

    I recently (for the first time) accessed my ISP's e-mail service. Since then I have been unable to receive messages in Outlook Express although I can send them. When I check for new messages I do get a connection but no new messages. Some of my messages are diverting to my ISP provider's e.mail service. I have checked all my account settings etc for OE and they look fine. It was all working perfectly before. Any ideas, help would be appreciated.

    Hi to all
    Well, the Outlook express is a part of the Windows OS and if you want to reinstall it you need an original Microsoft Windows CD. The delivered Toshiba recovery CD proffers only the whole OS image. In this case its not possible to install only the Outlook Express. You have to recover the whole OS.
    I know its not the optimal solution. You can try to use the system restore tool. Then you can roll back the OS to the early point.
    But if it doesnt help, the recovery procedure is the last chance.

  • Problem with receiving message over socket

    class TCPClient5 {
    public static void main(String argv[]) throws Exception
    java.io.InputStream s = null;
    java.io.InputStreamReader r = null;
    try {
    URLConnection uc = new URL("http://www.countryflower.com/Country_Flower_Home_Pic.jpg").openConnection();
    s = uc.getInputStream();
         System.out.println(uc.getContentLength());
    int x = uc.getContentLength();
    BufferedInputStream buffer = new BufferedInputStream(s);
    File f = new File("c:\\Users\\dell\\Desktop\\image\\image.jpg");
    DataOutputStream outdata = new DataOutputStream(new FileOutputStream(f));
    int n = 0;
    while(true) {
    n = s.read(byte[x] buffer,0,buffer.length); ----- here I am getting error
    if (n == -1) break;
    if (n == 0) {Thread.sleep(50); continue;}
    outdata.write( buffer,0,buffer.length);
    outdata.close();
    finally {
    //if (b != null) b.close();
    if (r != null) r.close();
    if (s != null) s.close();
    In above code I am getting error .................
    I am unable to receive message from server..........Please help me with code

    n = s.read(byte[x] buffer,0,buffer.length); ----- here I am getting errorHere we are unable to read your mind. What error? The syntax you've typed isn't correct, is that really what you have?
    if (n == -1) break;
    if (n == 0) {Thread.sleep(50); continue;}'n' can never be zero. Omit this line.
    outdata.write( buffer,0,buffer.length); That should be outdata.write(buffer, 0, n);

  • I am fed up with Spring and Apple passing me off to one another and neither will fix the problem. I am unable to receive a connection on my phone.

    I am fed up with Spring and Apple passing me off to one another and neither will fix the problem. I am unable to receive a connection on my phone.
    The internet goes out and I have to reset network setting each and every time. This is only a temporary solution which by the time I release the line with Spring or leave the apple store the issue is back. Sprint indicates that it is a know issue with the Iphone 5 and apple says it is a network issue as Sprint's network is not up to par with the Iphone and can not meet the expectations on the Iphone 5.
    I have attached a few picture, as you can see it clearly says I have 5 bars and 3g available but I have no connections what so ever.
    This issue affects all data and so I can not send or receive picture messages, use apps, or access the internet. The data goes in and out intermittently and it seems the phone chooses what I can and can't do.
    For example I can watch Youtube or Vevo videos but I can not access Facebook or Instagram.
    Is anyone else having this issue?
    I will soon loose my patience....
    I have reset my phone three time and have reset network and other setting mutltiple times.

  • I am unable to receive or send email from my IPAD.  The error message says "Connection to server failed".  Help!! geandreamer44

    I am unable to receive or send email from my IPAD.  The error message says "Connection to server failed".  Help!! geandreamer44

    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings
    You will have to re enter your Wi-Fi password.
    If nothing above helped, restart your router.
    No data is lost due to a reset.

  • HT4528 i upgraded from an iphone to a Samsung galaxy and now i am unable to receive text messages now from iphone users.the iphones think that my number is still another iphone and always sends a message as imessage.

    Upgraded from iphone to a Samsung and now i am unable to receive text messages from other iphone users unless they disable imessage .
    Being my original number was on an iphone is why this is happening .
    Please help. Almost everyone has an iphone

    You should have turned iMessage off before disabling the phone. Do you still have the phone so you can turn iMessage off? If not, you will need to go to Apple support on their website and delete the product from your profile.

  • Since updating to iOS7 I am unable to send or receive messages on my iPad. What can I do to solve this problem?

    Since updating my iPad mini I have been unable to send or receive messages. My iPad only wants to recognize contacts with apple products but still won't deliver a message to them. What can I do to solve this problem?

    Try restarting the device first..
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, then swipe the slider to power off.
    Then press and hold the Sleep/Wake button until the Apple logo appears.
    If that doesn't help, try here > iOS: Troubleshooting Messages

  • Mac Mail & POP Error Message - Unable to receive, Able to send

    I am in a bind -- our company (okay, me) had gotten fed up using Yahoo Small Business email (multiple problems with customer service, they deleted my email, their tech fixes take weeks, I could go on and on...), so we switched to Network Solutions, a company I've used personally and been pretty happy with. HOWEVER, we've switched over and a remote party who uses Mac Mail to access his email set up using the exact settings suggested by Network Solutions and is unable to receive email. He's able to send it (using Earthlink as the outgoing mail server), but he's unable to receive it, and it's becoming a BIG pain.
    He's running:
    Mac OS 10.4.6
    Mac Mail 2.0.7
    He receives the error message:
    "The server error encountered was: The server "mail.latitude-entertainment.com" cannot be contacted on port 110."
    He operates wirelessly using a home router for multiple computers and has Earthlink DSL.
    One bizarre twist: He's even not able to access the webpage for webmail (http://mail.latitude-entertainment.com)
    At first I thought it was a firewall issue, but he doesn't believe he has any firewall software installed.
    Needless to say, I'm an admin here looking like a fool in front of the big wigs. Not a good position. Network Solutions runs me down their usual list of things to look for, but not looking at the computer, I'm running blind (and he's not in a position to contact tech support himself).
    Any help out there?
    Any help would be appreciated.
    Laptop, not sure what type   Mac OS X (10.4.6)   Mac Mail 2.0.7

    Hello, and welcome to the Discussions.
    Probably the number one thing check and/or experiement with, is the form of the Username entered in the Mail Preferences when setting up the account. Mail is very precise about whether the form is the portion of the email address in front of the "@domain", or the entire email address. The standard will be set by the server, of course, Mail will not take Username from any place, other than the Username entry box in the preference, and not from the email address entry box.
    Have him try it each way. Do you access this server with Mail 2.0, or otherwise?
    Ernie

  • Oracle PL/SQL send/receive message in weblogic jms queue

    I am looking for a very simple way using oracle plsql to send and receive messages in a weblogic jms queues.
    Thanks

    Even i am looking for the same . Would be great if someone would help ..The jms setup has to be done in weblogic like the jms server, jms module, Jms connection factory , jms queue and then the jndi names . Now thw Problem here lies to me is that i really dont knw what should be the connection factory targets ,jndi names and where do i give the schema details as in the user name ,password , db name . Also if there is any explaination with eg on how to send /receive messages from a db trigger to jms queues .

  • Unable to send or receive messages for the Btinter...

    Hello
    I use Windows Live Mail to download my emails. This is working fine on two computers for other BT Internet and Gmail accounts. But one of my main BT accounts consistently receives the following messages on both computers:
    Unable to send or receive messages for the Btinternet (xxx) account. 
    Server Error: 0x800CCC90
    Server Response: -ERR inactivity timeout
    Server: 'mail.btinternet.com'
    Windows Live Mail Error ID: 0x800420CD
    Protocol: POP3
    Port: 110
    Secure(SSL): No
    Unable to send or receive messages for the Btinternet (xxx) account. Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems or a long period of inactivity.
    Server: 'mail.btinternet.com'
    Windows Live Mail Error ID: 0x800CCC0F
    Protocol: POP3
    Port: 110
    Secure(SSL): No
    The messages for this account are available via webmail, and sending an email works. 
    I've tried BT Desktop Help, but this simply sends me in the direction of standard advice pages. I have no reason to think the settings are wrong. 
    Could anyone suggest what is going on here please?

    LesHarg wrote:
    Hello
    I use Windows Live Mail to download my emails. This is working fine on two computers for other BT Internet and Gmail accounts. But one of my main BT accounts consistently receives the following messages on both computers:
    Unable to send or receive messages for the Btinternet (xxx) account. 
    Server Error: 0x800CCC90
    Server Response: -ERR inactivity timeout
    Server: 'mail.btinternet.com'
    Windows Live Mail Error ID: 0x800420CD
    Protocol: POP3
    Port: 110
    Secure(SSL): No
    Unable to send or receive messages for the Btinternet (xxx) account. Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems or a long period of inactivity.
    Server: 'mail.btinternet.com'
    Windows Live Mail Error ID: 0x800CCC0F
    Protocol: POP3
    Port: 110
    Secure(SSL): No
    The messages for this account are available via webmail, and sending an email works. 
    I've tried BT Desktop Help, but this simply sends me in the direction of standard advice pages. I have no reason to think the settings are wrong. 
    Could anyone suggest what is going on here please?
    Hi. Welcome to the forums.
    For starters, the recommendation by many people is to uninstall BT Desktop help.
    If this has always been the case, rather than a sporadic issue, then it could be an account problem that seems to plague some accounts - and has done for years. Hopefully the changeover from Yahoo! to Critical Path will cure this particular issue. Try the other settings mentioned by Keith.
    Even though some accounts are fine, there is still a possibility that your local security software can interfere. For example if you have email scanning turned on - then this can be turned off to see if that helps.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

Maybe you are looking for