1 Reply Latest reply on Sep 19, 2007 11:58 AM by k3nnymusic

    contetnt mixed mode storage

    k3nnymusic

      I'm using jboss as 4.0.5GA and jboss portal 2.4.2 and when I change in xml to mixed storage file every my cms portlet instances have error
      java.lang.NullPointerException
      and I haven't got access to any content files.
      If I try to open any files from my
      \jboss-4.0.5.GA\server\default\deploy\jboss-portal.sar\portal-cms.sar\portal\cms\conf\default-content\default

      for example by url:
      http://localhost:8080/portal/content/default/images/support.gif

      I have got the following error:

      javax.servlet.ServletException: Unable to register cleanup Synchronization with TransactionManager
       org.jboss.portal.server.servlet.PortalServlet.process(PortalServlet.java:321)
       org.jboss.portal.server.servlet.PortalServlet.doGet(PortalServlet.java:173)
       javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
       javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
       org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


      I tryied to clean my workspace, tmp etc, and it doesn't work. I don't understand, when I have got mixed storage and write:
      /content/default/images/support.gif
      then it loads support.gif from filesystem or from database?
      How can I define that?

        • 1. Re: contetnt mixed mode storage
          k3nnymusic

          I have got another problem with it. I added two .gif files into the cms content(database 100% storage), and I have got 5 roles in portal. One of this images don't be accessible from one of roles. Futhermore if I add any user to that role, they don't see the image. I don't know what can be the reason, becouse I don't change anything. I don't know this can be some secuirity issue or next jp2.4.2 bug? Do you have any idea? Could you help me?
          Thanks.