Re: 2 errors on PDF Splitting

2023-11-17 Thread Joan Fisbein
Hi Tilman,

I've tested both cases and everything works as expected.
Thank you very much.
Is there a plan to release a 3.0.1 version soon?

Thanks!

On Fri, 17 Nov 2023 at 05:07, Tilman Hausherr  wrote:

> Hi Joan,
>
> There's now a snapshot release with the recent change
>
> https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.1-SNAPSHOT/
> so please try if it works with that one. It worked for me.
>
> Tilman
>
> On 15.11.2023 10:29, Joan Fisbein wrote:
> > I have 2 errors when trying to split some PDFs.
> > Tested against PDFBox 3.0.1-SNAPSHOT from Github.
> >
> > *Error 1:*
> > Exception in thread "main" java.lang.StackOverflowError
> > at java.base/java.util.HashMap.tableSizeFor(HashMap.java:378)
> > at java.base/java.util.HashMap.(HashMap.java:455)
> > at java.base/java.util.LinkedHashMap.(LinkedHashMap.java:439)
> > at java.base/java.util.HashSet.(HashSet.java:171)
> > at java.base/java.util.LinkedHashSet.(LinkedHashSet.java:167)
> > at org.apache.pdfbox.util.SmallMap.entrySet(SmallMap.java:384)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1453)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1486)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1486)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> >
> > You can get the PDF that generates this error here:
> >
> https://independence.mgmt.clarity.ai/report/public/file/325ddbe0-9a05-4ec2-af93-d5be4dda8625?alternate=ORIGINAL=attachment
> >
> > ---
> >
> > *Error 2*:
> > (looks similar to Error 1, but line numbers are slightly different, so I
> > assumed it's a different error)
> >
> > Exception in thread "main" java.lang.StackOverflowError
> > at java.base/java.util.ArrayList.indexOf(ArrayList.java:286)
> > at java.base/java.util.ArrayList.contains(ArrayList.java:275)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:777)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
> >
> > You can get the PDF that generates this error here:
> >
> https://independence.mgmt.clarity.ai/report/public/file/d7ba9150-17d9-40e7-a737-b888a834d7d8?alternate=ORIGINAL=attachment
> >
> > If you prefer, I can open the Jira tickets myself, but I don't know what
> to
> > put in every issue field. (components, labels, etc)
> >
> > Thanks,
> > Joan
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
> For additional commands, e-mail: users-h...@pdfbox.apache.org
>
>

-- 

Joan Fisbein | Engineering Manager
joan.fisb...@clarity.ai
www.clarity.ai <https://clarity.ai/>
<https://clarity.ai/in-the-news/>


2 errors on PDF Splitting

2023-11-15 Thread Joan Fisbein
I have 2 errors when trying to split some PDFs.
Tested against PDFBox 3.0.1-SNAPSHOT from Github.

*Error 1:*
Exception in thread "main" java.lang.StackOverflowError
at java.base/java.util.HashMap.tableSizeFor(HashMap.java:378)
at java.base/java.util.HashMap.(HashMap.java:455)
at java.base/java.util.LinkedHashMap.(LinkedHashMap.java:439)
at java.base/java.util.HashSet.(HashSet.java:171)
at java.base/java.util.LinkedHashSet.(LinkedHashSet.java:167)
at org.apache.pdfbox.util.SmallMap.entrySet(SmallMap.java:384)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1453)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1486)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1486)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)

You can get the PDF that generates this error here:
https://independence.mgmt.clarity.ai/report/public/file/325ddbe0-9a05-4ec2-af93-d5be4dda8625?alternate=ORIGINAL=attachment

---

*Error 2*:
(looks similar to Error 1, but line numbers are slightly different, so I
assumed it's a different error)

Exception in thread "main" java.lang.StackOverflowError
at java.base/java.util.ArrayList.indexOf(ArrayList.java:286)
at java.base/java.util.ArrayList.contains(ArrayList.java:275)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:777)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:788)

You can get the PDF that generates this error here:
https://independence.mgmt.clarity.ai/report/public/file/d7ba9150-17d9-40e7-a737-b888a834d7d8?alternate=ORIGINAL=attachment

If you prefer, I can open the Jira tickets myself, but I don't know what to
put in every issue field. (components, labels, etc)

Thanks,
   Joan


Re: Error splitting PDF

2023-11-10 Thread Joan Fisbein
Just submitted my request for a Jira account :-)

On Fri, 10 Nov 2023 at 05:06, Tilman Hausherr  wrote:

> On 09.11.2023 10:16, Joan Fisbein wrote:
> > Hi Tilman,
> >  I tried to register again at
> > https://selfserve.apache.org/jira-account.html and now I get an error
> > message about "The username you selected is already in use".
> >  Can you, maybe, accept my previous request?
>
> Hello Joan,
>
> Yes but this can be done only within 24 hours and I missed that :-( Can
> you try to register again now? I assume that the username should now be
> available.
>
> Tilman
>
>
> >
> > Thanks!
> > Joan
> >
> > On Thu, 9 Nov 2023 at 05:44, Tilman Hausherr 
> wrote:
> >
> >> Hello Joan,
> >>
> >> Sorry for the rejection, this was a close call, the description didn't
> >> mention what happened (a stack overflow). Feel free to register again so
> >> you can follow the issue I created
> >> https://issues.apache.org/jira/browse/PDFBOX-5712
> >>
> >> Tilman
> >>
> >> On 08.11.2023 21:36, Joan Fisbein wrote:
> >>> Hi all,
> >>>   I'm using PDFBox 3.0.0 and im getting this error when trying to
> >> split
> >>> this PDF.
> >>>
> >>>   I tested with code from trunk and the error is still there.
> >>>   Tried to get a Jira account to open an issue but was denied.
> >>>
> >>>   Here you can download the problematic PDF:
> >>>
> >>
> https://independence.mgmt.clarity.ai/report/public/file/2d1b4dd4-1ab3-4aaf-bb71-7f1759822f3a?disposition=inline=ORIGINAL
> >>>
> >>> Thanks!!
> >>>
> >>> The stacktrace exception:
> >>> ai.clarity.bus.subscribe.exception.ConsumerException:
> >>> java.lang.reflect.InvocationTargetException
> >>> at
> >>>
> >>
> ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:238)
> >>> at
> >>>
> >>
> ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:206)
> >>> at
> >>>
> >>
> ai.clarity.bus.subscribe.eventbridge.SQSMessageHandler.lambda$run$0(SQSMessageHandler.java:98)
> >>> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
> >>> at
> >>>
> >>
> ai.clarity.bus.subscribe.eventbridge.SQSMessageHandler.run(SQSMessageHandler.java:98)
> >>> at
> >>>
> >>
> java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
> >>> at
> >>>
> >>
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> >>> at
> >>>
> >>
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> >>> at java.base/java.lang.Thread.run(Thread.java:840)
> >>> Caused by: java.lang.reflect.InvocationTargetException: null
> >>> at jdk.internal.reflect.GeneratedMethodAccessor451.invoke(Unknown
> Source)
> >>> at
> >>>
> >>
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> >>> at
> >>>
> >>
> ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:236)
> >>> ... 8 common frames omitted
> >>> Caused by: java.lang.StackOverflowError: null
> >>> at
> >>>
> >>
> java.base/java.util.LinkedHashMap.afterNodeInsertion(LinkedHashMap.java:300)
> >>> at java.base/java.util.HashMap.putVal(HashMap.java:662)
> >>> at java.base/java.util.HashMap.put(HashMap.java:610)
> >>> at java.base/java.util.HashSet.add(HashSet.java:221)
> >>> at org.apache.pdfbox.util.SmallMap.entrySet(SmallMap.java:387)
> >>> at
> >>>
> >>
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1453)
> >>> at
> >> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
> >>> at
> >>>
> >>
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> >>> at
> >>>
> >>
> org.apache.pdfbox.cos.COSDictionary.getIndirect

Re: Error splitting PDF

2023-11-09 Thread Joan Fisbein
Hi Tilman,
I tried to register again at
https://selfserve.apache.org/jira-account.html and now I get an error
message about "The username you selected is already in use".
Can you, maybe, accept my previous request?

Thanks!
   Joan

On Thu, 9 Nov 2023 at 05:44, Tilman Hausherr  wrote:

