WebCalendar works locally...but not from the internet.

So, I finally got web calendar working. Was getting 210 error's for ever. Finally resolved that with a fresh install and permissions ect. Error was in the groups/users.
Now, I can access the webcal and edit and view everything perfectly when viewing from the LAN and connecting server.local and than viewing webcalendars. But, as soon as i connect via the internet, my web browser seems to sit at "Getting Events from Server..."
so, again, locally viewing everything works peachy. But from out side, and tested it with several computers off the network, and same thing. Stuck at getting events. Anyone have any ideas?
Error log shows :
192.168.1.1 - "(sudoers)wikiserver as (groups)ashandandrew" [04/Apr/2008:19:35:42 -0400] "REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1" 207 2535 "-" "-" [597.7 ms]
192.168.1.1 - - [04/Apr/2008:19:38:41 -0400] "REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1" 401 141 "-" "-" [24.3 ms]
192.168.1.1 - "(sudoers)wikiserver as (groups)ashandandrew" [04/Apr/2008:19:38:41 -0400] "REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1" 207 1310 "-" "-" [492.4 ms]
192.168.1.1 - - [04/Apr/2008:19:38:44 -0400] "REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1" 401 141 "-" "-" [21.7 ms]
192.168.1.1 - "(sudoers)wikiserver as (groups)ashandandrew" [04/Apr/2008:19:38:44 -0400] "REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1" 207 2535 "-" "-" [603.2 ms]
401 error is un-authorized access correct?

That excerpt was from the server log this is from the error log :
2008-04-04 19:41:22-0400 [-] [caldav-8009] [AMP,client] Allow proxy: user 'wikiserver' as 'ashandandrew'
2008-04-04 19:41:22-0400 [-] [caldav-8009] [AMP,client] REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1
2008-04-04 19:41:23-0400 [-] [caldav-8009] [AMP,client] Allow proxy: user 'wikiserver' as 'ashandandrew'
2008-04-04 19:41:23-0400 [-] [caldav-8009] [AMP,client] REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1
2008-04-04 19:41:24-0400 [-] [caldav-8010] [AMP,client] Allow proxy: user 'wikiserver' as 'ashandandrew'
2008-04-04 19:41:24-0400 [-] [caldav-8010] [AMP,client] REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1
2008-04-04 19:41:24-0400 [-] [caldav-8010] [AMP,client] Allow proxy: user 'wikiserver' as 'ashandandrew'
2008-04-04 19:41:24-0400 [-] [caldav-8010] [AMP,client] REPORT /calendars/groups/ashandandrew/calendar/ HTTP/1.1

