Hide Forgot
Description of problem: On a checked out copy of svn, running from JBDS 4 I get the following error when I try to log in to the web app: 2011-04-22 21:30:59,647 WARN [org.jboss.seam.security.jaas.SeamLoginModule] (http-localhost%2F127.0.0.1-8080-2) Error invoking login method javax.el.PropertyNotFoundException: Target Unreachable, identifier 'authenticator' resolved to null The Authenticator.java class is in the source, but maybe some other piece is missing? Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Check out svn copy locally 2. Modify Topicize-ds.xml to point to local server 3. Import Database dump to local server 4. Right click TopicIndex and choose Run As... and deploy to local EAP 5.1 server 5. Go to 127.0.0.1:8080/TopicIndex 6. Attempt to log in with any auth details Actual results: Server throws: WARN [org.jboss.seam.security.jaas.SeamLoginModule] (http-localhost%2F127.0.0.1-8080-2) Error invoking login method javax.el.PropertyNotFoundException: Target Unreachable, identifier 'authenticator' resolved to null Expected results: Log in Additional info:
Right-click on TopicIndex (the root of the project). Choose Properties Click on the Libraries tab Select the JRE entry Click edit Change from Alternate JRE to Workspace Default
This fixes it.
Right-click on TopicIndex (the root of the project). Choose Properties Click on Java Build Path Click on the Libraries tab Select the JRE entry Click edit Change from Alternate JRE to Workspace Default