When browsing the homepage http://localhost:8080/site/gb/en we got a 404, and all resource bundle values used by the 404 page were also not rendering
We thought maybe the maven .m2 repository needed to be cleared a re-downloaded.
build / startup were successful
When browsing the homepage http://localhost:8080/site/gb/en we got a 404, and all resource bundle values used by the 404 page were also not rendering again
I have run out of ideas.
[ EDIT ]
I can now see that actually it is behaving as expected. The problem I have is all the content has been clobbered. Not sure why that would have happened.
As you can see, each of the sub-folders is empty:
This never used to be the case. Is there a way to get them back?
If you are on a local deployment, the startup will use the repo folder that is defined, if you dont define one it uses the target (which isnt the best idea because each build will wipe out this repo folder). This is the parameter -Drepo.path to set when you start your -Pcargo.run profile.
What are you setting for the repo.path?
Also - What version did you upgrade to? I don’t see a 11.4.2 listed in the release notes, were you upgrading from 11.2 to 13.4.2?
I am using version 13.2
We have been having some deployment issues, so we tried to upgrade to 13.4.2 on my localhost, which seemed ok, but we reverted back to 13.2 as the deployment onto one of our shared DEV environments did not go so well.
It was only after reverting back to 13.2 that the missing content folders on my localhost started to happen.
I use the following sequence of events to start up a localhost:
rm -rf dev - To remove the dev folder created on the last build. mvn clean verify mvn -Pcargo.run -Drepo.path=dev