• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: unkown exception
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unkown exception


  • Subject: Re: unkown exception
  • From: Art Isbell <email@hidden>
  • Date: Fri, 3 Mar 2006 10:43:13 -1000

On Mar 3, 2006, at 10:18 AM, Zac Konopa wrote:

Error: com.webobjects.foundation.NSKeyValueCoding $UnknownKeyException: [; } > valueForKey()]: lookup of unknown key: 'logout'. This WOComponent does not have an instance variable of the name logout or _logout, nor a method of the name logout, _logout, getLogout, or _getLogout
Reason: [<Main name: Main subcomponents: {6 = <devToolBar name: devToolBar subcomponents: null >; } > valueForKey()]: lookup of unknown key: 'logout'. This WOComponent does not have an instance variable of the name logout or _logout, nor a method of the name logout, _logout, getLogout, or _getLogout

At runtime, your app isn't finding a *public* logout method (or variants) or a *public* or *protected* logout instance variable (or variants) in your Main component. If one of these methods or instance variables exists in your Main.java, then somehow that source must not have been compiled and linked into the executable that was running when the exception was thrown.


You might try a clean all followed by a build and debug to see whether that fixes the problem.

Aloha,
Art

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >unkown exception (From: Zac Konopa <email@hidden>)
 >Re: unkown exception (From: Zac Konopa <email@hidden>)

  • Prev by Date: Re: unkown exception
  • Next by Date: Re: WOCollapsibleComponentContent
  • Previous by thread: Re: unkown exception
  • Next by thread: Re: unkown exception
  • Index(es):
    • Date
    • Thread