Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ClassCastException for SetUIDServer on jetty 7.1.6

how are you calling it?

I can see that exception if your putting jetty.xml before jetty-setuid.xml

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Wed, Dec 1, 2010 at 14:59, Jason Thrasher <jasonthrasher@xxxxxxxxx> wrote:
> Hello Jetty Users,
> We're having a problem with libsetuid.so on linux.  After updating to the
> 7.1.6 release, we receive a ClassCastException when trying to start Jetty:
>        java.lang.ClassCastException: class org.mortbay.setuid.SetUIDServer
> at
>
>  org.eclipse.jetty.xml.XmlConfiguration.configure(XmlConfiguration.java:218)
>
> It appears that other folks have had the same problem, but I couldn't find
> any responses to their threads:
>        http://dev.eclipse.org/mhonarc/lists/jetty-users/msg00761.html
>        http://dev.eclipse.org/mhonarc/lists/jetty-users/msg00462.html
>
> Is anyone aware of a solution to this problem?  Is it related to XML
> configuration somewhere?
>
> thanks,
> Jason
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top