<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Errorbase - Recent errors without solutions</title>
<link>http://www.errorbase.net/unanswered</link>
<description>Powered by Question2Answer</description>
<item>
<title>Bad version number in .class file (unable to load class org.json.JSONObject)</title>
<link>http://www.errorbase.net/5298/bad-version-number-in-class-file-unable-to-load-class-org-json-jsonobject</link>
<description>I deployed my project from netbeans to live which runs on tomcat but always getting this error. Any ideas?</description>
<guid isPermaLink="true">http://www.errorbase.net/5298/bad-version-number-in-class-file-unable-to-load-class-org-json-jsonobject</guid>
<pubDate>Thu, 03 May 2012 12:42:54 +0000</pubDate>
</item>
<item>
<title>Uncaught Exceotion:java.lang.NullPointerException</title>
<link>http://www.errorbase.net/5297/uncaught-exceotion-java-lang-nullpointerexception</link>
<description></description>
<guid isPermaLink="true">http://www.errorbase.net/5297/uncaught-exceotion-java-lang-nullpointerexception</guid>
<pubDate>Fri, 27 Apr 2012 16:08:27 +0000</pubDate>
</item>
<item>
<title>Please help!</title>
<link>http://www.errorbase.net/5294/please-help</link>
<description>&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	#include &amp;lt;iostream.h&amp;gt;&lt;/div&gt;
&lt;div&gt;
	void total_avg(double, double *, double *);&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	void main()&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	double num[5];&lt;/div&gt;
&lt;div&gt;
	double *sum,*avg;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	cout&amp;lt;&amp;lt;&quot;Enter 5 price: &quot;&amp;lt;&amp;lt;endl;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	for (int i=1;i&amp;lt;=5;i++)&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	cin&amp;gt;&amp;gt;num[i];&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	cout&amp;lt;&amp;lt;endl;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	for (i=1;i&amp;lt;=5;i++)&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	cout&amp;lt;&amp;lt;&quot;Price [&quot;&amp;lt;&amp;lt;i&amp;lt;&amp;lt;&quot;]: &quot;&amp;lt;&amp;lt;num[i]&amp;lt;&amp;lt;endl;&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	total_avg(num[5],sum,avg);&lt;/div&gt;
&lt;div&gt;
	cout&amp;lt;&amp;lt;&quot;\nTotal = &quot;&amp;lt;&amp;lt;sum&amp;lt;&amp;lt;endl;&lt;/div&gt;
&lt;div&gt;
	cout&amp;lt;&amp;lt;&quot;Average = &quot;&amp;lt;&amp;lt;avg&amp;lt;&amp;lt;endl;&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	void total_avg(double num, double &amp;amp;sum, double &amp;amp;avg)&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	for (int i=1;i&amp;lt;=5;i++)&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div&gt;
	sum += num[i];&lt;/div&gt;
&lt;div&gt;
	avg = sum/3;&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	error C2109: subscript requires array or pointer type&lt;/div&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5294/please-help</guid>
<pubDate>Mon, 02 Apr 2012 13:01:31 +0000</pubDate>
</item>
<item>
<title>Exception in thread &quot;main&quot; java.lang.StringIndexOutOfBoundsException: String index out of range: -24</title>
<link>http://www.errorbase.net/5293/exception-in-thread-main-java-lang-stringindexoutofboundsexception-string-index-out-range-24</link>
<description>needs a solution for this:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Exception in thread &amp;quot;main&amp;quot; java.lang.StringIndexOutOfBoundsException: String index out of range: -24</description>
<guid isPermaLink="true">http://www.errorbase.net/5293/exception-in-thread-main-java-lang-stringindexoutofboundsexception-string-index-out-range-24</guid>
<pubDate>Fri, 30 Mar 2012 12:42:13 +0000</pubDate>
</item>
<item>
<title>org.tigris.subversion.javahl.ClientException: chunked stream ended unexpectedly</title>
<link>http://www.errorbase.net/5292/org-tigris-subversion-javahl-clientexception-chunked-stream-ended-unexpectedly</link>
<description>&lt;p&gt;
	All error message is like this:&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	org.tigris.subversion.javahl.ClientException: chunked stream ended unexpectedly&lt;/div&gt;
&lt;div&gt;
	REPORT request failed on '/svn/Shopamani/!svn/vcc/default'&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Any ideas???&lt;/div&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5292/org-tigris-subversion-javahl-clientexception-chunked-stream-ended-unexpectedly</guid>
<pubDate>Thu, 29 Mar 2012 10:30:09 +0000</pubDate>
</item>
<item>
<title>Search For User in My Program</title>
<link>http://www.errorbase.net/5291/search-for-user-in-my-program</link>
<description>Ok. so i load up my Program and when i click the search button it is supposed to read the Users Details back on to the program but when i press it in the command prompt it says&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Exception in the thread &amp;quot;AWT-EventQueue-0&amp;quot;ArrayIndexOutOfBoundsException : -1</description>
<guid isPermaLink="true">http://www.errorbase.net/5291/search-for-user-in-my-program</guid>
<pubDate>Mon, 26 Mar 2012 23:41:42 +0000</pubDate>
</item>
<item>
<title>javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:</title>
<link>http://www.errorbase.net/5290/noinitialcontextexception-specify-environment-property-applet-parameter-application-resource</link>
<description>we get this error while we are dealing with tomcat connection pool in oracle. any ideas?&lt;br /&gt;
&lt;br /&gt;
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial</description>
<guid isPermaLink="true">http://www.errorbase.net/5290/noinitialcontextexception-specify-environment-property-applet-parameter-application-resource</guid>
<pubDate>Fri, 23 Mar 2012 10:11:48 +0000</pubDate>
</item>
<item>
<title>If the fractional amount is rounded for currency conversion, funds could be lost</title>
<link>http://www.errorbase.net/5289/if-the-fractional-amount-is-rounded-for-currency-conversion-funds-could-be-lost</link>
<description>Encountered this error while trying a make an adaptive payment. no idea how to solve this problem...</description>
<guid isPermaLink="true">http://www.errorbase.net/5289/if-the-fractional-amount-is-rounded-for-currency-conversion-funds-could-be-lost</guid>
<pubDate>Wed, 21 Mar 2012 09:54:13 +0000</pubDate>
</item>
<item>
<title>JAVA array of floats</title>
<link>http://www.errorbase.net/5288/java-array-of-floats</link>
<description>&lt;p&gt;
	hello&lt;br&gt;
	im trying to create an array of float numbers to implement a ranking algorithm&lt;/p&gt;
&lt;p&gt;
	and then find the element &amp;nbsp;that holds the min value .&lt;br&gt;
	&lt;br&gt;
	&lt;strong&gt;Here's the code&lt;/strong&gt;:&lt;/p&gt;
&lt;br&gt;
&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; float[] rTOT1;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rTOT1 = new float[j];&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for ( j = 0; j &amp;lt; rTOT1.length; j++) {&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; float minValue = rTOT1[0];&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rTOT1[j] = (alfaTOT * rSRC + betaTOT * rSRC) / depthSrc;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (rTOT1[j] &amp;lt; minValue) {&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; minValue = rTOT1[j];&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;
	&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/code&gt;}&lt;/div&gt;
&lt;div&gt;
	&lt;br&gt;
	&lt;strong&gt;here's the output for &lt;/strong&gt;&amp;nbsp; &amp;nbsp; System.out.println(&quot; &amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;&amp;gt;rTOT1 &quot; + rTOT1):&lt;br&gt;
	&lt;br&gt;
	&lt;br&gt;
	.......&lt;br&gt;
	&amp;gt;&amp;gt;&amp;gt;rTOT1 [F@19a029e
	&lt;div&gt;
		&amp;gt;&amp;gt;&amp;gt;rTOT1 [F@1ia028h&lt;br&gt;
		&amp;gt;&amp;gt;&amp;gt;rTOT1 [F@67a029k&lt;br&gt;
		.....&lt;br&gt;
		&lt;br&gt;
		and it should normally give:&lt;br&gt;
		&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;
	&amp;gt;&amp;gt;&amp;gt;rTOT1 &lt;strong&gt;0.2345&lt;br&gt;
	&lt;br&gt;
	&lt;br&gt;
	&lt;br&gt;
	&lt;br&gt;
	i would appreciate any kind of help!(noob alert!)&lt;/strong&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5288/java-array-of-floats</guid>
<pubDate>Wed, 14 Mar 2012 20:10:02 +0000</pubDate>
</item>
<item>
<title>ORA-01092: ORACLE instance terminated. Disconnection forced</title>
<link>http://www.errorbase.net/5287/ora-01092-oracle-instance-terminated-disconnection-forced</link>
<description>&lt;p&gt;
	&amp;nbsp;actually i created a database by using the command create database dbname;&lt;/p&gt;
&lt;p&gt;
	before that i have set the pfile and location for the control file and tablespaces. the following eror occur when a execute the above command. please help me some one. ORA-01092: ORACLE instance terminated. Disconnection forced&lt;/p&gt;
&lt;p&gt;
	the following are my alert log file&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	Dump file g:\oracle\product\10.2.0\admin\snap\bdump\snap_cjq0_2208.trc&lt;/div&gt;
&lt;div&gt;
	Mon Mar 05 21:27:15 2012&lt;/div&gt;
&lt;div&gt;
	ORACLE V10.2.0.1.0 - Production vsnsta=0&lt;/div&gt;
&lt;div&gt;
	vsnsql=14 vsnxtr=3&lt;/div&gt;
&lt;div&gt;
	Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production&lt;/div&gt;
&lt;div&gt;
	With the Partitioning, OLAP and Data Mining options&lt;/div&gt;
&lt;div&gt;
	Windows XP Version V5.1 Service Pack 2&lt;/div&gt;
&lt;div&gt;
	CPU &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 2 - type 586&lt;/div&gt;
&lt;div&gt;
	Process Affinity &amp;nbsp; &amp;nbsp;: 0x00000000&lt;/div&gt;
&lt;div&gt;
	Memory (Avail/Total): Ph:1242M/2009M, Ph+PgF:2779M/3902M, VA:1335M/2047M&lt;/div&gt;
&lt;div&gt;
	Instance name: snap&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Redo thread mounted by this instance: 1&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Oracle process number: 10&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Windows thread id: 2208, image: ORACLE.EXE (CJQ0)&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	*** 2012-03-05 21:27:15.543&lt;/div&gt;
&lt;div&gt;
	*** SERVICE NAME:() 2012-03-05 21:27:15.543&lt;/div&gt;
&lt;div&gt;
	*** SESSION ID:(162.1) 2012-03-05 21:27:15.543&lt;/div&gt;
&lt;div&gt;
	error 1519 detected in background process&lt;/div&gt;
&lt;div&gt;
	OPIRIP: Uncaught error 447. Error stack:&lt;/div&gt;
&lt;div&gt;
	ORA-00447: fatal error in background process&lt;/div&gt;
&lt;div&gt;
	ORA-01519: error while processing file '' near line&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5287/ora-01092-oracle-instance-terminated-disconnection-forced</guid>
<pubDate>Tue, 06 Mar 2012 07:12:28 +0000</pubDate>
</item>
<item>
<title>Exception in thread &quot;main&quot; java.util.InputMismatchException</title>
<link>http://www.errorbase.net/5279/exception-in-thread-main-java-util-inputmismatchexception</link>
<description>&lt;p&gt;
	Exception in thread &quot;main&quot; java.util.InputMismatchException&lt;br&gt;
	&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.Scanner.throwFor(Unknown Source)&lt;br&gt;
	&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.Scanner.next(Unknown Source)&lt;br&gt;
	&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.Scanner.nextDouble(Unknown Source)&lt;br&gt;
	&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at Ch3_PrExercise7.main(Ch3_PrExercise7.java:33)&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	import java.io.*;&lt;/div&gt;
&lt;div&gt;
	import java.util.*;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	public class Ch3_PrExercise7&lt;/div&gt;
&lt;div&gt;
	{&lt;/div&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;
	public static void main(String[] args)&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 160px;&quot;&gt;
	&amp;nbsp; &amp;nbsp;throws FileNotFoundException&lt;/div&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;
	{&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	Scanner inFile = new Scanner(new FileReader(&quot;Ch3_Ex7Data.txt&quot;));&amp;nbsp;PrintWriter outFile = new PrintWriter(&quot;Ch3_Ex7Output.dat&quot;);&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	double salary1, salary2, salary3;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	double percent1, percent2, percent3;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	double updatedSalary1, updatedSalary2, updatedSalary3;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	String firstName1, firstName2, firstName3;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	String lastName1, lastName2, lastName3;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	lastName1 = inFile.next();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	firstName1 = inFile.next();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	lastName2 = inFile.next();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	firstName2 = inFile.next();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	lastName3 = inFile.next();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	firstName3 = inFile.next();&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	salary1 = inFile.nextDouble();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	salary2 = inFile.nextDouble();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	salary3 = inFile.nextDouble();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	percent1 = inFile.nextDouble();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	percent2 = inFile.nextDouble();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	percent3 = inFile.nextDouble();&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	updatedSalary1 = (salary1 + (salary1 * percent1 / 100));&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	updatedSalary2 = (salary2 + (salary2 * percent2 / 100));&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	updatedSalary3 = (salary3 + (salary3 * percent3 / 100));&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	outFile.printf(firstName1 + &quot; &quot; + lastName1 + &quot; &quot;&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 160px;&quot;&gt;
	+ &quot;%$5.2f %n&quot;, updatedSalary1 + &quot;\n&quot;&lt;/div&gt;
&lt;div style=&quot;margin-left: 160px;&quot;&gt;
	+ firstName2 + &quot; &quot; + lastName2 + &quot; &quot;&lt;/div&gt;
&lt;div style=&quot;margin-left: 160px;&quot;&gt;
	+ &quot;%$5.2f %n&quot;, updatedSalary2 + &quot;\n&quot;&lt;/div&gt;
&lt;div style=&quot;margin-left: 160px;&quot;&gt;
	+ firstName3 + &quot; &quot; + lastName3 + &quot; &quot;&lt;/div&gt;
&lt;div style=&quot;margin-left: 160px;&quot;&gt;
	+ &quot;%$5.2f %n&quot;, updatedSalary3);&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	inFile.close();&lt;/div&gt;
&lt;div style=&quot;margin-left: 80px;&quot;&gt;
	outFile.close();&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;
	}&lt;/div&gt;
&lt;div&gt;
	}&lt;/div&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5279/exception-in-thread-main-java-util-inputmismatchexception</guid>
<pubDate>Fri, 24 Feb 2012 02:00:04 +0000</pubDate>
</item>
<item>
<title>java.lang.IndexOutOfBoundsException: Index: 1, Size: 0</title>
<link>http://www.errorbase.net/5276/java-lang-indexoutofboundsexception-index-1-size-0</link>
<description></description>
<guid isPermaLink="true">http://www.errorbase.net/5276/java-lang-indexoutofboundsexception-index-1-size-0</guid>
<pubDate>Sun, 12 Feb 2012 13:34:45 +0000</pubDate>
</item>
<item>
<title>Error occured</title>
<link>http://www.errorbase.net/5273/error-occured</link>
<description></description>
<guid isPermaLink="true">http://www.errorbase.net/5273/error-occured</guid>
<pubDate>Wed, 18 Jan 2012 15:29:38 +0000</pubDate>
</item>
<item>
<title>com.restfb.FacebookNetworkException: A network error occurred while trying to communicate with Facebook: Facebook GET failed (HTTP status code 400)</title>
<link>http://www.errorbase.net/5270/facebooknetworkexception-network-occurred-trying-communicate-facebook-facebook-failed-status</link>
<description>I am getting this error while using facebook with its java api. I cannot understant anythign. I was able to connect before. I need help!!!</description>
<guid isPermaLink="true">http://www.errorbase.net/5270/facebooknetworkexception-network-occurred-trying-communicate-facebook-facebook-failed-status</guid>
<pubDate>Fri, 02 Dec 2011 12:06:45 +0000</pubDate>
</item>
<item>
<title>java.sql.SQLException: Closed Statement: next</title>
<link>http://www.errorbase.net/5269/java-sql-sqlexception-closed-statement-next</link>
<description>&lt;p&gt;
	???? &lt;a href=&quot;http://www.errorbase.net/5268/java-sql-sqlexception-closed-statement-next&quot; rel=&quot;dofollow nofollow&quot;&gt;http://www.errorbase.net/5268/java-sql-sqlexception-closed-statement-next&lt;/a&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5269/java-sql-sqlexception-closed-statement-next</guid>
<pubDate>Tue, 22 Nov 2011 17:56:40 +0000</pubDate>
</item>
<item>
<title>java.sql.SQLException: Closed Statement: next</title>
<link>http://www.errorbase.net/5268/java-sql-sqlexception-closed-statement-next</link>
<description>&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	What does this exception mean???????????&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	java.sql.SQLException: Closed Statement: next&lt;/div&gt;
&lt;div&gt;
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)&lt;/div&gt;
&lt;div&gt;
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)&lt;/div&gt;
&lt;div&gt;
	at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:186)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jsp.api_005fv1.social.friend_005flist_jsp._jspService(friend_005flist_jsp.java:609)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)&lt;/div&gt;
&lt;div&gt;
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)&lt;/div&gt;
&lt;div&gt;
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)&lt;/div&gt;
&lt;div&gt;
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)&lt;/div&gt;
&lt;div&gt;
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)&lt;/div&gt;
&lt;div&gt;
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302)&lt;/div&gt;
&lt;div&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;/div&gt;
&lt;div&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;/div&gt;
&lt;div&gt;
	at java.lang.Thread.run(Thread.java:680)&lt;/div&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5268/java-sql-sqlexception-closed-statement-next</guid>
<pubDate>Tue, 22 Nov 2011 13:26:42 +0000</pubDate>
</item>
<item>
<title>java.sql.SQLException: Closed Connection: next</title>
<link>http://www.errorbase.net/5267/java-sql-sqlexception-closed-connection-next</link>
<description>&lt;p&gt;
	I know it is a big one but I tought that it may be useful for further help... What does this error mean? any ideas??&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	java.sql.SQLException: Closed Connection: next&lt;/div&gt;
&lt;div&gt;
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)&lt;/div&gt;
&lt;div&gt;
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:145)&lt;/div&gt;
&lt;div&gt;
	at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:180)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jsp.api_005fv1.social.friend_005flist_jsp._jspService(friend_005flist_jsp.java:609)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)&lt;/div&gt;
