<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Dietrich&#039;s Business Technology Blog &#187; Jasper Reports</title>
	<atom:link href="http://www.daviddietrich.com/topics/linux/jasper-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Fri, 20 Aug 2010 23:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Jasper Server could not insert error</title>
		<link>http://www.daviddietrich.com/2010/02/16/jasper-server-could-not-insert-error/</link>
		<comments>http://www.daviddietrich.com/2010/02/16/jasper-server-could-not-insert-error/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:25:46 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Jasper Reports]]></category>
		<category><![CDATA[reports]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=282</guid>
		<description><![CDATA[In Jasper Server, you may encounter the following error: org.hibernate.exception.GenericJDBCException: could not insert: [com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.persistent.ContentRepoFileResource] This can be caused by having too many automated reports stored in your Content Files directory. Especially if there are number of large .xls (or any type of file). Just be sure to keep this directory to less than 50 files, and [...]]]></description>
			<content:encoded><![CDATA[<p>In Jasper Server, you may encounter the following error:</p>
<p>org.hibernate.exception.GenericJDBCException: could not insert: [com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.persistent.ContentRepoFileResource]</p>
<p>This can be caused by having too many automated reports stored in your Content Files directory. Especially if there are number of large .xls (or any type of file).</p>
<p>Just be sure to keep this directory to less than 50 files, and you should be good!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2010/02/16/jasper-server-could-not-insert-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jasper Server Permission Denied error</title>
		<link>http://www.daviddietrich.com/2010/01/14/jasper-server-permission-denied-error-2/</link>
		<comments>http://www.daviddietrich.com/2010/01/14/jasper-server-permission-denied-error-2/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 04:50:52 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[Jasper Reports]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Jasper]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=218</guid>
		<description><![CDATA[Occasionally, Jasper Server has an error relating to being unable to write files. The errors show up in the Apache web server log, catalina.out. You have probably started the service as the user root on accident. This will cause ownership to change to root on some log files. Then when you log back on as user jasper [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally, Jasper Server has an error relating to being unable to write files. The errors show up in the Apache web server log, catalina.out.</p>
<p>You have probably started the service as the user root on accident. This will cause ownership to change to root on some log files. Then when you log back on as user jasper and restart your server, the Apache logs are filling with messages about not being able to write files. Jasper is just not working properly. Run the following command to restore the proper ownership to all files in the Jasper directory. You must run the following command as root:</p>
<p><strong>&gt;find /home/jasper/jasper-server-3.7 -user root -exec chown jasper.jasper {} \;</strong></p>
<p>This will find all the files that root changed ownership and change the ownership back to the proper jasper user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2010/01/14/jasper-server-permission-denied-error-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring all reports to Jasper Server</title>
		<link>http://www.daviddietrich.com/2009/05/20/restoring-all-reports-to-jasper-server/</link>
		<comments>http://www.daviddietrich.com/2009/05/20/restoring-all-reports-to-jasper-server/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:10:45 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Jasper Reports]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Jasper]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=112</guid>
		<description><![CDATA[Sometimes it is necessary to restore an entire copy of Jasper Reports. This can only be done by first removing all of the existing entries in the Jasper Reports server to be restored to. First, on the source machine, backup the entire Jasper Reports server by running the following commands: &#62; cd /home/jasper/jasperserver-3.5/scripts &#62; /home/jasper/jasperserver-pro-3.5/scripts/js-export.sh [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it is necessary to restore an entire copy of Jasper Reports. This can only be done by first removing all of the existing entries in the Jasper Reports server to be restored to.</p>
<p>First, on the source machine, backup the entire Jasper Reports server by running the following commands:</p>
<p><strong>&gt; cd /home/jasper/jasperserver-3.5/scripts<br />
&gt; /home/jasper/jasperserver-pro-3.5/scripts/js-export.sh –everything –output-dir /home/jasper/jasperserver-pro-3.5/scripts/js-export.$HOSTNAME.`date +\%y\%m\%d`</strong><br />
Then copy the backup directory to the destination machine:</p>
<p><strong>&gt; scp -pr /home/jasper/jasperserver-pro-3.5/scripts/js-export.$HOSTNAME.`date +\%y\%m\%d` destinationMachine:/home/jasper/jasperserver-pro-3.5/scripts</strong></p>
<p>Now, on the destination Jasper Server, run the following commands:</p>
<p><strong>&gt; cd ~/jasperserver-3.5/scripts/mysql<br />
&gt; ./jasper_init.sh<br />
&gt; cd ..</strong></p>
<p>Finally, do the restore by running the following command:</p>
<p><strong>&gt; ./js-import.sh –input-dir </strong><strong>js-export.&lt;TheHostNameOfTheSourceMachine&gt;.`date +\%y\%m\%d`</strong></p>
<p>Now just be sure to update your Data Sources in the Jasper web site on the destination machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/05/20/restoring-all-reports-to-jasper-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jasper Server timezone issue</title>
		<link>http://www.daviddietrich.com/2009/02/09/jasper-server-timezone-issue/</link>
		<comments>http://www.daviddietrich.com/2009/02/09/jasper-server-timezone-issue/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:18:29 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Jasper Reports]]></category>
		<category><![CDATA[Jasper]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=56</guid>
		<description><![CDATA[In Jasper Server 2.x and greater, there is an issue where reports will appear to off by one day. This is most likely a timezone configuration issue with your datasource. To avoid this problem, when you configure a data source, be sure to leave the time zone information blank. That&#8217;s right, don&#8217;t select your local [...]]]></description>
			<content:encoded><![CDATA[<p>In Jasper Server 2.x and greater, there is an issue where reports will appear to off by one day. This is most likely a timezone configuration issue with your datasource.</p>
<p>To avoid this problem, when you configure a data source, be sure to leave the time zone information blank. That&#8217;s right, don&#8217;t select your local timezone. Just leave it blank. Apparently, this means that you don&#8217;t want to any timezone checking. Which is actually correct.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/02/09/jasper-server-timezone-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
