Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Problem with Jetty 6.1.26 and Apache AJP13

or update to jetty7/8 or contact webtide.com for support on jetty6+

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Fri, Aug 10, 2012 at 2:16 AM, Veit Guna <veit.guna@xxxxxx> wrote:
> Thanks for the clarification. So I have to speak with the Atlassian
> and/or mod_jk guys.
>
>
> Am 09.08.2012 20:20, schrieb Jesse McConnell:
>> at this rate jetty6 is likely not going to see another release, jetty7
>> and 8 are the latest production releases (and have been for years) of
>> jetty and development on jetty9 has been proceeding at a solid pace
>> and we'll likely be seeing milestone releases of that in the next
>> couple months.
>>
>> couple that with few people using mod_jk or ajp anymore...I don't see
>> a resolution on this in jetty6 coming
>>
>> however, if you replicate on jetty7/8 then we'll address it and fix it
>> if it is indeed an issue in jetty-ajp
>>
>> you can open a bug in bugs.eclipse.org under RT/Jetty
>>
>> cheers,
>> jesse
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>>
>>
>> On Thu, Aug 9, 2012 at 1:12 PM, Veit Guna <veit.guna@xxxxxx> wrote:
>>> No one?
>>>
>>> Am 06.08.2012 09:23, schrieb Veit Guna:
>>>> Hi.
>>>>
>>>> The JIRA support found out, that it is a problem with the Jetty 6.1.26
>>>> and mod_jk 1.2.32. Downgrading to 1.2.31 fixed
>>>> the problem. Any clue where the problem has to be fixed? Within mod_jk
>>>> oder jetty?
>>>>
>>>> Thanks.
>>>>
>>>>
>>>> Am 02.08.2012 18:19, schrieb Veit Guna:
>>>>> Hi.
>>>>>
>>>>> Yesterday I upgraded my Ubuntu to 12.04 and my Fisheye Installation to
>>>>> 2.7.15 (uses Jetty 6.1.26 and ajp 6.1.24).
>>>>> After that using mod_jk (1:1.2.32-1) with Apache (2.2.22-1ubuntu1)
>>>>> doesn't seem to work anymore. Whenever I try
>>>>> to access my fisheye it produces the following errors:
>>>>>
>>>>>
>>>>> 2012-08-02 18:03:37,644 ERROR - handle failed
>>>>> java.lang.NullPointerException
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Connection$RequestHandler.parsedRequestAttribute(Ajp13Connection.java:216)
>>>>>         at org.mortbay.jetty.ajp.Ajp13Parser.parseNext(Ajp13Parser.java:410)
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Parser.parseAvailable(Ajp13Parser.java:151)
>>>>>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>>>>>         at
>>>>> org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
>>>>>         at
>>>>> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
>>>>> 2012-08-02 18:03:37,644 ERROR - handle failed
>>>>> java.lang.NullPointerException
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Connection$RequestHandler.parsedRequestAttribute(Ajp13Connection.java:216)
>>>>>         at org.mortbay.jetty.ajp.Ajp13Parser.parseNext(Ajp13Parser.java:410)
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Parser.parseAvailable(Ajp13Parser.java:151)
>>>>>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>>>>>         at
>>>>> org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
>>>>>         at
>>>>> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
>>>>> 2012-08-02 18:03:37,746 ERROR - handle failed
>>>>> java.lang.NullPointerException
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Connection$RequestHandler.parsedRequestAttribute(Ajp13Connection.java:216)
>>>>>         at org.mortbay.jetty.ajp.Ajp13Parser.parseNext(Ajp13Parser.java:410)
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Parser.parseAvailable(Ajp13Parser.java:151)
>>>>>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>>>>>         at
>>>>> org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
>>>>>         at
>>>>> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
>>>>> 2012-08-02 18:03:37,746 ERROR - handle failed
>>>>> java.lang.NullPointerException
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Connection$RequestHandler.parsedRequestAttribute(Ajp13Connection.java:216)
>>>>>         at org.mortbay.jetty.ajp.Ajp13Parser.parseNext(Ajp13Parser.java:410)
>>>>>         at
>>>>> org.mortbay.jetty.ajp.Ajp13Parser.parseAvailable(Ajp13Parser.java:151)
>>>>>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>>>>>         at
>>>>> org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
>>>>>         at
>>>>> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
>>>>>
>>>>>
>>>>> Any clue what's broken?
>>>>>
>>>>> Thanks
>>>>> Veit
>>>>>
>>> _______________________________________________
>>> jetty-users mailing list
>>> jetty-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top