&lt;div&gt;
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)&lt;/div&gt;
&lt;div&gt;
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)&lt;/div&gt;
&lt;div&gt;
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/div&gt;
&lt;div&gt;
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:405)&lt;/div&gt;
&lt;div&gt;
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:964)&lt;/div&gt;
&lt;div&gt;
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:515)&lt;/div&gt;
&lt;div&gt;
	at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:302)&lt;/div&gt;
&lt;div&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)&lt;/div&gt;
&lt;div&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)&lt;/div&gt;
&lt;div&gt;
	at java.lang.Thread.run(Thread.java:680)&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5267/java-sql-sqlexception-closed-connection-next</guid>
<pubDate>Tue, 22 Nov 2011 13:25:09 +0000</pubDate>
</item>
<item>
<title>org.tigris.subversion.javahl.ClientException: Commit failed (details follow):</title>
<link>http://www.errorbase.net/5265/org-tigris-subversion-javahl-clientexception-commit-failed-details-follow</link>
<description>always geting this error during commit!!! It is fckin annoying.... I m using subversion with netbeans</description>
<guid isPermaLink="true">http://www.errorbase.net/5265/org-tigris-subversion-javahl-clientexception-commit-failed-details-follow</guid>
<pubDate>Mon, 21 Nov 2011 08:40:12 +0000</pubDate>
</item>
<item>
<title>does not contain a static 'Main' method suitable for an entry point</title>
<link>http://www.errorbase.net/5264/does-not-contain-a-static-main-method-suitable-for-an-entry-point</link>
<description>Getting this error in visual studio 2010? any kind of help is appreciated.</description>
<guid isPermaLink="true">http://www.errorbase.net/5264/does-not-contain-a-static-main-method-suitable-for-an-entry-point</guid>
<pubDate>Fri, 18 Nov 2011 11:12:25 +0000</pubDate>
</item>
<item>
<title>uncaught exception:java.lang.ındexoutof boundsexceptıon</title>
<link>http://www.errorbase.net/5263/uncaught-exception-java-lang-%C4%B1ndexoutof-boundsexcept%C4%B1on</link>
<description>metin mesajlarına giriş yapmak istendiğinde alınan hat ne anlama geliyor ve nasıl düzeltebilirim mesaj yazamıyor gelen mesajları göremiyor ve silemiyorum</description>
<guid isPermaLink="true">http://www.errorbase.net/5263/uncaught-exception-java-lang-%C4%B1ndexoutof-boundsexcept%C4%B1on</guid>
<pubDate>Tue, 15 Nov 2011 21:28:58 +0000</pubDate>
</item>
<item>
<title>Apache:mod_ssl:Error: Private key not found.</title>
<link>http://www.errorbase.net/5262/apache-mod_ssl-error-private-key-not-found</link>
<description>I am getting this error when I try to start apachect. How can I solve this issue?</description>
<guid isPermaLink="true">http://www.errorbase.net/5262/apache-mod_ssl-error-private-key-not-found</guid>
<pubDate>Tue, 27 Sep 2011 07:33:42 +0000</pubDate>
</item>
<item>
<title>error C2039: 'ClassAPI' : is not a member of 'Class'</title>
<link>http://www.errorbase.net/5261/error-c2039-classapi-is-not-a-member-of-class</link>
<description>In XXX.h file declared as below.&lt;br /&gt;
&lt;br /&gt;
Class XXX{&lt;br /&gt;
&lt;br /&gt;
int classAPI();&lt;br /&gt;
&lt;br /&gt;
} ;&lt;br /&gt;
&lt;br /&gt;
In XXX.cpp file define as below.&lt;br /&gt;
&lt;br /&gt;
int XXX::classAPI()&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Compiled XXX.cpp file in Visual studio 2008.&lt;br /&gt;
&lt;br /&gt;
Got error saying classAPI() is not a member of Class XXX.&lt;br /&gt;
&lt;br /&gt;
Please let me know if any solution for this error.&lt;br /&gt;
&lt;br /&gt;
Observation is class XXX contains other API as well and definetions in XXX.cpp file for which error is not observed.</description>
<guid isPermaLink="true">http://www.errorbase.net/5261/error-c2039-classapi-is-not-a-member-of-class</guid>
<pubDate>Tue, 06 Sep 2011 09:31:03 +0000</pubDate>
</item>
<item>
<title>Incorrect IndexOutOfBoundException</title>
<link>http://www.errorbase.net/5259/incorrect-indexoutofboundexception</link>
<description>&lt;p&gt;
	I believe I am getting an error message that is incorrect and I am looking for explanations/solutions please. Here is the code:&lt;/p&gt;
