combust / combust/mleap

Error while testing root project

Open
#853 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
1.5k
Forks
315
PR merge metrics
No merged PRs in 30d

Description

Hello, I have been trying to test the root project and I get this exception:

```
[info] - saves local file to HDFS
[error] /Users/dev/git/mleap/mleap-spring-boot/src/main/scala/ml/combust/mleap/springboot/LeapFrameScoringController.scala:79:15: not found: value ExceptionUtils
[error] error = ExceptionUtils.getMessage(ex), backtrace = ExceptionUtils.getStackTrace(ex))
[error] ^
[error] /Users/dev/git/mleap/mleap-spring-boot/src/main/scala/ml/combust/mleap/springboot/LeapFrameScoringController.scala:79:58: not found: value ExceptionUtils
[error] error = ExceptionUtils.getMessage(ex), backtrace = ExceptionUtils.getStackTrace(ex))
[error] ^
[error] /Users/dev/git/mleap/mleap-spring-boot/src/main/scala/ml/combust/mleap/springboot/ProtobufScoringController.scala:12:27: object lang3 is not a member of package org.apache.commons
[error] import org.apache.commons.lang3.exception.ExceptionUtils
[error] ^
[error] /Users/dev/git/mleap/mleap-spring-boot/src/main/scala/ml/combust/mleap/springboot/ProtobufScoringController.scala:91:15: not found: value ExceptionUtils
[error] error = ExceptionUtils.getMessage(ex), backtrace = ExceptionUtils.getStackTrace(ex))
[error] ^
[error] /Users/dev/git/mleap/mleap-spring-boot/src/main/scala/ml/combust/mleap/springboot/ProtobufScoringController.scala:91:58: not found: value ExceptionUtils
[error] error = ExceptionUtils.getMessage(ex), backtrace = ExceptionUtils.getStackTrace(ex))
[error] ^
[error] 9 errors found
```

I'm running on MacOS Monterey and with Java 11. Any clue why this is happening? Any help will be much appreciated!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.