Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Initalization problem ( Can't find marker file for webRoot )

$
0
0
I have problem with Smartgwt initialization on Development Mode (built version deployed on Jboss works ok).

When I start application on Dev Mode I got error:
Code:

ERROR ISCInit - Can't find marker file for webRoot: D:/actualWorkspace/workspace/web/target/web/com_project_rbp_ui/sc for configured/autodetected webRoot - if you moved the 'isomorphic' directory, please set isomorphicPathRootRelative in server.properties to the new location and restart the servlet engine.
Although this error occurs everything works fine. UNITL I add Servlet in which I add dynamic dataSources ( DataSource.addDynamicDSGenerator - which works great on built version) I got:
Code:

Exception when loading from __USE_CONTAINER__/com_project_rbp_ui/sc/system/schema/builtinTypes.xml:
java.lang.NullPointerException

So I put breakpoint inside servlet and figured out that my /sc folder is really missing (while executing servlet). Just after leaving servlet folder /sc appears.
I assume that it is problem with smartgwt installation. But I checked it step by step twice - everything look ok (from your installation guide faq).
Can you please help me with that problem? Which installation step should I look closer? What else could be wrong? This is maven project but I think it doesn't matter because it is eclipse plugin responsible for debug mode. I really spent a lot of time trying to reslove that but without success.

Viewing all articles
Browse latest Browse all 4756

Trending Articles