• 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
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: die terrible error message


  • Subject: Re: die terrible error message
  • From: Mike Schrag <email@hidden>
  • Date: Thu, 27 Sep 2007 21:14:04 -0400

-1 for wolips letting us do this in the first place ... That will be corrected.

On Sep 27, 2007, at 8:55 PM, Pascal Robert wrote:


Le 07-09-27 à 20:44, Mike Schrag a écrit :

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 :)

Hey, I got the same error today :-) I created a new WOComponent by right-clicking on the project name, and I didn't see that the component was created as the top level (but the source was created at the right place).


_______________________________________________
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: 
 >die terrible error message (From: Mike Schrag <email@hidden>)
 >Re: die terrible error message (From: Pascal Robert <email@hidden>)

  • Prev by Date: Re: die terrible error message
  • Next by Date: Re: die terrible error message
  • Previous by thread: Re: die terrible error message
  • Next by thread: Re: die terrible error message
  • Index(es):
    • Date
    • Thread