YAML parse error: extraneous input 'v$session.process' expecting {NAME, LIST_ITEM_OP, DEDENT}>
See original GitHub issueI have exported an existing domain using discoverDomain
but I am having issues while trying to createDomain
using this template.
The error seems to be YAML parser related.
For example:
Such lines from WDT template
v$session.process:
Value: LocalSvcTblD
v$session.machine:
SysPropValue: weblogic.Name
throws YAML parse error like
<SEVERE> <ParsingErrorListener> <syntaxError> <WLSDPLY-18018> <Parse error for file ....>
at line 1,911 position 24: extraneous input 'v$session.process' expecting {NAME, LIST_ITEM_OP, DEDENT}>
at line 1,913 position 24: extraneous input 'v$session.machine' expecting {NAME, LIST_ITEM_OP, DEDENT}>
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
ParserError: extraneous input 'default' expecting {'from ...
Description How to reproduce Run the plugin 2 times against this contract Stack trace [error] contracts/05_greeter.sol: ParserError: extraneous input ...
Read more >python - ParseException: extraneous input 'STRING' expecting ...
The error ParseException: extraneous input 'STRING' expecting {')', ',', 'CONSTRAINT'} has occurred because the query that has been built ...
Read more >Liquid parse exception: parser error "extraneous input ...
LookML Warnings (1)Error parsing liquid: Liquid parse exception: parser error "extraneous input '{{' expecting {Str, '(', '[', DoubleNum, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
quotes will not help with the $. Addressing this as a bug.
Thanks for your fast feedback and quick fix. 💯
I just created WDT from
master
and verified that your fix works.