We were finally able to resolve the issue by changing the following line in jetty-setuid.xml: < <Configure id="Server" class="org.mortbay.setuid.SetUIDServer"> --- > <Configure id="org.eclipse.jetty.server.Server" class="org.mortbay.setuid.SetUIDServer">
It used to work without the full id path in prior versions, but thanks to expert sleuthing on my boss's behalf, he found the line of source code that couldn't resolve the id without the full path. I hope this helps other folks as well. Best, Vincent On Wed, 2010-12-01 at 12:59 -0800, Jason Thrasher 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 > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