> Hello Joan,
>
> Sorry for the rejection, this was a close call, the description didn't
> mention what happened (a stack overflow). Feel free to register again so
> you can follow the issue I created
> https://issues.apache.org/jira/browse/PDFBOX-5712
>
> Tilman
>
> On 08.11.2023 21:36, Joan Fisbein wrote:
> > Hi all,
> >  I'm using PDFBox 3.0.0 and im getting this error when trying to
> split
> > this PDF.
> >
> >  I tested with code from trunk and the error is still there.
> >  Tried to get a Jira account to open an issue but was denied.
> >
> >  Here you can download the problematic PDF:
> >
> https://independence.mgmt.clarity.ai/report/public/file/2d1b4dd4-1ab3-4aaf-bb71-7f1759822f3a?disposition=inline=ORIGINAL
> >
> >
> > Thanks!!
> >
> > The stacktrace exception:
> > ai.clarity.bus.subscribe.exception.ConsumerException:
> > java.lang.reflect.InvocationTargetException
> > at
> >
> ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:238)
> > at
> >
> ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:206)
> > at
> >
> ai.clarity.bus.subscribe.eventbridge.SQSMessageHandler.lambda$run$0(SQSMessageHandler.java:98)
> > at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
> > at
> >
> ai.clarity.bus.subscribe.eventbridge.SQSMessageHandler.run(SQSMessageHandler.java:98)
> > at
> >
> java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
> > at
> >
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
> > at
> >
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> > at java.base/java.lang.Thread.run(Thread.java:840)
> > Caused by: java.lang.reflect.InvocationTargetException: null
> > at jdk.internal.reflect.GeneratedMethodAccessor451.invoke(Unknown Source)
> > at
> >
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> > at
> >
> ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:236)
> > ... 8 common frames omitted
> > Caused by: java.lang.StackOverflowError: null
> > at
> >
> java.base/java.util.LinkedHashMap.afterNodeInsertion(LinkedHashMap.java:300)
> > at java.base/java.util.HashMap.putVal(HashMap.java:662)
> > at java.base/java.util.HashMap.put(HashMap.java:610)
> > at java.base/java.util.HashSet.add(HashSet.java:221)
> > at org.apache.pdfbox.util.SmallMap.entrySet(SmallMap.java:387)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1453)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1481)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1481)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1481)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
> > at
> org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
> > at
> >
> org.apache.pdfbox.cos.COSDictionary.getIndirectObject

Error splitting PDF

2023-11-08 Thread Joan Fisbein
Hi all,
I'm using PDFBox 3.0.0 and im getting this error when trying to split
this PDF.

I tested with code from trunk and the error is still there.
Tried to get a Jira account to open an issue but was denied.

Here you can download the problematic PDF:
https://independence.mgmt.clarity.ai/report/public/file/2d1b4dd4-1ab3-4aaf-bb71-7f1759822f3a?disposition=inline=ORIGINAL


Thanks!!

The stacktrace exception:
ai.clarity.bus.subscribe.exception.ConsumerException:
java.lang.reflect.InvocationTargetException
at
ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:238)
at
ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:206)
at
ai.clarity.bus.subscribe.eventbridge.SQSMessageHandler.lambda$run$0(SQSMessageHandler.java:98)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at
ai.clarity.bus.subscribe.eventbridge.SQSMessageHandler.run(SQSMessageHandler.java:98)
at
java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.reflect.InvocationTargetException: null
at jdk.internal.reflect.GeneratedMethodAccessor451.invoke(Unknown Source)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at
ai.clarity.messagebus.spring.config.SubscriberConfiguration$MethodEventHandler.accept(SubscriberConfiguration.java:236)
... 8 common frames omitted
Caused by: java.lang.StackOverflowError: null
at
java.base/java.util.LinkedHashMap.afterNodeInsertion(LinkedHashMap.java:300)
at java.base/java.util.HashMap.putVal(HashMap.java:662)
at java.base/java.util.HashMap.put(HashMap.java:610)
at java.base/java.util.HashSet.add(HashSet.java:221)
at org.apache.pdfbox.util.SmallMap.entrySet(SmallMap.java:387)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1453)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1481)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1481)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1481)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1470)
at org.apache.pdfbox.cos.COSArray.getIndirectObjectKeys(COSArray.java:780)
at
org.apache.pdfbox.cos.COSDictionary.getIndirectObjectKeys(COSDictionary.java:1475)
[removed more lines like above]

   PS: Can look similar to
https://issues.apache.org/jira/browse/PDFBOX-5707 but
it's not the same.


[Bug 1768627] Re: Update loop for Thunderbolt NVM for Xps notebook 9360. Installed version is not recognized (00.00)

2018-07-18 Thread Joan Fisbein
I have the same problem I installed update 28.00, but after reboot it detects 
00.00.
How can I help you to solve the problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768627

Title:
  Update loop for Thunderbolt NVM for Xps notebook 9360. Installed
  version is not recognized (00.00)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1768627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Desktop-packages] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2017-01-13 Thread Joan Fisbein
Hp Microserver Gen8 with Ubuntu 16.04 LTS. Same problem.

sudo lshw -C display
[sudo] password for user: 
  *-display UNCLAIMED 
   description: VGA compatible controller
   product: MGA G200EH
   vendor: Matrox Electronics Systems Ltd.
   physical id: 0.1
   bus info: pci@:01:00.1
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list
   configuration: latency=0
   resources: memory:f900-f9ff memory:fbee-fbee3fff 
