Re: [xwiki-users] Can't delete attachment

2014-11-27 Thread Thomas Mortagne
On Thu, Nov 27, 2014 at 3:59 PM, D R  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 :
>
>> On Thu, Nov 27, 2014 at 3:44 PM, Thomas Mortagne
>>  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  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
>> >> users@xwiki.org
>> >> http://lists.xwiki.org/mailman/listinfo/users
>> >
>> >
>> >
>> > --
>> > Thomas Mortagne
>>
>>
>>
>> --
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't delete attachment

2014-11-27 Thread D R
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 :

> On Thu, Nov 27, 2014 at 3:44 PM, Thomas Mortagne
>  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  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
> >> users@xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >
> >
> >
> > --
> > Thomas Mortagne
>
>
>
> --
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't delete attachment

2014-11-27 Thread Thomas Mortagne
On Thu, Nov 27, 2014 at 3:44 PM, Thomas Mortagne
 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  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
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Can't delete attachment

2014-11-27 Thread Thomas Mortagne
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  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
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Can't delete attachment

2014-11-27 Thread D R
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
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Can't delete attachment

2010-05-26 Thread Christian Dionne
Hello,

 

I am having a problem with one specific page of my XWIKI installation.

 

There are 4 attachments in that page.  When trying to add any other one, I am 
getting the following error:

WARN  internal.DefaultWikiService - Failed to get attachment: 
FormationServeur.doc not found.

 

So I decided that I would delete the existing document, delete the page and 
recreate it.

 

However, when I try to delete the existing document, I get this error and the 
document is not deleted:

WARN  .XWikiHibernateAttachmentStore  - Error loading attachment content when 
deleting attachment TPOOn-ProjectTeamMeetingAgenda-2010-05-11.doc of doc 
Telephony Provisioning Optimisation.PIT Meetings and Minutes

 

I found a previous conversation in December 2009 saying that it was a bug in 
version 2.1.  However, I am using XWiki Enterprise 2.3.28602.

 

Please let me know what could have caused this bug and how I can clean that 
page up and redo it.

 

Thanks,

Christian Dionne
Senior Analyst, AMS QC
Analyste sénior, AMS QC
5 Place Ville-Marie, bureau 1700

Montreal, QC H3B 0B3
Tel.: 514-764-4600 x 4385
Mobile: 514-261-1426

Cogeco  
 
 Devez-vous vraiment imprimer ce courriel? Pensons à l'environnement! Do you 
really need to print this email? Help preserve our environment!
__
 
Cogeco Câble exerce ses activités par l'entremise de différentes entités 
légales et, sauf si autrement indiqué dans la présente communication, celle-ci 
ne peut être attribuée à l'une ou l'autre de ces entités en particulier ou 
considérée comme un énoncé d'une de ces entités en particulier. L'information 
apparaissant dans ce message électronique et dans les documents qui y sont 
joints est de nature confidentielle ou privilégiée. Si ce message vous est 
parvenu par erreur et que vous n'en êtes pas le destinataire visé, vous êtes 
par les présentes avisés que toute utilisation, copie ou distribution de ce 
message est strictement interdite. Vous êtes donc prié d'en informer 
immédiatement l'expéditeur et de détruire ce message, ainsi que les documents 
qui y sont joints, le cas échéant.

Cogeco Cable operates under various legal entities and, except as specifically 
provided herein, this communication cannot be attributed to any given entity or 
be regarded as a statement of any given entity. The information in this 
message, including in all attachments, is confidential or privileged. In the 
event you have received this message in error and are not the intended 
recipient, you are hereby advised that any use, copying or reproduction of this 
document is strictly forbidden. Please notify immediately the sender of this 
error and destroy this message, including its attachments, as the case may be.
__
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users