Page 1 of 1

Exception while loading home page

Posted: Thu Mar 06, 2014 12:22 am
by prabhat.kataria
Hi,

I configured and ran broadleaf demo site although configuration part went fine but on loading home page i could see exception:

Code: Select all

Class "StaticAssetStorageServiceImpl" didn't close the stream after finishing writing the temp file, resulting error message "java.io.IOException: Failed to delete original '...' after copy to '...'"


Does anyone have idea of how to solve it? I referred to another thread with heading
Images don't show up for demo site
, but this also did not help. Is it just me who is experiencing this problem?

Re: Exception while loading home page

Posted: Thu Mar 06, 2014 9:35 am
by nieky
I have the same issue.
I think we need to make project using core sources not like a maven library to fix that error.
Class StaticAssetStorageServiceImpl is located in broadleaf-contentmanagement-module-3.1.0-GA.jar

Re: Exception while loading home page

Posted: Thu Mar 06, 2014 12:11 pm
by prabhat.kataria
yes nieky problem is in StaticAssetStorageServiceImpl class. Do you have any idea about how to use core sources to make project?