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.

`load pe` cause error

See original GitHub issue

Hello I have some problem running :load pe command after build.

scala> :load pe
Loading pe...
import scala.language.postfixOps
locParam: String = null
location: String = /Users/kwangin/app
useAuthorization: Boolean = false
java.lang.NoSuchMethodError: scala.Product.$init$(Lscala/Product;)V
  at DataDirs.<init>(ctl.scala:131)
  ... 61 elided
<console>:17: error: not found: value dataDirs
                          dataDirs = dataDirs,
                                     ^
<console>:15: error: not found: value pe
val $ires1 = pe.mappingFile
             ^
<console>:13: error: not found: value pe
       pe.mappingFile = "mapping-pe.json";
       ^

Is there something I’m missing?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
e-orzcommented, Aug 15, 2018

It’s documented in: https://github.com/thomsonreuters/CM-Well/blob/master/docs/Tutorial.Building.md Which has a link to it from the main page. Maybe you are right and it should be in the main page.

0reactions
kinationcommented, Aug 14, 2018

@e-orz you’re right! It seems it was the problem of python version. It works find after I changed to 2.7. . It would be good to add on document later.

Thanks for help 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

PE error in LG washing machine: How to fix PE error code?
There could be two possible causes behind a PE error code on your LG front loading washing machine which are explained below.
Read more >
LG Washing Machine PE Error Code Explained
The first reason your LG washing machine may be showing the PE error code is due to a problem between the wiring from...
Read more >
[LG Front Load Washers] Cause & Troubleshooting For An PE ...
[LG Front Load Washers] Cause & Troubleshooting For An PE Error Code On Your LG Washer. 955 views 10 months ago. LG USA...
Read more >
LG washer error code PE : Causes, How FIX Problem
PE error refers to a water level pressure sensor. Its causes are a damaged pressure switch, wiring damaged by vibration, a burnt control...
Read more >
LG Washing Machine Displays Error Code PE - How To Fix ...
The LG Front Load Washing Machine PE Code indicates a WATER LEVEL PRESSURE SENSOR/SWITCH ERROR. ... Try this first before replacing any parts...
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