&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;public&lt;/span&gt; &lt;span style=&quot;color: #aa0d91&quot;&gt;static&lt;/span&gt; &lt;span style=&quot;color: #aa0d91&quot;&gt;void&lt;/span&gt; Restart(ArrayList&amp;lt;String&amp;gt; searched, ArrayList&amp;lt;user_loc&amp;gt; users)&lt;span style=&quot;color: #aa0d91&quot;&gt;throws&lt;/span&gt; IOException{&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	FileReader file1 = &lt;span style=&quot;color: #aa0d91&quot;&gt;new&lt;/span&gt; FileReader(&lt;span style=&quot;color: #c41a16&quot;&gt;&quot;searched.txt&quot;&lt;/span&gt;);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	FileReader file2 = &lt;span style=&quot;color: #aa0d91&quot;&gt;new&lt;/span&gt; FileReader(&lt;span style=&quot;color: #c41a16&quot;&gt;&quot;user_data.txt&quot;&lt;/span&gt;);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	BufferedReader reader1 = &lt;span style=&quot;color: #aa0d91&quot;&gt;new&lt;/span&gt; BufferedReader(file1);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	BufferedReader reader2 = &lt;span style=&quot;color: #aa0d91&quot;&gt;new&lt;/span&gt; BufferedReader(file2);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	//String[] data = new String[2];&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	ArrayList&amp;lt;Double&amp;gt; entry;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	ArrayList&amp;lt;Integer&amp;gt; index;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	String line = reader1.readLine();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;while&lt;/span&gt;(line != &lt;span style=&quot;color: #aa0d91&quot;&gt;null&lt;/span&gt;){&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;searched.add(line);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;line = reader1.readLine();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&lt;span style=&quot;color: #000000&quot;&gt;}&lt;/span&gt;//while&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	file1.close();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	reader1.close();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	line = reader2.readLine();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;while&lt;/span&gt;(line != &lt;span style=&quot;color: #aa0d91&quot;&gt;null&lt;/span&gt;){&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&amp;nbsp;&amp;nbsp;//data[0]=line;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;entry = createList(line);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;line = reader2.readLine();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&amp;nbsp;&amp;nbsp;//data[1] = line;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;index = createList3(line);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;&amp;nbsp;&amp;nbsp;boolean&lt;/span&gt; found = &lt;span style=&quot;color: #aa0d91&quot;&gt;false&lt;/span&gt;;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&amp;nbsp;&amp;nbsp;//System.out.println(&quot;size= &quot;+users.size());&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;&amp;nbsp;&amp;nbsp;for&lt;/span&gt;(&lt;span style=&quot;color: #aa0d91&quot;&gt;int&lt;/span&gt; i=&lt;span style=&quot;color: #1c00cf&quot;&gt;0&lt;/span&gt;; i&amp;lt; users.size(); i++){&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; if&lt;/span&gt;(entry.get(&lt;span style=&quot;color: #1c00cf&quot;&gt;0&lt;/span&gt;)==users.get(i).getID()){&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;found = &lt;span style=&quot;color: #aa0d91&quot;&gt;true&lt;/span&gt;;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;users.get(i).addTweet(entry.get(&lt;span style=&quot;color: #1c00cf&quot;&gt;1&lt;/span&gt;),entry.get(&lt;span style=&quot;color: #1c00cf&quot;&gt;2&lt;/span&gt;),index);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i=users.size();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;span style=&quot;color: #007400&quot;&gt;//if&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&lt;span style=&quot;color: #000000&quot;&gt;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;//for&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&lt;span style=&quot;color: #aa0d91&quot;&gt;&amp;nbsp;&amp;nbsp;if&lt;/span&gt;(!found){&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;users.add(&lt;span style=&quot;color: #aa0d91&quot;&gt;new&lt;/span&gt; user_loc(entry.get(&lt;span style=&quot;color: #1c00cf&quot;&gt;0&lt;/span&gt;)));&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;System.out.println(users.size());&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;//int count = users.size();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;//System.out.println(&quot;int: &quot;+count);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;users.get(users.size()-&lt;span style=&quot;color: #1c00cf&quot;&gt;1&lt;/span&gt;).addTweet(entry.get(&lt;span style=&quot;color: #1c00cf&quot;&gt;1&lt;/span&gt;),entry.get(&lt;span style=&quot;color: #1c00cf&quot;&gt;2&lt;/span&gt;),index);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;//System.out.println(&quot;here 1&quot;);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&lt;span style=&quot;color: #000000&quot;&gt;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;//if&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; min-height: 14.0px&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;entry.clear();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;index.clear();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	&amp;nbsp;&amp;nbsp;line = reader2.readLine();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&lt;span style=&quot;color: #000000&quot;&gt;}&lt;/span&gt;//while&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	file2.close();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco&quot;&gt;
	reader2.close();&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #007400&quot;&gt;
	&lt;span style=&quot;color: #000000&quot;&gt;}&lt;/span&gt;//Restart&lt;/p&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	error message:&lt;/div&gt;
&lt;div&gt;
	&lt;div&gt;
		&quot;1&lt;/div&gt;
	&lt;div&gt;
		2&lt;/div&gt;
	&lt;div&gt;
		3&lt;/div&gt;
	&lt;div&gt;
		Exception in thread &quot;main&quot; java.lang.IndexOutOfBoundsException: Index: 2, Size: 2&lt;/div&gt;
	&lt;div&gt;
		at java.util.ArrayList.RangeCheck(ArrayList.java:546)&lt;/div&gt;
	&lt;div&gt;
		at java.util.ArrayList.get(ArrayList.java:321)&lt;/div&gt;
	&lt;div&gt;
		at avgLocation.Restart(avgLocation.java:195)&lt;/div&gt;
	&lt;div&gt;
		at avgLocation.main(avgLocation.java:28)&quot;&lt;/div&gt;
	&lt;div&gt;
		&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;
	BUT IT prints that the arrayList size is 3!!!&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5259/incorrect-indexoutofboundexception</guid>
