[Pro] CalendarView Timing out

I am trying to build a site for a client. They wanted a calendar on the contact form as they are a catering company and having dates of events would be beneficial. I installed the Calendarview action, but when I try to preview the contact page, it gives me an error message, “The Action “CalendarView”, on the page “Contact Us” took so long to execute that it timed out.”

When I click ok, it gives the following error message:
“Could not complete the ‘Publish Site’ command because a JavaScript error occurred in a Freeway Action. If you republish your site the Action will be ignored. (-26114:379:2813)”

I need to find a solution so I can continue working on my clients’ site. Any ideas?

Nate


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You probably have some minor packet loss on your network. Normally, your Mac will just ask for the data again when this happens, and you don’t notice it. Freeway requests one ping only (Red October reference, anyone) from Google to see if you’re on-line or off-line, and waits quite a while for the answer if it doesn’t come. One ping will just time out rather than re-trying, and that’s where this becomes your issue. If you were truly off line, the response would be an immediate “No route to host”, but if the ping packet is lost, then you have to wait through the entire time-out period. And then the Action times out.

You can test this assumption on your Mac by opening the Applications/Utilities/Terminal.app and typing in the following incantation:

ping -c 100 ajax.googleapis.com

If you get back anything other than 100 requests sent and received, 0% packet loss, then you need to contact your ISP and file a trouble ticket.

Walter

On Dec 10, 2012, at 1:54 PM, NathanG wrote:

I am trying to build a site for a client. They wanted a calendar on the contact form as they are a catering company and having dates of events would be beneficial. I installed the Calendarview action, but when I try to preview the contact page, it gives me an error message, “The Action “CalendarView”, on the page “Contact Us” took so long to execute that it timed out.”

When I click ok, it gives the following error message:
“Could not complete the ‘Publish Site’ command because a JavaScript error occurred in a Freeway Action. If you republish your site the Action will be ignored. (-26114:379:2813)”

I need to find a solution so I can continue working on my clients’ site. Any ideas?

Nate


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 10 Dec 2012, 6:05 pm, waltd wrote:

You probably have some minor packet loss on your network. Normally, your Mac will just ask for the data again when this happens, and you don’t notice it. Freeway requests one ping only (Red October reference, anyone) from Google to see if you’re on-line or off-line, and waits quite a while for the answer if it doesn’t come. One ping will just time out rather than re-trying, and that’s where this becomes your issue. If you were truly off line, the response would be an immediate “No route to host”, but if the ping packet is lost, then you have to wait through the entire time-out period. And then the Action times out.

You can test this assumption on your Mac by opening the Applications/Utilities/Terminal.app and typing in the following incantation:

ping -c 100 ajax.googleapis.com

If you get back anything other than 100 requests sent and received, 0% packet loss, then you need to contact your ISP and file a trouble ticket.

Walter

Wow. I did as you suggested and this is what I got: 100 transmitted, 0 received, 100% packet loss.

I’ll be making some calls now…


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ok, I got the packets fixed, but still not working. It won’t even let me preview the site locally. What gives?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Restart the Mac? No idea why it wouldn’t work for you. What happens if you try this in Terminal:

traceroute ajax.googleapis.com

Walter

On Dec 10, 2012, at 5:36 PM, NathanG wrote:

Ok, I got the packets fixed, but still not working. It won’t even let me preview the site locally. What gives?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I get the following when I type that in Terminal:
64 hops max, 52 byte packets
1 dslrouter (192.168.1.1) 1.060 ms 0.737 ms 0.757 ms
2 * * *

Do I have to upload it to a server before I can view the calendar? Or can I preview it locally on my computer prior to uploading?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No, you’re trying to reach a server on the public net from your Mac. That’s all that snippet does. If you can’t do that from Terminal, then Freeway can’t do it either. Are you able to browse the Web normally?

Walter

On Dec 12, 2012, at 12:03 PM, NathanG wrote:

I get the following when I type that in Terminal:
64 hops max, 52 byte packets
1 dslrouter (192.168.1.1) 1.060 ms 0.737 ms 0.757 ms
2 * * *

Do I have to upload it to a server before I can view the calendar? Or can I preview it locally on my computer prior to uploading?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yep, web browsing works just fine. Trying to ping from Terminal doesn’t work, but if I go to http://network-tools.com/ it says it pings just fine. I am super confused.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You may have a networking or routing error on your ISP account. If you can’t traceroute from your Mac to that particular server, then you’re not hooked up right (a little joke). Let the traceroute command run in a new terminal window, so it’s the only thing you are trying to do (zero history) and then copy and paste the results of that (if it ever finishes, or if it times out) into a new help desk message to your ISP. They should be able to figure out just from that what’s going on, but they may also want to get a tech over to your location or call you to go through further troubleshooting steps.

Walter

On Dec 12, 2012, at 12:58 PM, NathanG wrote:

Yep, web browsing works just fine. Trying to ping from Terminal doesn’t work, but if I go to http://network-tools.com/ it says it pings just fine. I am super confused.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options