This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Simply trying to publish a web service through Visual Studio 2012 like I always do, and everything locks up. You see a quick flash of a publish dialog, then it disappears - nothing can be done but to kill the process. My Azure publish works fine, but other projects like MVC do the same locking behavior. I can't alt-tab to anything, I have found no other solution then to kill it. Any ideas? Attached is the error I get if I try to restart.
P.S. I have tried restarting and no add-ins are installed.
Actually turned out to be the first signs of a hardware failure... Apple... never again.
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I moved my app over to the European region and I have the feeling I'm having more H12 timeout errors than I used to have when in the US.
Am I the only one experiencing this?
You are not alone. We are experiencing the same thing from time to time. The major problem is that when a dyno starts to time out, it does not recover. The only solution I have found so far is to restart the app. Scaling does not help either, since the stuck dynos will continue to get requests.
We have reported this to Heroku, but it does not seem like Heroku has acknowledged that they have this problem in the EU region. Twice today we have had to restart the app due to H12, and it is quite annoying.
Previously Heroku support suggested we use the "rack timeout" gem, so that the app it self times out the request before Heroku does it. It does not seem to fix the problem, so my assumption is that the problem is related to Herokus own infrastructure.
(I work at Heroku)
No, You're not alone. We've had a few reports of this and are actively investigating the issue. If you're having problems, please raise a support ticket and we will see what we can do to help you out.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I am trying to sync devices using a new app I'm developing. The sync is using iCloud. I can sync data to an iPod 4, and an iPad 3. When using an iPhone 4S, I see the activity indicator spinning, but get these repeating console messages:
9/29/12 10:21:02.650 AM iTunes[271]: _NotificationSocketReadCallbackGCD (thread 0x7fff79ae8180): Unexpected connection closure...
9/29/12 10:21:02.650 AM Xcode[3204]: Result for ‘/SourceCache/DTDeviceKit/DTDeviceKit-1883/DTDeviceKitBase/DTDeviceKitBase_Utilities.m’ at 783 : 0xE8000084
9/29/12 10:21:02.650 AM Xcode[3204]: _NotificationSocketReadCallbackGCD (thread 0x1152c5000): Unexpected connection closure...
This device does not sync.
Does anyone know what they mean? How to fix the problem? Many thanks
I do not know what caused the problem, but I resolved it by using the iTunes Restore function.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
What do you have to do to a piece of software so that if a user, Vista/Windows 7, double clicks the .exe file the message: "do you want to allow the following program from an unknown source to make changes to this computer?" is not displayed to the user?
I mean, do you have to get your software vetted by MS, I'm just wondering what the process is?!
And I don't mean disable UAC on the machine itself! :)
Thanks.
No, this is not a duplicate of the UAC/Administrator rights question per se. Yes, it's UAC. But it has less to do with the USER (who may or may not be a member of "Administrators"), than with where the program was INSTALLED.
This link explains:
http://answers.microsoft.com/en-us/windows/forum/windows_7-security/uac-message-do-you-want-to-allow-the-following/bea30ad8-9ef8-4897-aab4-841a65f7af71
This occurs when unknown programs (unsigned) try write data to protected system folders or registry settings, and UAC is seeking your permission. This type of activity could be dangerous anytime, so it prompts every time.
One way to fix these issues is to uninstall the program, then install it somewhere other than the Program Files folder or top of the C: drive... somewhere like your user folder would do perfect. Then the program can run in the default security context and still have write access to itself (its own folders), which is the usual culprit.
The easiest way to resolve (outside of not putting stuff in c:\Program files on Vista or higher and/or signing your .exe) is to simply UNCHECK the box "always ask before opening this file.
Another good link:
http://blogs.msdn.com/b/askie/archive/2009/06/19/how-to-bypass-the-security-warning-unknown-publisher-with-the-checkbox-always-ask-before-opening-this-file.aspx
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I'm looking for free tools to design the UI for my web app.
I'm pretty new to this field, so please point me to acceptable solutions.
Basically, I need to fill a "screen" with some controls, that's it.
Thanks.
EDIT: Well, as soon as nobody answers, maybe somebody can help me with this problem for some framework other than Cappuccino?
If you have a Mac, you can use Apple's UI design tool Interface Builder and then convert the result to Cappuccino using the nib2cib utility. But if you're pretty new, this might not be the solution you need since it does require decent understanding of the code. Still, it is free.
gomockingbird is a GREAT wireframing tool.
Also check out Powerpoint or Keynote, as they are great for this too!
Go here The Dev Show they did a whole episode on wireframing and tools. If you don't want to listen to the podcast look at the show notes as lots of pointer.
You can now use Google Docs for free to do this and there are a lot of templates for this for UI etc.
Balsamiq is a great wireframe tool.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
Hey Y'all - I'm using the ~/Library/PDF Services directory to inject an item into the PDF Workflow sub-menu (Print dialog box) in OS-X/Leopard.
I got an indication that the PDF Services directory is gone in Snow Leopard. Does anyone know the correct way to hook into the Print dialog's PDF Workflow going forward?
Thanks!
[Note: I got some time on an S-Leo system the other day. find made it pretty clear that the user ~/Library/PDF Services is not to be found someplace else. The system /Library/PDF Services is still in place. I changed my app to just make the directory if it is missing, and the S-Leo print dialog box finds it just fine. So the soln is to just make the directory if it is not already there.]