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 186785 - java.io.IOException: class file needed by ScalaEntityManager is missing. reference type Pair of object Predef refers to nonexisting symbol.
Summary: java.io.IOException: class file needed by ScalaEntityManager is missing. refe...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-27 08:38 UTC by Michal Zlamal
Modified: 2010-05-27 08:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168286


Attachments
stacktrace (11.98 KB, text/plain)
2010-05-27 08:38 UTC, Michal Zlamal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Zlamal 2010-05-27 08:38:37 UTC
This issue was reported manually by mzlamal.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-5216-on-100521)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-9M3165
OS: Mac OS X

User Comments:
mzlamal: Code competition in scala code was about to appear, but this exception came, it comes for every try of code completition.

GUEST: I tried to run a Scala-Application

GUEST: coding scala source




Stacktrace: 
java.io.IOException: class file needed by ScalaEntityManager is missing.
reference type Pair of object Predef refers to nonexisting symbol.
   at scala.reflect.generic.UnPickler$Scan.errorMissingRequirement(UnPickler.java:755)
   at scala.tools.nsc.symtab.classfile.UnPickler$CompileScan.errorMissingRequirement(UnPickler.java:44)
   at scala.tools.nsc.symtab.classfile.UnPickler$CompileScan.errorMissingRequirement(UnPickler.java:29)
   at scala.reflect.generic.UnPickler$Scan.readSymbol(UnPickler.java:195)
   at scala.reflect.generic.UnPickler$Scan$$anonfun$readSymbolRef$1.apply(UnPickler.java:709)
   at scala.reflect.generic.UnPickler$Scan$$anonfun$readSymbolRef$1.apply(UnPickler.java:709)
Comment 1 Michal Zlamal 2010-05-27 08:38:41 UTC
Created attachment 99526 [details]
stacktrace
Comment 2 Michal Zlamal 2010-05-27 08:45:11 UTC
I'd say this is P2 while it prevents NB Scala plugin from being used.