[opencms-dev] New Project 5.0 rc2
Mariano Barcia
mariano.barcia at colaborativa.net
Thu Apr 17 17:28:01 CEST 2003
Hi,
I would like to point out again this drawback, altough I've been following
this list for a while and I'am aware of the excellent work being done so
far. A new documentation about to be released with v5.0 GA should address
this issue, I understand.
By now, It's still hard to understand for a new openCMS user/developer, the
way OpenCMS should be used. In fact, I have a great deal of confusion, being
exposed in the next few lines :-/.
I think Mathias, first, you must switch to the offline project, then add a
folder (then cancel the creation of a new page). Then, you can create a new
project and point to that folder to be its root. Only then, you could add a
new page and try to edit it. But, but, you must "unlock" the page before
doing so.
I think a "use-cases" approach should be very useful, and not difficult to
write. E.g., common uses that openCMS is expected to address. Editor
authoring content, Project manager publishing/creating a new project, etc.,
along with a brief explanation of the terminology and horizontal services
that openCMS provides (e.g. VFS, sync, security).
Hope it helps,
--m
-----Mensaje original-----
De: opencms-dev-admin at opencms.org [mailto:opencms-dev-admin at opencms.org] En
nombre de Matthias Barmeier
Enviado el: jueves, 17 de abril de 2003 7:50
Para: opencms-dev at opencms.org
Asunto: [opencms-dev] New Project 5.0 rc2
Hi,
I have installed version 5 rc 2. I use Tomcat 4.1.24 and SAP-DB 7.24.
When I try to add a Project, I always get an exception.
I followed the instructions of the 4.6 manual and tried severals folders
(existent and non existent).
Where is my fault ?
Ciao
Matze
Stacktrace:
com.opencms.core.CmsException: 2 Not found. Detailed error:
[com.opencms.file.genericSql.CmsDbAccess] /default/vfs/realease/.
at
com.opencms.file.genericSql.CmsDbAccess.readFolder(CmsDbAccess.java:8304)
at
com.opencms.file.genericSql.CmsResourceBroker.readFolder(CmsResourceBroker.j
ava:5731)
at
com.opencms.file.genericSql.CmsResourceBroker.readFolder(CmsResourceBroker.j
ava:5700)
at
com.opencms.file.genericSql.CmsResourceBroker.readFileHeader(CmsResourceBrok
er.java:5473)
at com.opencms.file.CmsObject.readFileHeader(CmsObject.java:3008)
at
com.opencms.file.CmsObject.copyResourceToProject(CmsObject.java:764)
at
com.opencms.workplace.CmsAdminProjectNew.getContent(CmsAdminProjectNew.java:
394)
at
com.opencms.template.cache.CmsElementXml.getContent(CmsElementXml.java:171)
at
com.opencms.template.cache.CmsUri.callCanonicalRoot(CmsUri.java:185)
at
com.opencms.template.cache.CmsElementCache.callCanonicalRoot(CmsElementCache
.java:149)
at
com.opencms.launcher.CmsXmlLauncher.generateOutput(CmsXmlLauncher.java:285)
at
com.opencms.launcher.CmsXmlLauncher.launch(CmsXmlLauncher.java:341)
at
com.opencms.launcher.A_CmsLauncher.initlaunch(A_CmsLauncher.java:275)
at com.opencms.core.OpenCms.showResource(OpenCms.java:828)
at
com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:285)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:256)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:171)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
at java.lang.Thread.run(Thread.java:536)
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list