Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem trying to get the program working? #24

Open
imsocb opened this issue Feb 8, 2017 · 0 comments
Open

Problem trying to get the program working? #24

imsocb opened this issue Feb 8, 2017 · 0 comments

Comments

@imsocb
Copy link

imsocb commented Feb 8, 2017

Hi tried running the testing programm and type the following statement into the powershell window

java -cp '.\bin\*;..\GATEFiles\lib\*;..\GATEFILES\bin\gate.jar;.\lib\*'
code4goal.antony.resumeparser.ResumeParserProgram he.txt out.json

However, its not working gave such error statement what went wrong? Please help

Initialising basic system...
log4j:WARN No appenders could be found for logger (gate.Gate).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
...basic system initialised
Initialising processing engine...
...processing engine loaded
Creating doc for file:/C:/Users/User/ResumeParser/ResumeTransducer/he.txt
Running processing engine...
Sad Face :( .Something went wrong.
java.lang.NullPointerException
        at EmailFinder.EmailRule(file:/C:/Users/User/ResumeParser/JAPEGrammars/EmailFinder.jape:16)
        at gate.jape.RightHandSide.transduce(RightHandSide.java:344)
        at gate.jape.SinglePhaseTransducer.fireRule(SinglePhaseTransducer.java:743)
        at gate.jape.SinglePhaseTransducer.transduce(SinglePhaseTransducer.java:354)
        at gate.jape.MultiPhaseTransducer.transduce(MultiPhaseTransducer.java:188)
        at gate.jape.Batch.transduce(Batch.java:204)
        at gate.creole.Transducer.execute(Transducer.java:166)
        at gate.util.Benchmark.executeWithBenchmarking(Benchmark.java:291)
        at gate.creole.ConditionalSerialController.runComponent(ConditionalSerialController.java:163)
        at gate.creole.SerialController.executeImpl(SerialController.java:157)
        at gate.creole.ConditionalSerialAnalyserController.executeImpl(ConditionalSerialAnalyserController.java:244)
        at gate.creole.ConditionalSerialAnalyserController.execute(ConditionalSerialAnalyserController.java:139)
        at code4goal.antony.resumeparser.Annie.execute(Annie.java:53)
        at code4goal.antony.resumeparser.ResumeParserProgram.loadGateAndAnnie(ResumeParserProgram.java:113)
        at code4goal.antony.resumeparser.ResumeParserProgram.main(ResumeParserProgram.java:274)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant