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

DebugMode - finding fieles problem

$
0
0
version:
SNAPSHOT_v9.1d_2013-12-30/PowerEdition Deployment (built 2013-12-30)
Firefox 25

Hi,
having some issues with debugmode
Code:

=== 2014-03-28 18:53:03,923 [l0-6] INFO  RequestContext - URL: '/com_evizone_rbp_ui/sc/skins/Enterprise/load_skin.js', User-Agent: 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0': Moz (Gecko) with Accept-Encoding header
=== 2014-03-28 18:53:03,924 [l0-6] INFO  Download - File null/com_evizone_rbp_ui/sc/skins/Enterprise/load_skin.js not found, sending 404
[WARN] 404 - GET /com_evizone_rbp_ui/sc/skins/Enterprise/load_skin.js (127.0.0.1) 1437 bytes
  Request headers
      Host: 127.0.0.1:8888
      User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
      Accept: */*
      Accept-Language: pl,en-us;q=0.7,en;q=0.3
      Accept-Encoding: gzip, deflate
      Referer: http://127.0.0.1:8888/Com_evizone_rbp_UI.html?gwt.codesvr=127.0.0.1:9997

During startup the app can't find the right path to different files (ds.xml and files from sc path), searching in "null" webRoot:
Code:

Download - File null/com_evizone_rbp_ui/sc/skins/Enterprise/load_skin.js
the wierd thing is that ther seems to be no problem with my other files like imiges or WEB-INF
Code:

webRoot: __AUTODETECT__
datasources.pool.enabled=true
isomorphicPathRootRelative: $gwtModuleName/sc
project.datasources: $webRoot/ds
project.ui: $webRoot/shared/ui
project.apps: $webRoot/shared/app
skin.skin_styles.location: Com_evizone_rbp_UI.css

autodetect is working fine
Code:

- Auto-detected webRoot - using: D:\Eviroth 2\eviroth-web\src\main\webapp
The app is runing "fine" but without stylling/skin graphics and DS. Entering the abosulte path by hand, does not solve the problem.

Viewing all articles
Browse latest Browse all 4756

Trending Articles