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

Solicitor can't handle quotation marks in the comment column #65

Open
dominik-th opened this issue Dec 4, 2020 · 0 comments
Open

Solicitor can't handle quotation marks in the comment column #65

dominik-th opened this issue Dec 4, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@dominik-th
Copy link

When adding quotation marks " to a comment in LicenseAssignmentProject.xls Solicitor aborts and throws this error:

[652,8]: [ERR 102] Line 652:8 mismatched input '$rl' in rule "License Assignment 20 - add given NormalizedLicense"
[0,0]: Parser returned a null Package

2020-12-04 18:06:09.677 -ERROR : [SOLI-003] Solicitor processing aborted

java.lang.RuntimeException: Build Errors:
Error Messages:
Message [id=1, kieBase=SolicitorBaseModel, level=ERROR, path=com/devonfw/tools/solicitor/rules/4b35acbf-0846-4159-b0bc-9727e6f0727c, line=652, column=0
   text=[ERR 102] Line 652:8 mismatched input '$rl' in rule "License Assignment 20 - add given NormalizedLicense"]
Message [id=2, kieBase=SolicitorBaseModel, level=ERROR, path=com/devonfw/tools/solicitor/rules/4b35acbf-0846-4159-b0bc-9727e6f0727c, line=0, column=0
   text=Parser returned a null Package]
---
Warning Messages:
---
Info Messages:

        at com.devonfw.tools.solicitor.ruleengine.drools.DroolsRuleEngine.prepareSession(DroolsRuleEngine.java:178) ~[classes!/:1.0.8]
        at com.devonfw.tools.solicitor.ruleengine.drools.DroolsRuleEngine.executeRuleGroup(DroolsRuleEngine.java:100) ~[classes!/:1.0.8]
        at com.devonfw.tools.solicitor.ruleengine.drools.DroolsRuleEngine.executeRules(DroolsRuleEngine.java:76) ~[classes!/:1.0.8]
        at com.devonfw.tools.solicitor.Solicitor.mainProcessing(Solicitor.java:117) ~[classes!/:1.0.8]
        at com.devonfw.tools.solicitor.Solicitor.run(Solicitor.java:199) ~[classes!/:1.0.8]
        at com.devonfw.tools.solicitor.SolicitorApplication.main(SolicitorApplication.java:42) ~[classes!/:1.0.8]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_202]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_202]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_202]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_202]
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [solicitor.jar:1.0.8]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [solicitor.jar:1.0.8]
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [solicitor.jar:1.0.8]
        at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:593) [solicitor.jar:1.0.8]
@dominik-th dominik-th added the bug Something isn't working label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant