You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2008/09/19 23:12:48 UTC

[jira] Commented: (CONTINUUM-1891) don't use default java.io.tmpdir for jetty bundle (can causes issues on solaris)

    [ http://jira.codehaus.org/browse/CONTINUUM-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=148544#action_148544 ] 

Wendy Smoak commented on CONTINUUM-1891:
----------------------------------------

Can you explain further?  The temp directory provided by java is supposed to work.  Are we using it incorrectly?


> don't use default java.io.tmpdir for jetty bundle (can causes issues on solaris)
> --------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-1891
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1891
>             Project: Continuum
>          Issue Type: Improvement
>          Components: Jetty Bundle
>    Affects Versions: 1.2
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 1.2.1
>
>
> On solaris java.io.tmpdir is a shared directory (/var/tmp) and if different uid starts continuum. It can have some permissions issues.
> {code}
> Caused by: net.sf.ehcache.CacheException: url-failures-cacheCache: Could not create disk store. Initial cause was Index file /var/tmp/url-failures-cache.index could not created.
>         at net.sf.ehcache.store.DiskStore.<init>(DiskStore.java:164)
>         at net.sf.ehcache.Cache.createDiskStore(Cache.java:577)
>         at net.sf.ehcache.Cache.initialise(Cache.java:549)
>         at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:707)
>         at net.sf.ehcache.CacheManager.addCache(CacheManager.java:697)
>         at net.sf.ehcache.CacheManager.addCache(CacheManager.java:654)
>         at org.codehaus.plexus.cache.ehcache.EhcacheCache.initialize(EhcacheCache.java:244)
>         at org.codehaus.plexus.spring.PlexusLifecycleBeanPostProcessor.postProcessAfterInitialization(PlexusLifecycleBeanPostProcessor.java:217)
>         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:361)
>         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.postProcessObjectFromFactoryBean(AbstractAutowireCapableBeanFactory.java:1427)
>         at org.springframework.beans.factory.support.FactoryBeanRegistrySupport$1.run(FactoryBeanRegistrySupport.java:139)
>         ... 56 more
> Caused by: java.io.IOException: Index file /var/tmp/url-failures-cache.index could not created.
>         at net.sf.ehcache.store.DiskStore.createNewIndexFile(DiskStore.java:850)
>         at net.sf.ehcache.store.DiskStore.readIndex(DiskStore.java:827)
>         at net.sf.ehcache.store.DiskStore.initialiseFiles(DiskStore.java:193)
>         at net.sf.ehcache.store.DiskStore.<init>(DiskStore.java:152)
>         ... 66 more
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira