Difference between revisions of "IReport does not start"

From IMSMA Wiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Note | This article applies to when the iReport application does not start i.e. the iReport splash screen is shown but the application does not start. }}  
 
{{Note | This article applies to when the iReport application does not start i.e. the iReport splash screen is shown but the application does not start. }}  
[[Image:IReport splash.png|300px|center]]
+
<center>
 +
{| class="wikitable"
 +
|-
 +
| [[Image:IReport splash.png|300px|center]]
 +
<div align="center">
 +
'' How the splash looks like when iReport does not start  ''
 +
</div>
 +
| width=10 |
 +
| [[Image:IReport splash2.png|400px|center]]
 +
<div align="center">
 +
'' Progress is shown with both which module is loaded and a progress bar''
 +
</div>
 +
|}
 +
</center>
 +
The iReport splash screen is shown when the iReport is started from the ''TrayLauncher'' and from ''C:\IMSMAng\iReport\bin'' but the application does not start.
 +
One known reason for this is that a new version of Java than 1.7 is installed on the computer.
  
The iReport splash screen is shown when the iReport is started from the TrayLauncher and from C:\IMSMAng\iReport\bin. One known reason for this is that a new version of Java than 1.7 is installed on the computer.
+
[[Image:IReport conf.png|850px|center]]<br/>
 
 
[[Image:IReport conf.png|500px|center]]
 
 
 
# Edit the file C:\IMSMAng\iReport\etc\ireport.conf.
 
  
 +
# Edit the file ''C:\IMSMAng\iReport\etc\ireport.conf''.
 +
# Edit row 12 to
 +
jdkhome="C:\IMSMAng\java"
 +
<ol start="3">
 +
<li>Note that there should not be any '''#''' at the beginning of row 12.</li>
 +
<li>Save the file.</li>
 +
<li>Test to start again.</li>
 +
<li>If it does not work then you have to edit the environmental variable PATH.</li>
 +
<li>Delete all references to Java 1.8.</li>
 +
<li>Test to start again.</li>
 +
<li>If it does not work now then you have to edit the environmental variable JAVA_HOME.</li>
 +
<li>Set JAVA_HOME to C:\IMSMAng\java.</li>
 +
<li>Test to start again.</li>
 +
</ol>
  
 
More details may be found here https://community.jaspersoft.com/ireport-designer/issues/3593
 
More details may be found here https://community.jaspersoft.com/ireport-designer/issues/3593

Latest revision as of 21:22, 19 June 2017

Note.jpg This article applies to when the iReport application does not start i.e. the iReport splash screen is shown but the application does not start.
IReport splash.png

How the splash looks like when iReport does not start

IReport splash2.png

Progress is shown with both which module is loaded and a progress bar

The iReport splash screen is shown when the iReport is started from the TrayLauncher and from C:\IMSMAng\iReport\bin but the application does not start. One known reason for this is that a new version of Java than 1.7 is installed on the computer.

IReport conf.png

  1. Edit the file C:\IMSMAng\iReport\etc\ireport.conf.
  2. Edit row 12 to
jdkhome="C:\IMSMAng\java"
  1. Note that there should not be any # at the beginning of row 12.
  2. Save the file.
  3. Test to start again.
  4. If it does not work then you have to edit the environmental variable PATH.
  5. Delete all references to Java 1.8.
  6. Test to start again.
  7. If it does not work now then you have to edit the environmental variable JAVA_HOME.
  8. Set JAVA_HOME to C:\IMSMAng\java.
  9. Test to start again.

More details may be found here https://community.jaspersoft.com/ireport-designer/issues/3593