Developed a sample smartGwt application in eclipse IDE, and tried to launch that on local in super dev mode.
Environment details
1. Java 1.8.0_201
2. SmartGWT 6.0p
3. Eclipse Version: Oxygen.2 Release (4.7.2)
Below is the log generated on console
Turning off precompile in incremental mode.
Super Dev Mode starting up
workDir: C:\Users\echhsha\AppData\Local\Temp\gwt-codeserver-4084661584839429364.tmp
Loading Java files in com.first.smartgwt.client.SmartGWTIntroProject.
Ignored 2 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
Module setup completed in 184211 ms
2019-05-13 14:36:10.563:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT
2019-05-13 14:36:10.751:INFO:oejs.AbstractConnector:Started SelectChannelConnector@127.0.0.1:9876
The code server is ready at http://localhost:9876/
When launching the URL http://localhost:9876/, and after adding the bookmark dev mode on, and clicking on it, getting Can't find any GWT Modules on this page.
Not sure how this can be resolved. Can anyone please suggest some pointers.
Environment details
1. Java 1.8.0_201
2. SmartGWT 6.0p
3. Eclipse Version: Oxygen.2 Release (4.7.2)
Below is the log generated on console
Turning off precompile in incremental mode.
Super Dev Mode starting up
workDir: C:\Users\echhsha\AppData\Local\Temp\gwt-codeserver-4084661584839429364.tmp
Loading Java files in com.first.smartgwt.client.SmartGWTIntroProject.
Ignored 2 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
Module setup completed in 184211 ms
2019-05-13 14:36:10.563:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT
2019-05-13 14:36:10.751:INFO:oejs.AbstractConnector:Started SelectChannelConnector@127.0.0.1:9876
The code server is ready at http://localhost:9876/
When launching the URL http://localhost:9876/, and after adding the bookmark dev mode on, and clicking on it, getting Can't find any GWT Modules on this page.
Not sure how this can be resolved. Can anyone please suggest some pointers.
Comment