JasperReports Server

Hi!

I need to config my jasperReports server with appServer jboss 6.4 that is installed on Linux.

I have changed my default_master.properties  on my jasperreports-server-cp-6.4.0-bin distribution 

# appServerType = tomcat
appServerType = jboss-eap-6
# appServerType = jboss-eap-7

# appServerDir = /home/devuser/wildfly-9.0.2.Final
appServerDir = /appserv/jboss/ajb640
 

I have compiled from 

D:\jasperReport\jasperreports-server-cp-6.4.0-bin\buildomatic> 

and I am getting following error.

D:\jasperReport\jasperreports-server-cp-6.4.0-bin\buildomatic>js-ant deploy-webapp-ce

D:\jasperReport\jasperreports-server-cp-6.4.0-bin\buildomatic>echo off
Buildfile: D:\jasperReport\jasperreports-server-cp-6.4.0-bin\buildomatic\build.xml
     [echo] Filtering properties (cleaning out blank spaces)
     [echo] chkAndSetLocaleDbSettings: dbType is postgresql
     [echo] chkAndSetLocaleDbSettings: db.set.lc_collate and db.set.lc_ctype are NOT both set
     [echo] chkAndSetLocaleDbSettings: parse: scripts.properties for db commands
     [echo]
     [echo] Error: The appServerDir does not seem to be a valid directory:
     [echo] Error: appServerDir=/appserv/jboss/ajb640, fixedAppServerDir=D:/appserv/jboss/ajb640
     [echo] Error: Check that appServerDir is properly set in your default_master.properties file

BUILD FAILED
D:\jasperReport\jasperreports-server-cp-6.4.0-bin\buildomatic\build.xml:61: The following error occurred while executing this line:
D:\jasperReport\jasperreports-server-cp-6.4.0-bin\buildomatic\bin\setup.xml:966: Error: Check that appServerDir is properly set in your default_master.propertie
s file

Why it substitute my path   /appserv/jboss/ajb640,

with              D:/appserv/jboss/ajb640 ?

Could you help me, please?

Where I failed?

Many thanks,

M.

 

 

 

 

mfio's picture
15
Joined: Oct 12 2017 - 8:16am
Last seen: 4 years 4 months ago

2 Answers:

Try running "js-install-ce.sh test"

If this fails, try "js-install-ce.sh regen-config"

hozawa's picture
171223
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

Hi! 

Thank's for you answer! 

I try with "js-install-ce.bat  test" and  "js-install-ce.bat regen-config"

But the problem is the same.

Error: appServerDir=/appserv/jboss/ajb640, fixedAppServerDir=D:/appserv/jboss/ajb640

My task is to compile jasperserver on my computer (window) and then to deploy jasperserver.war on jboss 6.4 installed on remote computer (linux).

Perhaps I must to compile the package where I have my jboss too? 

Thank's,

M.

 

 

mfio's picture
15
Joined: Oct 12 2017 - 8:16am
Last seen: 4 years 4 months ago
Feedback