Philippe
On Fri, Nov 5, 2010 at 7:07 AM, Ulrik Sorber <ulrik....@gmail.com> wrote:
> Hi Philippe,
>
> Im following the PuzzelBar Get Started here:
> http://code.google.com/p/puzzlebazar/wiki/GettingStarted
>
> But im having problems running your example:
>
> As soon as i run the project i recieve a popup dialog witht the message
> "Plugin unresponsive"
> And i get these messages in the console window:
>
> 05-11-2010 14:52:12
> com.google.appengine.tools.development.LocalResourceFileServlet doGet
> WARNING: No file found for: /dispatch/
> 05-11-2010 14:52:26
> com.google.appengine.tools.development.LocalResourceFileServlet doGet
> WARNING: No file found for: /dispatch/
>
> I am also getting a lot of derpreciated warnings:
>
> Description Resource Path Location Type
> The field HeyawakePresenter.puzzle is never read locally
> HeyawakePresenter.java /
> puzzlebazar/src/com/puzzlebazar/client/puzzle/heyawake/presenter line
> 104 Java Problem
> The constructor HandlerManager(Object) is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 402 Java Problem
> The method addCommand(Command) from the type DeferredCommand is
> deprecated AspectRatioLayoutPanel.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 94 Java Problem
> The method addHandler(GwtEvent.Type<CellMouseDownHandler>,
> CellMouseDownHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 311 Java Problem
> The method addHandler(GwtEvent.Type<CellMouseMoveHandler>,
> CellMouseMoveHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 331 Java Problem
> The method addHandler(GwtEvent.Type<CellMouseOutHandler>,
> CellMouseOutHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 326 Java Problem
> The method addHandler(GwtEvent.Type<CellMouseOverHandler>,
> CellMouseOverHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 321 Java Problem
> The method addHandler(GwtEvent.Type<CellMouseUpHandler>, CellMouseUpHandler)
> from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 316 Java Problem
> The method addHandler(GwtEvent.Type<EdgeMouseDownHandler>,
> EdgeMouseDownHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 336 Java Problem
> The method addHandler(GwtEvent.Type<EdgeMouseMoveHandler>,
> EdgeMouseMoveHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 356 Java Problem
> The method addHandler(GwtEvent.Type<EdgeMouseOutHandler>,
> EdgeMouseOutHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 351 Java Problem
> The method addHandler(GwtEvent.Type<EdgeMouseOverHandler>,
> EdgeMouseOverHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 346 Java Problem
> The method addHandler(GwtEvent.Type<EdgeMouseUpHandler>, EdgeMouseUpHandler)
> from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 341 Java Problem
> The method addHandler(GwtEvent.Type<VertexMouseDownHandler>,
> VertexMouseDownHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 361 Java Problem
> The method addHandler(GwtEvent.Type<VertexMouseMoveHandler>,
> VertexMouseMoveHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 381 Java Problem
> The method addHandler(GwtEvent.Type<VertexMouseOutHandler>,
> VertexMouseOutHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 376 Java Problem
> The method addHandler(GwtEvent.Type<VertexMouseOverHandler>,
> VertexMouseOverHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 371 Java Problem
> The method addHandler(GwtEvent.Type<VertexMouseUpHandler>,
> VertexMouseUpHandler) from the type HandlerManager is deprecated
> SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 366 Java Problem
> The method fireEvent(GwtEvent<?>) from the type HandlerManager is
> deprecated SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 392 Java Problem
> The type DeferredCommand is deprecated AspectRatioLayoutPanel.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 21 Java Problem
> The type DeferredCommand is deprecated AspectRatioLayoutPanel.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 94 Java Problem
> The type HandlerManager is deprecated SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 32 Java Problem
> The type HandlerManager is deprecated SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 78 Java Problem
> The type HandlerManager is deprecated SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 401 Java Problem
> The type HandlerManager is deprecated SquareGridManipulatorImpl.java /
> puzzlebazar/src/com/puzzlebazar/client/ui line 402 Java Problem
> The field PuzzleDetailsImpl<T>.puzzleId is never read locally
> PuzzleDetailsImpl.java /
> puzzlebazar/src/com/puzzlebazar/shared/puzzle/model line 49 Java
> Problem
> The field PuzzleInfoImpl.puzzleDetailsId is never read locally
> PuzzleInfoImpl.java /
> puzzlebazar/src/com/puzzlebazar/shared/puzzle/model line 49 Java
> Problem
>
>
> Im using Eclipse Helios 3.6 and the latest versions of GWT, GWTP and GAE.
>
> Do you have an ideas what might cause these error messages?
>
> Best Regards
>
> Ulrik Sorber
>