Being the novice Java guy I am, I've never really been able to make much out of a stack trace but here you go. It's all of the System.out stuff including my silly little messages so that I know which line of code explodes.
I tried putting a JAR file containing the javax.xml.parsers classes in the lib\ext directory of the Notes JVM. It made a different error about the class version not being up to date... About to create the LoginHandler | About to get initial context! | Got initial context! | About the create the LoginContext | java.lang.NoClassDefFoundError: javax/xml/parsers/FactoryConfigurationError | at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:39) | at javax.security.auth.login.LoginContext$1.run(LoginContext.java:84) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.login.LoginContext.<init>(LoginContext.java:87) | at javax.security.auth.login.LoginContext.<init>(LoginContext.java:49) | at PublishAuthors.NotesMain(PublishAuthors.java:76) | at lotus.domino.AgentBase.runNotes(Unknown Source) | at lotus.domino.NotesThread.run(NotesThread.java:215) So, is there some clue in this stack trace that tells you anything I could use to solve my problem? Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861203#3861203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861203 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
