[xwiki-users] Can't delete attachment
Hi, I imported several .xar files from another xwiki instance and afterwards wanted to delete the uploaded .xar files. All but one have successfully been deleted. Everytime I delete "Xwiki_New.xar" from the import screen inside the administration screen and refresh the page it's there again. Also in document index I still see it in the attachments tab and not in the deleted attachments tab. Any hints? Is it safe to simply delete it from xwikiattachment table in the database with phpMyAdmin? My system is Windows Server 2003 R2 with Apache 2.4, MySQL 5, Tomcat 7, XWiki 6.3. Thanks in advance, Dennis
You don't have any related error in the lot ? Usually issue with attachments are related to their size and the available memory. On Thu, Nov 27, 2014 at 3:27 PM, D R <[email protected]> wrote:
Hi,
I imported several .xar files from another xwiki instance and afterwards wanted to delete the uploaded .xar files. All but one have successfully been deleted.
Everytime I delete "Xwiki_New.xar" from the import screen inside the administration screen and refresh the page it's there again. Also in document index I still see it in the attachments tab and not in the deleted attachments tab.
Any hints?
Is it safe to simply delete it from xwikiattachment table in the database with phpMyAdmin?
My system is Windows Server 2003 R2 with Apache 2.4, MySQL 5, Tomcat 7, XWiki 6.3.
Thanks in advance, Dennis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
On Thu, Nov 27, 2014 at 3:44 PM, Thomas Mortagne <[email protected]> wrote:
You don't have any related error in the lot ? Usually issue with attachments are related to their size and the available memory.
Was "in the log".
On Thu, Nov 27, 2014 at 3:27 PM, D R <[email protected]> wrote:
Hi,
I imported several .xar files from another xwiki instance and afterwards wanted to delete the uploaded .xar files. All but one have successfully been deleted.
Everytime I delete "Xwiki_New.xar" from the import screen inside the administration screen and refresh the page it's there again. Also in document index I still see it in the attachments tab and not in the deleted attachments tab.
Any hints?
Is it safe to simply delete it from xwikiattachment table in the database with phpMyAdmin?
My system is Windows Server 2003 R2 with Apache 2.4, MySQL 5, Tomcat 7, XWiki 6.3.
Thanks in advance, Dennis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
I didn't see the log output previously because tomcat doesn't start a new one each day. I just found it in the log that started yesterday and yes, you are right. Caused by: java.lang.OutOfMemoryError: Java heap space I wonder why that's happening because I set everything up as written in the XWiki documentation for medium setups and it's just a 10 MB file. Here is what I have in the Tomcat Service Settings: -Xms800m -Xmx800m -XX:MaxPermSize=196m I left the gui fields "Initial memory pool" at 128 MB and "Maximum memory pool" at 512 MB. Sorry but I'm new to tomcat and I didn't know exactly what the fields mean so I put the options in the Java Options box. 2014-11-27 15:44 GMT+01:00 Thomas Mortagne <[email protected]>:
On Thu, Nov 27, 2014 at 3:44 PM, Thomas Mortagne <[email protected]> wrote:
You don't have any related error in the lot ? Usually issue with attachments are related to their size and the available memory.
Was "in the log".
On Thu, Nov 27, 2014 at 3:27 PM, D R <[email protected]> wrote:
Hi,
I imported several .xar files from another xwiki instance and afterwards wanted to delete the uploaded .xar files. All but one have successfully been deleted.
Everytime I delete "Xwiki_New.xar" from the import screen inside the administration screen and refresh the page it's there again. Also in document index I still see it in the attachments tab and not in
the
deleted attachments tab.
Any hints?
Is it safe to simply delete it from xwikiattachment table in the database with phpMyAdmin?
My system is Windows Server 2003 R2 with Apache 2.4, MySQL 5, Tomcat 7, XWiki 6.3.
Thanks in advance, Dennis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Thu, Nov 27, 2014 at 3:59 PM, D R <[email protected]> wrote:
I didn't see the log output previously because tomcat doesn't start a new one each day. I just found it in the log that started yesterday and yes, you are right.
Caused by: java.lang.OutOfMemoryError: Java heap space
I wonder why that's happening because I set everything up as written in the XWiki documentation for medium setups and it's just a 10 MB file.
Here is what I have in the Tomcat Service Settings: -Xms800m -Xmx800m -XX:MaxPermSize=196m
I left the gui fields "Initial memory pool" at 128 MB and "Maximum memory pool" at 512 MB.
Sorry but I'm new to tomcat and I didn't know exactly what the fields mean so I put the options in the Java Options box.
Xms is the initial memory pool and xmx is the maximum memory pool so I don't really understand which one you have. What is sure is that 128 and 512 is quite low for XWiki if that's what is actually applied.
2014-11-27 15:44 GMT+01:00 Thomas Mortagne <[email protected]>:
On Thu, Nov 27, 2014 at 3:44 PM, Thomas Mortagne <[email protected]> wrote:
You don't have any related error in the lot ? Usually issue with attachments are related to their size and the available memory.
Was "in the log".
On Thu, Nov 27, 2014 at 3:27 PM, D R <[email protected]> wrote:
Hi,
I imported several .xar files from another xwiki instance and afterwards wanted to delete the uploaded .xar files. All but one have successfully been deleted.
Everytime I delete "Xwiki_New.xar" from the import screen inside the administration screen and refresh the page it's there again. Also in document index I still see it in the attachments tab and not in
the
deleted attachments tab.
Any hints?
Is it safe to simply delete it from xwikiattachment table in the database with phpMyAdmin?
My system is Windows Server 2003 R2 with Apache 2.4, MySQL 5, Tomcat 7, XWiki 6.3.
Thanks in advance, Dennis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (2)
-
D R -
Thomas Mortagne