[GTK+/Libwnck:] signals not being sent on second popup [SOLVED]

I'm having trouble getting the "viewports-changed", "window-opened", and "window-closed" signals getting sent to the functions in
Diff between the last implementation of the first patched version w/dbus and the reimplementation of dbus: http://pastebin.com/fk0fvUfc
Judging by the diff in the above link, I think it either has to do with how I refreshed the menu or with how dbus is telling the menu...but other than that, I do not know
Files that are possibly related to this problem:
http://compizboxmenu.git.sourceforge.ne … .c;hb=HEAD deskmenu.c
http://compizboxmenu.git.sourceforge.ne … .c;hb=HEAD deskmenu-wnck.c (lines 333-351, 618-647, it is not receiving the mentioned signals, which causes these functions to not carry out properly)
http://compizboxmenu.git.sourceforge.ne … .c;hb=HEAD deskmenu-menu.c (most likely 1063-1073)
http://compizboxmenu.git.sourceforge.ne … .h;hb=HEAD deskmenu-menu.h (most likely for missing variable?)
I also ran this through valgrind, if that helps solve this problem:
valgrind ./compiz-boxmenu-daemon
==28822== Memcheck, a memory error detector
==28822== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==28822== Using Valgrind-3.6.0 and LibVEX; rerun with -h for copyright info
==28822== Command: ./compiz-boxmenu-daemon
==28822==
Starting the daemon...
Creating cache...Done creating cache!
Cacheing new non-default file...
Done loading ./menu.xml!
/home/shadowkyogre/.themes/Dust TrueDark2/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.
==28822== Invalid read of size 1
==28822== at 0x804EB40: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x804EF37: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x4919A80: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x491DB71: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x491E34F: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== Address 0x6371b1a is 0 bytes after a block of size 74 alloc'd
==28822== at 0x4024A18: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==28822== by 0x4924873: g_malloc (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x493E1E8: g_strdup (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x804EB1E: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x804EF37: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822==
Checking cache...
Done loading ./menu.xml!
Checking cache...
Done loading ./menu.xml!
==28822== Invalid read of size 1
==28822== at 0x804EB40: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x804F11B: window_state_changed (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x40C7A3E: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x40DE706: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x40DF627: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x4919A80: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x491DB71: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x491E34F: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== Address 0x65f2ada is 0 bytes after a block of size 74 alloc'd
==28822== at 0x4024A18: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==28822== by 0x4924873: g_malloc (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x493E1E8: g_strdup (in /usr/lib/libglib-2.0.so.0.2600.1)
==28822== by 0x804EB1E: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x804F11B: window_state_changed (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
==28822== by 0x40C7A3E: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28822== by 0x40DE706: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822== by 0x40DF627: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28822==
==28822==
==28822== HEAP SUMMARY:
==28822== in use at exit: 2,653,318 bytes in 62,444 blocks
==28822== total heap usage: 103,815 allocs, 41,371 frees, 12,976,126 bytes allocated
==28822==
==28822== LEAK SUMMARY:
==28822== definitely lost: 2,574 bytes in 13 blocks
==28822== indirectly lost: 7,080 bytes in 350 blocks
==28822== possibly lost: 1,998,491 bytes in 50,236 blocks
==28822== still reachable: 645,173 bytes in 11,845 blocks
==28822== suppressed: 0 bytes in 0 blocks
==28822== Rerun with --leak-check=full to see details of leaked memory
==28822==
==28822== For counts of detected and suppressed errors, rerun with: -v
==28822== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 125 from 10)
Valgrind output of the old version that used the previous implementation dbus method
valgrind ./compiz-deskmenu-menu -m ./menu.xml
==28928== Memcheck, a memory error detector
==28928== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==28928== Using Valgrind-3.6.0 and LibVEX; rerun with -h for copyright info
==28928== Command: ./compiz-deskmenu-menu -m ./menu.xml
==28928==
/home/shadowkyogre/.themes/Dust TrueDark2/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.
==28928== Invalid read of size 1
==28928== at 0x804D9B0: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
==28928== by 0x804DDA7: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
==28928== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28928== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28928== by 0x4919A80: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
==28928== by 0x491DB71: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2600.1)
==28928== by 0x491E34F: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
==28928== Address 0x50bf6c9 is 0 bytes after a block of size 73 alloc'd
==28928== at 0x4024A18: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==28928== by 0x4924873: g_malloc (in /usr/lib/libglib-2.0.so.0.2600.1)
==28928== by 0x493E1E8: g_strdup (in /usr/lib/libglib-2.0.so.0.2600.1)
==28928== by 0x804D98E: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
==28928== by 0x804DDA7: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
==28928== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
==28928== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28928== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
==28928==
==28928==
==28928== HEAP SUMMARY:
==28928== in use at exit: 2,634,335 bytes in 61,731 blocks
==28928== total heap usage: 97,364 allocs, 35,633 frees, 13,140,481 bytes allocated
==28928==
==28928== LEAK SUMMARY:
==28928== definitely lost: 2,172 bytes in 7 blocks
==28928== indirectly lost: 7,080 bytes in 350 blocks
==28928== possibly lost: 2,065,489 bytes in 52,537 blocks
==28928== still reachable: 559,594 bytes in 8,837 blocks
==28928== suppressed: 0 bytes in 0 blocks
==28928== Rerun with --leak-check=full to see details of leaked memory
==28928==
==28928== For counts of detected and suppressed errors, rerun with: -v
==28928== ERROR SUMMARY: 3 errors from 1 contexts (suppressed: 125 from 10)
I notice that I also get these errors:
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
(compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
Maybe the functions creating these lists are trying to access the previous versions of these widgets, which were cleared.
[EDIT]: Solved by having these functions not refer to any of the old widgets by removing their listening to signals.
Last edited by ShadowKyogre (2010-12-04 01:01:15)

Hi benopotamus,
you need threads or generators, see here: https://wiki.gnome.org/Projects/PyGObject/Threading
Last edited by spookykid (2015-03-22 09:41:13)

Similar Messages

  • Idocs not being sent from 4.6c to 6.0 system

    Hello,
    I am sending Idocs from a 4.6c R/3 system to a 6.0 R/3 system. I can see that the Idocs are being created and sent to port OK (status 03) in the 4.6c system but not able to see the Idocs in the 6.0 system.
    Actually, there are 2 cases but in both cases I am using the same function module 'ALE_DISPUTE_CREATE' to send the Idocs but only in the first case Idocs are received in the 6.0 system. I checked the parameters of the function module in both the cases and they are same in both the cases with the only difference being the values.
    One more difference is the way the data is prepared . In the first case, 'FDM_CASE_DATA_PREPARE' is used to prepare the data and in the second case I am creating the data using normal data extraction and internal tables after which I pass the datas to the function module 'FDM_COM_CASE_CREATE' which is also used in the first case.
    'ALE_DISPUTE_CREATE'  is within this function module.
    I checked the queues in both the systems and did not find anything stuck there. One more interesting case, If I copy the Idocs which are not being sent using WE19, the Idocs are being sent correctly and received correctly in the 6.0 system.
    Please advice.
    Thanks,
    Laxman.

    Hi Laxman,
    You said that the Status of the IDOC at sender side is '03', have you checked the status of IDOC in reciever system. Check  the details of DOC using WE02. Use BD87 to Monitor the messages issued during IDOC processing. These messages will help you to reach to the exact problem.
    Regards,
    Vaishali.

  • AC 5.3  Critical Action Alert Emails not being sent

    HI:
    We have set up Critical Action alerts for a couple of transactions and while the on-line alert logs are being generated correctly, the alert email is not being sent to the Risk Owner.
    Does anyone know where I can trouble shoot this issue?
    Thanks,
    Margaret

    >
    Alpesh Parmar wrote:
    > Margaret,
    >
    >     Have you set up the SMTP server in visual admin? RAR needs to use this server details to send out an email.
    >
    > Alpesh
    Hi AlpeshMargaret,
    Where are the instructions for setting up the SMTP server in visual admin for the purpose of Alert Generation? I am not seeing this in the Configuration Guide. Could you point me to the correct documentation?
    Thanks!
    Jes

  • Rebate Agreement Statement not being sent automatically

    Hi SAP experts,
    I am currently investigating why 3rd Party Commission Agents are not receiving Settlement Statement Details automatically.
    Can anybody help on where the setting can be incorrect or why the communication are not being sent.
    In FI transaction FBL5N everything looks correct.
    Any help is welcome
    Regards
    Roger

    Hi Roger,
    I have a doubt? Who must receipt the e-mail? the customer or the sales agent?
    If the agent must receipt the e-mail perhaps you can create a Z-FIELD for the email of the agent (with the BADI 'CUSTOMER_ADD_DATA' and 'CUSTOMER_ADD_DATA_CS' (in table KNB1 eg) and in the enhancement populate the field FINAA-INTAD with the email of the agent if BKORM-EVENT is the right correspondence (it works as a filter).
    I hope this helps you
    Regards,
    Eduardo

  • Alerts not being sent

    Alerts are currently only being sent if the person who created the alert is a recipient. This is a huge problem. Alerts are a big selling feature of Business One, however we just learned that alerts are not being sent unless the person that created the alert is also a recipient. We have clients who might send 75 - 100 alerts per day. Especially useful for sending email alerts to sales personnel or technicians in the field who do not have access to SAP Business One. To say that the person who created the alerts (normally manager) must be a recipient is not practical. Most clients have a user who must use the manager login so they get the alerts.
    If this is the only solution, SAP should provide a free user that can only create and setup alerts thus would no longer be a problem

    Yes I am sure and the following is the information received from SAP escalation pasted into this post
    Case 1
    Manager is logged in ONLY
    Manager configures an alert and Sends the alert to Sophie( tick Email box )
    Results => alert will not be received via email
    Case 2
    Manager is logged in ONLY
    Manager configures an alert and Sends the alert to Sophie and Manager
    Results => alert will be received via email  by Sophie and manager as manager is one of the recipients.
    Case 3
    Manager is logged in ONLY
    Sophie Logs in
    Results => alert from Case 1+ 2 are received via email, as Sophie is a recipient
    => It seems that one of the recipients needs to be logged to B1 in order to trigger the email sending process.

  • All of a sudden my IMessages only from my boyfriends IPod to my IPod touch five are being received in my email and not being sent to my IMessages what do I do to fix it and be back to reviving them in my IMessage

    All of a sudden my IMessages only from my boyfriends iPhone4 to my IPod touch five are being received in my email and not being sent to my IMessages what do I do to fix it and be back to reviving them in my IMessage's we both updated our divises to the iOS 7 and mine to the ios7.0.2 his at first just stopped sending to me period but then I turned of IM then reset networking settings then turned back on my IM and also turned my device off and back on now reviving them in my email

    I do not want to download another virus program.. I do not believe it is a virus. I am running the full version of Norton 360 and it is doing a daily scan. I have Windows 7, 64 bit OS.
    This is very irritating !! If I wanted Yahoo I would ask for it !

  • HT4623 My messages are not being sent. Can someone help?

    My messages are not being sent. Can someone help?

    Alan, how you're doing?
    You already know issue is not with the email account, since it's working on another devices.
    Now you have to define whether it is a user specific or system wide issue.
    Create another user account through system prefereces > users and groups. Try to set up account on the new test user.
    If it works, get back to your main account, open mail application, go to menu > Window > open activity and connection doctor (Make sure you organize these tools in a way that allows you to see both mail windows and activity/ connection doctor... Now, try to send a test email and you will see where the issue is.
    Then...
    Go to mail preferences > select your email account > click the - button to remove it and + to readd account.
    Fill your full name, email address and password. Now, hold down option key and press continue... Insert incoming and outgoing information.
    Any doubts, feel free to ask.

  • Since upgrading to iOS7 some text messages are not being sent, iMessage on my Ipad and MacBook doesn't have my phone number registered and my reminder colour on my Iphone keeps changing ... among other things

    Since upgrading to iOS7 some text messages are not being sent on my iPhone 5, iMessage on my Ipads and MacBook doesn't have my phone number registered and my reminder colour on my Iphone keeps changing ... among other things. Any suggestions to fix these faults?

    Make sure People Sending you via iMessage are sending their messages on your PHONE number not on your EMAIL addresses . My sister had the same problem, thats how i managed to solve it!

  • Workflow Notification Mails Are Not Being Sent

    Hi
    we are running 11.5.10.2 version , some times Workflow Notification Mails Are Not Being Sent , so how should i start diagnose this issue.
    Regards

    Dear Hussein
    thanks for your reply, below are the log messages from the todays file FNDCPGSC6854.txt
    [May 12, 2009 1:21:12 PM AST]:1242123672450:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProces
    sor.send(Message)]:Problem encountered when sending to {[[=?UTF-8?B?2LXZhNin2K0g2LXYp9mE2K0g2LnYrNmE2Kf
    Zhg==?= <[email protected]>]]} -> javax.mail.MessagingException: 451 Timeout waiting for client input
    [May 12, 2009 1:21:12 PM AST]:1242123672451:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.SMTPMessageHandler
    .sendMessages(String)]:MessagingException -> javax.mail.MessagingException: 451 Timeout waiting for cli
    ent input
    [May 12, 2009 2:03:48 PM AST]:1242126228129:Thread[inboundThreadGroup1,5,inboundThreadGroup]:0:-1:DAREB
    S:172.30.2.45:-1:-1:UNEXPECTED:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.IMAPInboundProc
    essor.moveMessage(Message, String)]:Unable to move message {null} -> javax.mail.StoreClosedException: *
    BYE Microsoft Exchange Server 2003 IMAP4rev1 server version 6.5.7638.1 closing connection due to timeo
    ut.
    [May 12, 2009 2:17:01 PM AST]:1242127021657:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProces
    sor.send(Message)]:Problem encountered when sending to {[[=?UTF-8?B?2YXYp9ix2KrZhiDZgdmG2YrYsg==?= <mvi
    [email protected]>]]} -> javax.mail.MessagingException: 451 Timeout waiting for client input
    [May 12, 2009 2:17:01 PM AST]:1242127021658:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.SMTPMessageHandler
    .sendMessages(String)]:MessagingException -> javax.mail.MessagingException: 451 Timeout waiting for cli
    ent input
    [May 12, 2009 3:49:02 PM AST]:1242132542705:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProces
    sor.send(Message)]:Problem encountered when sending to {[[=?UTF-8?B?2KfYtNix2YEg2KfZhNiz2YrYryDYp9it2YX
    YryDYtNio2YQ=?= <[email protected]>]]} -> javax.mail.MessagingException: 451 Timeout waiting for clie
    nt input
    [May 12, 2009 3:49:02 PM AST]:1242132542705:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-6854-10006 : oracle.apps.fnd.wf.mailer.SMTPMessageHandler
    .sendMessages(String)]:MessagingException -> javax.mail.MessagingException: 451 Timeout waiting for cli
    ent input
    [May 12, 2009 4:03:08 PM AST]:1242133388437:Thread[outboundThreadGroup1,5,outboundThreadGroup]:0:-1:DAR
    EBS:172.30.2.45:-1:-1:UNEXPECTED:[fnd.wf.mailer.URLMIMETagListener]:oracle.apps.fnd.wf.mailer.URLMIMETa
    gListener.editStyleRef(HTMLTagEvent, String) Making a connection to {http://oracle.kannon.com:8000/OA_
    HTML/cabo/images/cache/cmbts.gif)} returned {404 - Not Found}. Leaving as a reference

  • Emails are not being sent on Document sharing

    Hi everyone,
    I have a created a documnt library and made it available for users. The issue is that emails are not being sent when a user creates/Uploads a document and share it with other users. Please refer below screenshot.
    Further, emails from approval workflows are being sent properly.
    Do i have to look into exchange server or sharepoint needs to be configured?
    Please suggest a workaround.
    Thanks
    -Ahmed Khan

    Hi ,
    Based on your description, my understanding is that emails are not being sent when a user share a document with other users.
    I have done a test on my SharePoint 2013, I can’t reproduce the issue.
    Did all users not receive the emails? You should check outgoing email for a SharePoint 2013 farm.
    Here is a link about how to Configure outgoing email for a SharePoint 2010 farm, you can take a look at:
    http://sharepointgeorge.com/2010/configuring-outgoing-email-sharepoint-2010/
    Best Regards, 
    Lisa Chen

  • EWA Report not being sent for two systems

    Hi Experts,
    We are having one issue in EWA Report in solution manager. Searched hard but could not find solution.
    Our solution manager is configured to provide EWA for 4 systems- ECC, BW, PI and Solution manager itself.
    The configurations are in place to the extend that we are able to view the weekly reports in Solution manager.
    Issue is -
    1. We are able to recieve mail notification for Solution Manager and ECC but not able to get for BW and PI.
    2. The ECC report is coming ok, but Solution manager report is blank.
    The places I checked the configuration -
    1. SDCCN for all systems.
    2. SOLMAN_EWA_ADMIN - all systems active and chcked for EWA
    3. Background Jobs for all systems -Maintenance Package, Refresh Session, Earlywatch Alert for Solution Manager
    4. Background Jobs related to the task including SM:EXEC SERVICES
    Later on I deleted and rescheduled the job SM:EXEC SERVICES to make sure it covers all systems.
    Data is visible in Solution Manager but report is not being sent over mail for two systems- BW and PI.
    Solution manager report is being sent but empty.
    Please suggest.
    Regards,
    Sabita

    Hi,
    what is your ST verison? check this note applicable or not
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1496931|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1496931]
    and chek the version of your service updated ST_SER too, patch this also solve the issue
    refer this [Note 1482818 - Service updates ST-SER 701_2010_1|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=0001482818&nlang=E]
    Jansi

  • Batch Process mail notifications not being sent

    Racking my brain on this. On our prod 9.3.1 server, we reconfigured the mail server/database. I logged in as the application owner to establish the mail in application settings. Under workspace/administer/notifications I am able to successfully send a test email.
    The emails are not being sent for any of our workspace reporting batch processes. What log would be associated with this for further review?
    JTS

    FR_GLOBAL_PROPERTIES didn't have the smtp server populated..once populated and then the scheduler service restarted the emails are working..
    JTS

  • Hotmail emails not being sent

    I went through my junk email folder (msn.com) last week and mistakenly clicked on a link which looked like it was sent from best buy.  I noticed after it was too late that it was not from best buy.  This scared me so I cleaned out some of my contacts- now I am noticing that emails I am sending out are not being sent. 
    My questions: 
    1) can someone hack into my msn email account even though I use an ipad/safari?
    2) when I cleaned out my contacts, did this prevent my emails from being sent?
    3) is it possible for a hacker to divert my sent emails?
    Thank you!

    SOZY Q wrote:
    I can't understand why emails sent by recipients with Yahoo, Gmail, or Hotmail (etc) accounts are not being received by my iPhone. Everything else comes seems to come through... Just to confirm, these are not accounts that I've created but rather email servers for family, friends, and clients that need to copy to my iPhone.
    Any suggestions where I can adjust settings to allow these emails to come through? Muchly appreciated.
    Who is your email provider? Is it one of the free services or a work account?
    Do the emails show up in your inbox when you check from a computer?
    Do you have any filtering rules set up on your email account that would automatically direct the emails to a folder other than your inbox?

  • Images not being sent with forwarded emails

    Hi,
    When I forward an email sent to me that has attached images, those images are not being sent when I forward the email.
    Yes, I am being asked to "Include" the attachments, and I click the Include button.
    I see the images in my message to be forwarded just before I send it, but the recipient does not get the images.
    Any assistance would be appreciated.
    Thanks

    Posts: 26
    From: New England
    Registered: Oct 15, 2005
    Forwarding Mail fails to include pictures
    Posted: Nov 26, 2009 7:54 PM
    Reply Email
    Recently I've had a problem with my iPhone 3Gs when I forward an email that contains graphics. The graphic is fine on my iPhone but when it arrives the picture is missing. I am selecting 'include graphics'.
    I've re-booted - no change.
    I've restored from a backup - no change.
    I've restored without using the backup - no change (other than I lost a couple email accounts etc.)
    Anybody got any other suggestions?
    TIA
    Tim
    Intel iMac / MacBook Pro Mac OS X (10.6.2) 80 gig Classic iPod, 32 iPhone 3Gs
    wmdilson
    Posts: 3
    Registered: Oct 9, 2009
    Re: Forwarding Mail fails to include pictures
    Posted: Feb 14, 2010 9:31 AM in response to: Timothy Adams
    Reply Email
    I have been having the same issue since late September and been in touch with Apple support since. First they said they had no other reports on it so it was my phone. I started checking and found many other with the same issue. I called back and finally in November I was told they were aware of the issue and was working on it. The first week of January I called again and was told the update first week of February was going to correct this. I did the new software update and guest what....IT STILL DOESN'T WORK!!! It is now February 14th and I am on the phone once again for the same issue that was known back in October 2009. I am paying $30 for data plan that I can not utilize 100%. My question after being patient for 5 months is who is going to refund me a portion of my data plan? Apple or AT&T?? This is a software problem that really needs addressed. Apple just releases an iPAD and can't correct this email issue??
    iPHONE 3gs iPhone OS 3.1.3
    ernie goldstein
    Posts: 177
    Registered: Feb 1, 2005
    Re: Forwarding Mail fails to include pictures
    Posted: Feb 22, 2010 5:33 AM in response to: wmdilson
    Reply Email
    foward email
    Posted: Jan 29, 2010 10:14 PM
    Reply Email
    i have the 32 g 3gs iphone. i have no problem when i send pictures from iphone from my photo album. the problem i have is when i receive a email on my phone that has pictures not from someones photo album and i foward the email the people get the email but not the picture. all they get is ca blank square where the picture should be. i even fowarded to myself and the samething happens on my mac . I have called teck support & was told they are working on it. this is unacceptable. it should not take this long to fix this.
    imac Mac OS X (10.6.1)

  • Picture Messages not being sent with Moto X

    My picture messages are not being sent and I receive an error message saying it's an invalid address or couldn't send message.

    Having the same exact problem on my moto X.
    Any updates since you posted?

Maybe you are looking for

  • BEA server connector

    Does anyone know when the BEA server connector for Ganymede will be out? I really miss being able to run my bea test server from inside eclipse. Sorry if that isnt the official name for it. Thanks in advance troy

  • PP CS6 Won't Import .mxf Files

    The video is a green solid and the audio is the hissing 'noise' sound. The media playsback fine in WMV. What's the problem?

  • Widget browser / Spry 2.0 - install without internet connection

    Hello, everyone. Is there a way to install the widget browser and Spry Toolbar 2.0 into DW CS5 without an internet connection?  The dev network is isolated from the internet per company policy. Respectfully, ^_^

  • Output Determination Of Invoice (Thru MIRO)

    When a user posts an invoice through MIRO I want the system to create and IDOC of that invoice for transmission to an external party. How do I setup the output determination to make this happen? Points will be rewarded. Thanks.

  • QT DEAD ON SAFARI?

    help! i 've just installed my brand new mac pro. everything work ok ....except QT. the problem is the following: when i go to the internet with safari (or firefox, or explorer), all photos and videos in QT have a pale gray QT symbol with a red cross