Is it possible to add DB result set to WORDLIST instead of reading from file

2017-07-19 Thread roopa ts
Is there a way to add data from List to WORDLIST instead of reading from file in UIMA_RUTA ? As I am reading data from database and I want to my result list to be Added to WORDLIST . Could please help me . Thanks in advance.

Re: DUCC Web Server Service Visibility and Default Reservations

2017-07-19 Thread Osborne, John David (Campus)
Thanks Burn, looks like it is deployed but not healthy due to a refused RMI connection. The web services page is refreshed, in addition to displaying no services it does not display values for some other fields (Updated, Utilization) that are displayed on other web server pages. Any info

Re: DUCC Web Server Service Visibility and Default Reservations

2017-07-19 Thread Burn Lewis
Did you refresh the Services page? Ensure that the Users field is empty (except for the hint)? Also try $DUCC_HOME/bin/ducc_services --query Reservations made by the "System" user are for internal use. ~Burn On Wed, Jul 19, 2017 at 3:21 PM, Lou DeGenaro wrote: > It

Re: DUCC Web Server Service Visibility and Default Reservations

2017-07-19 Thread Lou DeGenaro
It should always be the case that if you successfully "ducc_services --register..." a service it should appear on the ducc-mon Services page. When you click on the Id for a Service you should see zero of more deployments, each Running instance corresponding to an O/S process. If you ever want to

Re: How know when "Session is closed" after establish connections between uima-as client and ActiveMQ?

2017-07-19 Thread Jaroslaw Cwiklik
Your application should not be calling connectionOpen() to test the connection. The uima-as client has been designed to recover from connection loss automatically. It looks like this method was made public by mistake. Your application should use UimaAsynchronousEngine interface instead to access

Re: How know when "Session is closed" after establish connections between uima-as client and ActiveMQ?

2017-07-19 Thread nelson rivera
Exactly, only one instance of all clients works after the broker is restarted. I don't know if this first client recovered and included correct temp queue for replie, what I do see is that this first client in my source code return "false" to the method connectionOpen()" and because of that, i

DUCC Web Server Service Visibility and Default Reservations

2017-07-19 Thread Osborne, John David (Campus)
I have (according the log files in $HOME/ducc/logs) started as registered service successfully via ducc_services. I can see the process running via the ps command, but it does not appear in the webserver under the services section. Is this because I am running ducc anonymously using

Re: DUCC Security Model for Service Deployment

2017-07-19 Thread Jaroslaw Cwiklik
John, you can use the broker shipped with UIMA-AS installation for your services. Jerry On Wed, Jul 19, 2017 at 10:55 AM, Osborne, John David (Campus) < ozb...@uab.edu> wrote: > Jerry, my services would span across multiple jobs so a service model is > preferable for me. > > With regards to a

RE: DUCC Security Model for Service Deployment

2017-07-19 Thread Osborne, John David (Campus)
Jerry, my services would span across multiple jobs so a service model is preferable for me. With regards to a secondary broker - I'm thinking to use a UIMA-AS installation on the same machine rather than download the full Apache AMQ runtime standalone. I'm worried about potential compatibility

Re: JCasGenMojo.newError(JCasGenMojo.java:239)

2017-07-19 Thread Marshall Schor
:-) -Marshall On 7/17/2017 8:14 AM, Luca Toldo wrote: > by upgrading to version 2.10 of the UIMA framework the error message > disappeared and instead I got a clear instruction on what is conflicting. > > Thank you ! >

Re: How know when "Session is closed" after establish connections between uima-as client and ActiveMQ?

2017-07-19 Thread Jaroslaw Cwiklik
Hi, can you include part of a client logging just before the broker is stopped and restarted until timeouts start. When a connection is recovered, the client creates a new temp queue and includes it in an outgoing messages to services so that replies can come back. Seems like the client outgoing