This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258814 - scala.reflect.internal.MissingRequirementError: object scala in compiler mirror not found.
Summary: scala.reflect.internal.MissingRequirementError: object scala in compiler mirr...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-13 18:45 UTC by ytn01
Modified: 2016-04-14 06:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215381


Attachments
stacktrace (7.00 KB, text/plain)
2016-04-13 18:45 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2016-04-13 18:45:11 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
GUEST: Opening a Scala project

ytn01: Checked out the NBPlay plugin from java.net (https://svn.java.net/svn/nbplay~nbplay ).
Once checkout is completed, I chose to open NetBeans project from checkout.
Once the Maven project was opened, I was prompted to resolve missing dependencies,.. I clicked on resolve,.. and Maven started to download dependencies.
Once dependency resolution was over, I got the green light,.. but after closing the "Resolve dependencies" dialog, exception was generated.

GUEST: Update

GUEST: Errors with Scala

GUEST: Created Scala Maven project using the org.scala-tools template, and the error is seen just as the project setup completes

GUEST: i installed scala plugins, created a new maven project with a scala simple architype




Stacktrace: 
scala.reflect.internal.MissingRequirementError: object scala in compiler mirror not found.
   at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.java:17)
   at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.java:18)
   at scala.reflect.internal.Mirrors$RootsBase$$anonfun$getModuleOrClass$3.apply(Mirrors.java:54)
   at scala.reflect.internal.Mirrors$RootsBase$$anonfun$getModuleOrClass$3.apply(Mirrors.java:54)
   at scala.reflect.internal.Symbols$Symbol.orElse(Symbols.java:2493)
   at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.java:53)
Comment 1 ytn01 2016-04-13 18:45:13 UTC
Created attachment 159255 [details]
stacktrace
Comment 2 Tomas Zezula 2016-04-14 06:40:52 UTC
Reported on scala module:
https://github.com/dcaoyuan/nbscala/issues/157