memory:fb00-fb7f


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

uname -a
Linux jenkins04 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1316035

Title:
  matrox g200eR2 is unclaimed in 14.04

Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  On a certified Dell PowerEdge T620 server
  (http://www.ubuntu.com/certification/hardware/201207-11426/)

  The matrox video card is not recognised:
  lspci | grep VGA
  0a:00.0 VGA compatible controller: Matrox Electronics Systems Ltd. G200eR2

  lshw -C display
*-display UNCLAIMED 
 description: VGA compatible controller
 product: G200eR2
 vendor: Matrox Electronics Systems Ltd.
 physical id: 0
 bus info: pci@:0a:00.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pm vga_controller bus_master cap_list
 configuration: latency=64 maxlatency=32 mingnt=16
 resources: memory:d800-d8ff memory:deffc000-deff 
memory:de00-de7f

  Thus xserver is not hardver accelerated.

  Also /dev/dri and /dev/dri/card0 is missing.

  kernel module mga is not loaded, although if i manually load by modprobe it 
works fine
  modprobe mga
  lsmod | grep mga
  mga40811  0 
  drm   302817  1 mga

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1316035/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2017-01-13 Thread Joan Fisbein
Hp Microserver Gen8 with Ubuntu 16.04 LTS. Same problem.

sudo lshw -C display
[sudo] password for user: 
  *-display UNCLAIMED 
   description: VGA compatible controller
   product: MGA G200EH
   vendor: Matrox Electronics Systems Ltd.
   physical id: 0.1
   bus info: pci@:01:00.1
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list
   configuration: latency=0
   resources: memory:f900-f9ff memory:fbee-fbee3fff 
memory:fb00-fb7f


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

uname -a
Linux jenkins04 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1316035

Title:
  matrox g200eR2 is unclaimed in 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1316035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Ubuntu-x-swat] [Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2017-01-13 Thread Joan Fisbein
Hp Microserver Gen8 with Ubuntu 16.04 LTS. Same problem.

sudo lshw -C display
[sudo] password for user: 
  *-display UNCLAIMED 
   description: VGA compatible controller
   product: MGA G200EH
   vendor: Matrox Electronics Systems Ltd.
   physical id: 0.1
   bus info: pci@:01:00.1
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list
   configuration: latency=0
   resources: memory:f900-f9ff memory:fbee-fbee3fff 
memory:fb00-fb7f


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

uname -a
Linux jenkins04 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1316035

Title:
  matrox g200eR2 is unclaimed in 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1316035/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Bug 162232] Re: libawt.so unsatisfied link in java5

2008-07-23 Thread Joan Fisbein
Thank you dremon, it worked for me!!! (after restarting the computer)

-- 
libawt.so unsatisfied link in java5
https://bugs.launchpad.net/bugs/162232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Bug#446827: Same problem trying to run Jasper Reports 1.3.4

2008-02-05 Thread Joan Fisbein

I have the same issue trying to run an application that uses JasperReports.

I tried with version 1.3.0 and 1.3.4 of JasperReports without success.

When I run JasperReports 1.3.0 I get:
java.lang.UnsatisfiedLinkError: 
/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre/lib/i386/libawt.so: Can't load 
IA 32-bit .so on a IA 32-bit platform

   at java.lang.ClassLoader$NativeLibrary.load(Native Method)
   at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
   at java.lang.Runtime.loadLibrary0(Runtime.java:822)
   at java.lang.System.loadLibrary(System.java:993)
   at 
sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)

   at java.security.AccessController.doPrivileged(Native Method)
   at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
   at java.awt.Toolkit.clinit(Toolkit.java:1530)
   at java.awt.Color.clinit(Color.java:250)
   at 
net.sf.jasperreports.engine.xml.JRXmlConstants.getColor(JRXmlConstants.java:1245)
   at 
net.sf.jasperreports.engine.xml.JRElementFactory.createObject(JRElementFactory.java:138)

   ...

When I run JasperReports 1.3.4 I get:
java.lang.NoClassDefFoundError
   at 
net.sf.jasperreports.engine.xml.JRXmlConstants.getColor(JRXmlConstants.java:1147)
   at 
net.sf.jasperreports.engine.xml.JRElementFactory.createObject(JRElementFactory.java:140)
   at 
org.apache.commons.digester.FactoryCreateRule.begin(FactoryCreateRule.java:389)
   at 
org.apache.commons.digester.Digester.startElement(Digester.java:1361)

   ...

more info:

$java -version
java version 1.5.0_13
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode)

Apache Tomcat/5.5.25

Distribution: Ubuntu 7.10
Kernel: Linux 2.6.22-14-generic
Platform: i686




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Bug 156260] tomcat not deploying applications

2007-10-23 Thread Joan Fisbein
Public bug reported:

Since I upgraded from Feisty to Gutsy none of my application deployed on
Tomcat works anymore.

here is the catalina log:
-- begin log --
Oct 23, 2007 3:05:01 PM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in 
production environments was not found on the java.library.path: 
Oct 23, 2007 3:05:01 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8180
Oct 23, 2007 3:05:01 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 742 ms
Oct 23, 2007 3:05:01 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Oct 23, 2007 3:05:01 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5
Oct 23, 2007 3:05:01 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Oct 23, 2007 3:05:02 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive APPMaruja.war
Oct 23, 2007 3:05:02 PM org.apache.catalina.loader.WebappClassLoader 
validateJarFile
INFO: 
validateJarFile(/var/lib/tomcat5.5/webapps/APPMaruja/WEB-INF/lib/servlet-api.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
Oct 23, 2007 3:05:02 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Oct 23, 2007 3:05:02 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/APPMaruja] startup failed due to previous errors
Oct 23, 2007 3:05:02 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8180
Oct 23, 2007 3:05:02 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Oct 23, 2007 3:05:02 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/25  config=null
Oct 23, 2007 3:05:02 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Oct 23, 2007 3:05:03 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1681 ms
Oct 23, 2007 3:05:56 PM org.apache.catalina.loader.WebappClassLoader 
validateJarFile
INFO: 
validateJarFile(/var/lib/tomcat5.5/webapps/APPMaruja/WEB-INF/lib/servlet-api.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
Oct 23, 2007 3:05:56 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Oct 23, 2007 3:05:56 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/APPMaruja] startup failed due to previous errors
-- end log ---

as you can see tomcat starts correctly but when I try to deploy any of the 
aplicactions (APPMaruja) I get an error.
I didn't see more information in any other log file.


All is comented in my /etc/defult/tomcat5.5

$java -version
java version 1.5.0_13
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
Java HotSpot(TM) Server VM (build 1.5.0_13-b05, mixed mode)

$ javac -version
javac 1.5.0_13

If you need more info don't hesitate in asking me.


P.S: sorry for my english but i'm not a native speaker.

** Affects: tomcat5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gutsy java tomcat

** Description changed:

  Since I upgraded from Feisty to Gutsy none of my application deployed on
  Tomcat works anymore.
  
  here is the catalina log:
  -- begin log --
  Oct 23, 2007 3:05:01 PM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
  INFO: The Apache Tomcat Native library which allows optimal performance in 
production environments was not found on the java.library.path: 
  Oct 23, 2007 3:05:01 PM org.apache.coyote.http11.Http11BaseProtocol init
  INFO: Initializing Coyote HTTP/1.1 on http-8180
  Oct 23, 2007 3:05:01 PM org.apache.catalina.startup.Catalina load
  INFO: Initialization processed in 742 ms
  Oct 23, 2007 3:05:01 PM org.apache.catalina.core.StandardService start
  INFO: Starting service Catalina
  Oct 23, 2007 3:05:01 PM org.apache.catalina.core.StandardEngine start
  INFO: Starting Servlet Engine: Apache Tomcat/5.5
  Oct 23, 2007 3:05:01 PM org.apache.catalina.core.StandardHost start
  INFO: XML validation disabled
  Oct 23, 2007 3:05:02 PM org.apache.catalina.startup.HostConfig deployWAR
- INFO: Deploying web application archive FONMaruja.war
+ INFO: Deploying web application archive APPMaruja.war
  Oct 23, 2007 3:05:02 PM org.apache.catalina.loader.WebappClassLoader 
validateJarFile
- INFO: 
validateJarFile(/var/lib/tomcat5.5/webapps/FONMaruja/WEB-INF/lib/servlet-api.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
+ INFO: 
validateJarFile(/var/lib/tomcat5.5/webapps/APPMaruja/WEB-INF/lib/servlet-api.jar)
 - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
  Oct 23, 2007 3:05:02 PM 

Multiple instances of repository

2006-08-03 Thread Joan Fisbein
In my company web project,  for clustering purposes, we need to have 
multiple instances of the repository (one per cluster node).

This is not possible due to the lock system (.lock file)

So, we had this idea:
Is it correct to have multiple repositories (all with the same 
configuration) pointing to one central database?



The web applications will be only reading from repository.

Thanks,
   Joan Fisbein