RbiSearchHeader

Press escape key to go back

पिछली खोज

थीम
थीम
टेक्स्ट का साइज़
टेक्स्ट का साइज़
S3

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

RbiStatisticsFilter

सर्च रिफाइन करें

आवृत्ति:

फंक्शन:

असेट प्रकाशक

मीडिया निगरानी (सोशल मीडिया सहित) और विश्लेषण सेवा , संचार विभाग

टेम्पलेट के प्रोसेसिंग के समय त्रुटि हुई है.
Java method "com.sun.proxy.$Proxy300.getFileEntryByUuidAndGroupId(String, long)" threw an exception when invoked on com.sun.proxy.$Proxy300 object "com.liferay.document.library.internal.service.FriendlyURLDLFileEntryLocalServiceWrapper@3a81cf6"; see cause exception in the Java stack trace.

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign file = dlFileEntry.getFileEnt...  [in template "20099#20125#93700556" at line 21, column 9]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign journalArticleResourceLocalServiceUtil = staticUtil["com.liferay.journal.service.JournalArticleResourceLocalServiceUtil"]> 
3<#assign assetCategoryLocalServiceUtil = staticUtil["com.liferay.asset.kernel.service.AssetCategoryLocalServiceUtil"]> 
4 
5<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
6<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
7 
8<#list categoryList as categoryItem> 
9<#assign categoryName = categoryItem.getName() > 
10</#list> 
11 
12<#assign counter = 0 > 
13<#list attachmentGroup.convertedPDF.getData()?split("/") as x> 
14<#if counter == 5> 
15<#assign uuId = x?keep_before("?") > 
16</#if> 
17<#assign counter = counter+1 > 
18</#list> 
19<#assign dlFileEntry = serviceLocator.findService("com.liferay.document.library.kernel.service.DLFileEntryLocalService")>  
20<#if (uuId??) && (dlFileEntry??)> 
21	<#assign file = dlFileEntry.getFileEntryByUuidAndGroupId(uuId,groupId) >     
22 
23	<#assign kilo  = 1024> 
24	<#assign mega  = kilo *1024> 
25	<#assign giga  = mega *1024> 
26	<#assign tera  = giga *1024> 
27 
28	<#assign getfileSize  = file.getSize()> 
29	<#assign fileSizeKB  = getfileSize/kilo> 
30	<#assign fileSizeMB  = fileSizeKB /kilo> 
31	<#assign fileSizeGB  = fileSizeMB /kilo> 
32	<#assign fileSizeTR  = fileSizeGB /kilo> 
33 
34	<#if (getfileSize < kilo)> 
35		<#assign fileSize= getfileSize?string("#.##") +'Bytes'> 
36	<#elseif (getfileSize >= kilo && getfileSize < mega)> 
37		<#assign fileSize= fileSizeKB?string("#.##") +'KB'> 
38	<#elseif (getfileSize >= mega && getfileSize < giga)> 
39		<#assign fileSize= fileSizeMB?string("#.##") +'MB'> 
40	<#elseif (getfileSize >= giga && getfileSize < tera)> 
41		<#assign fileSize= fileSizeGB?string("#.##") +'GB'> 
42	<#elseif (getfileSize >= tera)> 
43		<#assign fileSize= fileSizeTR?string("#.##") +'TB'> 
44	<#else> 
45	</#if> 
46 
47</#if> 
48<style> 
49.portlet-asset-publisher .asset-full-content .align-items-center{ 
50	display: flex !important; 
51
52 
53.portlet-asset-publisher .asset-full-content .align-items-center .component-title{ 
54	display: none !important; 
55
56.portlet-asset-publisher .asset-full-content .align-items-center .d-inline-flex .c-inner{ 
57	display: none !important; 
58
59.MuseumBannerArea.banner-with-link {display: none;} 
60.page-last-update-bg p.page-update {display: none;} 
61.simple-html-data p {font-size: inherit !important;} 
62.simple-html-data table td, .simple-html-data table th {background: none !important;} 
63body.is_user.dark-theme .detail-page-section .publishedDate-pdf .listen a { 
64		color: var(--primary-color) !important; 
65
66.pdf-download a {display: inline !important;} 
67.detail-page-section .publishedDate-pdf .pdf-download {display: inline;} 
68.detail-page-section .publishedDate-pdf .pdf-download a {padding-left: 0;} 
69.detail-page-section .publishedDate-pdf .pdf-download img {margin-right: 0; max-width: initial !important; padding-right: 1px; margin-top: -2px;} 
70	 
71	@media (max-width: 767px) { 
72	   .detail-page-section .publishedDate-pdf .pdf-download {margin-top: -2px;} 
73	   .detail-page-section .publishedDate-pdf .pdf-download a {margin-left: 0;} 
74	   .detail-page-section .publishedDate-pdf .pdf-download img {padding-right: 3px; width: 16px; margin-top: -1px;} 
75
76 
77	.detail-page-section .publishedDate-pdf .listen a .article-text-to-speach {margin-left: 4px;} 
78    .detail-page-section .publishedDate-pdf .listen a:hover .article-text-to-speach {text-decoration: underline;} 
79 
80    .detail-page-section .publishedDate-pdf .pdf-download a:hover {text-decoration: underline;} 
81    .detail-page-section .publishedDate-pdf .pdf-download img  {padding-right: 5px;} 
82 
83 
84 
85    @media (max-width: 767px) { 
86    .detail-page-section .publishedDate-pdf .listen img {margin-top: 0px;} 
87    .detail-page-section .publishedDate-pdf .listen a .article-text-to-speach {margin-left: 3px;} 
88    .detail-page-section .publishedDate-pdf .pdf-download img  {padding-right: 3px; margin-right: 2px;} 
89
90</style> 
91<div id="skipContent"></div> 
92<div class="rbi-breadcrumbs-wrap rbi-simple-breadcrumbs-wrapper final-one full-width"> 
93    <div class="container"> 
94        <nav> 
95            <ol class="breadcrumb rbi-simple-breadcrumbs"> 
96                <li class="breadcrumb-item"> 
97                    <a href="/web/rbi/home"> 
98                        ${languageUtil.get(locale, "home")} 
99                    </a> 
100                </li> 
101                <li class="breadcrumb-item"> 
102                    <a href="/web/rbi/tenders"> 
103                        ${languageUtil.get(locale,"tender")} 
104                    </a> 
105                </li> 
106                <li class="breadcrumb-item active" aria-current="page"> 
107                    <#if (Text44809430.getData())?has_content> 
108                        ${Text44809430.getData()} 
109                        <#else> 
110                            ${.vars['reserved-article-title'].data} 
111                    </#if> 
112                </li> 
113 
114            </ol> 
115        </nav> 
116    </div> 
117</div> 
118<section class="detail-page-section"> 
119    <div class="container"> 
120        <div class="d-flex align-items-center publishedDate-pdf"> 
121            <div class="publishedData"> 
122                <span> 
123									Published on  
124									<#assign publishingDate_Data = getterUtil.getString(publishingDate.getData())> 
125									<#if validator.isNotNull(publishingDate_Data)> 
126										<#assign publishingDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", publishingDate_Data, locale)> 
127 
128										${dateUtil.getDate(publishingDate_DateObj, "MMMM", locale)} 
129										${dateUtil.getDate(publishingDate_DateObj, ", dd yyyy", locale.getDefault())} 
130									</#if> 
131								</span> 
132            </div>  
133            <div class="listenWithPdf"> 
134            	<span class="small-pipe">|</span>  
135				<div class="listen"><a href="javascript:void(0);" class="showDiv" id="textSpeechButton"><button class="player-button-outer-top"><img src="${themeDisplay.getPathThemeRoot()}/images/rbi-main/listen-play.svg" class="img-fluid" alt="play"/></button><span class=" article-text-to-speach textSpeechButton">LISTEN</span></a></div> 
136				<#if (attachmentGroup.convertedPDF.getData())??> 
137					<span class="small-pipe">|</span> 
138				</#if> 
139				<div class="ml-auto">			 
140					<div class="pdf-download" data="${attachmentGroup.convertedPDF.getData()}"> 
141						<#if (attachmentGroup.convertedPDF.getData())?? && (fileSize)??> 
142								<a class="matomo_download" href="${attachmentGroup.convertedPDF.getData()}" title="Download PDF" alt="Download PDF" target="_blank"> 
143									<img src="${themeDisplay.getPathThemeRoot()}/images/rbi-main/audio_download.svg" class="img-fluid" alt="download">  PDF (${fileSize})  
144								</a> 
145						</#if> 
146					</div> 
147				</div> 
148            </div> 
149    	</div> 
150    	<div id="mainContent"> 
151    		<h1 class="font-resized"> 
152					${tenderTitle.getData()} 
153				</h1> 
154	        <div data="${status.getData()}"> 
155						<#if status.getData()?? && status.getData()!="Option98598460"> 
156							<span class="open-closed-tag closed-tender">CLOSED</span> 
157						<#else> 
158							<span class="open-closed-tag">OPEN</span>											 
159						</#if> 
160        </div> 
161	        <div id="migrated_data_dummy" class="d-none"></div> 
162			<div class="simple-html-data section-description font-resized migrated-data-wrap dynamic-resize"> 
163					${tenderDescription.getData()} 
164			</div> 
165			<!--<#if (htmlLink.getData())??> 
166					<div class="font-resized pdf-download text-center"> 
167							<a href="${htmlLink.getData()}" target="_blank"> 
168									Click here to download Tender documents 
169							</a>            
170					</div> 
171					<div class="font-resized"></div> 
172			</#if>--> 
173    	</div>                 
174    </div> 
175</section> 

Statistics-Data Releases-Overview

जारी आंकड़े

इस खण्‍ड में भारतीय अर्थव्‍यवस्‍था, बैंकिंग और वित्‍त के विभिन्‍न पहलुओं से संबंधित आँकड़े दिये गये हैं। जहां विद्यमान विगत एक वर्ष के आँकड़ों के रूप में परिभाषित किए गये हैं और वे नीचे दिये गए लिंक पर उपलब्‍ध हैं वहीं अनुसंधानकर्ता इस पृष्‍ठ पर दिये गए भारतीय अर्थव्‍यवथा का डाटाबेस लिंक पर आँकड़ा श्रृंखला भी प्राप्‍त कर सकते हैं।

खोज परिणाम

भुगतान संतुलन
त्रैमासिक

श्रेणी पहलू

केटेगरी

श्रेणी पहलू

केटेगरी

आरबीआई-इंस्टॉल-आरबीआई-सामग्री-वैश्विक

आरबीआई मोबाइल एप्लीकेशन इंस्टॉल करें और लेटेस्ट न्यूज़ का तुरंत एक्सेस पाएं!

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

पृष्ठ अंतिम बार अपडेट किया गया: जुलाई 26, 2025

क्या यह पेज उपयोगी था?