2 Replies Latest reply on Aug 22, 2002 6:04 PM by nusa

    Deploy petstore 1.3 failed

    adoes

      hi. I have deployed petstore 1.3 on Cloudscape and J2EE server successfully. After building petsotre, I copy petstore.ear(835KB) to the "deploy" directory of jboss 2.4.4, and run "run_with_catalina.bat". But I just cannot access http://localhost:8080/petstore.
      (http://localhost:8080/ and http://localhost:8080/examples work well.)
      followings are some error information. how to fix it?

      [ERROR,EmbeddedCatalinaServiceSX] StandardContext[/petstore]: Exception starting filter SignOnFilter
      java.lang.NullPointerException
      at com.sun.j2ee.blueprints.signon.web.SignOnDAO.getTagValue(SignOnDAO.java:190)
      at com.sun.j2ee.blueprints.signon.web.SignOnDAO.getProtectedResources(SignOnDAO.java:99)

      thanks.