[jira] Created: (UIMA-1069) Model file is not loaded correctly if tagger is deployed more than once in same AE

2008-06-10 Thread Thilo Goetz (JIRA)
Model file is not loaded correctly if tagger is deployed more than once in same 
AE
--

 Key: UIMA-1069
 URL: https://issues.apache.org/jira/browse/UIMA-1069
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-Tagger
Affects Versions: 2.2.2S
Reporter: Thilo Goetz
Assignee: Thilo Goetz
Priority: Minor
 Fix For: 2.3S


The model resource in the tagger is implemented such that it just returns the 
InputStream for the model file.  If the tagger is deployed more than once into 
the same AE, this leads to an IOException as both instances try to load their 
model from the same input stream.


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



[jira] Closed: (UIMA-1069) Model file is not loaded correctly if tagger is deployed more than once in same AE

2008-06-10 Thread Thilo Goetz (JIRA)

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

Thilo Goetz closed UIMA-1069.
-

Resolution: Fixed

 Model file is not loaded correctly if tagger is deployed more than once in 
 same AE
 --

 Key: UIMA-1069
 URL: https://issues.apache.org/jira/browse/UIMA-1069
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-Tagger
Affects Versions: 2.2.2S
Reporter: Thilo Goetz
Assignee: Thilo Goetz
Priority: Minor
 Fix For: 2.3S


 The model resource in the tagger is implemented such that it just returns the 
 InputStream for the model file.  If the tagger is deployed more than once 
 into the same AE, this leads to an IOException as both instances try to load 
 their model from the same input stream.

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



Re: UIMA-AS - should Derby be included?

2008-06-10 Thread Eddie Epstein
Derby is not needed when using the AMQ configuration file distributed with
UIMA AS.

If the AMQ configuration is changed to use journaling, Derby is required,
but as of now there is no advantage that I know of for enabling journaling
with UIMA AS. This is because UIMA AS supports timeout and retry for remote
calls.

What changes if Derby is left out?

Eddie

On Mon, Jun 9, 2008 at 7:12 PM, Marshall Schor [EMAIL PROTECTED] wrote:

 The current build includes Derby in
 ...apache-uima-as\apache-activemq-4.1.1\lib\optional.  Is this correct?  I
 thought it wasn't needed in the way UIMA-AS uses ActiveMQ.

 -Marshall



[jira] Created: (UIMA-1070) Fix a hang in UIMA-AS caused by an invalid AE descriptor

2008-06-10 Thread Jerry Cwiklik (JIRA)
Fix a hang in UIMA-AS caused by an invalid AE descriptor


 Key: UIMA-1070
 URL: https://issues.apache.org/jira/browse/UIMA-1070
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
 Fix For: 2.2.2AS


When deploying an aggregate AS service with a collocated delegate the process 
hangs while trying to shutdown. The termination is caused by an invalid 
delegate descriptor that names an non-existant AE implementation. 

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



[jira] Updated: (UIMA-1070) Fix a hang in UIMA-AS caused by an invalid AE descriptor

2008-06-10 Thread Jerry Cwiklik (JIRA)

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

Jerry Cwiklik updated UIMA-1070:


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

Fixes a hang during shutdown caused by invalid AE descriptor. Added a new 
testcase to test the scenario.

 Fix a hang in UIMA-AS caused by an invalid AE descriptor
 

 Key: UIMA-1070
 URL: https://issues.apache.org/jira/browse/UIMA-1070
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
 Fix For: 2.2.2AS

 Attachments: uimaj-as-activemq-UIMA-1070-patch.txt, 
 uimaj-as-core-UIMA-1070-patch.txt


 When deploying an aggregate AS service with a collocated delegate the process 
 hangs while trying to shutdown. The termination is caused by an invalid 
 delegate descriptor that names an non-existant AE implementation. 

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



[jira] Created: (UIMA-1071) http connector fails with 64-bit JRE