<pubDate>Sat, 27 Aug 2011 17:43:07 +0000</pubDate>
</item>
<item>
<title>what is incompatable error</title>
<link>http://www.errorbase.net/5257/what-is-incompatable-error</link>
<description></description>
<guid isPermaLink="true">http://www.errorbase.net/5257/what-is-incompatable-error</guid>
<pubDate>Tue, 09 Aug 2011 15:14:26 +0000</pubDate>
</item>
<item>
<title>uncaught exception: [Exception... &quot;Not enough arguments [nsIDOMWindowInternal.alert]&quot; nsresult: &quot;0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)&quot;</title>
<link>http://www.errorbase.net/5253/exception-exception-arguments-nsidomwindowinternal-0x80570001-ns_error_xpc_not_enough_args</link>
<description>&lt;p&gt;
	After page load, i'm trying to create a span that needs to be call a function, but i get following error on firebug console;&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	&lt;strong&gt;Full message:&lt;/strong&gt; uncaught exception: [Exception... &amp;quot;Not enough arguments [nsIDOMWindowInternal.alert]&amp;quot; nsresult: &amp;quot;0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)&amp;quot; location: &amp;quot;JS frame :: http://example.com/script.js :: scrollTo:: line XXX&amp;quot; data: no]&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
	The code that i wrote,&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;if(documentHeight &amp;gt; windowHeight) {&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scrollSpan = $('&amp;lt;span&amp;gt;',{&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 'scrollSpan',&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; html&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 'Scroll to top',&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; click&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;: scrollTop&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; }).appendTo('#container');&lt;br&gt;
	}&lt;br&gt;
	function scrollTop(){&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; $('body').animate({ scrollTop: 0 }, 'slow');&lt;br&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; return false;&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;
	&lt;br&gt;
	The above code creates span element successfully, but when i click the span, it does not fire the scrollTop function, and it gives an &amp;quot;uncaught exception&amp;quot; error. I don't see any problem in my code, do you?&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5253/exception-exception-arguments-nsidomwindowinternal-0x80570001-ns_error_xpc_not_enough_args</guid>
<pubDate>Sun, 12 Jun 2011 10:25:22 +0000</pubDate>
</item>
<item>
<title>to pass a variable witha value in one function to another in same class</title>
<link>http://www.errorbase.net/5252/to-pass-a-variable-witha-value-in-one-function-to-another-in-same-class</link>
<description>for eg:&lt;br /&gt;
&lt;br /&gt;
class A&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
function one($pp)&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function two()&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
echo $pp; &amp;nbsp;//Iwant to make $pp display here, but not working&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}</description>
<guid isPermaLink="true">http://www.errorbase.net/5252/to-pass-a-variable-witha-value-in-one-function-to-another-in-same-class</guid>
<pubDate>Thu, 09 Jun 2011 03:45:42 +0000</pubDate>
</item>
<item>
<title>Pixel Connecting Algorithm</title>
<link>http://www.errorbase.net/5235/pixel-connecting-algorithm</link>
<description>Consider a draw black circle is in middle of the white image... &amp;nbsp;In that i have the left most pixel value (lx,ly) of the Circle.&lt;br /&gt;
&lt;br /&gt;
Now using 4 or 8 pixel connected i have draw the only &amp;nbsp;circumference of the cicle in red colour not inside the circle..&lt;br /&gt;
&lt;br /&gt;
Can anybody help me and send how? with Ex. souce code</description>
<guid isPermaLink="true">http://www.errorbase.net/5235/pixel-connecting-algorithm</guid>
<pubDate>Thu, 12 May 2011 08:02:32 +0000</pubDate>
</item>
<item>
<title>Package natbib error: Bibliography not compatible with author-year citations.</title>
<link>http://www.errorbase.net/5234/package-natbib-error-bibliography-not-compatible-with-author-year-citations</link>
<description>&lt;p&gt;
	&amp;quot;...mand\NAT@force@numbers{}\NAT@force@numbers&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;
	Check the bibliography entries for non-compliant syntax,&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;
	or select author-year BibTeX style, e.g. plainnat.&amp;quot;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; text-indent: 0px;&quot;&gt;
	I am getting the above error every time I try to insert a citation in Lyx. Please help me...&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/5234/package-natbib-error-bibliography-not-compatible-with-author-year-citations</guid>
<pubDate>Sat, 07 May 2011 19:00:49 +0000</pubDate>
</item>
<item>
<title>Failed to determine language-specific keyboard mapping</title>
<link>http://www.errorbase.net/5223/failed-to-determine-language-specific-keyboard-mapping</link>
<description>&amp;quot;Failed to determine language-specific keyboard mapping. Please see the Web page &amp;quot;&lt;A HREF=&quot;http://www.vmware.com/info?id=10&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.vmware.com/info?id=10&lt;/A&gt;&amp;quot; for more information. Failed to initialize mouse-keyboard-screen control.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is the full message of the error. It is generated when the language-specific keyboard is not configured on linux while opening the vmware. I cannot make the keyboard configuration because I don't have the root privileges. I think it shouldn't prevent vmware's initialization.&lt;br /&gt;
&lt;br /&gt;
Can someone help me to fix this error?&lt;br /&gt;
&lt;br /&gt;
Thanks...</description>
<guid isPermaLink="true">http://www.errorbase.net/5223/failed-to-determine-language-specific-keyboard-mapping</guid>
<pubDate>Fri, 06 May 2011 17:15:23 +0000</pubDate>
</item>
<item>
<title>** ERROR ** Could not open specified DVI file:</title>
<link>http://www.errorbase.net/5220/error-could-not-open-specified-dvi-file</link>
<description>I saw this error when I try to export the document as PDF file in LaTex. How can I fix it?</description>
<guid isPermaLink="true">http://www.errorbase.net/5220/error-could-not-open-specified-dvi-file</guid>
<pubDate>Thu, 05 May 2011 19:24:07 +0000</pubDate>
</item>
<item>
<title>A disk read error occurred. Press Ctrl+Alt+Del to restart</title>
<link>http://www.errorbase.net/5216/a-disk-read-error-occurred-press-ctrl-alt-del-to-restart</link>
<description>I have received &amp;quot;A disk read error occurred. Press Ctrl+Alt+Del to restart&amp;quot;. However, multiple restarts result in the same error message. Pls help me to fix &amp;quot;A disk read error occurred.&amp;quot; error...</description>
<guid isPermaLink="true">http://www.errorbase.net/5216/a-disk-read-error-occurred-press-ctrl-alt-del-to-restart</guid>
<pubDate>Wed, 04 May 2011 22:26:34 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1190: managed targeted code requires a '/clr' option</title>
<link>http://www.errorbase.net/4968/fatal-error-c1190-managed-targeted-code-requires-a-clr-option</link>
<description>&lt;p&gt;
	You are using CLR constructs but you did not specify &lt;strong&gt;/clr&lt;/strong&gt;. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /c&lt;br&gt;
	__gc class A {}; &amp;nbsp;&amp;nbsp;// C1190&lt;br&gt;
	ref class A {};&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/4968/fatal-error-c1190-managed-targeted-code-requires-a-clr-option</guid>
<pubDate>Mon, 18 Apr 2011 08:01:42 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1196: (identifier) : identifier found in type library (typelib) is not a valid C++ identifier</title>
<link>http://www.errorbase.net/4979/fatal-error-c1196-identifier-identifier-found-in-type-library-typelib-is-not-valid-identifier</link>
<description>One of the identifiers in your type library is not a valid C++ identifier. The type library is not available for use with #import.</description>
<guid isPermaLink="true">http://www.errorbase.net/4979/fatal-error-c1196-identifier-identifier-found-in-type-library-typelib-is-not-valid-identifier</guid>
<pubDate>Mon, 18 Apr 2011 08:01:42 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1107: could not find assembly (file): please specify the assembly search path using /AI</title>
<link>http://www.errorbase.net/4935/fatal-error-c1107-could-not-find-assembly-file-please-specify-the-assembly-search-path-using-ai</link>
<description>&lt;p&gt;
	&lt;strong&gt;Full Message: &lt;/strong&gt;Fatal Error C1107: could not find assembly (file): please specify the assembly search path using /AI or by setting the LIBPATH environment variable&lt;br&gt;
	&lt;br&gt;
	A metadata file was passed to a #using directive that the compiler was unable to locate.&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/4935/fatal-error-c1107-could-not-find-assembly-file-please-specify-the-assembly-search-path-using-ai</guid>
<pubDate>Mon, 18 Apr 2011 08:01:41 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1093: API call (function name) failed (location of call) : (text from run-time)</title>
<link>http://www.errorbase.net/4908/fatal-error-c1093-api-call-function-name-failed-location-of-call-text-from-run-time</link>
<description>A call to a .NET function failed.</description>
<guid isPermaLink="true">http://www.errorbase.net/4908/fatal-error-c1093-api-call-function-name-failed-location-of-call-text-from-run-time</guid>
<pubDate>Mon, 18 Apr 2011 08:01:40 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1074: 'IDB' is illegal extension for PDB file: filename</title>
<link>http://www.errorbase.net/4842/fatal-error-c1074-idb-is-illegal-extension-for-pdb-file-filename</link>
<description>The compiler expects program databases to have the .pdb extension.</description>
<guid isPermaLink="true">http://www.errorbase.net/4842/fatal-error-c1074-idb-is-illegal-extension-for-pdb-file-filename</guid>
<pubDate>Mon, 18 Apr 2011 08:01:39 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1033: cannot open program database pdb</title>
<link>http://www.errorbase.net/4759/fatal-error-c1033-cannot-open-program-database-pdb</link>
<description>This error can be caused by disk error.</description>
<guid isPermaLink="true">http://www.errorbase.net/4759/fatal-error-c1033-cannot-open-program-database-pdb</guid>
<pubDate>Mon, 18 Apr 2011 08:01:35 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1014: too many include files : depth = (level)</title>
<link>http://www.errorbase.net/4728/fatal-error-c1014-too-many-include-files-depth-level</link>
<description>The nesting of #include directives is too deep. Nested directives can include open files. The source file containing the directive counts as one file.</description>
<guid isPermaLink="true">http://www.errorbase.net/4728/fatal-error-c1014-too-many-include-files-depth-level</guid>
<pubDate>Mon, 18 Apr 2011 08:01:34 +0000</pubDate>
</item>
<item>
<title>Fatal Error C1023: (file) : unexpected error with pch, try rebuilding the pch</title>
<link>http://www.errorbase.net/4753/fatal-error-c1023-file-unexpected-error-with-pch-try-rebuilding-the-pch</link>
<description>This error message may be caused if you attempt to use a precompiled header file on a machine other than the one on which it was built.</description>
<guid isPermaLink="true">http://www.errorbase.net/4753/fatal-error-c1023-file-unexpected-error-with-pch-try-rebuilding-the-pch</guid>
<pubDate>Mon, 18 Apr 2011 08:01:34 +0000</pubDate>
</item>
<item>
<title>Error C3918: usage requires (member) to be a data member</title>
<link>http://www.errorbase.net/4672/error-c3918-usage-requires-member-to-be-a-data-member</link>
<description>&lt;p&gt;
	This error is generated if you try to check a trivial event for null (the event name will no longer provide direct access to the backing store delegate for the event). Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /clr /c&lt;br&gt;
	using namespace System;&lt;br&gt;
	public delegate int MyDel(int);&lt;br&gt;
	&lt;br&gt;
	interface struct IEFace {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;event MyDel ^ E;&lt;br&gt;
	};&lt;br&gt;
	&lt;br&gt;
	ref struct EventSource : public IEFace {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;virtual event MyDel ^ E;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;void Fire_E(int i) {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (E) &amp;nbsp;&amp;nbsp;// C3918&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;E(i);&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;
	};&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/4672/error-c3918-usage-requires-member-to-be-a-data-member</guid>
<pubDate>Mon, 18 Apr 2011 08:01:33 +0000</pubDate>
</item>
<item>
<title>Error C3892: (var) : you cannot assign to a variable that is const</title>
<link>http://www.errorbase.net/4599/error-c3892-var-you-cannot-assign-to-a-variable-that-is-const</link>
<description>&lt;p&gt;
	A const variable cannot be changed after it is declared and initialized. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /clr&lt;br&gt;
	ref struct Y1 {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;static const int staticConst = 9;&lt;br&gt;
	};&lt;br&gt;
	&lt;br&gt;
	int main() {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;Y1::staticConst = 0; &amp;nbsp;&amp;nbsp;// C3892&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/4599/error-c3892-var-you-cannot-assign-to-a-variable-that-is-const</guid>
<pubDate>Mon, 18 Apr 2011 08:01:28 +0000</pubDate>
</item>
<item>
<title>Error C3381: (assembly) : assembly access specifiers are only available in code compiled with a /clr option</title>
<link>http://www.errorbase.net/3800/error-c3381-assembly-assembly-access-specifiers-are-only-available-code-compiled-with-option</link>
<description>&lt;p&gt;
	Native types can be visible outside the assembly, but you can only specify assembly access for native types in a &amp;lt;strong&amp;gt;/clr&amp;lt;/strong&amp;gt; compilation. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /c&lt;br&gt;
	public class A {}; &amp;nbsp;&amp;nbsp;// C3381&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/3800/error-c3381-assembly-assembly-access-specifiers-are-only-available-code-compiled-with-option</guid>
<pubDate>Mon, 18 Apr 2011 08:00:59 +0000</pubDate>
</item>
<item>
<title>Error C3374: can't take address of (function) unless creating delegate instance</title>
<link>http://www.errorbase.net/3786/error-c3374-cant-take-address-of-function-unless-creating-delegate-instance</link>
<description>&lt;p&gt;
	The address of a function was taken in a context other than the creation of a delegate instance. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /clr&lt;br&gt;
	public delegate void MyDel(int i);&lt;br&gt;
	&lt;br&gt;
	ref class A {&lt;br&gt;
	public:&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;void func1(int i) {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;System::Console::WriteLine(&amp;quot;in func1 {0}&amp;quot;, i);&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;
	};&lt;br&gt;
	&lt;br&gt;
	int main() {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;amp;A::func1; &amp;nbsp;&amp;nbsp;// C3374&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/3786/error-c3374-cant-take-address-of-function-unless-creating-delegate-instance</guid>
<pubDate>Mon, 18 Apr 2011 08:00:56 +0000</pubDate>
</item>
<item>
<title>Error C3298: (constraint 1) : cannot use (constraint 2) as a constraint</title>
<link>http://www.errorbase.net/3671/error-c3298-constraint-1-cannot-use-constraint-2-as-a-constraint</link>
<description>&lt;p&gt;
	Full message: Error C3298: (constraint 1) : cannot use (constraint 2) as a constraint because (constraint 2) has the ref constraint and (constraint 1) has the value constraint&lt;br&gt;
	&lt;br&gt;
	You cannot specify mutually exclusive characteristics for a constraint. For example, a generic type parameter cannot be constrained to both a value type and a reference type. Ex:&lt;br&gt;
	&lt;br&gt;
	&lt;code&gt;// compile with: /clr /c&lt;br&gt;
	generic&amp;lt;class T, class U&amp;gt;;&lt;br&gt;
	where T : ref class&lt;br&gt;
	where U : T, value class &amp;nbsp;&amp;nbsp;// C3298&lt;br&gt;
	public ref struct R {};&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/3671/error-c3298-constraint-1-cannot-use-constraint-2-as-a-constraint</guid>
<pubDate>Mon, 18 Apr 2011 08:00:54 +0000</pubDate>
</item>
<item>
<title>Error C3121: cannot change GUID for class (classname)</title>
<link>http://www.errorbase.net/3144/error-c3121-cannot-change-guid-for-class-classname</link>
<description>&lt;p&gt;
	You attempted to change the class ID with &lt;strong&gt;__declspec(uuid)&lt;/strong&gt;. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;[emitidl];&lt;br&gt;
	[module(name=&amp;amp;quot;MyLibrary&amp;amp;quot;)];&lt;br&gt;
	&lt;br&gt;
	[coclass, uuid=&amp;amp;quot;00000000-0000-0000-0000-111111111111&amp;amp;quot;]&lt;br&gt;
	class __declspec(uuid(&amp;amp;quot;00000000-0000-0000-0000-111111111112&amp;amp;quot;)) A &amp;nbsp;&amp;nbsp;// C3121&lt;br&gt;
	{&lt;br&gt;
	};&lt;br&gt;
	int main()&lt;br&gt;
	{&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/3144/error-c3121-cannot-change-guid-for-class-classname</guid>
<pubDate>Mon, 18 Apr 2011 08:00:35 +0000</pubDate>
</item>
<item>
<title>Error C3057: (symbol) : dynamic initialization of 'threadprivate' symbols is not currently supported</title>
<link>http://www.errorbase.net/3003/error-c3057-symbol-dynamic-initialization-of-threadprivate-symbols-not-currently-supported</link>
<description>&lt;p&gt;
	The initialized value of a symbol used in a &lt;strong&gt;threadprivate&lt;/strong&gt; clause must be known at compile time. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /openmp /c&lt;br&gt;
	extern int f();&lt;br&gt;
	int x, y = f();&lt;br&gt;
	#pragma omp threadprivate(x, y) &amp;nbsp;&amp;nbsp;// C3057&lt;br&gt;
	&lt;br&gt;
	int main() {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;#pragma omp parallel copyin(x, y)&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;x = y;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/3003/error-c3057-symbol-dynamic-initialization-of-threadprivate-symbols-not-currently-supported</guid>
<pubDate>Mon, 18 Apr 2011 08:00:29 +0000</pubDate>
</item>
<item>
<title>Error C3010: (label) : jump out of OpenMP structured block not allowed</title>
<link>http://www.errorbase.net/2851/error-c3010-label-jump-out-of-openmp-structured-block-not-allowed</link>
<description>&lt;p&gt;
	Code cannot jump into or out of an OpenMP block. Ex:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /openmp&lt;br&gt;
	int main() {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;#pragma omp parallel&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#pragma omp parallel&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;goto lbl3;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;lbl3:; &amp;nbsp;&amp;nbsp;// C3010&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/2851/error-c3010-label-jump-out-of-openmp-structured-block-not-allowed</guid>
<pubDate>Mon, 18 Apr 2011 08:00:23 +0000</pubDate>
</item>
<item>
<title>Error C2899: typename cannot be used outside a template declaration</title>
<link>http://www.errorbase.net/2565/error-c2899-typename-cannot-be-used-outside-a-template-declaration</link>
<description>&lt;p&gt;
	The &lt;strong&gt;typename&lt;/strong&gt; keyword can be used only in a template definition or declaration. In a template declaration, it can be used in two ways:&lt;/p&gt;
&lt;p&gt;
	&lt;code&gt;// compile with: /c&lt;br&gt;
	struct Y {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;typedef int B;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;typename Y::B b; &amp;nbsp;&amp;nbsp;// C2899&lt;br&gt;
	};&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/2565/error-c2899-typename-cannot-be-used-outside-a-template-declaration</guid>
<pubDate>Mon, 18 Apr 2011 08:00:12 +0000</pubDate>
</item>
<item>
<title>Error C2857: '#include' statement specified with the /Ycfilename command-line option was not found in the source file</title>
<link>http://www.errorbase.net/2426/error-c2857-%23include-statement-specified-with-ycfilename-command-line-option-found-source-file</link>
<description>&lt;p&gt;
	The &lt;strong&gt;/Yc &lt;/strong&gt;option specifies the name of an include file that is not included in the source file being compiled.&lt;br&gt;
	&lt;br&gt;
	This error can be caused by a &lt;strong&gt;#include&lt;/strong&gt; statement in a conditional compilation block that is not compiled.&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/2426/error-c2857-%23include-statement-specified-with-ycfilename-command-line-option-found-source-file</guid>
<pubDate>Mon, 18 Apr 2011 08:00:10 +0000</pubDate>
</item>
<item>
<title>Error C2847: cannot apply sizeof to managed type (class)</title>
<link>http://www.errorbase.net/2404/error-c2847-cannot-apply-sizeof-to-managed-type-class</link>
<description>&lt;p&gt;
	The &lt;strong&gt;sizeof&lt;/strong&gt;&amp;nbsp;operator gets the value of an object at compile time. The size of a managed class, interface, or value type is dynamic and so cannot be known at compile time. Ex:&lt;br&gt;
	&lt;code&gt;// compile with: /clr&lt;br&gt;
	ref class A {};&lt;br&gt;
	&lt;br&gt;
	int main() {&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;A ^ xA = gcnew A;&lt;br&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;sizeof(*xA); &amp;nbsp;&amp;nbsp;// C2847&lt;br&gt;
	}&lt;/code&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">http://www.errorbase.net/2404/error-c2847-cannot-apply-sizeof-to-managed-type-class</guid>
<pubDate>Mon, 18 Apr 2011 08:00:09 +0000</pubDate>
</item>
</channel>
</rss>
