Console app not working

I was getting some errors with Adium so I tried to run Console.app to see what the errors were. Strangely, when I run Console the dock starts to show the icon then it disappears and Console never opens.
Using Terminal I have looked and /Library/Logs/Console/console.log and there is nothing there. So, my program to look easily at logs is failing and leaving no trace of why it is failing. Any help?
In case it helps I did a Disk Repair and a Disk Permissions Repair, both of which found and fixed errors but it still doesn't work.
I have an Intel MacBook Pro.
Please help!?!?

Thanks, but didn't work. Looking in the Console.app directory there isn't much in there. Most worrying is that the Contents/MacOS directory is empty. It looks like other apps have the actual executable in this directory.
Can anyone confirm:
a) It should have a Console executable
b) How do I fix this up?

Similar Messages

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • Autoscaling Application block for Azure worker role console app not working. Get error as The HTTP request was forbidden with client authentication

    I have written a console application to test the WASABi(AutoScaling Application Block) for my worker role running in azure. The worker role processes the messages in the queue and I want to scale-up based on the queue length. I have configured and set the
    constraints and reactive rules properly. I get the following error when I run this application.
    [BEGIN DATA]{}
        DateTime=2013-12-11T21:30:02.5731267Z
    Autoscaling General Verbose: 1002 : Rule match.
    [BEGIN DATA]{"EvaluationId":"4f9f7cb0-fc0d-4276-826f-b6a5f3ea6801","MatchingRules":[{"RuleName":"default","RuleDescription":"The default constraint rule","Targets":["AutoscalingWebRole","AutoscalingWorkerRole"]},{"RuleName":"ScaleUpOnHighWebRole","RuleDescription":"Scale
    up the web role","Targets":[]},{"RuleName":"ScaleDownOnLowWebRole","RuleDescription":"Scale down the web role","Targets":[]},{"RuleName":"ScaleUpOnHighWorkerRole","RuleDescription":"Scale
    up the worker role","Targets":[]},{"RuleName":"ScaleDownOnLowWorkerRole","RuleDescription":"Scale down the worker role","Targets":[]},{"RuleName":"ScaleUpOnQueueMessages","RuleDescription":"Scale
    up the web role","Targets":[]},{"RuleName":"ScaleDownOnQueueMessages","RuleDescription":"Scale down the web role","Targets":[]}]}
        DateTime=2013-12-11T21:31:03.7516260Z
    Autoscaling General Warning: 1004 : Undefined target.
    [BEGIN DATA]{"EvaluationId":"4f9f7cb0-fc0d-4276-826f-b6a5f3ea6801","TargetName":"AutoscalingWebRole"}
        DateTime=2013-12-11T21:31:03.7516260Z
    Autoscaling Updates Verbose: 3001 : The current deployment configuration for a hosted service is about to be checked to determine if a change is required (for role scaling or changes to settings).
    [BEGIN DATA]{"EvaluationId":"4f9f7cb0-fc0d-4276-826f-b6a5f3ea6801","HostedServiceDetails":{"Subscription":"psicloud","HostedService":"rmsazure","DeploymentSlot":"Staging"},"ScaleRequests":{"AutoscalingWorkerRole":{"Min":1,"Max":2,"AbsoluteDelta":0,"RelativeDelta":0,"MatchingRules":"default"}},"SettingChangeRequests":{}}
        DateTime=2013-12-11T21:31:03.7516260Z
    Autoscaling Updates Error: 3010 : Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceManagement.ServiceManagementClientException: The service configuration could not be retrieved from Windows Azure for hosted service with DNS prefix 'rmsazure'
    in subscription id 'af1e96ad-43aa-4d05-b3f1-0c9d752e6cbb' and deployment slot 'Staging'. ---> System.ServiceModel.Security.MessageSecurityException: The HTTP request was forbidden with client authentication scheme 'Anonymous'. ---> System.Net.WebException:
    The remote server returned an error: (403) Forbidden.
       at System.Net.HttpWebRequest.GetResponse()
       at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
       --- End of inner exception stack trace ---
    Server stack trace: 
       at System.ServiceModel.Channels.HttpChannelUtilities.ValidateAuthentication(HttpWebRequest request, HttpWebResponse response, WebException responseException, HttpChannelFactory`1 factory)
       at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding)
       at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
       at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
       at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    If anyone know why I am getting this anonymous access violation error. My webrole is secured site but worker role not.
    I appreciate any help.
    Thanks,
    ravi
      

    Hello,
    >>: The service configuration could not be retrieved from Windows Azure for hosted service with DNS prefix 'rmsazure' in subscription id **************
    Base on error message, I guess your azure service didn't get your certificate and other instances didn't have certificate to auto scale. Please check your upload the certificate on your portal management. Also, you could refer to same thread via link(
    http://stackoverflow.com/questions/12843401/azure-autoscaling-block-cannot-find-certificate ).
    Hope it helps.
    Any question or result, please let me know.
    Thanks
    Regards,
    Will 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Foxtel GO app not working & cannot drag to trash.

    Foxtel GO app not working. App when opened it is a blank white box on desktop!  It will also not drag from launchpad or console into trash.  Trash can highlights, then app bounces back out!  Im just trying to trash & reinstall. What is wrong?

    The app info says it works with ios 4.1 or greater so it has to work with a ip4 as that phone came out with ios 5. You say you got ios 7.1.1 I would take up your issue with the app developer

  • Why my phone's Android apps not work with normal ph data connection​s???

    After 10.3.1.1779 update my phone Q5 had facing lots prblms... at first I can't download anything from amazon app store with normal deta connection, 2nd android apps not work with normal mobile deta connection its always need wifi, 3rd mobile search engine not worked properly and also contact books always show no contacts after restarts it's fixed bt some time later it's starts again... and pls give update for facebook.... plssss plssss blackberry fix those problem.....

    Can I see your /var/log/Xorg.0.log through Pastebin?

  • In my MacBook Pro Maps app not working properly?.. any solution

    Maps app not working properly?.. any solution

    If i search any routes by clicking directions tab,the message shows like this " DIRECTIONS ARE NOT AVAILABLE A ROUTE TO THE DESTINATION FROM ITS NEAREST ROAD CANNOT BE DETERMINED"

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • Office Web Apps 2013 - Word app not working on Sharepoint 2013 but Excel does

    Hi there!
    We had some problems with Office Web Apps 2013 not working with Lync, and the status of OWA was unhealty so we decided to install some updates for OWA.
    We have downloaded November 2013 update for OWA.
    We found out a guide for putting updates on OWA and done this steps:
    * Remove-OfficeWebAppsMachine
    * Installed the november update
    * Restarted OWA server
    * ran: New-OfficeWebAppsFarm -InternalUrl https://owasrv.domain.local -ExternalURL
    https://owasrv.domain.local -CertificateName "certname" -AllowHttp  -EditingEnabled
    * Restart-Service WACSM
    - checked in IIS in the bindings if the site useses the correct certificate
    Then we went on Sharepoint 2013 and ran some commands:
    * Remove-SPWOPIBinding –All:$true
    * New-SPWOPIBinding -ServerName owasrv.domain.local
    * Set-SPWOPIZone –zone “external-https”
    Now here are the funny things:
    * Excel word app on Sharepoint 2013 works
    * Word APP not working (screenshot)
    * Lync 2013 powerpoint still not working (screenshot)
    * status of OWA is healthy
    bostjanc

    Hi,
    The Friendly name field must be unique within the Trusted Root Certificate Authorities store.  In -CertificateName, enter the friendly name you gave your
    certificate earlier.
    Validate the configuration by navigating to the discovery URL of the Office Web Apps server.  Like
    https://xxx/hosting/discovery
    Meanwhile, the issue is related to Lync, I recommend to you to post the question on Lync Server for further discussion via the link below.
    http://social.technet.microsoft.com/Forums/en-US/home?forum=ocsclients
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction
    with us. Thank you for your understanding.
    Tracy Cai
    TechNet Community Support

  • I have a problem with my MacBook Pro is the almost of my app not working at all like a app store and terminal and other important apps please if u can help me as fast as you can cuz i don't wanna format it that's why am on Mac now not win ?

    i have a problem with my MacBook Pro is the almost of my app not working at all like a app store and terminal and other important apps please if u can help me as fast as you can cuz i don't wanna format it that's why am on Mac now not win ?

    Abdussalam.A,
    you mentioned that Terminal does not work at all for your MacBook Pro. What currently happens when you run Terminal? In what way does it not work?

  • Console -f not working in ALOM

    Hi,
    I connected to ALOM on V240 installed with Solaris 10.
    console -f does not give me console on screen.
    Sun(tm) Advanced Lights Out Manager 1.6.8
    sc> console -f
    Enter #. to return to ALOM. ...I pressed ENTER a lot of times but does not give me console.
    Another observation in this case is that I found server is connected to KVM and the console is working there currently.
    output-device=screen
    input-device=keyboard
    for other server with same eeprom values, ALOM>console -f shows console login prompt. but KVM console is not working for this server.
    Any ideas ?
    Thanks

    Set your input-device and output-device to 'ttya' to force the system console via the ALOM.
    The default settings of screen/keyboard will still route the console to ALOM when there is not actually a screen and keyboard attached, but when they are attached, well, they become the console.
    hth

  • Default Mail app not working with yahoo mail. Won't update.

    Default Maill app not working with Yahoo Mail.
    It stopped working the other day. I tried everything but it wouldn't update new mail. The yahoo account itself is fine because I can see new mail on Yahoo or a yahoo app.
    I tried deleting the account and putting it back on, but now it has 0 mail in any part of it. Nothing has synced.
    What do I do?
    iPad 2 latest OS.

    A lot of people have been unable to access Yahoo e-mail on their iPhones or iPads. My wife’s iPad was not downloading Yahoo mail, although her iPhone was. Both used IOS 8.2. We tried deleting the account several times and troubleshooting all of the other settings. The problem appears to have been that allowing the IOS to automatically create the account on the iPad resulted in the wrong settings for the incoming server. The following procedure, pieced together from two websites, fixed the problem for us. So far, so good.
    https://portal.smartertools.com/kb/a2659/configure-imap-for-iphone-or-ipad.aspx
    https://help.yahoo.com/kb/mobile-mail/imap-server-settings-sln4075.html
    On the iPhone, tap Settings.
    Tap Mail, Contacts, Calendars.
    Tap your Yahoo account, then delete it.
    Tap Add Account.
    Tap Other.
    Tap Add Mail Account.
    Complete the Name, Address (email address), Password and Description fields.
    Click Next.
    Ensure IMAP is selected.
    Enter the following incoming mail server information:
    Incoming Mail (IMAP) Server - Requires SSL
    Server: imap.mail.yahoo.com
    Port: 993
    Requires SSL: Yes
    Hostname is mail.yahoo.com.
    Username is your full email address
    Password is the same password used to access webmail.
    Enter the following outgoing mail server information:
    Outgoing Mail (SMTP) Server - Requires SSL
    Server: smtp.mail.yahoo.com
    Port: 465 or 587
    Requires SSL: Yes
    Requires authentication: Yes
    Username is your full email address
    Password is the same password used to access webmail. It may have been entered for you.
    Tap Next.
    The iPhone will establish an SSL connection to your IMAP and SMTP servers.
    That’s all!

  • CC desktop app not working on Win 8.1

    Creative cloud desktop app not working in win 8.1. The window is blank, only the header is visible. I've tried reinstall and shut down ESET firewall, but nothing is working. I use the same plan in work on win 7 and it's ok. Please help, maybe some Win 8.1 update? An by the way, when I update my CC app, everything on my desktop disappear and I must reboot system to fix it, this is not normal as well...
    Thanks for answer
    Radek

    I've found the answer...sorry for questionig it again :-)

  • Maps app not working on Network Users

    Maps app not working on network users on client machines?, is everyone having same issue?, Thanks in Advance

    Sometimes it does, sometimes it does not. I assume we're talking about network users with home folders on a remote volume…
    The only thing I could do about it was to inform Apple…

  • Java apps not working right

    I lately have found problems with Java apps not working correctly. For example, in Yahoo Widgets I cannot get any widget preferences to display; in Apple's Java Preferences for J2SE 5.0 the preference window opens but is blank; and in JBidwatcher the buttons are missing in main and preference windows.
    When I log in as another user I find all those apps work properly, so it seems to be something wrong within my User folder. I tried reinstalling the Java J2SE50ReIease4 but it didn't help. Is there something I can delete and/or reinstall to fix this problem?

    Ditto here,
    I made the mistake of thinking I could throw away the preferences in the Java folder and new pref's would automatically replace the missing pref's, much to my surprise no such thing happened. My settup is the same as yours, except my OS is 10.4.8.
    Someone please help.
    Thanks,
    BJZTX
    G5 D2GHz   Mac OS X (10.4.7)   G4 Notebook 10.3

  • I just but a app not working how get money back

    i just but a app not working how get money back

    You've tried deleting and redownloading the app via the Purchased tab in the App Store app on your device, and tried contacting the developer ? If you have and the developer can't/won't help then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

Maybe you are looking for

  • "No sim installed" error after updating to iOS 5.1

    A notification popped up this morning asking me to update to iOS 5.1 so I updated it. Once I downloaded and installed it, it said "no sim installed". I have rebooted my phone, taken out and put back in the sim but the error message remains. I can't m

  • Hyperlinks won't work on some (my client's) machines but are fine on others

    Hi All, I'm stuck on an infuriating problem and I'm really hoping someone here may be able to help. I've created a report for a client which includes several hyperlinks to URL's. These work perfectly on my PC, also on my MacBook (in both Acrobat and

  • Ssl-sockets and classloading

    hi, i use rmi using ssl-sockets. the server rebinds to the rmiregistry -> it works fine but when i try to connect from client (browser ie) -> the needed classes (RMISSLCLientSocketFactory...) could not loaded whats the problem?? mike

  • Cannot start 9iAS http server - may be related to ojsp.conf missing.

    Hi, I have been able to start the ias apache http server before, and now couldn't do it anymore. I tried to do it in the DOS prompt and found that it is trying to open a file: c:\oracle\iashome\apache\jsp\conf\ojsp.conf I don't see the ojsp.conf file

  • Puppet Warp Question

    How can I reposition a pin without removing it first?