Similar Messages

  • Flash Remoting Works Locally But Not On The Server

    Hello,
    I have a flash file that connects to an asp.net page. The
    aspx page queries a databse and returns a set of records to flash.
    Flash reads in those records and processes those records. Locally,
    this works fine. However, on the server, nothing happends. I spoke
    with tech support at hosting company and they tell me everything is
    installed for Flash Remoting.
    Here is the code thats on the server:
    import mx.remoting.NetServices;
    import mx.remoting.NetDebug;
    mx.remoting.debug.NetDebug.initialize();
    //CONSTRUCTOR
    var inited:Boolean = false;
    if(!inited){
    inited = true;
    NetServices.setDefaultGatewayUrl("
    http://63.134.251.243/gateway.aspx");
    var gatewayConn
    bject = NetServices.createGatewayConnection();
    gatewayConn.setDebugID( "Gateway Connection" );
    var SQLQueryToolService
    bject = gatewayConn.getService("matthewlemke", this
    function SQLQueryToolAction(){
    SQLQueryToolService.test("SELECT * FROM flashImages");
    function test_Result(result){
    trace(result);
    _root.abc.text = result.toString();
    SQLQueryToolAction();
    Here is the code locally:
    import mx.remoting.NetServices;
    import mx.remoting.NetDebug;
    mx.remoting.debug.NetDebug.initialize();
    //CONSTRUCTOR
    var inited:Boolean = false;
    if(!inited){
    inited = true;
    NetServices.setDefaultGatewayUrl("
    http://localhost/matt/gateway.aspx");
    var gatewayConn
    bject = NetServices.createGatewayConnection();
    gatewayConn.setDebugID( "Gateway Connection" );
    var SQLQueryToolService
    bject = gatewayConn.getService("matt", this );
    function SQLQueryToolAction(){
    SQLQueryToolService.test("SELECT * FROM flashImages");
    function test_Result(result){
    trace(result);
    _root.abc.text = result.toString();
    SQLQueryToolAction();
    Any help is greatly appreciated.
    Thanks,
    Vic

    I am having the exact same problem. My remoting application
    works fine on my laptop as long
    as the url for the gateway reads
    http://localhost/remotingData/gateway.aspx,
    but if I change
    it to the name of my machine and attempt to run the swf I
    keep getting a NetConnection.call.badversion error in the
    netconnection debugger. If I attempt to connect through IE it just
    sits with no reply.
    Is there some kind of permission thing going on here?
    Flash MX2004 Professional
    Flash Remoting Components MX2004 (unlicensed)
    IIS 6.0
    IE 6.0

  • X11 works locally but not from remote clients because DISPLAY is /tmp/...

    I've used X11 plenty of times before, but not in a little while. Now, when I start X11 on two different accounts, the DISPLAY variable is /tmp/launch-*/org.x:0 . When I telnet to a remote host and set the DISPLAY variable to my hostname:0 (ie. graphe:0), xterm says it can't connect to the display.
    If I set DISPLAY to localhost:0 and start a local xterm it complains too:
    xterm Xt error: Can't open display: localhost:0
    From scanning this forum, I believe this may have something to do with ssh, but on one of the accounts where I have this problem I don't even have ssh configured.
    What's the deal?

    ssh -X (or -Y) exports your local host DISPLAY environment over a secure ssh tunnel to the remote system, where it creates a local X11 port pointing at the remote end of the secure ssh tunnel, and it creates the DISPLAY environment variable to specify the secure tunnel port.
    It is a much (MUCH) more secure way to use X11 than previous methods, speaking as someone that has been using X11 since the early '90s. I did it the xhosts way for years, but about 6 years ago, I switched over to ssh -X and have never looked back.
    Oh yea, several of my machines are about 2,000 miles away (all inside the company network, but still a long way away).
    Message was edited by: BobHarris

  • C# Script to copy an Excel File working locally but not on the server when I schedule a job

    So I have these couple C# commands to copy an Excel File which works fine and dandy on my local client when I test and run this SSIS Package but when I tried scheduling the job on the server, it failed.
    These are the couple C# commands...
    // This Opens the Source .xlsx File from Emdeon ePaySmart
    Workbook workbook = excelApplication.Workbooks.Open(StringSourceFile, XlUpdateLinks.xlUpdateLinksNever, true, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
    // This will Save the Source .xlsx Emdeon ePaySmart File as a .xls File...note xlFileFormat.xlExcel5
    workbook.SaveAs(StringDestinationFile, XlFileFormat.xlExcel8, Type.Missing, Type.Missing, Type.Missing, Type.Missing, XlSaveAsAccessMode.xlExclusive, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
    Is this because I'm using xlFileFormat.xlExcel8 and locally it is running fine but when I schedule via SQL Server Management Studio as a SQL Server Agent Job it seems to be failing??
    I sure hope I don't have to change this so it will run as a SQL Server Agent Job and/or run this locally every blessed week.
    Can someone clear this up for me and provide a potential solution?
    Thanks for your review and am hopeful for a reply.
    ITBobbyP85

    That is Excel automation, which requires Excel to be installed on the computer where the code runs, and is not supported on a server without an interactive user logged in.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • Linked server problem, its works locally but not from remote machine

    Hi,
    i am using the application NAV and have written the query in the application. am using automation variable to link to the SQL Server.
    The problem is that , the query which i have written executes only when i am working on local machine .
    I mean when i want to execute the same query from remote machine through my app Dynamics NAV then its not getting executed.
    Thanks in advance

    Depends on what you are trying to do and what security you are using.
    What error did you get?
    If you are using windows authentication then take a look at delegation
    http://www.databasejournal.com/features/mssql/article.php/3696506/Setting-Up-Delegation-for-Linked-Servers.htm
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • cffeed caching works locally but not on server

    So I got my new Hostek account set up (woohoo!) and I've started uploading some basic files so I can do thinks like validate my code and make sure everything's working.  One thing that does not work (but does locally) is my news feed caching.
    Pulling in two RSS feeds was seriously slowing down my index page loading, so I stole a trick from Ray Camden on caching the feeds.  It works perfectly on my dev machine at home, but doesn't work on my hosted account.
    Here's the exact code being used:
    <cfset feedurl = "http://velonews.competitor.com/feed">
    <cfset cacheTime = #createtimespan(1,0,0,0)#>
    <cfif not structKeyExists(application,"rsscache") or dateDiff("n", application.rsscache.created, now()) gt cacheTime>
        <cffeed source="#feedurl#" query="entries">
        <cfset application.rsscache = structNew()>
        <cfset application.rsscache.data = entries>
        <cfset application.rsscache.created = now()>
    </cfif>
    <ul>
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    </ul>
    I tried wrapping a try/catch around the top section (above the <ul>) and still got nothing for an error message.  The page just stops being rendered at that first <ul>.
    I'm not sure why it works locally but not on the web server.  Any ideas?

    Miraculously, I got it working.
    I changed this:
    <cfloop query="#application.rsscache.data#" startrow="1" endrow="6">
    <cfoutput><li><a href="#rsslink#">#title#</a></li></cfoutput>
    </cfloop>
    To this:
    <cfoutput maxrows="6" query="application.rsscache.data">
    <li><a href="#rsslink#">#title#</a></li>
    </cfoutput>
    And bingo!  It worked. Perhaps it's an idiosyncrasy between CF9 and CF10.

  • Airplay works fine in iTunes but not from the menu why?

    Hi Guys,
    I have read so many answers to the question about Airplay not working both here and the internet.
    Can someone give me the definative answer why I can Airplay from iTunes but not from the Macbook Pro itself i.e. no menu icon or setting to mirror.
    Everyone seems to say its the age of the computer or its the firewall or the wind is blowing in the wrong direction.
    Why if I can do it oneway (iTunes), I can not do it directly?
    I am using a 2011 macbook pro 10.9.3 and a apple tv 3.
    Is there a hack or work around with out purchasing more software.
    Thanks

    Hey Beauvoir17,
    Thanks for the question. Based on the information you have provided, I can conclude that your MacBook is indeed compatible with AirPlay Mirroring, as outlined in the following resource:
    About AirPlay Mirroring in OS X
    http://support.apple.com/kb/HT5404
    AirPlay Mirroring in OS X takes advantage of the hardware capabilities of recent Macs to deliver high frame rates while maintaining optimal system performance. The following Mac models support AirPlay Mirroring when using OS X Mountain Lion or later:
    - iMac (Mid 2011 or newer)
    - Mac mini (Mid 2011 or newer)
    - MacBook Air (Mid 2011 or newer)
    - MacBook Pro (Early 2011 or newer)
    - Mac Pro (Late 2013 or newer)
    If you are experiencing issues with AirPlay mirroring, I would recommend the troubleshooting steps outlines at the bottom of the article.
    Thanks,
    Matt M.

  • I BOUGHT an application from my iphone Application icon and paid 2.99 dollars too, for phone tracker , downloaded sucessfully and its working too but not tracking the phones as mentioned in the description can any one support me??? better from apple

    I BOUGHT an application from my iphone Application icon and paid 2.99 dollars too, for phone tracker , downloaded sucessfully and its working too but not tracking the phones as mentioned in the description can any one support me??? better from apple!!

    Is this the app you're referring to?
    http://itunes.apple.com/us/app/phone-tracker/id348537489?mt=8
    As you'll note it's made by Presselite and that page has a link to their support.
    Also, you'll find it best not to post questions about iPhone apps in the AppleWorks forum. Best to contact the makers of the app.
    Regards
    TD

  • I can see my portal from my computer, but not thru the internet by IP

    I can see my portal from my computer, but not thru the internet by my IP. I tried to put different page into ORACLE_HOME\Apache\Apache\htdocs and i can see it thru the internet. How can I fixed that?
    Thank you for yor help.

    i received message:
    The page cannot be displayed
    but in Address tag my page address was displayed:
    http://oracle/servlet/page?_pageid=97,99,113&_dad=portal30&_schema=PORTAL30
    Thanks

  • TS1347 just recently my iphone is not syncing calendar to my macbook.  It has worked all along until about a week ago.  It does transfer new items from the computer to the iphone but not from the iphone to the computer.

    just recently my iphone is not syncing calendar to my macbook.  It has worked all along until about a week ago.  It does transfer new items from the computer to the iphone but not from the iphone to the computer.

    Plug you iPhone into your computer, select the iPhone, select the photos tab. Now check (not uncheck) the sync photos from... Select the folder where the photo came from, click apply then sync, now uncheck the sync photos box, click apply, it will ask you if you want to remove the photos click remove, it will not delete other photos exept the ones in the folder that was synced. Then click sync and the photos will be removed

  • Want to delete mails from Thunderbird but not from the server?

    Hi,
    Please tell me how to configure the settings of Thunderbird so that if i delete any mail from Thunderbird that mail would be delete only from Thunderbird not from server. I'm using IMAP configuration for all my mail accounts and I'm using Thunderbird in my laptop and tablet both.
    Currently i'm using Thunderbird 24.4.0 and i just want to delete my useless mails from Thunderbird but not from the server without using pop-3 settings.
    Actually the reason for this Question arises because whenever i use to uninstall and reinstatement Thunderbird, i use to take "profiles" as a back up and its size is increasing day by day that is making a big issue to me as i cant take a back up of such a big size file.

    Imap mail accounts keep the emails on the server and you see a remote view of those emails and folders.
    When you subscribe to see a folder, the headers are downloaded, when you select an email to read, the entire folder is downloaded to a temp cache facilitating quicker access. If you synchronize folders, then a copy of that folder is downloaded to an mbox file in your profile, so that you have a copy of the server folder. When you make any changes to a synchronized folder, read an email, delete or move etc, then Thunderbird will resynchronize with the server to update the server. A synchronized folder allows you to work in 'offline' mode and this is the best time to perform a backup as you know there is a temporary stop on synchronizing as you are offline. They will resynchronize when you go back into 'online' mode.
    So, with IMAP mail accounts, the folders you see in Thunderbird are the same folders on the webmail server. If you make any changes via Thunderbird or webmail then you are changing the same folder. You cannot delete an email without deleting it from the server, they are one and the same.
    What you can do is move/copy an email into Local Folders and delete the one on the server. The Local Folders emails are kept in your Profile on your computer, these folders/emails are not on the server, unless you chose to keep a copy of them on the server.
    Pop mail accounts cannot see the folders on the server. They only access the server Inbox folder and download emails not previously downloaded to the mail account Inbox in Thunderbird. These emails are kept on your computer in your profile folder. You can select to keep a copy on the server or not. You can choose to delete emails off your computer and off the server or not.
    If the mail account is gmail , have you subscribed or even synchronized to see the 'All Mail' folder ? Gmail's all Mail folder is their Archive folder, it keeps a copy of all of your non-deleted emails. So, you do not need to subscribe to see this folder as it only shows you what you can already see in other folders. It doubles the disc space.
    Please read section on 'All Mail' at this link.
    * http://kb.mozillazine.org/Using_Gmail_with_Thunderbird_and_Mozilla_Suite
    You do not have to download/synchronize the entire folder. You could select to only synchronize the most recent xx days of emails.
    see info here:
    * https://support.mozilla.org/en-US/kb/imap-synchronization#w_configuring-synchronization-and-disk-space-usage

  • Our IPod connects to the WIFi, but not to the internet.

    Our IPod connects to the WIFI, but not to the internet.  We have a wireless router which we connect our MACBOOK to the internet and our IPod.  The MACBOOK works fine, but not the IPod.  It shows to be connected to WIFI, but whenever we try to connect to an internet site i.e. Sarfari, we get an message "Safari cannot open the page becuase it is not connected to the internet".  We have tried rebooting, but it has not helped.

    Try:
    - Resetting the iPod. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Setting
    - iOS: Troubleshooting Wi-Fi networks and connections

  • TS3972 My Apple TV connects to the wifi but not to the internet.

    My Apple TV connects to the wifi but not to the internet. Currently using a D-Link Router and Shaw Cable in BC Canada.
    Apple says "Connections through proxy servers are not supported". Would that be Shaw? How can I update the ATV
    software without connecting to a TV and the internet? Can I connect it to my MacBook Pro? ATV worked very well in Arizona
    using CenturyLink as an ISP provider and their modem/router. ATV software is 5.0.

    What happens when you try to connect? I would contact your ISP

  • [AS3] EventDispatcher works locally but not remotely

    Hi,
    I am very new to Action Script and have the following
    problem. I hope someone can point me in the right direction.
    I have a small video player app. I have added the FLVPlayback
    component to the stage and set some properties via action script
    (AS 3)
    I then instantiate a class to go and retrieve some XML,
    register an eventListener to wait for the XML to be loaded and once
    the event has fired, load the FLV file (just hard coded at the
    moment) into the FLVPlayback object.
    This works when testing in the Flash IDE but not when I
    publish the movie to my webserver. I have tried commenting out the
    player.load() and just adding a textfield and again this works
    locally but not when I publish to the webserver. I have included
    some code snippets below.
    Can anyone tell me where I am going wrong?
    Any pointers much appreciated.
    Thanks
    Martin

    Hi,
    I found the problem if anyone has the same issue. I was
    passing some FlashVars in incorrectly using the
    AC_RunActiveContent.js that comes with Flash. I have switched to
    swfobject and all is well.
    thanks

  • Flash site works locally but not online (uploaded to server)

    We have bought a flash portfolio template and have customized it with our pictures, video, etc.
    When we test it locally on our computer (using different web browsers) it all works perfectly well. We have uploaded the finished website to our server and when you go to the address online, it doesn't work (a loader progress shows but it is stopped and nothing happens).
    We have however uploaded the original template we bought and it works perfectly online.
    The template consists of and index.html, various .swf, and various .xml that we have modified according to the template instructions (it also contains a java script folder we haven't touched).
    What is it wrong with our modified template - it works locally without problem…!
    Thanks for your help

    When a Flash file works locally but not on-line, it's almost always a pathing issue (provided you did upload ALL files and do not have something missing... as suggested by Ned).
    A "pathing issue" results when the main .swf cannot find one or more of the associated Flash files...like an xml file or images.
    It can be something as simple as using switching file names to all lower case. Local machine is not case sensative... most servers are. So "My Photo.JPG" is not the same as "my_photo.jpg". When naming files, best to use all lower case, no spaces in any file or folder names... use_underscore_instead.
    But the most common cause is that those associated files (xml, images, etc.) are not pathed relative to the Web page where the main .swf is embedded. Pathing to the .xml and image files should be as though the .swf was located in the same folder as the Web page... NOT the actual location of the .swf file.
    And that includes paths to the xml file and paths to image files coded into those xml files. Everything need to be coded relative to the Web page.
    This topic has been covered a number of times here:
    http://forums.adobe.com/message/4368273#4368273
    http://forums.adobe.com/message/4294529#4294529
    http://forums.adobe.com/message/4280086#4280086
    http://forums.adobe.com/message/4267408#4267408
    Best wishes,
    Adninjastrator

Maybe you are looking for

  • Change the color of the text in textpane

    please suggest me how to change the color of the selected text color in textpane in jpanel class ComposeMailPanel extends JPanel implements ListSelectionListener, ActionListener, ItemListener JFrame frame; JTextPane jtextpane; JButton bInsertPic; JBu

  • Iphoto '11 cannot find photo library

    when I open iPhoto '11 on Mountain Lion it cannot fid the photo libraries it was used to create.  they are in the Pictures Directory but it does seem to recognize that they are there.  This causes problems when I go to syn in itunes and tell it to us

  • Transferring purchases from iPad2 crashes iTunes

    I just received my iPad 2 and set it up without issue. However one week after I did that, I cannot transfer any purchases that I make from it to my MacBook Pro. Everytime I connect via USB and then go File>Transfer Purchases, iTunes crashes, if not r

  • Odd error with toolbar resizing when view pushed onto navigation stack

    I have a drill down application with a detail view containing a scroll view which has a number of text fields, etc, and a table view. I have added a toolbar which which appears above the keyboard (including animating in and out with the keyboard in t

  • JSF + Tiles :  Assertion Failed

    Hi, I'm running JDev 10.1.3 Developer Preview . I have jsf+tiles application. Here is run the time error messages: [ServletException in:/appHeader.jsp] Assertion Failed' {ServletException in:/appContent.jsp] Assertion Failed' [ServletException in:/ap