Thilo Goetz | 1 Dec 13:43
Picon
Picon

Can't print PDF version of UIMA Tutorial and Developer's Guide

I can't print page 32 of the developer's guide.  This is on
Windows with both Acrobat 8 and 9.  Has anybody else seen
this?

--Thilo

Tong Fin | 1 Dec 16:08
Picon

Re: Can't print PDF version of UIMA Tutorial and Developer's Guide

I have the same problem.

-- Tong

On Mon, Dec 1, 2008 at 7:43 AM, Thilo Goetz <twgoetz@...> wrote:

> I can't print page 32 of the developer's guide.  This is on
> Windows with both Acrobat 8 and 9.  Has anybody else seen
> this?
>
> --Thilo
>

--

-- 
 Tong
Picon
Favicon

[jira] Updated: (UIMA-1231) UIMA AS Doesnt Expose to JMX Sizes of Java Queues Used For Internal Messaging


     [
https://issues.apache.org/jira/browse/UIMA-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1231:
--------------------------------

    Attachment: uimaj-as-core-UIMA-1231-patch.txt
                uimaj-as-activemq-UIMA-1231-patch.txt

Added JMX MBean for the internal java message queue exposing the queue size for monitoring. Updated
JmxMonitor to create proxies to the internal queue MBean. Refactored run() method in the JmxMonitor to
move most of the code to a separate method collectStats().

> UIMA AS Doesnt Expose to JMX Sizes of Java Queues Used For Internal Messaging
> -----------------------------------------------------------------------------
>
>                 Key: UIMA-1231
>                 URL: https://issues.apache.org/jira/browse/UIMA-1231
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>         Attachments: uimaj-as-activemq-UIMA-1231-patch.txt, uimaj-as-core-UIMA-1231-patch.txt
>
>
> Uima AS uses java queues for internal messaging. The depths of these queues are not visible in jmx. Add JMX
support to both input and output queues. Modify JMX Monitor to show the depth of the java queues.

--

-- 
(Continue reading)

Picon
Favicon

[jira] Created: (UIMA-1241) UIMA AS Service Should Expose Cas Pool Size for Monitioring via JMX

UIMA AS Service Should Expose Cas Pool Size for Monitioring via JMX
-------------------------------------------------------------------

                 Key: UIMA-1241
                 URL: https://issues.apache.org/jira/browse/UIMA-1241
             Project: UIMA
          Issue Type: New Feature
          Components: Async Scaleout
            Reporter: Jerry Cwiklik

The internal Cas Pool of the UIMA AS service needs to be exposed via JMX for monitoring. Currently, only the
Cas Multiplier's Cas Pool is exposed. All Cas Pools are JMX enabled already. Modifiy JmxMonitor to query
JMX Server for the Cas Pool size. 

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Picon
Favicon

[jira] Updated: (UIMA-1241) UIMA AS Service Should Expose Cas Pool Size for Monitioring via JMX


     [
https://issues.apache.org/jira/browse/UIMA-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1241:
--------------------------------

    Attachment: uimaj-as-core-UIMA-1241-patch.txt
                uimaj-as-activemq-UIMA-1241-patch.txt

Exposes size of the top level service Cas Pool via JMX. Updated sample listeners to show the new attribute.

> UIMA AS Service Should Expose Cas Pool Size for Monitioring via JMX
> -------------------------------------------------------------------
>
>                 Key: UIMA-1241
>                 URL: https://issues.apache.org/jira/browse/UIMA-1241
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>         Attachments: uimaj-as-activemq-UIMA-1241-patch.txt, uimaj-as-core-UIMA-1241-patch.txt
>
>
> The internal Cas Pool of the UIMA AS service needs to be exposed via JMX for monitoring. Currently, only the
Cas Multiplier's Cas Pool is exposed. All Cas Pools are JMX enabled already. Modifiy JmxMonitor to query
JMX Server for the Cas Pool size. 

--

-- 
This message is automatically generated by JIRA.
(Continue reading)

Thilo Goetz (JIRA | 2 Dec 14:40
Picon
Favicon

[jira] Created: (UIMA-1242) Array-valued features are written out incorrectly when serializing type system

Array-valued features are written out incorrectly when serializing type system
------------------------------------------------------------------------------

                 Key: UIMA-1242
                 URL: https://issues.apache.org/jira/browse/UIMA-1242
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.2.2
            Reporter: Thilo Goetz
            Assignee: Thilo Goetz
             Fix For: 2.3

When serializing a type system that contains type with array-valued features, type declarations as below
are generated:

<name>org.apache.uima.test.Test</name>
<description/>
<supertypeName>uima.tcas.Annotation</supertypeName>
<features>
<featureDescription>
<name>sofa</name>
<description/>
<rangeTypeName>uima.cas.Sofa</rangeTypeName>
</featureDescription>
<featureDescription>
<name>begin</name>
<description/>
<rangeTypeName>uima.cas.Integer</rangeTypeName>
</featureDescription>
(Continue reading)

Thilo Goetz (JIRA | 2 Dec 17:40
Picon
Favicon

[jira] Closed: (UIMA-1242) Array-valued features are written out incorrectly when serializing type system


     [
https://issues.apache.org/jira/browse/UIMA-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz closed UIMA-1242.
-----------------------------

    Resolution: Fixed

Added test case, fixed bug.  Noticed bug in LowLevelTypeSystem.ll_getTypeClass(), fixed that.  Also
fixed long standing issue that inherited features are redundantly serialized, which makes serialized
type systems very hard to read.

> Array-valued features are written out incorrectly when serializing type system
> ------------------------------------------------------------------------------
>
>                 Key: UIMA-1242
>                 URL: https://issues.apache.org/jira/browse/UIMA-1242
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.2.2
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>             Fix For: 2.3
>
>
> When serializing a type system that contains type with array-valued features, type declarations as
below are generated:
> <name>org.apache.uima.test.Test</name>
(Continue reading)

Thilo Goetz (JIRA | 2 Dec 18:04
Picon
Favicon

[jira] Created: (UIMA-1243) testFindAbsoluteUrl(org.apache.uima.resource.metadata.impl.Import_implTest) fails on windows

testFindAbsoluteUrl(org.apache.uima.resource.metadata.impl.Import_implTest) fails on windows
--------------------------------------------------------------------------------------------

                 Key: UIMA-1243
                 URL: https://issues.apache.org/jira/browse/UIMA-1243
             Project: UIMA
          Issue Type: Bug
          Components: Build, Packaging and Test
    Affects Versions: 2.2.2
         Environment: Windows, Sun Java 6.  Didn't test other JVMs.
            Reporter: Thilo Goetz
            Priority: Minor

URL comparison fails because device is in capitals (C:) in one instance, and in lowercase (c:) in the other. 
Not sure how to fix this.

-------------------------------------------------------------------------------
Test set: org.apache.uima.resource.metadata.impl.Import_implTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec <<< FAILURE!
testFindAbsoluteUrl(org.apache.uima.resource.metadata.impl.Import_implTest)  Time elapsed:
0.016 sec  <<< FAILURE!
junit.framework.AssertionFailedError:
expected:<file:/C:/code/uima/uimaj-core/foo/bar/MyFile.xml> but was:<file:/c:/code/uima/uimaj-core/foo/bar/MyFile.xml>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:71)
	at org.apache.uima.resource.metadata.impl.Import_implTest.testFindAbsoluteUrl(Import_implTest.java:124)
	at org.apache.uima.resource.metadata.impl.Import_implTest.testFindAbsoluteUrl(Import_implTest.java:124)
(Continue reading)

Marshall Schor | 2 Dec 21:25

Re: Can't print PDF version of UIMA Tutorial and Developer's Guide

I too can't print pg 32 (that's the "printed" page number - which is
actually page 38 when you select print page # in the "print" menu
option), getting the error "The document could not be printed" followed
by: There were no pages selected to print.

Googling this I found several other people had this same issue, and it
seems to be appearing in Adobe Reader 8 and 9 versions.

I regenerated the document using FOP 0.95 (previously we were on version
0.93) from our current version 2.3 of the docs, and the error went
away.  Just to confirm, generating using FOP 0.93 from our current
version 2.3 of the docs produces the failure.

So - without understanding the cause of the error, it appears we can
avoid it by upgrading our FOP to 0.95.

I haven't done it yet, but plan to run a 0.95 build on the official
2.2.2 level - to confirm it fixes things on that level too.  If it
works, I'll repost the failing PDF on the web site, at least.  We can't
update our 2.2.2 release without doing a new incremental official
release, which I don't think is worth doing for now (other opinions?).

-Marshall

Tong Fin wrote:
> I have the same problem.
>
> -- Tong
>
> On Mon, Dec 1, 2008 at 7:43 AM, Thilo Goetz <twgoetz@...> wrote:
(Continue reading)

Picon
Favicon

[jira] Created: (UIMA-1244) PDF for Tutorials and Users' Guides printing fails on page 32

PDF for Tutorials and Users' Guides printing fails on page 32
-------------------------------------------------------------

                 Key: UIMA-1244
                 URL: https://issues.apache.org/jira/browse/UIMA-1244
             Project: UIMA
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 2.2.2
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 2.3

The PDF for the Tutorials and Users' Guides fails to print with Acrobat Reader 8 and 9 (may print with earlier
versions - not confirmed).   Generating the PDF with the lastest release of Apache FOP (0.95) seems to avoid
this issue.  Move the doc generation to 0.95 and check the resulting docs print OK.

See discussion: http://markmail.org/message/rv236b6gxxsxrhg6

--

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Gmane