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 246644 - Message in log: INFO [dlight.libs.common.logger]: no any active cache transaction (CppTypeProvider)
Summary: Message in log: INFO [dlight.libs.common.logger]: no any active cache transac...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-22 13:57 UTC by Alexander Simon
Modified: 2014-09-15 10:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-08-22 13:57:00 UTC
INFO [dlight.libs.common.logger]: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage
java.lang.Exception: no any active cache transaction:class org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager$CsmCacheStorage.getEntry(CsmCacheManager.java:303)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.getSharedCache(CsmCacheManager.java:173)
	at org.netbeans.modules.cnd.api.model.services.CsmCacheManager.get(CsmCacheManager.java:130)
	at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.getLastResolveContext(InstantiationProviderImpl.java:1475)
	at org.netbeans.modules.cnd.modelimpl.impl.services.InstantiationProviderImpl.instantiate(InstantiationProviderImpl.java:244)
	at org.netbeans.modules.cnd.modelimpl.csm.ClassImplFunctionSpecialization._getMembers(ClassImplFunctionSpecialization.java:167)
	at org.netbeans.modules.cnd.modelimpl.csm.ClassImplFunctionSpecialization.getMembers(ClassImplFunctionSpecialization.java:155)
	at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.processDeclaration(CppTypeProvider.java:322)
	at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.processNamespace(CppTypeProvider.java:300)
	at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.processNamespace(CppTypeProvider.java:304)
	at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.processProject(CppTypeProvider.java:292)
	at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.run(CppTypeProvider.java:248)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Alexander Simon 2014-08-22 14:07:21 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/9abbbf4bf580
Comment 2 Quality Engineering 2014-08-23 04:55:06 UTC
Integrated into 'main-silver', will be available in build *201408230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9abbbf4bf580
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #246644 Message in log: INFO [dlight.libs.common.logger]: no any active cache transaction (CppTypeProvider)