2008-06-10 Thread Eddie Epstein (JIRA)
http connector fails with 64-bit JRE


 Key: UIMA-1071
 URL: https://issues.apache.org/jira/browse/UIMA-1071
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Eddie Epstein
Assignee: Eddie Epstein
 Fix For: 2.2.2AS


Using the http connector with AMQ 4.1.1 on some 64-bit JRE's results in an 
exception:

Caused by: java.lang.RuntimeException: Could not access 
java.util.EnumSet.elementType field
at com.thoughtworks.xstream.core.util.Fields.find(Fields.java:18)
at 
com.thoughtworks.xstream.converters.enums.EnumSetConverter.init(EnumSetConverter.java:31)

The problem is identified here: http://jira.codehaus.org/browse/XSTR-379
and the fix is to use xstream-1.2.2.jar instead of the 1.1.2 version.


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



[jira] Created: (UIMA-1072) Remove call to Java logger at service initialization start

2008-06-10 Thread Bhavani Iyer (JIRA)
Remove call to Java logger at service initialization start 
---

 Key: UIMA-1072
 URL: https://issues.apache.org/jira/browse/UIMA-1072
 Project: UIMA
  Issue Type: Bug
  Components: C++ Framework
Reporter: Bhavani Iyer
Assignee: Bhavani Iyer


There could be a race condition and the Java logger is called before the 
UimacppServiceController is ready to handle these.  

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



[jira] Updated: (UIMA-1072) Remove call to Java logger at service initialization start

2008-06-10 Thread Bhavani Iyer (JIRA)

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

Bhavani Iyer updated UIMA-1072:
---

Attachment: UIMA-1072.patch

 Remove call to Java logger at service initialization start 
 ---

 Key: UIMA-1072
 URL: https://issues.apache.org/jira/browse/UIMA-1072
 Project: UIMA
  Issue Type: Bug
  Components: C++ Framework
Reporter: Bhavani Iyer
Assignee: Bhavani Iyer
 Attachments: UIMA-1072.patch


 There could be a race condition and the Java logger is called before the 
 UimacppServiceController is ready to handle these.  

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



bioNLP question

2008-06-10 Thread Ahmed Abdeen(Home)
Hello,Apologies for crosslisting!
I am building the bioNLP project but I am getting compilation issues with
biotagger.jar and stanford-parser.jar files. They both seem to be outdates
because some classes/methods are missing. I included the jars in the lib
directory after downloading them from the places pointed in the readme file
in the bioNLP distribution. Following are the errors that I am getting when
using ant. I would appreciate any help on that:

Buildfile: build.xml

clean:
   [delete] Deleting directory
/Users/ahmedabdeen/Projects/bionlp_uima_repository-1.0.1/build

compile:
[mkdir] Created dir:
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/build
[mkdir] Created dir:
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/build/classes
[javac] Compiling 161 source files to
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/build/classes
[javac]
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/src/edu/uchsc/ccp/util/external/stanfordparser/StanfordParser_Util.java:48:
cannot find symbol
[javac] symbol  : class TypedDependencyList
[javac] location: package edu.stanford.nlp.trees
[javac] import edu.stanford.nlp.trees.TypedDependencyList;
[javac]   ^
[javac]
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/src/edu/uchsc/ccp/util/external/stanfordparser/StanfordParser_Util.java:418:
cannot find symbol
[javac] symbol  : class TypedDependencyList
[javac] location: class
edu.uchsc.ccp.util.external.stanfordparser.StanfordParser_Util
[javac] TypedDependencyList tdl = gs.typedDependencies();
[javac] ^
[javac]
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/src/edu/uchsc/ccp/util/external/penn/PennBioTokenizer_Util.java:49:
cannot find symbol
[javac] symbol  : constructor BioTokenizer(java.lang.String)
[javac] location: class edu.upenn.cis.tokenizers.BioTokenizer
[javac] bt = new BioTokenizer(tokenizerModelFile);
[javac]  ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors

BUILD FAILED
/Users/ahmedabdeenhamed/Projects/bionlp_uima_repository-1.0.1/ant/build.xml:61:
Compile failed; see the compiler error output for details.

Thanks in advance!
Ahmed