You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Wicket und Cocoon <ha...@yahoo.de> on 2015/02/09 07:46:16 UTC

wicketstuff gae-initializer-parent

Hello Martin,
i tried  your gae-initializer-example but get the following  error
wnhem i try gae:run and ask localhost:8080:

java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncStarted()Z

i use appengine-java-sdk-1.9.7
and your example under jdk 1.7

when i read the few google information about wicket and appengine i am not sure
if it is a good idea to transfer wicket to appengine.

Regards
Heiner



Re: wicketstuff gae-initializer-parent

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi Heiner,

the Server needs to support Servlet 3.0 Spec. It seems that you are using one which does not support that.

kind regards

Tobias

> Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon <ha...@yahoo.de>:
> 
> Hello Martin,
> i tried  your gae-initializer-example but get the following  error
> wnhem i try gae:run and ask localhost:8080:
> 
> java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncStarted()Z
> 
> i use appengine-java-sdk-1.9.7
> and your example under jdk 1.7
> 
> when i read the few google information about wicket and appengine i am not sure
> if it is a good idea to transfer wicket to appengine.
> 
> Regards
> Heiner
> 
> 

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


Re: wicketstuff gae-initializer-parent

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

The error says that the container needs servlet-api:jar:3.0 while the
application comes with older version of the jar.
I don't use GAE myself so I have cannot give you more info.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Feb 9, 2015 at 9:18 AM, Tobias Soloschenko <
tobiassoloschenko@googlemail.com> wrote:

> Hi again,
>
> I found a topic in which the implementation of Servlet 3.0 for Google
> AppEngine is requested by several users
>
>
> https://code.google.com/p/googleappengine/issues/detail?id=3091
>
> kind regards
>
> Tobias
>
> > Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon <
> hansheinrichbraun@yahoo.de>:
> >
> > Hello Martin,
> > i tried  your gae-initializer-example but get the following  error
> > wnhem i try gae:run and ask localhost:8080:
> >
> > java.lang.NoSuchMethodError:
> javax.servlet.http.HttpServletRequest.isAsyncStarted()Z
> >
> > i use appengine-java-sdk-1.9.7
> > and your example under jdk 1.7
> >
> > when i read the few google information about wicket and appengine i am
> not sure
> > if it is a good idea to transfer wicket to appengine.
> >
> > Regards
> > Heiner
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: wicketstuff gae-initializer-parent

Posted by Andrea Del Bene <an...@gmail.com>.
hi,  appengine has a quite confusing versioning policy. The last version
supporting java 6 (hence not requiring servlet 3) is 1.8.1 so if you use
this version or an earlier one you should be ok. Unfortunately l also don't
use appengine as deployment environment so l can't help you more in detail.
On 9 Feb 2015 09:09, "Martin Grigorov" <mg...@apache.org> wrote:

> Any hosting/cloud provider with Java:
> - Amazon WS
> - OpenShift
> - Cloudbees
> - Rackspace
> - ...
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Mon, Feb 9, 2015 at 9:59 AM, Wicket und Cocoon <
> hansheinrichbraun@yahoo.de> wrote:
>
> > what is a good place to upload a wicket application.
> >
> >
> > Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko:
> >
> >  Hi again,
> >>
> >> I found a topic in which the implementation of Servlet 3.0 for Google
> >> AppEngine is requested by several users
> >>
> >>
> >> https://code.google.com/p/googleappengine/issues/detail?id=3091
> >>
> >> kind regards
> >>
> >> Tobias
> >>
> >>  Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon <
> >>> hansheinrichbraun@yahoo.de>:
> >>>
> >>> Hello Martin,
> >>> i tried  your gae-initializer-example but get the following  error
> >>> wnhem i try gae:run and ask localhost:8080:
> >>>
> >>> java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.
> >>> isAsyncStarted()Z
> >>>
> >>> i use appengine-java-sdk-1.9.7
> >>> and your example under jdk 1.7
> >>>
> >>> when i read the few google information about wicket and appengine i am
> >>> not sure
> >>> if it is a good idea to transfer wicket to appengine.
> >>>
> >>> Regards
> >>> Heiner
> >>>
> >>>
> >>>  ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
>

Re: wicketstuff gae-initializer-parent

Posted by Martin Grigorov <mg...@apache.org>.
Any hosting/cloud provider with Java:
- Amazon WS
- OpenShift
- Cloudbees
- Rackspace
- ...

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Mon, Feb 9, 2015 at 9:59 AM, Wicket und Cocoon <
hansheinrichbraun@yahoo.de> wrote:

> what is a good place to upload a wicket application.
>
>
> Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko:
>
>  Hi again,
>>
>> I found a topic in which the implementation of Servlet 3.0 for Google
>> AppEngine is requested by several users
>>
>>
>> https://code.google.com/p/googleappengine/issues/detail?id=3091
>>
>> kind regards
>>
>> Tobias
>>
>>  Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon <
>>> hansheinrichbraun@yahoo.de>:
>>>
>>> Hello Martin,
>>> i tried  your gae-initializer-example but get the following  error
>>> wnhem i try gae:run and ask localhost:8080:
>>>
>>> java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.
>>> isAsyncStarted()Z
>>>
>>> i use appengine-java-sdk-1.9.7
>>> and your example under jdk 1.7
>>>
>>> when i read the few google information about wicket and appengine i am
>>> not sure
>>> if it is a good idea to transfer wicket to appengine.
>>>
>>> Regards
>>> Heiner
>>>
>>>
>>>  ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: wicketstuff gae-initializer-parent

Posted by Wicket und Cocoon <ha...@yahoo.de>.
what is a good place to upload a wicket application.


Am 09.02.2015 um 08:18 schrieb Tobias Soloschenko:
> Hi again,
>
> I found a topic in which the implementation of Servlet 3.0 for Google AppEngine is requested by several users
>
>
> https://code.google.com/p/googleappengine/issues/detail?id=3091
>
> kind regards
>
> Tobias
>
>> Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon <ha...@yahoo.de>:
>>
>> Hello Martin,
>> i tried  your gae-initializer-example but get the following  error
>> wnhem i try gae:run and ask localhost:8080:
>>
>> java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncStarted()Z
>>
>> i use appengine-java-sdk-1.9.7
>> and your example under jdk 1.7
>>
>> when i read the few google information about wicket and appengine i am not sure
>> if it is a good idea to transfer wicket to appengine.
>>
>> Regards
>> Heiner
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


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


Re: wicketstuff gae-initializer-parent

Posted by Tobias Soloschenko <to...@googlemail.com>.
Hi again,

I found a topic in which the implementation of Servlet 3.0 for Google AppEngine is requested by several users


https://code.google.com/p/googleappengine/issues/detail?id=3091

kind regards

Tobias

> Am 09.02.2015 um 07:46 schrieb Wicket und Cocoon <ha...@yahoo.de>:
> 
> Hello Martin,
> i tried  your gae-initializer-example but get the following  error
> wnhem i try gae:run and ask localhost:8080:
> 
> java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncStarted()Z
> 
> i use appengine-java-sdk-1.9.7
> and your example under jdk 1.7
> 
> when i read the few google information about wicket and appengine i am not sure
> if it is a good idea to transfer wicket to appengine.
> 
> Regards
> Heiner
> 
> 

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