Hello Jurgen 2003. j�nius 13. 14.49 d�tummal J�rgen Hoffmann ezt �rta: > Hi, > > With your configuration, Turbine looks for Default.java screen within > the following locations: > > org.apache.turbine.modules.screens > com.zamek.portal.modules.screens > org.apache.turbine.flux.modules.screens > com.zamek.forum.modules.screens > com.zamek.turbine.modules.screens > om.zamek.news.modules.screens > > Do you have a Default.java in any of these locations? Yes, I have a Default.java in
com.zamek.portal.modules.screens which is inhrits from VelocityScreen and com.zamek.portal.modules.layouts because it referenced by log, and com.zamek.portal.modules.pages because it referenced by log. All of Default.java inherits from VelocityScreen > -----Urspr�ngliche Nachricht----- > Von: Zamek [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 13. Juni 2003 11:22 > An: Turbine Users List > Betreff: Re: AW: I'm crazy with Default error, please help > > > Hello Jurgen, > > On Friday 13 June 2003 10:55, J�rgen Hoffmann wrote: > > Hi, > > > > These are the package paths turbine looks for your actions and > > screens. Do you have a screens/Default.class in any of these > > locations? > > Yes, absolutely, but I don't know what is its parents. I made a > following > class in modules.layouts.Default.java: > > package com.zamek.portal.modules.layouts; > ... > import org.apache.turbine.modules.screens.VelocityScreen; > public class Default extends VelocityScreen { > > } > > and modules.pages.Defaul.java: > > package com.zamek.portal.modules.pages; > ... > import org.apache.turbine.modules.screens.VelocityScreen; > public class Default extends VelocityScreen { > > } > > But I don't know what is this? In T2.2 there aren' t this problem, it > seems to > be there isn't need this classes. > > > org.apache.turbine.modules, com.zamek.portal.modules, > > org.apache.turbine.flux.modules, com.zamek.forum.modules, > > com.zamek.turbine.modules, om.zamek.news.modules > > > > > > Kind regards > > > > J�rgen Hoffmann > > ByteACTION GmbH > > > > > > > > -----Urspr�ngliche Nachricht----- > > Von: Zamek [mailto:[EMAIL PROTECTED] > > Gesendet: Donnerstag, 12. Juni 2003 15:22 > > An: Turbine Users List > > Betreff: I'm crazy with Default error, please help > > > > > > Hello All, > > > > I'm trying to update from T2.2 to T2.3 but I cannot make finished > > default page error since 3 weeks, and I'm crazy... :-( > > I asked it a lot of, but I cannot get any help :-( > > (many thanks to Eric Pugh, who try to help me) > > > > So when I started Tomcat all of good in logs (turbine.log, > > application.log): ready to rumble! > > > > And When I try to call first page: > > http://localhost:8080/portal/servlet/portal > > I get an error: > > > > Horrible Exception: java.lang.ClassNotFoundException: > > > > Requested Page not found: Default > > > > error and logs in end of my letter. > > > > So I try to make a Default class in my > > com.zamek.portal.modules.layouts and my com.zamek.portal.modules.pages > > > > but it remain wrong. > > > > Please help me to answer: > > > > What is the "Default" page and layout which is referenced, and what is > > > > its parents? > > > > What do I need to do to works good? In T2.2 it works good, but I need > > to > > > > upgrade because I have a character encoding problem in T2.2. > > > > > > My environments: > > JVM is 1.4 from sun > > Linux Debian 3.0 > > Turbine from cvs > > All of referenced jars are from MAVEN_REPO > > > > screen error: > > Horrible Exception: java.lang.ClassNotFoundException: > > > > Requested Page not found: Default > > Turbine looked in the following modules.packages path: > > [org.apache.turbine.modules, com.zamek.portal.modules, > > org.apache.turbine.flux.modules, com.zamek.forum.modules, > > com.zamek.turbine.modules, com.zamek.news.modules] > > > > at > > org.apache.turbine.modules.PageLoader.getInstance(PageLoader.java:190) > > at > > org.apache.turbine.modules.PageLoader.exec(PageLoader.java:135) > > at org.apache.turbine.Turbine.doGet(Turbine.java:796) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > > > > in logs: > > 003-06-12 15:01:44,324 [Thread-5] DEBUG > > org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory > > - Trying org.apache.turbine.modules.layouts.Default > > 2003-06-12 15:01:44,331 [Thread-5] DEBUG > > org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory > > - org.apache.turbine.modules.layouts.Default: Not found 2003-06-12 > > 15:01:44,331 [Thread-5] DEBUG > > org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory > > - Trying com.zamek.portal.modules.layouts.Default > > 2003-06-12 15:01:44,355 [Thread-5] DEBUG > > org.apache.turbine.services.assemblerbroker.util.java.JavaBaseFactory > > - Returning: [EMAIL PROTECTED] > > 2003-06-12 15:01:44,366 [Thread-5] ERROR org.apache.turbine.Turbine- > > > > Requested Layout not found: Default > > Turbine looked in the following modules.packages path: > > [org.apache.turbine.modules, com.zamek.portal.modules, > > org.apache.turbine.flux.modules, com.zamek.foru m.modules, > > com.zamek.turbine.modules, com.zamek.news.modules] > > thanks > - > Zamek > -- thanks, ---------------------------------------------------- Zoltan Zidarics programmer PTE University Pecs, Hungary icq: 43288694 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
