Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank page after deploying to BA server tomcat #15

Closed
greenread opened this issue Jan 3, 2017 · 11 comments
Closed

Blank page after deploying to BA server tomcat #15

greenread opened this issue Jan 3, 2017 · 11 comments

Comments

@greenread
Copy link

I deployed latest spoon.war into webapps directory of tomcat under BA server installation and after restarting tomcat i am trying to open http://localhost:8080/spoon but its opeing only bank page nothing else.

Kindly help me understand what i am doing wrong.

@HiromuHota
Copy link
Owner

Hi Ankit, thank you for reporting an issue. Let me help you identify what went wrong.
The latest spoon.war means ver. 0.6.1.4, please correct me if it is wrong.

First, please tell me about your environment:

  • Version of BA server (e.g., CE 6.1.0.1)
  • Java version (e.g., Oracle Java 8u101)
  • Host OS and its version (e.g., Windows 10 Professional 64 bits)

Then,

  • Does this issue happen only on the latest version of webSpoon? Did you try earlier versions and the same result?
  • Can you see the Pentaho User Console when you try to open http://localhost:8080/ ?

Finally, if you don't mind, please copy and paste the log of Tomcat (tomcat/logs/catalina.out), but please delete any confidential information from the log.

@greenread
Copy link
Author

Hi Hiromu,

Thanks for the prompt reply. Yes latest means ver. 0.6.1.4
Version of BA Server EE 6.0.1.0.386
Java version jdk 1.8.0_73
Host OS windows 7 professional 64 bits

No this is first time i am going to try any version of webspoon.
Yes Pentaho user consol is visible and working fine.

catalina.2017-01-03.txt

@HiromuHota
Copy link
Owner

I was able to reproduce this symptom with IE8, which is the default version in Windows 7, but not supported by RAP/RWT. See here for the detail.
What is your browser? If you use IE8, please use IE9+ or other supported browsers.
virtualbox_windows 7_04_01_2017_10_20_18

@greenread
Copy link
Author

I am using IE11 and chome 55. It's supported as per the RAP 3.0 link provided by you. What else i can try?

@HiromuHota
Copy link
Owner

HiromuHota commented Jan 5, 2017 via email

@greenread
Copy link
Author

Yes. Here is it.
untitled

@HiromuHota
Copy link
Owner

I'm still in the middle of investigation. I thought it was because of the version of Tomcat, but it was not.
Your symptom is different from the one I had with IE8: the page is white in your case.
I also had the same symptom as yours during my tests, but it's gone when I restarted Tomcat.
So I suspect there is a race condition in the plugin loading or somewhere.
Did you try to restart Tomcat? Does this issue happen every time you restart it?

@greenread
Copy link
Author

Yes. I tried restarting tomcat several times and it happens each of the time.

@HiromuHota
Copy link
Owner

Can you add a slash at the end and try http://localhost:8080/spoon/ instead of http://localhost:8080/spoon?

@greenread
Copy link
Author

:) that solves it. Thanks a lot.

@HiromuHota
Copy link
Owner

I'm glad the issue was solved.

Here is the reason behind the scene:
CE/EE 6.0 comes with Tomcat of 8.0.24.0, CE/EE 6.1 comes with Tomcat of 8.0.33.0.
According to the change log, Tomcat's behavior for redirect has changed in 8.0.30 in a way that http://localhost:8080/spoon is redirected to http://localhost:8080/spoon/ in 8.0.30+.
I will update the README accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants