Cannot acces when i change jasperserver tomcat port in installation.

I have installed the jasper reports server community version 8.1.1

In the installation process I have changed the ports to 8888 and 8885.

I have edited the file "server.xml" in "/apache-tomcat/conf/"

When I try to access I can't, HTTP Status 404 – Not Found

If I type in the browser localhost:8888 or 127.0.0.1:8888 or <server_name>:8888 or <server-ip>:8888 I see the tomcat waiting but if I type http://localhost:8888/jasperserver HTTP Status 404 – Not Found

Any ideas, what might I be missing?

gonzalo.gomez's picture
Joined: Nov 12 2020 - 7:21am
Last seen: 2 months 2 weeks ago

localized de log files i can see this

WARN KeystoreManager(Initialization),Catalina-utility-2:175 - Current system user is unable to access keystore file or file doesn't exist

gonzalo.gomez - 5 months 3 weeks ago

4 Answers:

You should see an error in the log files. Review the Jaspersoft log file to find out why Tomcat is not starting. Maybe the port is already in use by another application. 

JRS-SE's picture
5911
Joined: Oct 30 2017 - 12:56pm
Last seen: 1 week 1 day ago

Hi...

In which directory can I find those logs, I have not seen where it saves them

I have assigned a weird port number, so there are no conflicts

 

gonzalo.gomez's picture
Joined: Nov 12 2020 - 7:21am
Last seen: 2 months 2 weeks ago

Looks like the user running the Tomcat service does not have read access to the Jasperosft keystore. Please fix this issue using by following this KBA:https://community.jaspersoft.com/wiki/keystore-management-and-repair

JRS-SE's picture
5911
Joined: Oct 30 2017 - 12:56pm
Last seen: 1 week 1 day ago

oops
Just a permissions issue.
In the directory of the installation user, 2 files (.jrsks and .jrsksp) are deposited, only giving read and write permissions to all users.

Zenkiu

 

gonzalo.gomez's picture
Joined: Nov 12 2020 - 7:21am
Last seen: 2 months 2 weeks ago
Feedback
randomness