Any reason not to upgrade to 1.9.5 today ?

18 views
Skip to first unread message

David Higginbotham

unread,
Mar 27, 2012, 9:41:11 AM3/27/12
to dot...@googlegroups.com
Hi.

1.9.5 has been out for a short while now. Has anyone run across any issues that would stop them from upgrading their live environment to this release ? I see a few issues have been resolved by the dotCms crew and I'm wondering if these fixes will be 
released soon.

Thanks,

David

Chris Falzone

unread,
Mar 27, 2012, 3:58:08 PM3/27/12
to dot...@googlegroups.com
We have a few people running it un production now and no major issues.  The issues we are addressing are mostly issue that existed before 1.9.5 not new issues that have come up with 1.9.5.  No show-stoppers that I know of.  

--
You received this message because you are subscribed to the Google Groups "dotCMS User Group" group.
To post to this group, send email to dot...@googlegroups.com.
To unsubscribe from this group, send email to dotcms+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dotcms?hl=en.

Jon Moores

unread,
Mar 27, 2012, 4:05:42 PM3/27/12
to dot...@googlegroups.com
We have been running 1.9.5 CE for a while without any major issues. Before that we were having to restart every 2-3 days as the system locked up. The new cache seems to be much more stable.

Thanks
Jon

Hirschfeld, Michael

unread,
Mar 28, 2012, 11:09:21 AM3/28/12
to dot...@googlegroups.com

We upgraded to 1.9.5 yesterday in our development environment.  I am getting an error in the CMS Maintenance > Cache Stats area.  If I select Refresh Stats I get the “Sorry, and error occurred”

Any ideas?

Jason Tesser

unread,
Mar 28, 2012, 11:13:14 AM3/28/12
to dot...@googlegroups.com
error in log?

Thanks,
Jason S. Tesser
Director, Support Services
dotCMS, Inc.
T: 305.858.1422 x7003
http://twitter.com/dotCMS
www.dotcms.com

Hirschfeld, Michael

unread,
Mar 28, 2012, 11:18:33 AM3/28/12
to dot...@googlegroups.com
2012-03-28 10:16:15,952 ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[org.apache.jsp.html.portlet.ext.cmsmaintenance.cachestats_005fguava_jsp] - Servlet.service() for servlet org.apache.jsp.html.portlet.ext.cmsmaintenance.cachestats_005fguava_jsp threw exception
java.util.NoSuchElementException: 'cache.default.size' doesn't map to an existing object
at org.apache.commons.configuration.AbstractConfiguration.getInt(AbstractConfiguration.java:658)
at com.dotmarketing.util.Config.getIntProperty(Config.java:136)
at com.dotmarketing.business.DotGuavaCacheAdministratorImpl.getCacheStatsList(DotGuavaCacheAdministratorImpl.java:527)
at org.apache.jsp.html.portlet.ext.cmsmaintenance.cachestats_005fguava_jsp._jspService(cachestats_005fguava_jsp.java:363)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:137)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.cms.urlmap.filters.URLMapFilter.doFilter(URLMapFilter.java:313)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.CharsetEncodingFilter.doFilter(CharsetEncodingFilter.java:140)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:662)
2012-03-28 10:16:15,954 INFO com.dotmarketing.cache.VirtualLinksCache - mapping: cmsdevhost.uth.tmc.edu:/cms500Page -> /index/500.htm

-----Original Message-----
From: dot...@googlegroups.com [mailto:dot...@googlegroups.com] On Behalf Of Jason Tesser
Sent: Wednesday, March 28, 2012 10:13 AM
To: dot...@googlegroups.com
Subject: Re: [dotcms] Any reason not to upgrade to 1.9.5 today ?

error in log?

--

Jason Tesser

unread,
Mar 28, 2012, 1:16:01 PM3/28/12
to dot...@googlegroups.com
make sure you have these in your dotmarketing-config.properties

##################### dotCMS Cache Configuration #####################

#  Use the old cache (why?)

#cache.locator.class=com.dotmarketing.business.DotJBCacheAdministratorImpl

#INSTANCE_SIZE=small



## Default Caching Settings

cache.default.size=1000

cache.default.disk=false

cache.default.ttl=5

cache.livecache.size=1000

cache.livecache.disk=true

cache.workingcache.size=1000

cache.concurrencylevel=32



## Region Specific Memory Settings

cache.adminconfigpool.size=100

cache.blockdirectivecache.size=1000

cache.blockdirectivehtmlpagecache.size=1000

cache.categorybykeycache.size=1000

cache.categorycache.size=1000

cache.categorychildrencache.size=1000

cache.categoryparentscache.size=1000

cache.companypool.size=10

cache.contentletcache.size=5000

cache.fileassetmetadatacache.size=200

cache.dotcmslayoutcache.size=1000

cache.dotcmsrolecache.size=1000

cache.dotcmsrolekeycache.size=1000

cache.dotcmsuserrolecache.size=1000

cache.fieldscache.size=1000

cache.filecache.size=1000

cache.foldercache.size=1000

cache.hostaliascache.size=1000

cache.hostcache.size=1000

cache.hostvariablescache.size=1000

cache.htmlpagecache.size=1000

cache.identifiercache.size=50000

cache.languagecacheimpl.size=1000

cache.parentpermissionablecache.size=10000

cache.permissioncache.size=50000

cache.plugincache.size=1000

cache.portletpool.size=100

cache.structurecache.size=500

cache.userdotcmscache.size=1000

cache.useremaildotcmscache.size=1000

cache.userproxycache.size=1000

cache.velocitycache.size=1000

cache.velocitymenucache.size=1000

cache.velocitymisscache.size=1000

cache.versioninfocache.size=50000

cache.virtuallinkscache.size=1000

cache.workflowcache.size=1000

cache.workflowstepcache.size=1000

cache.workflowtaskcache.size=1000

cache.indiciescache.size=8

##  Cache to disk Settings

cache.contentletcache.disk=true

cache.velocitycache.disk=true


Thanks,
Jason Tesser
dotCMS Director, Support Services
1-305-858-1422
Reply all
Reply to author
Forward
0 new messages