- oops forgot the log.

I also just noticed that I am getting the same (5) resets of my global
tools on every request, just before the TurbineException.  What
would/could cause this?  Ho do I debug deeper?

Here is the log --


[Tue Feb 26 16:04:45 EST 2002] -- WARN -- IDBroker is being used with
db: default
 which does not support transactions.  It is possible to 
 generate duplicate keys, if multiple JVM's are used or other 
 means are used to write to the database.
[Tue Feb 26 16:04:46 EST 2002] -- DEBUG -- Refreshing Config manager
[Tue Feb 26 16:04:46 EST 2002] -- DEBUG -- Refreshing UI manager
[Tue Feb 26 16:04:49 EST 2002] -- DEBUG -- Refreshing Config manager
[Tue Feb 26 16:04:49 EST 2002] -- DEBUG -- Refreshing UI manager
[Tue Feb 26 16:04:49 EST 2002] -- DEBUG -- Refreshing Config manager
[Tue Feb 26 16:04:49 EST 2002] -- DEBUG -- Refreshing UI manager
[Tue Feb 26 16:04:49 EST 2002] -- DEBUG -- Refreshing Config manager
[Tue Feb 26 16:04:49 EST 2002] -- DEBUG -- Refreshing UI manager
[Tue Feb 26 16:04:50 EST 2002] -- DEBUG -- Refreshing Config manager
[Tue Feb 26 16:04:50 EST 2002] -- DEBUG -- Refreshing UI manager
[Tue Feb 26 16:04:51 EST 2002] -- ERROR -- Turbine.handleException: 

        Requested Screen not found: 
        Turbine looked in the following modules.packages path: 
        [org.myapp.main.modules, org.apache.turbine.flux.modules,
org.apache.turbine.modules]

[Tue Feb 26 16:04:51 EST 2002] -- ERROR -- 
        Exception:  java.lang.ClassNotFoundException: 

        Requested Screen not found: 
        Turbine looked in the following modules.packages path: 
        [org.myapp.main.modules, org.apache.turbine.flux.modules,
org.apache.turbine.modules]

        Stack Trace follows:
        java.lang.ClassNotFoundException: 

        Requested Screen not found: 
        Turbine looked in the following modules.packages path: 
        [org.myapp.main.modules, org.apache.turbine.flux.modules,
org.apache.turbine.modules]

        at
org.apache.turbine.modules.ScreenLoader.getInstance(ScreenLoader.java:19
7)
        at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:15
9)
        at org.apache.turbine.modules.Page.build(Page.java:90)
        at
org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
-cliff

-----Original Message-----
From: Lang, Cliff 
Sent: Tuesday, February 26, 2002 3:18 PM
To: Turbine Users List
Subject: RE: Repost: -- no responses yet: Turbine screens (*.java) files
not being processed Turbine.handleException - "Requested Screen not
found"


Ok - I changed the directly and made no difference.  Something I may
have left out before is that it does process my screen classes, and
finds my templates, but the problem is even with the found
class/template I get the Exception in my log.  So something is causing
it to go astray and look for something that doesn't exist.

So every request to my server causes this exception, which then causes
the "Tools" to reload.  At the end of the  exception, or more correctly,
just after, I get (5) messages, from the two global tools (the default
UI manager, and a personal global tool)

/********   Trimmed from log   **********/
[Tue Feb 26 14:05:48 EST 2002] -- DEBUG -- Refreshing Config manager
[Tue Feb 26 14:05:48 EST 2002] -- DEBUG -- Refreshing UI manager [Tue
Feb 26 14:05:49 EST 2002] -- DEBUG -- Refreshing Config manager [Tue Feb
26 14:05:49 EST 2002] -- DEBUG -- Refreshing UI manager [Tue Feb 26
14:05:49 EST 2002] -- DEBUG -- Refreshing Config manager [Tue Feb 26
14:05:49 EST 2002] -- DEBUG -- Refreshing UI manager [Tue Feb 26
14:05:49 EST 2002] -- DEBUG -- Refreshing Config manager [Tue Feb 26
14:05:49 EST 2002] -- DEBUG -- Refreshing UI manager [Tue Feb 26
14:05:49 EST 2002] -- DEBUG -- Refreshing Config manager [Tue Feb 26
14:05:49 EST 2002] -- DEBUG -- Refreshing UI manager

Is this any help?  Is there something mis-configured in my UI?  Why
would these refresh 5 times?

-cliff



-----Original Message-----
From: Eric Dobbs [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 26, 2002 12:47 PM
To: Turbine Users List
Subject: Re: Repost: -- no responses yet: Turbine screens (*.java) files
not being processed Turbine.handleException - "Requested Screen not
found"


On Tuesday, February 26, 2002, at 10:08  AM, Lang, Cliff wrote:

> I did notice when filing this out, my templates are in 
> myapp/templates/app - should this be, myapp/templates/myapp/screens?
> If so, why didn't the TDK build it that way?  It seemed to build the 
> rest of the directory structure correctly.

That was my first guess too.  Rename 'app' to 'myapp'.

I don't know why you'd get that from the TDK, but it is probably related

to
the build.properties file.  I know the default settings create "newapp" 
and
it works fine.

Thanks.
-Eric

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to