Bugs item #988031, was opened at 2004-07-09 17:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=988031&group_id=22866
Category: JBossSX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: kaitken (kaitken) Assigned to: Nobody/Anonymous (nobody) Summary: JBoss 3.2.5 and -Djava.security.manager Initial Comment: When I start up JBoss 3.2.5 under -Djava.security.manager, where the security policy and login-config file are standard, the output shows many null-pointer exceptions involving PrivilegedProxy.class: java.lang.NoClassDefFoundError: org/jboss/resource/adapter/jdbc/PrivilegedProxy Many other exceptions occur, which seem to be caused by this first exception. PrivilegedProxy.class seems to be missing from the JAR files in the binary release: jboss-3.2.5.zip from June 25, 2004. System details: Operating System: Windows XP JDK Version 1.4.2 J2EE. Add the following to the Java VM arguments for JBoss before starting it: -Dfile.encoding=UTF8 -Xms300m -Xmx1100m -ea -Djava.security.manager -Djava.security.policy=file:<JBoss_Path>/server/default/conf/server.policy -Djava.security.auth.login.config=file:<JBoss_Path>/server/default/conf/login-config.xml ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=988031&group_id=22866 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
