[ 
https://jira.nuxeo.com/browse/NXP-8551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=108852#comment-108852
 ] 

Benjamin Jalon edited comment on NXP-8551 at 1/4/12 12:32 PM:
--------------------------------------------------------------

What we can see in your log is that you have this following messages:

First:
{noformat}
2012-01-03 14:41:28,226 WARN  [org.jboss.seam.jsf.SeamPhaseListener] uncaught 
exception, passing to exception handler
org.jboss.seam.ConcurrentRequestTimeoutException: Concurrent call to 
conversation
        at 
org.jboss.seam.core.Manager.restoreAndLockConversation(Manager.java:545)
{noformat} 

This means you may click several times on the button and you create a 
concurrent access. Can you try to click just once to be sure this trouble is 
not the source of the trouble. If this is the case, we will try to understand 
why. But I'm not sure this the real problem.

The second ERROR is more interesting, we have this following message:

{noformat} 
java.lang.OutOfMemoryError: Java heap space
{noformat} 

This means your JVM has not enough space in memory to run. This is really 
strange as you just start your Nuxeo instance and there is nothing special 
before and the action that produce the OutOfMemory is the parsing of the 
streaming binaries to copy it into the File System per small packets of bytes:

{noformat}
        at java.util.Arrays.copyOf(Arrays.java:2798)
        at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:111)
        at 
java.io.ObjectOutputStream$BlockDataOutputStream.write(ObjectOutputStream.java:1833)
        at java.io.ObjectOutputStream.write(ObjectOutputStream.java:686)
        at 
org.nuxeo.ecm.core.api.impl.blob.StreamingBlob.writeObject(StreamingBlob.java:213)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}

Can you give us:

* the status of your memory when after the Nuxeo start without any action (free 
memory space, total memory of the JVM, etc...) 
* and the parameter of jvm start 

{noformat}
-Xms512m -Xmx1024m -XX:MaxPermSize=512m
{normat}

You must find this near of the first line of your logs.



      was (Author: bjalon):
    What we can see in your log is that you have this following messages:

First:
{noformat}
2012-01-03 14:41:28,226 WARN  [org.jboss.seam.jsf.SeamPhaseListener] uncaught 
exception, passing to exception handler
org.jboss.seam.ConcurrentRequestTimeoutException: Concurrent call to 
conversation
        at 
org.jboss.seam.core.Manager.restoreAndLockConversation(Manager.java:545)
{noformat} 

This means you may click several times on the button and you create a 
concurrent access. Can you try to click just once to be sure this trouble is 
not the source of the trouble. If this is the case, we will try to understand 
why. But I'm not sure this the real problem.

The second ERROR is more interesting, we have this following message:

{noformat} 
   java.lang.OutOfMemoryError: Java heap space
{noformat} 

This means your JVM has not enough space in memory to run. This is really 
strange as you just start your Nuxeo instance and there is nothing special 
before and the action that produce the OutOfMemory is the parsing of the 
streaming binaries to copy it into the File System per small packets of bytes:

{noformat}
        at java.util.Arrays.copyOf(Arrays.java:2798)
        at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:111)
        at 
java.io.ObjectOutputStream$BlockDataOutputStream.write(ObjectOutputStream.java:1833)
        at java.io.ObjectOutputStream.write(ObjectOutputStream.java:686)
        at 
org.nuxeo.ecm.core.api.impl.blob.StreamingBlob.writeObject(StreamingBlob.java:213)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
{noformat}

Can you give us:

* the status of your memory when after the Nuxeo start without any action (free 
memory space, total memory of the JVM, etc...) 
* and the parameter of jvm start 
{noformat}
-Xms512m -Xmx1024m -XX:MaxPermSize=512m
{normat}

You must find this near of the first line of your logs.


  
> Large File Upload with File widget doesn't work.
> ------------------------------------------------
>
>                 Key: NXP-8551
>                 URL: https://jira.nuxeo.com/browse/NXP-8551
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>         Environment: IE8 / Chrome / Firefox
> VirtualBox 3/Host
> Ubuntu 11.10 64bit 
>            Reporter: Benjamin Jalon
>
> Hello
> I did import a document now do i want to attach a few mp4 vid's to it. it's 
> looking like there is a 100MB limit, is this correct? and how can i change 
> this limit?
> I'm using Nuxeo 5.5 on Ubuntu 11.10 64bit in virtualbox 3 cores with 6GB ram
> * i did make a clean instal from Ubuntu-server 11.10 64bits
> * installed sun-java6-jdk (no openjdk, with openjdk the dasboard wil not work)
> * installing Nuxeo 
> http://doc.nuxeo.com/display/ADMINDOC/Installing+the+Nuxeo+Platform+on+Linux 
> from point"Installing from the APT sources from the terminal"
> * http://doc.nuxeo.com/display/ADMINDOC/Setup#Setup-Setupwizard
> Here is [my logs][http://pastebin.com/Ny63hjUV].
> Reproduction steps:
> * Login with a user account
> * go to my "personal workspace"
> * go to "import a file" and select a file.
> * when the file is uploaded i go to the "file" tab.
> * In the FILE-tab i select add.
> * here i select the mp4 files i need.
> this also happens when i use the admin account and in the workspaces from the 
> default domain
> And there is no problem with drag'n drop.
> the file sizes are from 30 till 80 MB

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to