Problem editing events

I can't edit events for which I am the organizer. It gives a solution for this problem in Help--it says I most likely accessed my calendar from another email address, I need to check my address card, etc...But I have done nothing of the sort, and I do not even have an address card apparently. Frustrating!

It might be something that can be only edited while logged into the Google calender on a PC via the web.  I know that there are limitations for the type of reoccuring options on the phone.  There are more options within the PC version.

Similar Messages

  • Problem editing event

    I had a system crash and had to reload my Palm Desktop software.  After loading, I synched it with my Tungsten E2 and everything seemed fine until this morning when I tried to edit a recurring event.  When I got to the screen that asked if this was for just the current event, future events, or all events, I got an error message saying that the software had encountered a problem and would be shut down.  Any suggestions as to what I can do to fix this problem?  I have tried shutting down and restarting, but the same thing happens.  I am using Palm Desktop top version 6.2.2
    Post relates to: Tungsten E2

    Hey TriniteAutomation,
    Thanks for the question and detailed information. Have you attempted to quit the calendar application, then restart your computer?
    OS X Mavericks: Quit an app
    http://support.apple.com/kb/PH13744
    Thanks,
    Matt M.

  • Can no longer edit events in Calendar on iPod 2ndG

    We have a MP, MBP, iPhone 4S and iPod 2nd G and to be able to sync Calendar and other programs on iCloud we installed Lion. We used to sync the iiPod to the MP but after switching to Lion shifted it to the MBP and she can no longer edit events on Calendar. Is this a setting problem or is it an issue with the IOS 4 on the iPod? Do we have to get an iPod that will accept IOS 5?

    Doing an entire report in a table is such a bad idea and really unnecessary.
    Sounds like you need to update both Pages and your user tag.
    Are you actually on OSX 10.6.8 and what version of Pages are you using?
    Menu > Pages > About Pages
    Peter

  • Unable to edit events in iCal

    Unable to edit events in iCal?
    When tap event, just get details,
    Can't delete event

    For the last 2 days, I have been having the same problem. I cannot edit ical events on my iphone, specifically those who habe been sync-ed to & from my MacOS (under Mountain lion 10.8) Calendar.
    I have reset my sync history on the Mac (running the reset.pl script), but to no effect.
    Please help.

  • ICal crashes when I try to edit events

    I cannot edit events in iCal. When I double click on the event iCal crashes instantly. I have to edit my events with my iPhone or iPad.
    How can I solve the problem?  Brand new iMac with Mountain Lion...A bug I suppose?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in the Console window, look under User Diagnostic Reports for crash reports related to the process. The report name starts with the name of the crashed process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Problem with event handling

    Hello all,
    I have a problem with event handling. I have two buttons in my GUI application with the same name.They are instance variables of two different objects of the same class and are put together in the one GUI.And their actionlisteners are registered with the same GUI. How can I differentiate between these two buttons?
    To be more eloborate here is a basic definition of my classes
    class SystemPanel{
             SystemPanel(FTP ftp){ app = ftp};
             FTP app;
             private JButton b = new JButton("ChgDir");
            b.addActionListener(app);
    class FTP extends JFrame implements ActionListener{
               SystemPanel rem = new SystemPanel(this);
               SystemPanel loc = new SystemPanel(this);
               FTP(){
                       add(rem);
                       add(loc);
                       pack();
                       show();
           void actionPerformed(ActionEvent evt){
            /*HOW WILL I BE ABLE TO KNOW WHICH BUTTON WAS PRESSED AS THEY
               BOTH HAVE SAME ID AND getSouce() ?
               In this case..it if was from rem or loc ?
    }  It would be really helpful if anyone could help me in this regard..
    Thanks
    Hari Vigensh

    Hi levi,
    Thankx..
    I solved the problem ..using same concept but in a different way..
    One thing i wanted to make clear is that the two buttons are in the SAME CLASS and i am forming 2 different objects of the SAME class and then putting them in a GUI.THERE IS NO b and C. there is just two instances of b which belong to the SAME CLASS..
    So the code
    private JButton b = new JButton("ChgDir");
    b.setActionCommand ("1");
    wont work as both the instances would have the label "ChgDir" and have setActionCommand set to 1!!!!
    Actually I have an array of buttons..So I solved the prob by writting a function caled setActionCmdRemote that would just set the action commands of one object of the class differently ..here is the code
    public void setActionCommandsRemote()
         for(int i = 0 ; i <cmdButtons.length ; i++)
         cmdButtons.setActionCommand((cmdButtons[i].getText())+"Rem");
    This just adds "rem" to the existing Actioncommand and i check it as folows in my actionperformed method
         if(button.getActionCommand().equals("DeleteRem") )          
                        deleteFileRemote();
          else if(button.getActionCommand().equals("Delete") )
                     deleteFileLocal();Anyway thanx a milion for your help..this was my first posting and I was glad to get a prompt reply!!!

  • Calendar no longer expands panel to edit event date/time

    This issue just occurred out of the blue. When editing event details in the calendar, I click on the date/time panel to edit the date/time/repeat/etc. The expected action is for that panel to expand and be scrollable. What it is doing now is showing the prompts, but not expanding/giving a scroll and smushes everything together. Any ideas on what could be causing this and how to resolve? Screenshot of the issue:
    I'm on Yosemite 10.10.1 and Calendar 8.0 (2026)

    As always, I have no "Edit" button even one minute after posting, so I reply to my own post. I did also trash "com.apple.Calendar.plist", no change at all either in my chosen preferences or in the missing messages issue,

  • Not able to edit event names in iCal

    Since upgrading to Snow Leopard, I am not able to edit event names in iCal once they are created. I am able to edit all other items in the event, but not name. I have tried double clicking, using the inspector, etc. to no avail. Any ideas?

    I tried getting rid of duplicates in FontBook. I tried deleteing the iCal.plist file and restarting my mac. Nothing works. I can not edit any entry in any way except to drag it to a new place. I also can't open iCal Preferences. I have iCal 4.0.1 - is that the current version?

  • Problem editing photos in iPhoto 6

    Hi,
    I am having a problem editing photos. When I click on a photo to edit I get the following error message:
    Unreadable Files
    The following file could not be imported. (The file is in the iPhoto Library folder.)
    /Users/myusername/Pictures/iPhoto Library2006/Modified/2006/Roll2183/DSCN0164.jpg
    I have rebuilt the photo library. I also backed up my iphoto library and reimported the photos. I have not messed with the photo library at all. I import my photos from the camera and generally work with them. I think this has been a problem since upgrading to 6.
    Has anyone else seen this?
    Thanks!
    iMac G5 Mac OS X (10.4.8)

    Hi
    Welcome to the Apple DIscussions:
    This could be a file permissions issue:
    Download BatchMod from
    http://macchampion.com/arbysoft/
    And apply it to the iPhoto Library Folder using the settings found here:
    http://homepage.mac.com/toad.hall/.Pictures/Forum/BatChmod.png
    (Credit to Old Toad for this one).
    Regards
    TD

  • How to handle editing events in a JComboBox

    I have a editable JComboBox. User can select value either using the drop-down box or by editing.
    I am able to get the drop-down selct event. However, I am not sure how should I handle the edit event on JComboBox.
    Particularly, here is the use-case I wish to handle.
    User edited the JComboBox by clicking back space key. I want to fire an event once user is done editing. How can I find if user is done editing ?

    User, please always tell us your jdev version.
    In general you use a valueChangeListener which is fired when the user tabs out of the field...
    Timo

  • Problems using event structure to write new parameter values to VISA

    Attachments:
    FMA_event_2.vi ‏28 KB
    FMA_event_2.vi ‏28 KB

    It seems I'm also having trouble using forums..not sure what happened...updated and corrected thread: http://forums.ni.com/t5/LabVIEW/Problems-using-event-structure-to-write-new-parameter-values-to/td-p...

  • Error msg trying to get to edit event template

    Below is the message, any time I try to edit an event template or email template. Mac OSX 10.9.2, Safari 7.0.3 Savvy user. Have edited events and templates many times before. PLEASE check on this one and reply.
    Error during include of component '/apps/connect/components/eventlandingpage'
    Error Message:
    org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp
    Processing Info:
    Page
    =
    /content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing
    Resource Path
    =
    /content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content
    Cell
    =
    eventlandingpage
    Cell Search Path
    =
    eventlandingpage|page
    Component Path
    =
    /apps/connect/components/eventlandingpage
    Sling Request Progress:
      0 (2014-04-29 08:39:00) TIMER_START{Request Processing} 0 (2014-04-29 08:39:00) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message> 0 (2014-04-29 08:39:00) LOG Method=GET, PathInfo=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing.html 0 (2014-04-29 08:39:00) TIMER_START{ResourceResolution} 0 (2014-04-29 08:39:00) TIMER_END{0,ResourceResolution} URI=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing.html resolves to Resource=JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing 0 (2014-04-29 08:39:00) LOG Resource Path Info: SlingRequestPathInfo: path='/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing', selectorString='null', extension='html', suffix='null' 0 (2014-04-29 08:39:00) TIMER_START{ServletResolution} 0 (2014-04-29 08:39:00) TIMER_START{resolveServlet(JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing)} 0 (2014-04-29 08:39:00) TIMER_END{0,resolveServlet(JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing)} Using servlet /libs/foundation/components/primary/cq/Page/Page.jsp 0 (2014-04-29 08:39:00) TIMER_END{0,ServletResolution} URI=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing.html handled by Servlet=/libs/foundation/components/primary/cq/Page/Page.jsp 0 (2014-04-29 08:39:00) LOG Applying Requestfilters 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter 0 (2014-04-29 08:39:00) LOG RedirectFilter did not redirect (MobileUtil.isMobileResource() returns false) 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter 0 (2014-04-29 08:39:00) LOG Applying Componentfilters 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 0 (2014-04-29 08:39:00) TIMER_START{/libs/foundation/components/primary/cq/Page/Page.jsp#0} 0 (2014-04-29 08:39:00) LOG Including resource JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content (SlingRequestPathInfo: path='/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content', selectorString='null', extension='html', suffix='null') 0 (2014-04-29 08:39:00) TIMER_START{resolveServlet(JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content)} 0 (2014-04-29 08:39:00) TIMER_END{0,resolveServlet(JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content)} Using servlet /libs/foundation/components/page/page.jsp 0 (2014-04-29 08:39:00) LOG Applying Includefilters 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 0 (2014-04-29 08:39:00) TIMER_START{/libs/foundation/components/page/page.jsp#1} 0 (2014-04-29 08:39:00) LOG Including script head.jsp for path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content, type=connect/components/eventlandingpage: /apps/connect/components/page/head.jsp 0 (2014-04-29 08:39:00) TIMER_START{/apps/connect/components/page/head.jsp} 0 (2014-04-29 08:39:00) LOG SCRIPT ERROR: javax.servlet.ServletException: java.lang.Exception: unable to initialize connect properties 0 (2014-04-29 08:39:00) LOG SCRIPT ERROR: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp 0 (2014-04-29 08:39:00) TIMER_END{0,/libs/foundation/components/page/page.jsp#1} 0 (2014-04-29 08:39:00) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@7ece69cc), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@2184111e), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@657fd9c2), serializer=Config(type=htmlwriter, config={}))} 0 (2014-04-29 08:39:00) TIMER_END{0,Request Processing} Dumping SlingRequestProgressTracker Entries
    Full Exception:
    org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:385) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilterWithErrorHandling(WCMDebugFilter.java:183) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:150) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:219) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:257) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.dispatchRequest(SlingRequestProcessorImpl.java:297) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.dispatch(SlingRequestDispatcher.java:216) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.include(SlingRequestDispatcher.java:103) at com.day.cq.wcm.core.impl.WCMComponentFilter$ForwardRequestDispatcher.include(WCMComponentFilter.java:381) at org.apache.jsp.libs.foundation.components.primary.cq.Page.Page_jsp._jspService(Page_jsp.java:106) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:147) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:308) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:141) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:257) at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChain.java:49) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.warp.TimeWarpFilter.doFilter(TimeWarpFilter.java:106) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:296) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgressTrackerLogFilter.java:59) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.java:220) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:76) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:89) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:83) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServletStarterFilter.java:135) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcessorImpl.java:153) at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:206) at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:96) at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79) at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at com.adobe.granite.license.impl.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:179) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:238) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.engine.impl.log.RequestLoggerFilter.doFilter(RequestLoggerFilter.java:75) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java:48) at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39) at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.java:250) at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:315) at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:334) at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:377) at com.day.j2ee.servletengine.ServletHandlerImpl.process(ServletHandlerImpl.java:351) at com.day.j2ee.servletengine.HttpListener$Worker.run(HttpListener.java:625) at java.lang.Thread.run(Unknown Source) Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:563) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:499) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) ... 93 more Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: java.lang.Exception: unable to initialize connect properties at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:563) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:499) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at com.day.cq.wcm.tags.IncludeTag.includeScript(IncludeTag.java:167) at com.day.cq.wcm.tags.IncludeTag.doEndTag(IncludeTag.java:87) at org.apache.jsp.libs.foundation.components.page.page_jsp._jspx_meth_cq_005finclude_005f0(page_jsp.java:178) at org.apache.jsp.libs.foundation.components.page.page_jsp._jspService(page_jsp.java:148) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) ... 98 more Caused by: java.lang.Exception: unable to initialize connect properties at org.apache.jsp.apps.connect.components.page.head_jsp._jspService(head_jsp.java:337) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) ... 112 more Caused by: javax.jcr.PathNotFoundException: /content/connect/connectinfo at org.apache.jackrabbit.core.session.SessionItemOperation.perform(SessionItemOperation.java:192) at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216) at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:361) at org.apache.jackrabbit.core.SessionImpl.getNode(SessionImpl.java:1109) at org.apache.jsp.apps.connect.components.page.head_jsp._jspService(head_jsp.java:328) ... 115 more
    Day Communique 5 WCM Core Implementation / 5.5.6 ( (c) Day Management AG ) running on ApacheSling/2.2 (Day-Servlet-Engine/4.1.24, Java HotSpot(TM) 64-Bit Server VM 1.7.0_45, Windows Server 2008 R2 6.1 amd64)

    Further info:
    The same error (or similar) occurs when trying to edit email templates as well. Also occurs in Chrome browser.
    Have restarted Macbook.
    Have tried at several times of day.
    Have cleared cache.
    I am the administrator on the account-- FULL admin privileges.
    I have edited MANY templates before (both Events and Email). Am a "power user"!
    Am trying to make  changes to our registration pages and emails  due to Adobe's email domain name change announced  (suddenly) this week. We tell people to whitelist so they will receive our AdobeConnect emails.
    Customer support ticket system keeps dumping me back here. Come on, "experts"... you can at least ANSWER. It has been 23 hr, 50 minutes.
    I manage the renreal/nonrenewals on our account, too.

  • Problems with events in flex

    Hi there. I'm a AS2 and Flash CS3 guy. I started to learn AS3 and transfer to Flex 3. But I got a problem w/ Events in AS3. I'm adding a canvas component to the stage. On that canvas, I added 3 different events: mouse down, mouse move, and mouse up. When mouse move is fired, there is no way for me to get mouse up event fired, and viceversa, when mouse up is fired, there is no way to get the mouse move event fired. Is there any one to help this newbie with this particular problem? Any help will be very appreciated.
    Code:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:canvas id="myCanvas" x="50" y="50" width="500" height="500" click="event_1();" mouseMove="event_2();" mouseUp="event_3();">
    </mx:Canvas>
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import flash.events.*;
    public function event_1():void
    { Alert.show("First event fired"); }
    public function event_2():void
    { Alert.show("Second event fired"); }
    public function event_3():void
    { Alert.show("third event fired); }
    </mx:Script>
    </mx:Application>

    Hi Greg. Thank you for your replay. The question is I didnt want to bother you with the complete code and post it with the minimal expression. But here I give you the full code w/corresponding package. What I'm trying to do is drawing a line over an empty canvas (I got it very easily in Flash AS2)
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" initialize="addChild(p1)">
    <mx:Canvas id="wrapper" x="10" y="10" width="600" height="600">
      <mx:Canvas x="50" y="50" width="500" height="500" id="imageView" backgroundColor="#F8F3F3" click="startDraw();" mouseMove="drawLine();" mouseUp="noDrawLine();" >
      </mx:Canvas>
    </mx:Canvas>
    <mx:Button x="263" y="618" label="Draw Line" click="prepToDraw();"/>
    <mx:Script>
    <![CDATA[
      import com.myDomain.Lines.Main;
       import mx.graphics.*;
       import mx.binding.utils.BindingUtils;
       import flash.events.IOErrorEvent;
       import flash.events.Event;
       import flash.display.*;
       import mx.controls.Alert;
       import com.myDomain.Lines.Main;
       public var p1:Main = new Main();
       public var pre:Number = 0;
       public function prepToDraw():void
        pre = 1;
       public function startDraw():void
        if(pre == 1)
        p1.graphics.clear();
        var newColor:int = 0xFF00FF;
        var iniX:Number = mouseX;
        var iniY:Number = mouseY;
        var lineWidth:Number = 10;
        p1.graphics.lineStyle(lineWidth, newColor);
        p1.graphics.moveTo(iniX, iniY);
       public function drawLine():void
        if(pre == 1)
         p1.graphics.lineTo(mouseX, mouseY);
       public function noDrawLine():void
        if(pre == 1)
         Alert.show("noLine");
    ]]>
    </mx:Script>
    </mx:Application>
    The package:
    package com.myDomain.Lines
    import flash.display.Shape;
    import flash.display.Stage;
    import flash.events.MouseEvent;
    import mx.core.UIComponent;
    public class Main extends UIComponent
      public function Main()
       super();
      public var p1:Shape = new Shape();
    If you go apply the code, you will see: 1) The first event to fire is mouseUp, then you eill start drawing the line, but again, you will not be able to stop this event with mouseUp. If you can help me, I will be very appreciated. Thanks. 

  • HT4236 edited event name will not change on iPad

    I edited the spelling of an event name in my Iphoto App., but it will not change  after syncing with my Ipad.
    I tried deselecting the event and then sync the Ipad to delete the event on the Ipad. Then I selected the
    edited event and then synced the Ipad again. But the spelling of the event name did not change.
    Any Ideas?

    Oh yeah I have synched several times. I have PC with VISTA.  I think it has something to do with some titles being READ ONLY or something like that.  I need to find how to make them writeable.  No changes work on about 20 titles, the artist name? Genre? NOTHING will sync.  After sync all changes work fine accept for that 20 or so. titles just won't budge. every time.  If I go look on I tunes my changes are still there, just don't sync to Itouch.  It not the end of world but the more I upload the more I come across this.  I have about 900 full albums and maybe 20 is all that's doing it.   

  • ICal won't let me edit events

    Recently I'm unable to edit any events in iCal. This happens both when I try to edit from my iPhone 4 and from my 2013 MacBook Air.
    I am given the option to edit, the edit window comes up, but then the changes I make are not reflected on the calendar at all. When I try to edit from my phone, several additional events with the same title and information are created for the same date.
    The calendar I am attempting to edit is synched with Google.
    Anyone know how to fix this?

    I did update from an older Mac. All of my calendars are showing up just fine, I'm just having trouble editing events. I can add events just fine from my iPhone or Mac, just can't edit/delete from either. When I edit/delete the event directly from Google Calendar the changes are reflected on the Calendar app just fine.
    Additionally, I frequently have to force quit the Calendar app on my Mac due to either not opening at all, or freezing up once it is open.

Maybe you are looking for