Trouble with notification/event

Hi,
After trying to import an outlook event (ics) into iCal, it seems to block
part of the application. For example, I don't see my tasks anymore, I cannot
export calenders (the file select windows vanishes after a very brief appearance),
etc. The log file says:
2008-03-28 10:58:47.856 iCal[1028] rowHeight must be > 0
2008-03-28 10:58:51.421 iCal[1028] * Assertion failure in -[CALTaskOutlineView _uncachedRectHeightOfRow:], TableView.subproj/NSTableView.m:1127
Any advise how I can remove that notification event?
Thanks,
dirk

Had to identify and delete the respective calendar. Worked afterwards.

Similar Messages

  • Strange trouble with Notifications.

    Hello!
    I have a very strange (for me) trouble with notifications in OEBS 11.5.10 CU2. One user has sent a message to me. He said that he can't
    find his notifications from previos dates, so all his notifications have been lost. However nobody else have a trouble like him. Maybe somebody can tell me what is a reason of this problem. I think that it is a user actions, but I really don`t know what had he did.

    Welcome to the forums !
    Can you pl post the steps to reproduce the user issue ? Can you see the notifications if you are logged in with System Administration or Workflow Administrator responsibility ?
    HTH
    Srini

  • Trouble with keyboad events and thead

    hi ,
    i am havin a poblem with keyboad events and thead.
    i have used t.start() in the keyreleased event but the thread runs only for 1st keyreleased event then when i again release any key it gives me a run time error as follows.
    Exception in thread "AWT-EventQueue-0" java.lang.IllegalThreadStateException
    at java.lang.Thread.start(Unknown Source)
    at snake.key(snake.java:67)
    at snake.keyReleased(snake.java:34)
    at java.awt.Component.processKeyEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Window.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Sour
    ce)
    please help me out .

    You might want to reschedule a timer task instead of trying to start a thread again. Or you could modify your thread class in a way that you
    - check whether it's already running
    - if so, stop it
    - initialize the countdown or whatever you do
    - start it

  • Trouble with notifications - failed schema validation

    I am trying to send an Email notification from a workflow and am getting the following error:
    System.Web.Services: System.Web.Services.Protocols.SoapException: The request failed schema validation: The element 'Message' in namespace 'http://schemas.microsoft.com/exchange/services/2006/types' has invalid child element 'Header' in namespace 'http://schemas.xmlsoap.org/soap/envelope/'.
    List of possible elements expected: 'Sensitivity, Body, Attachments, DateTimeReceived, Size, Categories, Importance, InReplyTo, IsSubmitted, IsDraft, IsFromMe, IsResend, IsUnmodified, InternetMessageHeaders, DateTimeSent, DateTimeCreated, ResponseObjects,
    ReminderDueBy, ReminderIsSet, ReminderMinutesBeforeStart, DisplayCc, DisplayTo, HasAttachments, ExtendedProperty, Culture, Sender, ToRecipients, CcRecipients, BccRecipients, IsReadReceiptRequested, IsDeliveryReceiptRequested, ConversationIndex, ConversationTopic,
    From, InternetMessageId, IsRead, IsResponseRequested, References, ReplyTo' in namespace 'http://schemas.microsoft.com/exchange/services/2006/types'.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.ResourceManagement.WebServices.Mail.Exchange.ExchangeServiceBinding.CreateItem(CreateItemType CreateItem1)
       at Microsoft.ResourceManagement.Mail.ExchangeProxy.ExecuteCreateItem(CreateItemType request)
       at Microsoft.ResourceManagement.Mail.ExchangeServer.SendNotification(NotificationMessage message)
       at Microsoft.ResourceManagement.Mail.NotificationMessage.Send(Int32 timeoutInMilliseconds)
       at Microsoft.ResourceManagement.Workflow.Hosting.SendMailWorkItemProcessor.SendMailMessage(MessageContent messageContent, Int32 timeoutInMilliseconds)
       at Microsoft.ResourceManagement.Workflow.Hosting.SendMailWorkItemProcessor.ProcessWorkItem(WorkItem workItem
    It appears that the Exchange web service doesn't like the schema FIM is presenting. Anyone seen this? Is there a trace setting that will dump out the call to the Exchange
    server?
    I have tested that I can hit
    https://fqdn_server/ews/exchange.asmx
    from the FIM Service account and the certificate is correct.

    After getting product support involved, it turns out that we were pointing the FIM Service at an Exchange 2013 server but the mailbox had been created on and was physically stored on an Exchange 2010 server. By pointing FIM at the 2010 server or by trying
    to send notifications to mailboxes on the 2013 server, we could make it work. Moving the mailbox from the 2010 server to the 2013 server did not solve the problem. It had something to do with mailboxes that were originally created on a 2010 server but
    were accessed over EWS from a 2013 server.
    It also was not a FIM issue. We used an EWS diagnostic tool (EWSEditor) to test outside of FIM and saw the same results.
    The final result to get the specific user working for notifications was to create a new mailbox for them on the Exchange 2013 server.

  • Troubles with custom events

    Background:
    8.2 version
    I'm trying to throw/receive a custom event but nothing is working for the receive to work. Below is the event information.
    I create a process that throws the event. I create another process that has the event as, I have tried both Start point and Receive. It will not trap no matter what I do. How do I debug this?
    Cheers,
    Event:
    Asynchronous
    Event Data Template:
    <?xml version="1.0" encoding="UTF-8"?>
    <schema targetNamespace="http://www.ec.gc.ca/xsd/SampleData/" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.ec.gc.ca/xsd/SampleData/">
        <element name="SendEmail">
        <complexType >
            <all>
                <element name="EmailTo" type="string" />
                <element name="EmailFrom" type="string" />
                <element name="EmailSubject" type="string" />
                <element name="EmailCC" type="string" />
                <element name="EmailBCC" type="string" />
                <element name="EmailBody" type="string" />
            </all>
        </complexType>
        </element>
    </schema>

    Hi Jasmin,
    I have a custom event set up with a schema for the message as well as the main event. When I dispatch the event, the listener event I have set up does not receive the message body and I get an adobe.workflow.template.document.TemplateNodeNotFoundException: Template object ER1319221392779 not found.
    The event thrower is using a schema for the message body and the event receiver also uses an INPUT variable of type xml set to the same schema.
    Any idea what I'm doing wrong?
    Thanks,
    Jack

  • Trouble with ical events

    I have an unusual problem.  I cannot add an all day event in ical on the 30th Sept.   The event jumps over to the 1st Oct.   The same for any year.   Anyone ever had this strange behaviour?   The only way I can add an event on the 30th is to have it from the 29th to the 30th   All other dates things work fine.
    Using OS 10.7 on Macbook Pro.
    Thanks

    Only the question poser can set the "solved" or "helped" flag so not sure how come yours was set!
    Anyway all I'm saying is that I can set it so it's not everyone who has the issue it's more likely something restricted to your unique setup.
    Regards,
    Shawn

  • I have a new MacBook and I'm having trouble with the help section. I would like to rearrange the order of my photos with in an Event, how do I do this? I follow the directions but it will not work. Thanks for some tips.

    I have a new MacBook Pro and I'm having trouble with some of the Help sections. I want to rearrange the order of my photo's within an Event. I have followed the directions but it will not let me do it, what am I missing?  Thanks for any tips.

    Are you talking about iPhoto? If you are please post this in the iPhoto forum, thanks!

  • Im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    im having trouble with my ipad mini in regards with the icloud back up notification; if i press "ok" it doesnt dis appear, i couldn open my ipad/turn off because of this notification; whats the best way to get rid of this? please help

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Sudden trouble with Apps/Mail/Notifications

    Hello everyone, I was hoping you guys might know whats up with my Touch 5 and why it's acting weird. I've had it for a about a year now and never had any real problems with it until now. Also, I'm not particularly tech-savvy, so if these problems sound like part of a more obvious problem, let me know because I probably haven't thought of it.
    Anyways, I'm having trouble with a couple of apps (Facebook and Text+), as well as the standard email app. When I open them, all I get is a sort of blank page in the style of each app (Facebook has a blue bar at the top with a blank page, text+ is just green, etc). Sometimes the apps crash and return me to my home screen, sometimes they just stay locked in that sort of "loading screen" until I exit via the home button. I thought I'd delete/re-download the apps, but when I press the "X" on the app icon, the apps just continue to shake and I can't get them to stop. The power/home buttons do nothing, I can't swipe the screen, nothing. Eventually it just goes black for a second and then reboots on the lock screen without deleting the app (so back to square one, basically). I also tried to figure it out in the app/mail area of the settings, but clicking either app/mail in the settings just makes it lock up again until I press the home button, so that's another dead end.
    The other problem I've noticed over the past day is that my notifications haven't been working as well in the apps that DO work, like twitter/KIK/snapchat. They still come through when the iPod is in sleep mode, but they usually take a minute to actually appear in the app (particularly twitter). I didn't know if this could be related to the problems I mentioned above.
    So that's it. I'm open to any sort of help you may be able to offer. I can deal without Facebook and Text+ for a while, but the Email thing is troubling, and I'm worried that this is just the start of a bigger problem of some kind. Anyways, thanks in advance for any help, I look forward to your suggestions.

    How can it be a bug, when you use the test button it works?
    Have you got the [email protected] in the schedule for the user?

  • I am having trouble with my iphoto. I can't print from there or do much of anything. When i double click on an event it doesnt open. Any suggestions?

    I am having trouble with my iphoto. I can't print from there or do much of anything. When i double click on an event it doesnt open. Any suggestions?

    ~/Library/Preferences/com.apple.iPhoto.plist
    ~ = your home folder
    Here's a picture
    Chris

  • Trouble with calendar and events populating phone

    I am having a significant amount of trouble with getting my phone to populate my calendar and my events.  I have had trouble with this since I got my phone at the end of April and I am getting tired of it.  If i put new calendar entries in on my local calender or I sync from my active sync calender, the result is the same - nothing will show.  The strange thing is is that the reminders will open up, everything is invisible to me.  I've reinstalled the software and have been through the settings on my calender accounts.  I am a business person and this is very important to me and I am starting to get frustrated with this. 
    Any help would be greatly appreciated!

    Ok, I finally figured it out or better I finally got it to work after playing with it. For those who have the same issues I will give you the steps I have taken. It might sound a bit senseless but I didn't know what I was doing might actually make it work.
    Anyways, I read somewhere that in order to be able to set a default Calendar in Settings they added a CalDAV account. I didn't have one but I do have a gmail account. Before adding that I tried again turning on and off the iCloud calendar which didn't help.
    Then I went to the ical app on the iphone and added a new calendar which I called the same as my main one on the iCloud site (HomeCloud). I rebooted the phone every time I made a change. But didn't help either.
    Then I deleted my iCloud account on the iphone reboooted and added it again, rebooted. Now the "Calendars" calendar was not on the iphone anymore but I could see my main HomeCloud, my UK Holiday and the gmail account calendar but nothing was synced.
    Last step I tethered the iphone to my imac and synced via iTunes again and voila I could see everything synced correctly. Last thing I had to uncheck the gmail calendar on the iphone because it was set as the default and now the events I put in the iphone sync correctly with the iCloud site and my icals on my machines.
    I hope this will help whoever has the same issue.

  • Having trouble with double entries in ical after installing Lion.  After entering an event, another one pops up right next to it.

    Having trouble with double entries in ical after installing Lion.  After entering an event, another one pops up right next to it.

    Check iCal preferences, the Accounts Tab. You might have duplicate accounts.

  • Trouble With E-Mail Notifications

    I'm having some problems getting e-mails to my pager. I have two e-mails set up:
    [email protected]
    [email protected]
    When I test the two e-mail addresses, I receive the e-mail. However, when an alert is encountered, email is only sent to the first e-mail. I deleted the first e-mail, but I still can't get the e-mail.
    Is the a bug perhaps have trouble with ".page".
    Any thoughts would be appreciated.
    John

    How can it be a bug, when you use the test button it works?
    Have you got the [email protected] in the schedule for the user?

  • Trouble with PDK portlet event

    Hi everybody!
    I have a problem with my PDK portlet (Portal 10.1.4).
    When rising event with some event parameter more than 1 time, my browser go to strange link like "http://myhost:myport/portal/event/portal/page_path/tab_name".
    First time it works fine, it passes parametere to the page, than page passes parameter to omni portlet. When i click it second time i get an incorrect link.
    Does anybody now anything about this problem?

    It's strange, but in opera it goes to another URL. Something like
    "http://host.domain/portal/page/<u>null</u>/page_path?page_params&values"
    It answers "Request does not include Database Access Descriptor (DAD) information or the specified DAD is invalid."...
    I watched throw the sources of first(before rised action) and second (after) variants of my page and there is another interesting thing i have found:
    First time it has no information in omniportlet. That's cause no parameters passed there. So if we watch the source we'll find nothing.
    Second time <FORM> named like "form_11038_OMNIPORTLET_11722825_0" appears. It contains text and 1 href. That's cause one parameter were passed.
    But it has no </FORM> tag at all !!!!! so it identifies form of my portlet as a part of itself !!!
    So this new form (omniportlet) causes the error.
    Can anybody help me with this error??? Or it's oracle bug???
    PS. I apologise for my english.

  • The trouble with 'expression' -- how to edit that

    I just walked to the corner bodega ( even though its korean sooo bodega is misleading ).. to get some beer...
    ITS BEER THIRTY -- yipee !
    and on way back down the block where I live ( which is suburban ) some boy kid on a bike was riding and playing with a girl kid ( probably was his slightly older sister - these kids probably around 12 years old ) in front of a rental property with some spanish americans hanging out in their cemented yard on hammocks near bar b q...with their own kids...(they have planted another hopeful "veg garden" around the perimeter of their so called yard...tomato plants etc )...so anyway, the picture here is a "neighborhood" of sorts with a somewhat lower middle class family atmosphere in a fairly lower class area on the verge of becoming middle class ( with God's help ).
    And anyway, I passed by the boy kid on the bike and smiled at him cause he seemed to be a decent kid having fun with his friend ( they were sorta laughing about something and having fun before I showed up as the big "adult" and looked at me ). His smile back was like sunshine and true and he immediately recognized he could keep having fun with his friend and I wasn't a "threat" , but instead some sorta "neighbor".  She did the same more or less ( I think she had some devious design re: the game they were playing ... like " OK, you think you're so great on that bike, try to CHASE me ! " or something like that....kid stuff... and fun thank God.  This neighborhood has it's share of bad things going on in the streets at times.  And that leads to my focus on " The trouble with expression".
    A lot of people, like me for example, can't express themselves well in some ways. I didn't say , " Hi there kids !  What's new ? " when I met them on the way back from the bodega.  I didn't stop and ask what the heck they were laughing about.  Nor did I speak to the spanish people adjacent to the kids ...in their "yard" ...with the bar b q and hammock and obvious friday afternoon socializing they were into....
    We in nyc area are typically a mixed bag of races... I'm white, kids were african amer ( black but more like brownish if you ask me ), spanish people like mexicans IMO... who cares.  This is suburbia so you can imagine how more mixed it is in the city.
    Anyway, the reason I don't express myself so well in situations like that ( spontaneously on the street ) is cause I used to stutter real bad as a kid.. couldnt talk... so I clamed up. All my life I've been fighting that disability ( and other "challenges" re: learning, reading , writing, asthma , etc ) in terms of the "repercusions".  Kids like me make fun of me cause I stutter...I can't fight back verbally and lash out physically... become a "maniac".  Get kicked out of city schools etc...  Trouble maker.  Can't express myself, fight back with words....when kids are mean to me. After a while they dont matter much as if they are mean I just keep quiet and keep mouth shut and start "thinking" instead... how to keep on top of this person and not let things get crazy... meet the challenge.
    Turns out I'm not stupid and at some point my being " quiet" becomes a positive thing.. peers start asking my advice.. I'm suddenly a " deep thinker" in their eyes.  I go from being disabled ( stupid ) to being " a deep thinker" about the age of puberty... when nobody knows what they are doing anymore.
    I start thinking about expressing myself some other way than talking.. like maybe draw pictures... paint stuff, do things to have fun with people that doesnt put me in the " limelight".. where I have to talk etc.  More success follows this tendency to socialize and express myself... and I discover that chics like the strong silent type.
    ( I have been into gymnastics thru my fathers infactuation with it since age 2 -- which I think eventually ( inadvertantly ) " cured me " of many of my learning disabilities etc --  (talk to an OT about this and modern child development stuff to know what I mean here )
    Meanwhile I am very fond of dogs as my family has dogs one after the other and I am one of their best friends. I find I can communicate with dogs better than I can communicate with people sometimes.  This seems to be a problem in some cases with some people, but for me it never got crazy... where I " loved dogs " more than I " love people ".  I have never loved any dog more than any person and shudder when I think of those who do.  Those people who do have more problems than I ever had to deal with.
    And now, after all these years ( I am now 60 ), working on movies and tv stuff etc as a crew person with some college fine art schooling ( eventual photo major ) to get me started, I got into this " editing " stuff... A program I can actually " use " on my mousey computer introduces me to a more " final product " than I ever had access to before.
    BUT I don't shoot motion pic stuff, cant afford that - and never could before basically, and now I think about the triple threats and future of movies and tv as a business... as well as the tools ( in this case the editing programs in conjunction with the cameras ( arri, panavision etc ) ) and the desire to express something ...
    This has to be ( if you want an audience ) ... " tell a story ".  You could just put a camera on a rocket ( strap it to the rocket ) and shoot the takeoff etc and show that.. but you need a V.O. saying " well, I just shot off a rocket and this is what it looked like"...to bring the experience to the audience... or else IMO there is no story.
    Which leads to what's going on now in the world of reality tv, episodic tv , some big movies, etc.  Telling a story is more than showing you stuff that you just wouldnt have seen if you hadn't been there yourself. Telling a story is more like saying something that bridges the gap between your own experience of life and its challenges ( of being part of your neighborhood and making sense of your own childhood and being an adult now maybe ).. and what others also have gone through to get to the same conclusions....
    This is the object of " expression" IMO, whether you can talk about it, draw pictures about it, or make music about it...
    And the editing program is a tool to help do that.. it is not the end all or purpose of life or the " personal crusade" in the long run.
    It's one reason scary snakes often shock people out of their desire for comfort and predictable living... makes you think about that one serpent in the garden of eden you create for yourself .... and IMO who cares what editing program you use to write that and shoot it ??

    Steve Grisetti, the MOD of the Premiere Elements forum and co-founder of a video/photo/editing Web site, Muvipix, did a nice article, "Don't just make a movie - tell a story." His audience was more consumer video editors, than the folk that we see around here, but his points were well-made, and were embraced by many in the Muvipix community.
    I think that too many, forget that concept - and I am talking Hollywood and NYC here. It's almost as if, when the story breaks down, they instinctively know to throw in a car chase, or big explosion.
    I know that I cite it too often around The Lounge, but that was what I enjoyed most about the LOR trilogy. It told a story. Now, though I had some exposure to the story, when much younger, I have to admit that I never read Tolkien, though almost everyone, that I knew, was busy with every book. Still, I only knew some of the high points, and not much more. However, almost immediately, I was drawn into the story, and only wished that I did not have to wait so long between episodes. The FX were cool, and I am a technoid sort, but it was the story that hooked me. I had read several articles on the FX production, so WAS looking for some of that, but what I wanted was the story. This is one that I will buy the BD "Director's Cut" of, and do a marathon. I have seen each segment, maybe three times, but never back to back to back. I still need to fill in a few blanks, and an entire day of viewing should do that - no phone, no visitors, nothing but LOR.
    As far as human communications, I can talk, even more than I write here, but only concerning things that I care about. I am horrible at "small talk," and would rather addrss an auditorium of 10,000, on something that matters to me, than talk about the weather to a single person at a fund raiser. Not that long ago, I was seated next to a potential donor at a charity dinner. I was rather dreading it, and when she mentioned that she did not drink (what, no wine?), I was worried. At some point, early in the evening, the subject turned to politics. Now, I usually am very quiet on my feelings, as they are not exaclty politically correct, and worry about hurting feelings, or making a scene. I fielded a question on Senatorial candidates, and just decided to answer from my heart. Her eyes lit up, and I did not notice that the event had ended. Her husband was standing, as was my wife, and we were talking politics, talk-radio, FoxNews, Senator John Kyl, Will Rogers and much more. I found that we were kindred spirits. Finally, our spouses pulled us apart, and we departed. We continued that conversation at 2 - 3 more events during "the season." One day, my wife informed me that she had just given $10M to the foundation - the largest single gift ever. At least she wasn't a screaming liberal, as I would surely have really messed up the deal... However, had it all been small talk, I would have found a reason to excuse myself and hide in the bar for a few hours.
    Also, the way that our society has developed, I will smile, nod, and say "hello" to strangers on the street, but always leave it at that. I am sure that many walk past and think "he wasn't all that friendly." They are probably right, but at least I was pleasant to them and did not rob them! Heck, I will usually tell telemarketers, "No, but thank you for your generous offer on that time-share... "
    Hunt

Maybe you are looking for