shopizer-ecommerce / shopizer

Shopizer java e-commerce software
http://www.shopizer.com
Apache License 2.0
3.51k stars 2.97k forks source link

failed to upload images or files ,what's the problem? #155

Open tonywong2001 opened 7 years ago

tonywong2001 commented 7 years ago

Log. com.salesmanager.core.business.exception.ServiceException at com.salesmanager.core.business.modules.cms.content.infinispan.CmsStaticContentFileManagerImpl.addFiles(CmsStaticContentFileManagerImpl.java:146) at com.salesmanager.core.business.modules.cms.content.StaticContentFileManagerImpl.addFiles(StaticContentFileManagerImpl.java:49) at com.salesmanager.core.business.services.content.ContentServiceImpl.addContentFiles(ContentServiceImpl.java:272) at

code:

@Override public void addFiles( final String merchantStoreCode, final List inputStaticContentDataList ) throws ServiceException { if ( cacheManager.getTreeCache() == null ) { LOGGER.error( "Unable to find cacheManager.getTreeCache() in Infinispan.." ); throw new ServiceException( "CmsStaticContentFileManagerInfinispanImpl has a null cacheManager.getTreeCache()" ); }

paulParis commented 7 years ago

Hello,

There is a problem with jre1.8.xx

Take the lastest JDK or JRE 1.8_80++