[opencms-dev] Issues with OpenCms 8 on fresh install (Mac OS X)

Stephan Hartmann hartmann at metamesh.de
Thu May 12 16:39:14 CEST 2011


The problem is with large files.
You have to raise the value of max_allowed_packet in mysqld section (16M
seems enough) in my.cnf and repeat the installation.

HTH
Stephan

2011/5/12 Yves Ettounsi <yves.ettounsi at switch.ch>

> Hi Mathias,
>
> I can confirm your issue, got exactly the same error messages here:
>
>
>
> ERROR [encms.xml.CmsXmlEntityResolver: 370] Could not resolve OpenCms
> XML entity reference
>
> "opencms://system/modules/org.opencms.ade.containerpage/schemas/container_page.xsd"
> org.opencms.file.CmsVfsResourceNotFoundException: Error reading resource
> from path
> "/system/modules/org.opencms.ade.containerpage/schemas/container_page.xsd".
>        at
>
> org.opencms.file.CmsVfsResourceNotFoundException.createException(CmsVfsResourceNotFoundException.java:79)
>
>
> I tried a new, fresh installation of ocms8 on two different MacBook
> Pro's, both with 10.6 and Tomcat 5.5./MySQL.
>
> I also published those files in the workplace, afterwards the template
> III worked (altough I'm unable to use the ADE functionality for strange
> reasons).
>
> Greetings,
> Yves
>
>
> On 5/12/11 9:52 AM, Mathias Lin wrote:
> >
> > I've run the setup twice on Mac OS X 10.6.7, Tomcat7 (512mb mem heap
> > assigned) , MySql5, and still getting these issues. I probably need to
> > monitor the tomcat logs a bit more, but not urgent at the moment.
> >
> > On WinXP, Tomcat6 though, I've installed OCMS8 as well just now, no
> problems
> > at all.
> >
> >
> >
> > Alexander Kandzior wrote:
> >>
> >> Mathias,
> >>
> >>> I just installed OpenCms 8 on Mac OS X (fresh installation, not an
> >>> upgrade
> >> of
> >>> an existing one) and found a few issues.
> >>
> >> Not sure where your issues are coming from but I am running OpenCms 8 on
> >> my
> >> MacBook Air with Mac OS X (10.6) in a Tomcat / MySQL installation and I
> >> did
> >> not have any issues setting this up and running.
> >>
> >>> The next issue I noticed is with the Template III demo: even though I'm
> >>> logged in, and the login box for the extranet on the left hand side
> shows
> >>> "Logged in as: Admin", it would still show the name/password field
> below.
> >> Is
> >>> that intentionally?
> >>
> >> Yes it's intentional. The idea is when you do a demo with a customer,
> you
> >> can just switch to another user directly. Like "look now the X user can
> /
> >> can not do this and that because of his permissions etc.". Should not be
> >> too
> >> hard to change that behavior, maybe we do add an option for this in the
> >> next
> >> release.
> >>
> >>
> >> Kind Regards,
> >> Alex.
> >>
> >> -------------------
> >> Alexander Kandzior
> >>
> >> Alkacon Software GmbH  - The OpenCms Experts
> >> http://www.alkacon.com - http://www.opencms.org
> >>
> >>
> >> -----Original Message-----
> >> From: opencms-dev-bounces at opencms.org
> >> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Mathias Lin
> >> Sent: Thursday, May 12, 2011 6:27 AM
> >> To: opencms-dev at opencms.org
> >> Subject: [opencms-dev] Issues with OpenCms 8 on fresh install (Mac OS X)
> >>
> >>
> >> I just installed OpenCms 8 on Mac OS X (fresh installation, not an
> upgrade
> >> of
> >> an existing one) and found a few issues. Before digging deeper into code
> >> analysis and debugging, I want to know whether some of you has similar
> >> issues as well:
> >>
> >> After running the setup, which runs through successfully, then start
> page
> >> gets opened with a 500 error, log says:
> >>
> >> 12 May 2011 11:49:03,270 ERROR [encms.xml.CmsXmlEntityResolver: 370]
> Could
> >> not resolve OpenCms XML entity reference
> >>
> "opencms://system/modules/org.opencms.ade.containerpage/schemas/container_pa
> >> ge.xsd"
> >> org.opencms.file.CmsVfsResourceNotFoundException: Error reading resource
> >> from path
> >>
> "/system/modules/org.opencms.ade.containerpage/schemas/container_page.xsd".
> >>      at
> >>
> org.opencms.file.CmsVfsResourceNotFoundException.createException(CmsVfsResou
> >> rceNotFoundException.java:79)
> >>      at
> org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:343)
> >>      at org.opencms.db.CmsDbContext.report(CmsDbContext.java:295)
> >>      at
> >>
> org.opencms.db.CmsSecurityManager.readResource(CmsSecurityManager.java:4600)
> >>      at org.opencms.file.CmsObject.readResource(CmsObject.java:2765)
> >>      at org.opencms.file.CmsObject.readFile(CmsObject.java:2144)
> >>      at
> >>
> org.opencms.xml.CmsXmlEntityResolver.resolveEntity(CmsXmlEntityResolver.java
> >> :361)
> >>      at
> >>
> org.opencms.xml.CmsXmlContentDefinition.unmarshal(CmsXmlContentDefinition.ja
> >> va:442)
> >>      at
> >>
> org.opencms.xml.content.CmsXmlContent.getContentDefinition(CmsXmlContent.jav
> >> a:805)
> >>      at
> >>
> org.opencms.xml.containerpage.CmsXmlContainerPage.<init>(CmsXmlContainerPage
> >> .java:139)
> >>      at
> >>
> org.opencms.xml.containerpage.CmsXmlContainerPageFactory.unmarshal(CmsXmlCon
> >> tainerPageFactory.java:387)
> >>
> >>
> >> So I open the workplace (logging in as Admin) to find the problem, and
> see
> >> another issue: in the workplace file list, left to each file and folder,
> >> folder icons display well, but file icons don't show.
> >> see Screenshot
> >> http://imageshack.us/photo/my-images/852/screenshot20110512at115.png/
> >> I remember having had this before on a OpenCms7 installation (and can't
> >> recall the reason, long time ago, maybe it was permission related), but
> >> never had this issue on a localhost installation before.
> >>
> >> Back to my initial problem, I see that in folder
> >> /system/modules/org.opencms.ade.containerpage/schemas/, all xsd files
> are
> >> gray flagged (belonging to project "Import of module
> >> org.opencms.ade.containerpage"):
> >> http://imageshack.us/photo/my-images/861/screenshot20110512at115.png/
> >>
> >>
> >> So I switch to that project and try to publish everything (via toolbar
> >> button). ->  getting:
> >>
> >> Attention: Your publish job created May 12, 2011 11:58:18 AM finished
> with
> >> 3
> >> warnings and 0 errors.
> >>
> >> However, even it says the publish job finished, the resources aren't
> >> published afterwards and still have the yellow flag.
> >> Looking at the queue log, I actually see that there were errors though:
> >>
> >> ( 1 / 75 ) Publishing file
> >>
> /system/modules/org.opencms.ade.containerpage/resources/containerpage/15C89A
> >> 0C95792FAC5C3FCC34BC2CBC41.cache.html
> >> ... Error publishing file
> >>
> "/system/modules/org.opencms.ade.containerpage/resources/containerpage/15C89
> >> A0C95792FAC5C3FCC34BC2CBC41.cache.html".
> >> Exception org.opencms.file.CmsDataAccessException: Unable to read file
> >> contents with resource ID "d14b225b-7988-11e0-8c78-b967eb0fb6b8"
> >> (online=false).
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishFile(CmsProjectDriver.java:12
> >> 45)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishProject(CmsProjectDriver.java
> >> :1700)
> >> at
> org.opencms.db.CmsDriverManager.publishJob(CmsDriverManager.java:5880)
> >> at org.opencms.publish.CmsPublishThread.run(CmsPublishThread.java:162)
> >> Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Unable to
> >> read
> >> file contents with resource ID "d14b225b-7988-11e0-8c78-b967eb0fb6b8"
> >> (online=false).
> >> at
> org.opencms.db.generic.CmsVfsDriver.readContent(CmsVfsDriver.java:1682)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishFileContent(CmsProjectDriver.
> >> java:1273)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishNewFile(CmsProjectDriver.java
> >> :3561)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishFile(CmsProjectDriver.java:12
> >> 00)
> >> ... 3 more
> >> Statistics: published files: 1, published folders: 0, deleted folders:
> 0,
> >> duration: 00:00:00
> >> Exception org.opencms.file.CmsDataAccessException: Error publishing file
> >>
> "/system/modules/org.opencms.ade.containerpage/resources/containerpage/15C89
> >> A0C95792FAC5C3FCC34BC2CBC41.cache.html".
> >> at
> >>
> org.opencms.file.CmsDataAccessException.createException(CmsDataAccessExcepti
> >> on.java:78)
> >> at org.opencms.db.CmsDbContext.throwException(CmsDbContext.java:343)
> >> at org.opencms.db.CmsDbContext.report(CmsDbContext.java:295)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishProject(CmsProjectDriver.java
> >> :1732)
> >> at
> org.opencms.db.CmsDriverManager.publishJob(CmsDriverManager.java:5880)
> >> at org.opencms.publish.CmsPublishThread.run(CmsPublishThread.java:162)
> >> Caused by: org.opencms.file.CmsDataAccessException: Unable to read file
> >> contents with resource ID "d14b225b-7988-11e0-8c78-b967eb0fb6b8"
> >> (online=false).
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishFile(CmsProjectDriver.java:12
> >> 45)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishProject(CmsProjectDriver.java
> >> :1700)
> >> ... 2 more
> >> Caused by: org.opencms.file.CmsVfsResourceNotFoundException: Unable to
> >> read
> >> file contents with resource ID "d14b225b-7988-11e0-8c78-b967eb0fb6b8"
> >> (online=false).
> >> at
> org.opencms.db.generic.CmsVfsDriver.readContent(CmsVfsDriver.java:1682)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishFileContent(CmsProjectDriver.
> >> java:1273)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishNewFile(CmsProjectDriver.java
> >> :3561)
> >> at
> >>
> org.opencms.db.generic.CmsProjectDriver.publishFile(CmsProjectDriver.java:12
> >> 00)
> >> ... 3 more
> >> ... the resources have been published
> >>
> >>
> >> So next, I mark some of the files separately via workplace and try to to
> >> publish them, which works for the xsd files, but not for some of the
> files
> >> under
> >> /system/modules/org.opencms.ade.containerpage/resources/containerpage/
> >>
> >> I tried restarting Tomcat, but doesn't help.
> >>
> >> Since the xsd files are now published though at least, the site now
> opens
> >> in
> >> offline mode as well as online mode.
> >>
> >> The next issue I noticed is with the Template III demo: even though I'm
> >> logged in, and the login box for the extranet on the left hand side
> shows
> >> "Logged in as: Admin", it would still show the name/password field
> below.
> >> Is
> >> that intentionally? Doesn't look right logically:
> >> http://imageshack.us/photo/my-images/52/screenshot20110512at122.png/
> >>
> >> -----
> >> Mathias Lin
> >> Skype: mathias.lin
> >> http://www.mathiaslin.com
> >> --
> >> View this message in context:
> >>
> http://old.nabble.com/Issues-with-OpenCms-8-on-fresh-install-%28Mac-OS-X%29-
> >> tp31599982p31599982.html
> >> Sent from the OpenCMS - Dev mailing list archive at Nabble.com.
> >>
> >>
> >> _______________________________________________
> >> This mail is sent to you from the opencms-dev mailing list
> >> To change your list options, or to unsubscribe from the list, please
> visit
> >> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>
> >>
> >> _______________________________________________
> >> This mail is sent to you from the opencms-dev mailing list
> >> To change your list options, or to unsubscribe from the list, please
> visit
> >> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>
> >>
> >
> >
> > -----
> > Mathias Lin
> > Skype: mathias.lin
> > http://www.mathiaslin.com
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20110512/232d35f1/attachment.htm>


More information about the opencms-dev mailing list