-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
9.0.1
-
x86_64
-
linux
FULL PRODUCT VERSION :
$ java --version
java 9.0.1
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
4.14.11-1-ARCH
A DESCRIPTION OF THE PROBLEM :
Trying to create server rendering of a reactjs app I get javascript errors trying to evaluate javascript. I have create a demo app:
https://github.com/rudolfschmidt/test-reactdomserver
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
download the repo
go to dir ui
execute npm i
then npm start
then open the java src and execute the main file
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
no errors
ERROR MESSAGES/STACK TRACES THAT OCCUR :
see file stacktrace.err
REPRODUCIBILITY :
This bug can be reproduced always.
$ java --version
java 9.0.1
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
4.14.11-1-ARCH
A DESCRIPTION OF THE PROBLEM :
Trying to create server rendering of a reactjs app I get javascript errors trying to evaluate javascript. I have create a demo app:
https://github.com/rudolfschmidt/test-reactdomserver
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
download the repo
go to dir ui
execute npm i
then npm start
then open the java src and execute the main file
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
no errors
ERROR MESSAGES/STACK TRACES THAT OCCUR :
see file stacktrace.err
REPRODUCIBILITY :
This bug can be reproduced always.