I'm trying to run ibmUimaToApacheUima.sh but it's getting the following
exception:
Migrating your files...
Exception in thread "main" java.lang.NullPointerException
at
org.apache.uima.tools.migration.IbmUimaToApacheUima.replaceInAllFiles(IbmUim
aToApacheUima.java:158)
at
org.apache.uima.tools.migration.IbmUimaToApacheUima.main(IbmUimaToApacheUima
.java:106)
I'm giving it one input parameter of the absolute path to a directory.
Until this point my UIMA setup seems to have worked since I can run the
documentAnalyzer tool.
Do you know what's causing this?
Thanks!
Katherine