TIBCOSoftware / js-docker

Container deployment of TIBCO JasperReports® Server
144 stars 146 forks source link

Problem with jasperreports on aws ec2 #90

Closed LuisJoseLopezD closed 10 months ago

LuisJoseLopezD commented 11 months ago

This is my security group, i have also allowed all my ports on my ubuntu server and i disabled the ufw, any suggestions? server security-group

LuisJoseLopezD commented 11 months ago

And i always get this message from the browser: The connection has been rejected

mbochenk commented 11 months ago

I am not sure what are you doing here. Is it CE or PRO edition? If you are using pro, this should be jasperserver-pro. Have you used helm chart to deploy? Why are you using 8443 port - did you set up certificate for it? Are you using https for url or is it trying http over 8443? If you set up LB, you usually want to use https on default 443

LuisJoseLopezD commented 11 months ago

I am not sure what are you doing here. Is it CE or PRO edition? If you are using pro, this should be jasperserver-pro. Have you used helm chart to deploy? Why are you using 8443 port - did you set up certificate for it? Are you using https for url or is it trying http over 8443? If you set up LB, you usually want to use https on default 443

I am not using jasperserver-pro, i don't have any certificate for this. This is tottaly the CE.

image Those are my files, and my images are running, they called jasper and jasperdb.

I just want to start the server to enter this url: https://YOUR_HOSTNAME:8443/jasperserver

Any idea? thank you!

himanshu3663 commented 11 months ago

Hi Luis,

Please note that this js-docker repository is meant to be working out of the box with Jasper Server Pro artifacts. However, you could tweak the docker files to make it work with Jasper Server CE. Additionally, you may want to try using the docker images created by Bitnami: https://hub.docker.com/r/bitnami/jasperreports/.

Also, by default, the server runs on http so you may want to try using the url like http://{HOSTNAME}:8080/jasperserver

LuisJoseLopezD commented 11 months ago

Hi Luis,

Please note that this js-docker repository is meant to be working out of the box with Jasper Server Pro artifacts. However, you could tweak the docker files to make it work with Jasper Server CE. Additionally, you may want to try using the docker images created by Bitnami: https://hub.docker.com/r/bitnami/jasperreports/.

Also, by default, the server runs on http so you may want to try using the url like http://{HOSTNAME}:8080/jasperserver

i am using dockers images created by bitnami, my question is why does not work with the aws ec2 server? there is any config about the ports that don't allow me to init the server in the security groups?

himanshu3663 commented 11 months ago

For Jasper Server Pro deployed using the js-docker scripts, there are no other requirements on configuring security groups. I think you should reach out to Bitnami support for this issue.