question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

YAML parse error: extraneous input 'v$session.process' expecting {NAME, LIST_ITEM_OP, DEDENT}>

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
CarolynRountreecommented, Nov 17, 2020

quotes will not help with the $. Addressing this as a bug.

0reactions
zeusbabacommented, Nov 19, 2020

Thanks for your fast feedback and quick fix. 💯
I just created WDT from master and verified that your fix works.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found