Re: Keel-Framework: First Install problems

Michael Nash <[email protected]> Mon, 06 Jun 2005 07:38:09 -0400
Newsgroups gmane.comp.java.keel.devel
Organization JGlobal Limited
Message-ID <1118057888.5998.59.camel@139-142-200-104>
Nils:

If you find other missing modules, let me know - basically, when we've
got a set of updates done, one of the developers needs to either a) let
me know to do a jar:deploy or b) get set up and do the jar:deploy for
the new version themselves. There are detailed notes in the doc on how
the version numbers should rachet forward, and every time a new version
stabilizes we should be cranking out a new jar to the repository.

I'm not sure what that error is from the mailing list, though...

Mike

On Mon, 2005-06-06 at 17:22, Nils Döhring wrote:
> Actually, I had the same problem and mailed to the list, and got this 
> response:
> 
> 			The Postfix program
> 
> <keelgroup-keelframework.com-rI8AND0JKYOgdSakss0wQjGcDxdMUgRv@public.gmane.org>: host
>     lists.keelframework.com[66.33.216.73] said: 550
>     <keelgroup-keelframework.com-rI8AND0JKYOgdSakss0wQjGcDxdMUgRv@public.gmane.org>... User unknown
> 
> 
> 
> To add to the subject: the build defaults in maven repo and cvs are 
> asynchronous and app-poll and svc-persist-hibernate are just in cvs, but 
> i fiddled until it worked (basically compiling from cvs). At least it 
> builds the war and starts, but if i go beyond the index page 
> (http://localhost:8888/default/model.do?model=nav.navigate-seq), i 
> experience an internal error:
> 
> javax.servlet.ServletException: Exception during model execution:
> 	org.keel.clients.struts.ModelAction.execute(ModelAction.java:90)
> 	org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
> 	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
> 	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
> 	org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
> 	com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
> 	com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
> 
> *root cause*
> 
> org.keel.services.model.ModelException: [KeelStarter] :Channel timed out waiting for response
> 	org.keel.clients.direct.KeelClientDirect.execute(KeelClientDirect.java:74)
> 	org.keel.clients.DefaultClientConnector.execute(DefaultClientConnector.java:51)
> 	org.keel.clients.webapp.AbstractWebappClientConnector.execute(AbstractWebappClientConnector.java:73)
> 	org.keel.clients.struts.StrutsClientConnector.execute(StrutsClientConnector.java:105)
> 	org.keel.clients.struts.ModelAction.execute(ModelAction.java:78)
> 	org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
> 	org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
> 	org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
> 	org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
> 	com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
> 	com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
> 
> I'd like to investigate on that, since it could be a proxy problem. i 
> cannot check dependencies that are not on the keel repo, and some keel 
> poms are missing. so how can i update tool-maven/tool-maven-plugin? 
> there's no new keel-plugin version out since Aleksandar sent an [UPDATE] 
> email.
> 
> Thanks,
> 
> Nils
> (who still wants to get a clnt-openlaszlo or app-openlaszlo done, since 
> finally openlaszlo 3 is able to read/write Axis.)
> 
> Michael Nash wrote:
> 
> >Stephen:
> >
> >For some reason app-poll 2.0.1 was not in the repository for Maven to
> >find. I've just put a copy there, give it a try again?
> >
> >Mike
> >
> >On Sun, 2005-06-05 at 17:05, Stephen Hurrell wrote:
> >  
> >
> >>Hello Michael
> >>
> >>Thank you for you quick response. OK. Maven take #2.
> >>
> >>0. Working from Keel-Framework docco at:
> >>http://keelframework.org/release/HEAD/docbook/keel-doc/html/manual/book.html#d0e5838
> >>
> >>1. Me: Debian testing; jdk1.5.0_03 ; ant-1.6.2 ; maven 1.0.2
> >>
> >>2. Setup various _HOME variables.
> >>KEEL_HOME=/usr/local/keel
> >>ANT_HOME=/usr/share/ant
> >>MAVEN_HOME=/usr/local/maven
> >>JAVA_HOME=/usr/local/java/
> >>
> >>3. maven -DartifactId=maven-keel-plugin -DgroupId=keel -Dversion=1.2.18
> >>plugin:download
> >>
> >>4. cd /usr/local/keel ; maven keel:install
> >>
> >>5. cd /usr/local/keel/keel-build/example-projects/default ; maven war
> >>
> >>6. Lots of downloading until:
> >>Attempting to download app-poll-2.0.1.jar.
> >>WARNING: Failed to download app-poll-2.0.1.jar.
> >>The build cannot continue because of the following unsatisfied dependency:
> >>
> >>app-poll-2.0.1.jar
> >>
> >>7. Will start looking at this now. Perhaps I should use plugin 1.2.9?
> >>
> >>Cheers
> >>STephen
> >>
> >>    
> >>
> >
> >http://keelframework.org/documentation.shtml
> >Keelgroup mailing list
> >[email protected]
> >http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> >
> >  
> >
> 
> http://keelframework.org/documentation.shtml
> Keelgroup mailing list
> [email protected]
> http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
> 

http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com