> On Jun 16, 2015, at 9:19 AM, Oleksandr Bodriagov (Polystar) > <[email protected]> wrote: > > > I got the next error, and ³null.null² lines look very strange: > > 16-Jun-2015 14:07:00.595 INFO [main] > org.apache.catalina.core.StandardService.startInternal Starting service > Catalina > 16-Jun-2015 14:07:00.596 INFO [main] > org.apache.catalina.core.StandardEngine.startInternal Starting Servlet > Engine: Apache Tomcat/8.0.22 > 16-Jun-2015 14:07:00.696 INFO [localhost-startStop-1] > org.apache.catalina.startup.HostConfig.deployWAR Deploying web application > archive > /opt/polystar/fortress/apache-tomcat-8.0.22/webapps/fortress-web-1.0.6.war > 16-Jun-2015 14:07:00.766 INFO [localhost-startStop-1] null.null > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.setDefaultRole > s <> > 16-Jun-2015 14:07:00.767 INFO [localhost-startStop-1] null.null > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.setContainerTy > pe <TomcatContext> > 16-Jun-2015 14:07:00.767 INFO [localhost-startStop-1] null.null > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.setRealmClassp > ath <> > 16-Jun-2015 14:07:02.915 INFO [localhost-startStop-1] > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.initialize > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.initialize > Tomcat7 Context-based policy agent > 16-Jun-2015 14:07:02.916 INFO [localhost-startStop-1] null.null > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.initialize - > instantiate policy agent name: > org.apache.directory.fortress.realm.tomcat.TcAccessMgrImpl > 16-Jun-2015 14:07:03.140 SEVERE [localhost-startStop-1] null.null > org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy.startInternal > caught Throwable=java.lang.ExceptionInInitializerError > 16-Jun-2015 14:07:03.150 SEVERE [localhost-startStop-1] > org.apache.catalina.core.ContainerBase.addChildInternal > ContainerBase.addChild: start: > org.apache.catalina.LifecycleException: Failed to start component > [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/fortress > -web-1.0.6]]
Indeed, the nullsj in log4j output look strange. It should tell us the class and method names being invoked. Makes me wonder if there is a version mismatch here? The other thing that looks different is the version on the fortress-web. How did you get 1.0.6? What version of fortress are you using - latest snapshot built locally? Shawn [email protected]
