• 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: die terrible error message (Unable to find framework named "YourApplicationName")
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: die terrible error message (Unable to find framework named "YourApplicationName")


  • Subject: Re: die terrible error message (Unable to find framework named "YourApplicationName")
  • From: David Avendasora <email@hidden>
  • Date: Mon, 14 Jan 2008 13:48:40 -0500

Okay all you "Future Yous" out there, I'm getting this error and I can't seem to get it to go away.

I have not modified the components at all since they were automatically generated way-back-when by Xcode during the project setup. This has been working fine for days, and all I did was try to add a new builder to the project for some client-side class shuffling around which worked just fine, then the error started. I've since backed that change out, but no luck, still failing with this "terrible error".

Suggestions?

Dave

On Nov 9, 2007, at 8:04 AM, Kieran Kelleher wrote:

Had this same nasty error last night on an app that had WOComponents in the java source dir. Funny thing it has been that way for years and suddenly after a project delete and clean svn checkout, that error showed up. Basically looking in the build folder shows that no components are being included in there by the automatic builder even though the resource include/exclude patternset clearly had the same **/*.wo that it always had!

Moving the WOComponents our to a dir in project root showed the automatic builder to immediately include then in the build and problem gone.

Anyway, just writing this so Future Me never forgets this either .... and for some reason I could not find this message by Mike in the dev archives but fortunately it was in my local "lists" Mailbox.

It is indeed a useless exception.

Kieran

(WO 5.3.3/Tiger)

On Sep 27, 2007, at 8:44 PM, Mike Schrag wrote:

I'm preserving this here for all time so Future Me doesn't get as annoyed as Present Me.

If you ever get:
java.lang.IllegalStateException: Unable to find framework named "<TheNameOfYourApp>".
at com.webobjects.appserver._private.WOComponentDefinition.<init> (WOComponentDefinition.java:179)
at com.webobjects.appserver.WOApplication._componentDefinitionFromClassN amed(WOApplication.java:2353)
at com.webobjects.appserver.WOApplication._componentDefinition (WOApplication.java:2448)
at com.webobjects.appserver.WOComponent._componentDefinition (WOComponent.java:475)
at com.webobjects.appserver.WOComponent.<init>(WOComponent.java:233)


You have done one of the following:
1) return new NextPage(context) instead of pageWithName ("NextPage") (or pageWithName(NextPage.class.getName()) )


or 2) you have put your .wo folder in a naughty place -- the case we ran into was accidentally creating a component INSIDE another component (note to self -- make wolips consider this an error). I think this can also happen if you put a component in a java source package by accident.

This goes on my list of top useless exceptions in WO :)

ms

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


This email sent to email@hidden

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


This email sent to email@hidden



_______________________________________________ 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
  • Follow-Ups:
    • Re: die terrible error message (Unable to find framework named "YourApplicationName")
      • From: David Avendasora <email@hidden>
  • Prev by Date: Re: Cheat: Run EOModeler on Leopard
  • Next by Date: Re: die terrible error message (Unable to find framework named "YourApplicationName")
  • Previous by thread: non direct connect; server dropping connection
  • Next by thread: Re: die terrible error message (Unable to find framework named "YourApplicationName")
  • Index(es):
    • Date
    • Thread