- Saved searches
- Use saved searches to filter your results more quickly
- Failed to load the bootstrap javascript: ./VAADIN/vaadinBootstrap.js with Weblogic/Guice 4.0 #7813
- Failed to load the bootstrap javascript: ./VAADIN/vaadinBootstrap.js with Weblogic/Guice 4.0 #7813
- Comments
- How to resolve: Failed to load the bootstrap javascript: ./../../VAADIN/ vaadinBootstrap.js in Vaadin on Grails
- Tasmanski
- Comments
- Saved searches
- Use saved searches to filter your results more quickly
- Failed to load bootstrap.js #7220
- Failed to load bootstrap.js #7220
- Comments
- Не удалось загрузить vaadinBootstrap.js с помощью Spring + WebServlet 3.0
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
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
Failed to load the bootstrap javascript: ./VAADIN/vaadinBootstrap.js with Weblogic/Guice 4.0 #7813
Failed to load the bootstrap javascript: ./VAADIN/vaadinBootstrap.js with Weblogic/Guice 4.0 #7813
Comments
Originally by jalexander
We are experiencing the error message
«Failed to load the bootstrap javascript: ./VAADIN/vaadinBootstrap.js»
When accessing a Vaadin application hosted on Weblogic using Guice 4.0 as the CDI provider. The issue does not occur with Guice 3.0 and is due to a slight difference in handling the request.getPathInfo(). Weblogic returns a null but then Guice 4.0 wraps the response and translates the null to «» in com.google.inject.servlet.ServletDefinition.
This causes the condition in com.vaadin.server.VaadinServlet.handleContextRootWithoutSlash to be bypassed and the error message displayed.
The text was updated successfully, but these errors were encountered:
How to resolve: Failed to load the bootstrap javascript: ./../../VAADIN/ vaadinBootstrap.js in Vaadin on Grails
A little late, but I have had the same issue few days ago. In my case, exactly same message is shown in Vaadin 7 (with a pure Java application). At the end, it was an issue with permissions of tomcat. If I execute tomcat as root , it works perfectly. If it is executed with user tomcat the message Failed to load the bootstrap javascript: ./VAADIN/ vaadinBootstrap.js is shown again. Of course, we do not want to execute tomcat as root, but it points clearly to the issue.
I know that is maybe not related to the use of Grails as the asker is using, but maybe it is also a permission issue.
Tasmanski
Comments
I’m new in Grails and Vaadin. I’d like to use Vaadin in my Grails application. After installing vaadin plugin, when I try start my application I receive this communicat:
Failed to load the bootstrap javascript: ./../../VAADIN/ vaadinBootstrap.js
I use GGTS-3.6.0.RELEASE, vmware vfabric tc server developer edition v2.9 and Grails-2.4.2. I tried change in /MyApp/target/work/resources/web.xml to:
" type="text/css"> " type="text/css"> " type="text/css"> " type="text/css">