Jump to content

Recommended Posts

Posted

When I start up jasperserver I'm getting 404 on a lot of the included resources for the login page.

Info:

* Building Jasperserver-ce from source.

*Build and deployment with no errors.

Started up jasperserver with single error (but I don't think it's related):

2016-01-25 00:20:46,394 ERROR LocalDataSourceJobStore,QuartzScheduler_quartzScheduler- "SCHED_NAME": invalid identifier

Resources that are missing:

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/attributes.css login.html:42

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/importExport.css login.html:43

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/manageTenants.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/dialog.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/js_reset.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/base.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/layout.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/modules.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/utility.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/state.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/controls.css login.html:144

GET http://michigan.assisted.com:8080/jasperserver/_themes/8816E44B/common/dialog.css 404 (Not Found)

All the /rest_v2/* resources are being loaded by the browser.

Any advise on where in the build process this would have been setup. Maybe there was a missed step or an warning message that I missed?

Thanks in advance.

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Posted

I fixed the Quartz issue, it seems that it could not find quartz tables under the new schema that was created.  That has since been fixed.

But I'm still getting the 404 issues with all pages.  This does not just seem to be isolated to the login page.

Thanks again in advance for any suggestions.

Posted

I changed the logging for the themes for log4j and I'm getting the following errors upon login:

2016-01-25 11:10:26,397 DEBUG ThemeCache,catalina-exec-13:115 - Cannot resolve theme element for : _themes/94A181B0/importExport.css
2016-01-25 11:10:26,401 DEBUG ThemeCache,catalina-exec-14:115 - Cannot resolve theme element for : _themes/94A181B0/manageTenants.css
2016-01-25 11:10:26,398 DEBUG ThemeCache,catalina-exec-12:115 - Cannot resolve theme element for : _themes/94A181B0/attributes.css
2016-01-25 11:10:26,460 DEBUG ThemeCache,catalina-exec-22:115 - Cannot resolve theme element for : _themes/94A181B0/common/js_reset.css
2016-01-25 11:10:26,460 DEBUG ThemeCache,catalina-exec-23:115 - Cannot resolve theme element for : _themes/94A181B0/common/base.css
2016-01-25 11:10:26,581 DEBUG ThemeCache,catalina-exec-24:115 - Cannot resolve theme element for : _themes/94A181B0/common/layout.css
2016-01-25 11:10:26,610 DEBUG ThemeCache,catalina-exec-1:115 - Cannot resolve theme element for : _themes/94A181B0/common/state.css
2016-01-25 11:10:26,619 DEBUG ThemeCache,catalina-exec-25:115 - Cannot resolve theme element for : _themes/94A181B0/common/modules.css
2016-01-25 11:10:26,642 DEBUG ThemeCache,catalina-exec-8:115 - Cannot resolve theme element for : _themes/94A181B0/common/controls.css
2016-01-25 11:10:26,661 DEBUG ThemeCache,catalina-exec-7:115 - Cannot resolve theme element for : _themes/94A181B0/common/utility.css
2016-01-25 11:10:26,738 DEBUG ThemeCache,catalina-exec-6:115 - Cannot resolve theme element for : _themes/94A181B0/common/dialog.css
2016-01-25 11:10:26,757 DEBUG ThemeCache,catalina-exec-10:115 - Cannot resolve theme element for : _themes/94A181B0/dialog.css
2016-01-25 11:10:33,193 DEBUG ThemeCache,catalina-exec-21:115 - Cannot resolve theme element for : _themes/94A181B0/attributes.css
2016-01-25 11:10:33,194 DEBUG ThemeCache,catalina-exec-9:115 - Cannot resolve theme element for : _themes/94A181B0/importExport.css
2016-01-25 11:10:33,204 DEBUG ThemeCache,catalina-exec-7:115 - Cannot resolve theme element for : _themes/94A181B0/dialog.css
2016-01-25 11:10:33,207 DEBUG ThemeCache,catalina-exec-22:115 - Cannot resolve theme element for : _themes/94A181B0/manageTenants.css
2016-01-25 11:10:33,216 DEBUG ThemeCache,catalina-exec-5:115 - Cannot resolve theme element for : _themes/94A181B0/common/js_reset.css
2016-01-25 11:10:33,221 DEBUG ThemeCache,catalina-exec-24:115 - Cannot resolve theme element for : _themes/94A181B0/common/base.css
2016-01-25 11:10:33,253 DEBUG ThemeCache,catalina-exec-13:115 - Cannot resolve theme element for : _themes/94A181B0/common/layout.css
2016-01-25 11:10:33,281 DEBUG ThemeCache,catalina-exec-3:115 - Cannot resolve theme element for : _themes/94A181B0/common/state.css
2016-01-25 11:10:33,288 DEBUG ThemeCache,catalina-exec-23:115 - Cannot resolve theme element for : _themes/94A181B0/common/modules.css
2016-01-25 11:10:33,297 DEBUG ThemeCache,catalina-exec-17:115 - Cannot resolve theme element for : _themes/94A181B0/common/utility.css
2016-01-25 11:10:33,327 DEBUG ThemeCache,catalina-exec-18:115 - Cannot resolve theme element for : _themes/94A181B0/common/controls.css
2016-01-25 11:10:33,327 DEBUG ThemeCache,catalina-exec-4:115 - Cannot resolve theme element for : _themes/94A181B0/common/dialog.css
 
Posted

Just for Reference:

Linux Redhat 6.2 

Jasper Server CE v6.2.0

Java 1.7_b60

My steps are as follows:

1.) ./js-ant clean-config 
2.) ./js-ant gen-config
3.) ./js-ant build-ce
4.) ./js-ant import-minimal-ce
5.) ./js-ant deploy-webapp-ce
 
Everything seems to be fine up to this point, no errors with any processes.
Posted

While I appreciate the location of where the documentation is located.  That's not really the point of my question.  Giving vague answers gives me the impression that people lack the knowledge to answer the question.  

I'm looking for an answer as to what I can start looking at based upon I can login to the system, but all pages are throwing errors on the import of the css pages.  All the corresponding javascript is being loaded correctly.  I can even call the RESTful services.  The entire build process gave my successful messages as every phase.  You can see above my comments on the build process steps that I ran.

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...