Hi,
on our severs I start UIMA AS in the background and redirect
the output to a file.
Here is the actual command:
nohup bin/deployAsyncService.sh XXX/desc/Deploy_XXX.xml > console.out &
The output file always contains this exception after UIMA AS started:
java.io.IOException: Bad file descriptor
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:199)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at
org.apache.uima.adapter.jms.service.UIMA_Service.main(UIMA_Service.java:422)
Thanks,
Jörn
|