Category: | Task |
Priority: | High |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Hi,
I had installed 5.6 for the firt time and when i click the
http://localhost:8080/jasperserver-pro
i get the requested resource is not available.
un 04, 2014 6:08:02 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class com.jaspersoft.ji.war.common.FusionConfigListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'proOnStartPropagator' defined in ServletContext resource [/WEB-INF/applicationContext-onStart-web-pro.xml]: Invocation of init method failed; nested exception is com.jaspersoft.jasperserver.api.JSException: Cannot find tenant by ID : organizations
I have win 32 machine
Kindly help
v5.6
2 Comments:
Also encountering
Apr 25 12:55:41 core18.***.com jasper-core18-std: 644333 131246.541726 3445 2015-04-25 12:55:41,724 ERROR ContextLoader,main:318 - Context initialization failed
Apr 25 12:55:41 core18.***.com jasper-core18-std: 644333 131246.541726 3446 org.springframework.beans.factory.BeanCreationException: Error creating bean with nam
e 'proOnStartPropagator' defined in ServletContext resource [/WEB-INF/applicationContext-onStart-web-pro.xml]: Invocation of init method failed; nested exception is com.jaspers
oft.jasperserver.api.JSException: Cannot find tenant by ID : organizations
Hi Kishore,
I got same issue after running manual steps to create database and i have resolve issue by running below steps
cd <js-install>/buildomatic
js-ant import-sample-data-pro
js-ant deploy-webapp-pro
Note : Need to set default_master.properties as per your configuration before running above steps
Thanks,
Raviraj