I have a nice new laptop.
Started back on a project I pulled from my repo. Installed all the wonder, wo frameworks, etc.
However, PurplePush is the main app not a framework. I swear I had something like this happen to me before.
After effect...
DEBUG (ERXNSLogLog4jBridge.java:47) - Waiting for requests...
<er.extensions.appserver.ERXRequest (<er.extensions.appserver.ERXRequest httpVersion=HTTP/1.1 headers={accept=[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8], accept-encoding=[gzip,
deflate], accept-language=[en-us], connection=[keep-alive], host=[127.0.0.1:60977], user-agent=[Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25]} content-length=0 cookies=null userInfo={} storePageInBacktrackCache=true
>) method=GET uri=/cgi-bin/WebObjects/PurplePush.woa defaultFormValueEncoding=UTF-8 formValueEncodingDetectionEnabled=NO formValueEncoding=UTF-8 formValues={} >
ERROR (ERD2WDirectAction.java:473) - Error with action
default:java.lang.IllegalStateException: Unable to find framework named "PurplePush"., formValues:{}
java.lang.IllegalStateException: Unable to find framework named "PurplePush".
at com.webobjects.appserver._private.WOComponentDefinition.<init>(WOComponentDefinition.java:249)
at com.webobjects.appserver.WOApplication._componentDefinitionFromClassNamed(WOApplication.java:2785)
at com.webobjects.appserver.WOApplication._componentDefinition(WOApplication.java:2889)
at er.extensions.appserver.ERXApplication._componentDefinition(ERXApplication.java:1544)
at com.webobjects.appserver.WOApplication.pageWithName(WOApplication.java:2321)
at com.webobjects.appserver.WOAction.pageWithName(WOAction.java:125)
at com.pp.app.DirectAction.defaultAction(DirectAction.java:26)