I'm unclear as to how to run the Flux application from the TDK 2.1. I
deployed the newapp application to my JRun 3.1 test server. I am having no
problems accessing the "default" layout, navigation and screens, i.e.:
http://mycompany.com/turbine/template/Index.vm
I tried to access the Flux application by simply doing:
http://mycompany.com/turbine/template/flux/FluxIndex.vm
But I am getting the errors listed below.
How exactly do you "switch" from one Turbine "context" (i.e., the whole
layout/navigation/screen) to another? I guess I still haven't gotten the
idea quite right.
Thanks for any and all help.
Daniel.
[Wed Jul 25 15:27:05 EDT 2001] -- INFO -- Start Initializing service (late):
UploadService
[Wed Jul 25 15:27:05 EDT 2001] -- INFO -- Finish Initializing service
(late): UploadService
[Wed Jul 25 15:27:06 EDT 2001] -- ERROR -- Turbine.handleException:
Requested Screen not found:
Turbine looked in the following modules.packages path:
[com.essai.turbine, org.apache.turbine.flux.modules,
org.apache.turbine.modules]
[Wed Jul 25 15:27:06 EDT 2001] -- ERROR --
Exception: java.lang.ClassNotFoundException:
Requested Screen not found:
Turbine looked in the following modules.packages path:
[com.essai.turbine, 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:
[com.essai.turbine, org.apache.turbine.flux.modules,
org.apache.turbine.modules]
at
org.apache.turbine.modules.ScreenLoader.getInstance(ScreenLoader.java:197)
at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:159)
at org.apache.turbine.modules.Page.build(Page.java:90)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
at org.apache.turbine.Turbine.doGet(Turbine.java:447)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1416)
at
allaire.jrun.session.JRunSessionService.service(../session/JRunSessionServic
e.java:1082)
at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:1270)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDis
patcher.java:89)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1552)
at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1542)
at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:364)
at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:115)
at allaire.jrun.ThreadPool.run(../ThreadPool.java:272)
at allaire.jrun.WorkerThread.run(../WorkerThread.java:75)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]