Open SSO : Modified AMConfig couldn't be found after configuration
Hi, I'm trying to deploy the opensso(opensso.war) in the jboss. I have got it running and can configure it well. The problem is when i restart my jboss, it shows the configurator.jsp instead of login page, as I'm not yet successful configuring open sso. I check in the AMLog and have an error
12/12/2006 10:54:23:359 AM SGT: Thread[http-0.0.0.0-8081-4,5,jboss]
**********************************************
12/12/2006 10:54:23:359 AM SGT: Thread[http-0.0.0.0-8081-4,5,jboss]
ERROR: LogManager.readConfiguration:could not instantiatecom.sun.identity.log.handlers.FileHandler
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.sun.identity.log.LogManager.readConfiguration(LogManager.java:308)
at com.sun.identity.log.s1is.LogConfigReader.schemaChanged(LogConfigReader.java:848)
at com.sun.identity.sm.ServiceSchemaManagerImpl.updateAndNotifyListeners(ServiceSchemaManagerImpl.java:338)
at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.identity.sm.CachedSMSEntry.updateServiceListeners(CachedSMSEntry.java:204)
at com.sun.identity.sm.CachedSMSEntry.update(CachedSMSEntry.java:124)
at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.sun.identity.sm.SMSEventListenerManager.sendNotifications(SMSEventListenerManager.java:286)
at com.sun.identity.sm.SMSEventListenerManager.objectChanged(SMSEventListenerManager.java:131)
at com.sun.identity.sm.SMSEventListenerManager.objectChanged(SMSEventListenerManager.java:84)
at com.sun.identity.sm.SMSEntry.objectChanged(SMSEntry.java:873)
at com.sun.identity.sm.SMSEntry.objectChanged(SMSEntry.java:837)
at com.sun.identity.sm.jaxrpc.SMSJAXRPCObjectImpl.notifyObjectChanged(SMSJAXRPCObjectImpl.java:417)
at com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie.invoke_notifyObjectChanged(SMSObjectIF_Tie.java:108)
at com.sun.identity.sm.jaxrpc.SMSObjectIF_Tie.processingHook(SMSObjectIF_Tie.java:1122)
at com.sun.xml.rpc.server.StreamingHandler.handle(StreamingHandler.java:333)
at com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doPost(JAXRPCServletDelegate.java:448)
at com.sun.xml.rpc.server.http.JAXRPCServlet.doPost(JAXRPCServlet.java:102)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at com.sun.identity.setup.AMSetupFilter.doFilter(AMSetupFilter.java:78)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:87)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.IllegalStateException: Timer already cancelled.
at java.util.Timer.sched(Timer.java:354)
at java.util.Timer.scheduleAtFixedRate(Timer.java:296)
at com.sun.identity.log.handlers.FileHandler.startTimeBufferingThread(FileHandler.java:546)
at com.sun.identity.log.handlers.FileHandler.<init>(FileHandler.java:330)
... 51 more
Is it have anything to do with this? For your information I can't find my modified AMConfig.properties(AMConfig_deployurihostport.properties) either as stated in the documentation about singlewar opensso. The only thing similar is a temporary file in my C:/Documents and Setting/ anwar,domainName/AccessManager
Thanks in advance

