Hi
i am using Confuence 3.3.
Currently the Plugin repository screen does not display.
In the Plugin manager screen.
I have 2 installed plugins that display an error..There were errors loading this plugin.
The artifact URI file:/D:/Confluence/Data/plugin-cache/1336709009106upload__5599a884_12a48d04d3c__7f93_00000302.tmp is not a valid plugin artifact
How do I remove as when I attempt to uninstall .. It is unsuccessful..
org.springframework.orm.ObjectRetrievalFailureException: Object of class [com.atlassian.confluence.plugin.persistence.PluginData] with identifier [1336709009106upload__5599a884_12a48d04d3c__7f93_00000302.tmp]: not found
at com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao.getPluginData(HibernatePluginDataDao.java:25)
Thanks in advance
Confluence stores installed plugins within the PLUGINDATA table in your database, then on startup, deploys them to a cache directory in your home folder. Since you're hitting error with a tmp (cache) file, you should be able to fix these errors by stopping Confluence and clearing out these directories so that they can be rebuilt:
<confluence-home>/plugin-cache
<confluence-home>/plugins-osgi-cache
<confluence-home>/plugins-temp
<confluence-home>/bundled-plugins
<confluence-home>/bundled-plugins_language
Hi
Thanks for the feedback,
I had to shutdown confluence. deleted files as mentioned
But On confluence startup it gives an error message that it is attempting to move the confluence.cfg.tmp file from somewhere and replace the original file in the home folder but it fails here and now returns to non-atomic overwrite.
Thanks for your assistance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's a "normal" error on windows, IIRC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any way to resolve - or is this really not the problem since you say it is a normal error in windows.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You were referring to this WARN message right?
WARN [http-8091-2] [atlassian.config.xml.AbstractDom4jXmlConfigurationPersister] saveDocumentAtomically Unable to move C:\data\confluence42\confluence.cfg.xml5702483264679177867tmp to C:\data\confluence42\confluence.cfg.xml. Falling back to non-atomic overwrite.
If so, this message can safely be ignored and it is nothing to worry about.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Thanks for the information..
I did try clearing out the folders but the tmp file redisplays in the cache - folder. And the error is still displayed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If clearing the cache didn't work, you might have a corrupt plugin in your database that's not deploying properly. Since it's using a hashed temp name for the plugin, it might be difficult to track down if you have a lot of installed plugins, but if you have an idea of which plugins that could be causing the problems, first try removing them from Confluence via the Plugins UI. If that doesn't work, you will need to remove the plugins manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to leave your mark on Confluence? One winner will have their whiteboard design added into Confluence for all users to access! This is your chance to showcase your creativity, help others, and gain recognition in the Confluence community.
Share your template today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.