Re: No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js

2011-01-09 Thread fachhoch

the quick start works , the  app works fine when deployed to jetty or any
other server , I am trying to deploy on gae , so I added gae dependencies
,and deploy on gae, I see this behaviour , I attached my
http://apache-wicket.1842946.n4.nabble.com/file/n3205984/saibaba.zip
saibaba.zip  eclipse project , it is not quick start but its as good  as
hello world
the wicket home page can be accessed  with this http://localhost:/app/  
when deployed to local gae  using gae plugin.


 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/No-file-found-for-app-resources-org-apache-wicket-markup-html-WicketEventReference-wicket-event-js-tp3204985p3205984.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js

2011-01-08 Thread fachhoch

none of the reaources are loaded 

here are the logs


Jan 8, 2011 1:46:47 PM
com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for:
/app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js
Jan 8, 2011 1:46:47 PM
com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for:
/app/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js
Jan 8, 2011 1:46:47 PM
com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for:
/app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js
Jan 8, 2011 1:46:47 PM
com.google.appengine.tools.development.LocalResourceFileServlet doGet
WARNING: No file found for:
/app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.css



please help mw understand how wicket loads these resources and how to
trouble shoot when these  are not found , help is appreciated.

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/No-file-found-for-app-resources-org-apache-wicket-markup-html-WicketEventReference-wicket-event-js-tp3204985p3204985.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js

2011-01-08 Thread Jeremy Thomerson
On Sat, Jan 8, 2011 at 8:01 AM, fachhoch fachh...@gmail.com wrote:


 none of the reaources are loaded

 here are the logs


 Jan 8, 2011 1:46:47 PM
 com.google.appengine.tools.development.LocalResourceFileServlet doGet
 WARNING: No file found for:

 /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js
 Jan 8, 2011 1:46:47 PM
 com.google.appengine.tools.development.LocalResourceFileServlet doGet
 WARNING: No file found for:
 /app/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js
 Jan 8, 2011 1:46:47 PM
 com.google.appengine.tools.development.LocalResourceFileServlet doGet
 WARNING: No file found for:

 /app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js
 Jan 8, 2011 1:46:47 PM
 com.google.appengine.tools.development.LocalResourceFileServlet doGet
 WARNING: No file found for:

 /app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.css



 please help mw understand how wicket loads these resources and how to
 trouble shoot when these  are not found , help is appreciated.

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/No-file-found-for-app-resources-org-apache-wicket-markup-html-WicketEventReference-wicket-event-js-tp3204985p3204985.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


Isn't this the same log output you sent yesterday in an email about GAE?
 Starting multiple threads in open source forums for the same issue is a
sure way to *not* get help.  If you have more useful information for the
original issue, please reply to that thread.  Otherwise, don't start new
threads, clogging hundreds of developers inboxes with multiple pleads for
the same thing.

-- 
Jeremy Thomerson
http://wickettraining.com
*Need a CMS for Wicket?  Use Brix! http://brixcms.org*


Re: No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js

2011-01-08 Thread fachhoch

sorry about this ,the only reason I  created this new thread is to tell the
problem I have is with wicket rather  than google app engine,
could you please tell me how the resource loading works in wicket , the url
for java script 
created by wicket is 

http://localhost:/app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js
 


here /app/   is url pattern for my wicket servlet mapping and resources sure
does not exsists, only   

org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js  
exsists, but its inside web-inf/lib

this url, browser is able to  load the java script file , but why google app
engine is not able to ?

please advice me  .

  
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/No-file-found-for-app-resources-org-apache-wicket-markup-html-WicketEventReference-wicket-event-js-tp3204985p3205283.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: No file found for: /app/resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js

2011-01-08 Thread James Carman
Can you create a simple quickstart that exhibits this behavior?

On Sat, Jan 8, 2011 at 2:28 PM, fachhoch fachh...@gmail.com wrote:

 sorry about this ,the only reason I  created this new thread is to tell the
 problem I have is with wicket rather  than google app engine,
 could you please tell me how the resource loading works in wicket , the url
 for java script
 created by wicket is

 http://localhost:/app/resources/org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js


 here /app/   is url pattern for my wicket servlet mapping and resources sure
 does not exsists, only

 org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow/res/modal.js
 exsists, but its inside web-inf/lib

 this url, browser is able to  load the java script file , but why google app
 engine is not able to ?

 please advice me  .


 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/No-file-found-for-app-resources-org-apache-wicket-markup-html-WicketEventReference-wicket-event-js-tp3204985p3205283.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org