Port in use
Använd TCPView för att hitta vilket program som har snott rmiregistry porten.
Min loggbok på nätet, knappast intressant för någon.
public void sessionDestroyed(HttpSessionEvent ev) {
HttpSession session = ev.getSession();
Handle ejbHandle = (Handle) session.getAttribute("ejbHandle");
EjbHome ejbHome = (EjbHome) lookupHome
("EjbHome",EjbHome.class);
ejbHome.remove(ejbHandle); // It fails here
}
2005-09-28 15:12:03,386 ERROR [org.jboss.ejb.plugins.SecurityInterceptor] Authentication exception, principal=null. It seems like we don't have permission to call the remove method in the bean. We have configured security for all beans in the ejb-jar.xml using the
java.lang.IllegalArgumentException: No bean specified
at org.apache.commons.beanutils.PropertyUtils.
getPropertyDescriptor(PropertyUtils.java:837)
at org.apache.commons.beanutils.BeanUtils.
setProperty(BeanUtils.java:934)
at org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:808)
at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:493)
at org.apache.struts.action.RequestProcessor.
processPopulate(RequestProcessor.java:805)