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 256408 - no any active cache transaction in CsmDefineHyperlinkProvider.goToDeclaration(CsmDefineHyperlinkProvider.java:109)
Summary: no any active cache transaction in CsmDefineHyperlinkProvider.goToDeclaration...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 252601 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-11-06 12:04 UTC by Alexander Simon
Modified: 2017-03-31 13:02 UTC (History)
1 user (show)

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 2015-11-06 12:04:49 UTC
Message in log:

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.put(CsmCacheManager.java:154)
	at org.netbeans.modules.cnd.completion.csm.CsmOffsetResolver.findObject(CsmOffsetResolver.java:111)
	at org.netbeans.modules.cnd.completion.impl.xref.ReferencesSupport.findDeclaration(ReferencesSupport.java:299)
	at org.netbeans.modules.cnd.completion.impl.xref.ReferencesSupport.findDeclaration(ReferencesSupport.java:266)
	at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmHyperlinkProvider.findTargetObject(CsmHyperlinkProvider.java:450)
	at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmDefineHyperlinkProvider.findTargetObject(CsmDefineHyperlinkProvider.java:124)
	at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmDefineHyperlinkProvider.goToDeclaration(CsmDefineHyperlinkProvider.java:109)
	at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmDefineHyperlinkProvider.performAction(CsmDefineHyperlinkProvider.java:76)
	at org.netbeans.modules.cnd.completion.cplusplus.hyperlink.CsmAbstractHyperlinkProvider$1.run(CsmAbstractHyperlinkProvider.java:119)
	at org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl$3.run(ModelImpl.java:440)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 Alexander Simon 2015-11-06 12:07:28 UTC
fixed in enum, change set:
55d6f1750a8c
Comment 2 Quality Engineering 2015-11-10 02:32:10 UTC
Integrated into 'main-silver', will be available in build *201511100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e9dd712300a4
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #256408 no any active cache transaction in CsmDefineHyperlinkProvider.goToDeclaration(CsmDefineHyperlinkProvider.java:109)
(transplanted from 55d6f1750a8c1f9b25c44858904a95c28edb7a95)
Comment 3 Alexander Simon 2015-11-17 13:05:01 UTC
v.
Comment 4 soldatov 2015-11-20 22:29:15 UTC
Verified in NetBeans 8.1patch1
Comment 5 Vladimir Voskresensky 2017-03-31 13:02:40 UTC
*** Bug 252601 has been marked as a duplicate of this bug. ***