You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/11/17 05:29:46 UTC

[Issue 125871] New: Exporting PDF document fails one is 100 cases

https://issues.apache.org/ooo/show_bug.cgi?id=125871

          Issue ID: 125871
        Issue Type: DEFECT
           Summary: Exporting PDF document fails one is 100 cases
           Product: Writer
           Version: 3.4.0
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: save-export
          Assignee: issues@openoffice.apache.org
          Reporter: jvchbabu@gmail.com

We  have open office 3.3,  we export n number of pdf file exports a day, the
pdf export fails or results in junk after generation of 100 or 200 exports.

We used below code snippet to store the document.
PropertyValue[] propertyvalue = new PropertyValue[ 2 ];
        propertyvalue[ 0 ] = new PropertyValue();
        propertyvalue[ 0 ].Name = "Overwrite";
        propertyvalue[ 0 ].Value = new Boolean(true);
        propertyvalue[ 1 ] = new PropertyValue();
        propertyvalue[ 1 ].Name = "FilterName";
        propertyvalue[ 1 ].Value =  "writer_pdf_Export"       ;


            xstorable.storeAsURL(targetDocName, propertyvalue );    



 It throws below exception :
-----------------------------
11/11/14 20:53:21.853 PST ERROR (Thread[ajp-bio-8007-exec-48,5,main])
[WordProcess] Error occured while saving word/pdf to a new url name  (s:null
c:null i:null)
com.sun.star.task.ErrorCodeIOException: 
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at
com.sun.star.lib.uno.protocols.urp.Unmarshal.readExceptionValue(Unmarshal.java:464)
    at
com.sun.star.lib.uno.protocols.urp.Unmarshal.readAnyValue(Unmarshal.java:400)
    at
com.sun.star.lib.uno.protocols.urp.Unmarshal.readValue(Unmarshal.java:208)
    at com.sun.star.lib.uno.protocols.urp.urp.readReply(urp.java:190)
    at com.sun.star.lib.uno.protocols.urp.urp.readMessage(urp.java:312)
    at com.sun.star.lib.uno.protocols.urp.urp.readMessage(urp.java:624)
    at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.invoke(java_remote_bridge.java:185)
    at
com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge$MessageDispatcher.run(java_remote_bridge.java:170)

 Pleas help us to understand the issue and resolving it.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

jvchbabu <jv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.4.0                       |4.0.1

--- Comment #4 from jvchbabu <jv...@gmail.com> ---
We tried it on open office 4.0.1 version. It failed after processing 1150
reports of PDF. Generating junk reports.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

Kay <ks...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kschenk@apache.org

--- Comment #3 from Kay <ks...@apache.org> ---
(In reply to jvchbabu from comment #2)
>  This is a defect in open office, we are bale to reproduce it consistently
> after successful generation of 2000 reports. We will test it on 3.4.0 and
> come back with results.
>  Our intention to ask for help and resolving the issue is to provide more
> details and get prioritization of the issue.

Please test with the latest - 4.1.1 - release if at all possible.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails one is 100 cases

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

oooforum <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |oooforum@free.fr
         Resolution|---                         |NOT_AN_ISSUE

--- Comment #1 from oooforum <oo...@free.fr> ---
(In reply to jvchbabu from comment #0)
> We  have open office 3.3
This version is obsolete and no longer maintained by Apache dev team:
http://www.openoffice.org/development/releases/eol.html
Your bug report is being closed as NOT_AN_ISSUE. We encourage you to retest
your bug against the latest release.

The bug tracker system is for reporting bugs and not a help-desk. 
Post your questions on the support forum or the API mailing list.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails one is 100 cases

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

--- Comment #2 from jvchbabu <jv...@gmail.com> ---
 This is a defect in open office, we are bale to reproduce it consistently
after successful generation of 2000 reports. We will test it on 3.4.0 and come
back with results.
 Our intention to ask for help and resolving the issue is to provide more
details and get prioritization of the issue.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

jvchbabu <jv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

--- Comment #6 from jvchbabu <jv...@gmail.com> ---
The efforts to test it in Open office 4.1.1 version is in progress.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

jvchbabu <jv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|NOT_AN_ISSUE                |---

--- Comment #5 from jvchbabu <jv...@gmail.com> ---
This issue exists even in open office version 4.0.1 version, hence marking the
status  to UNCONFIRMED.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

--- Comment #7 from oooforum <oo...@free.fr> ---
(In reply to jvchbabu from comment #2)
>  Our intention to ask for help and resolving the issue is to provide more
> details 
What OS?
Seems to be an use in headless mode running with Java applet.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125871] Exporting PDF document fails after 2000 reports generations

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125871

jvchbabu <jv...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Exporting PDF document      |Exporting PDF document
                   |fails one is 100 cases      |fails after 2000 reports
                   |                            |generations

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.