Application example "Articles" does not start on Oracle WebCenter Sites Jump Start Kit with Tomcat

Hello

I'm new to the Oracle WebCenter Sites platform and I followed step by step documentation at this link: http://docs.Oracle.com/CD/E29542_01/doc.1111/e29634/wemlaunchingsampleapp.htm

I am trying to install the sample application named "Articles" as indicated in the link. After that, I compiled the application, I move the .war file on the following path: "C:\Oracle\App_Server\apache-tomcat-7.0.42\Sites\webapps".

Then I stop the Application Server and then restart it. It creates the new folder in the folder webapps ' Articles - 1.0 ", but when I try to go to the localhost:9180/Articles-1.0/install.app link as mentioned in the documentation it gives me"HTTP 404 "status.

If I go to Tomcat Web Application Manager he said that items - 1.0 is not started, and if I try to start it again it told me: 'FAIL - Application to the context items - 1.0 path not could be started.

That's what it says in the catalina from the application log file:

Mar 11, 2014 11:46:50 org.apache.catalina.startup.HostConfig deployWAR

NEWS: Deployment of web application C:\Oracle\App_Server\apache-tomcat-7.0.42\Sites\webapps\articles-1.0.war archive

Mar 11, 2014 11:46:52 org.apache.catalina.core.StandardContext startInternal

SEVERE: Error listenerStart

Mar 11, 2014 11:46:52 org.apache.catalina.core.StandardContext startInternal

SEVERE: Context [/ 1 articles, 0] startup failed due to previous errors

Mar 11, 2014 11:46:52 org.apache.catalina.startup.HostConfig deployDirectory

NEWS: Deployment web application directory C:\Oracle\App_Server\apache-tomcat-7.0.42\Sites\webapps\cas

And this is what is written in the localhost log file:

Mar 11, 11:46:39 of 2014 org.apache.catalina.core.ApplicationContext Journal

INFO: The system property value root web app: "webapp.root" = [C:\Oracle\App_Server\apache-tomcat-7.0.42\Sites\webapps\cs\]

Mar 11, 11:46:39 of 2014 org.apache.catalina.core.ApplicationContext Journal

INFO: Initialize log4j [classpath:log4j.properties]

Mar 11, 11:46:39 of 2014 org.apache.catalina.core.ApplicationContext Journal

INFO: Initializing spring root WebApplicationContext

Mar 11, 11:46:51 2014 org.apache.catalina.core.ApplicationContext Journal

INFO: Initializing spring root WebApplicationContext

Mar 11, 2014 11:46:52 org.apache.catalina.core.StandardContext listenerStart

GRAVE: Context Exception initialization instance of listener class org.springframework.web.context.ContextLoaderListener event sending

org.springframework.beans.factory.BeanCreationException: error creating bean with name 'ssolistener' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)

to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)

at java.security.AccessController.doPrivileged (Native Method)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)

to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)

at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)

at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633)

at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:976)

to org.apache.catalina.startup.HostConfig$ DeployWar.run (HostConfig.java:1653)

to java.util.concurrent.Executors$ RunnableAdapter.call (Executors.java:471)

to java.util.concurrent.FutureTask$ Sync.innerRun (FutureTask.java:334)

at java.util.concurrent.FutureTask.run(FutureTask.java:166)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.ExceptionInInitializerError

at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)

... more than 30

Caused by: java.lang.NumberFormatException: for input string: "@casCacheMultiCastGroupPort @".

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

at java.lang.Integer.parseInt(Integer.java:492)

in java.lang.Integer. < init > (Integer.java:677)

at net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.createAutomaticallyConfiguredCachePeerProvider(RMICacheManagerPeerProviderFactory.java:115)

at net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.createCachePeerProvider(RMICacheManagerPeerProviderFactory.java:61)

at net.sf.ehcache.config.ConfigurationHelper.createCachePeerProviders(ConfigurationHelper.java:283)

at net.sf.ehcache.CacheManager.configure(CacheManager.java:443)

at net.sf.ehcache.CacheManager.init(CacheManager.java:302)

to net.sf.ehcache.CacheManager. < init > (CacheManager.java:234)

at com.fatwire.cache.ehcache.EhCacheObjectCache._initCache(EhCacheObjectCache.java:730)

at com.fatwire.cache.ehcache.EhCacheObjectCache.start(EhCacheObjectCache.java:564)

to com.fatwire.wem.sso.cas.cache.SessionMappingStorage. < init > (SessionMappingStorage.java:48)

to com.fatwire.wem.sso.cas.listener.CASListener. < clinit > (CASListener.java:15)

... more than 37

Mar 11, 11:46:52 of 2014 org.apache.catalina.core.ApplicationContext Journal

Information: Root WebApplicationContext closing spring

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 11:46:56

INFO: Initialize log4j [classpath:log4j.properties]

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 11:46:56

INFO: Initializing spring root WebApplicationContext

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 11:47:02

INFO: The initialization of spring FrameworkServlet 'cases '.

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 11:50:06

INFO: Initializing spring root WebApplicationContext

Mar 11, 2014 11:50:07 org.apache.catalina.core.StandardContext listenerStart

GRAVE: Context Exception initialization instance of listener class org.springframework.web.context.ContextLoaderListener event sending

org.springframework.beans.factory.BeanCreationException: error creating bean with name 'ssolistener' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)

to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)

at java.security.AccessController.doPrivileged (Native Method)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)

to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)

at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)

at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

at org.apache.catalina.manager.ManagerServlet.start (ManagerServlet.java:1256)

at org.apache.catalina.manager.HTMLManagerServlet.start (HTMLManagerServlet.java:714)

at org.apache.catalina.manager.HTMLManagerServlet.doPost (HTMLManagerServlet.java:219)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:212)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:611)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)

at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)

at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)

to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:589)

to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:312)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.ExceptionInInitializerError

at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)

... more than 46

Caused by: java.lang.NumberFormatException: for input string: "@casCacheMultiCastGroupPort @".

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

at java.lang.Integer.parseInt(Integer.java:492)

in java.lang.Integer. < init > (Integer.java:677)

at net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.createAutomaticallyConfiguredCachePeerProvider(RMICacheManagerPeerProviderFactory.java:115)

at net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.createCachePeerProvider(RMICacheManagerPeerProviderFactory.java:61)

at net.sf.ehcache.config.ConfigurationHelper.createCachePeerProviders(ConfigurationHelper.java:283)

at net.sf.ehcache.CacheManager.configure(CacheManager.java:443)

at net.sf.ehcache.CacheManager.init(CacheManager.java:302)

to net.sf.ehcache.CacheManager. < init > (CacheManager.java:234)

at com.fatwire.cache.ehcache.EhCacheObjectCache._initCache(EhCacheObjectCache.java:730)

at com.fatwire.cache.ehcache.EhCacheObjectCache.start(EhCacheObjectCache.java:564)

to com.fatwire.wem.sso.cas.cache.SessionMappingStorage. < init > (SessionMappingStorage.java:48)

to com.fatwire.wem.sso.cas.listener.CASListener. < clinit > (CASListener.java:15)

... more than 53

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 11:50:07

Information: Root WebApplicationContext closing spring

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 12:08:21

INFO: Initializing spring root WebApplicationContext

Mar 11, 2014 12:08:21 org.apache.catalina.core.StandardContext listenerStart

GRAVE: Context Exception initialization instance of listener class org.springframework.web.context.ContextLoaderListener event sending

org.springframework.beans.factory.BeanCreationException: error creating bean with name 'ssolistener' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)

to org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$ 1.run(AbstractAutowireCapableBeanFactory.java:409)

at java.security.AccessController.doPrivileged (Native Method)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)

to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:264)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)

at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)

at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4939)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5434)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)

at org.apache.catalina.manager.ManagerServlet.start (ManagerServlet.java:1256)

at org.apache.catalina.manager.HTMLManagerServlet.start (HTMLManagerServlet.java:714)

at org.apache.catalina.manager.HTMLManagerServlet.doPost (HTMLManagerServlet.java:219)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:212)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)

at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)

at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)

at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)

at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:611)

at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)

at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)

at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)

at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)

at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)

at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)

to org.apache.coyote.AbstractProtocol$ AbstractConnectionHandler.process (AbstractProtocol.java:589)

to org.apache.tomcat.util.net.JIoEndpoint$ SocketProcessor.run (JIoEndpoint.java:310)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:722)

Caused by: java.lang.ExceptionInInitializerError

at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)

... more than 46

Caused by: java.lang.NumberFormatException: for input string: "@casCacheMultiCastGroupPort @".

at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

at java.lang.Integer.parseInt(Integer.java:492)

in java.lang.Integer. < init > (Integer.java:677)

at net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.createAutomaticallyConfiguredCachePeerProvider(RMICacheManagerPeerProviderFactory.java:115)

at net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory.createCachePeerProvider(RMICacheManagerPeerProviderFactory.java:61)

at net.sf.ehcache.config.ConfigurationHelper.createCachePeerProviders(ConfigurationHelper.java:283)

at net.sf.ehcache.CacheManager.configure(CacheManager.java:443)

at net.sf.ehcache.CacheManager.init(CacheManager.java:302)

to net.sf.ehcache.CacheManager. < init > (CacheManager.java:234)

at com.fatwire.cache.ehcache.EhCacheObjectCache._initCache(EhCacheObjectCache.java:730)

at com.fatwire.cache.ehcache.EhCacheObjectCache.start(EhCacheObjectCache.java:564)

to com.fatwire.wem.sso.cas.cache.SessionMappingStorage. < init > (SessionMappingStorage.java:48)

to com.fatwire.wem.sso.cas.listener.CASListener. < clinit > (CASListener.java:15)

... more than 53

Mar 11, Journal of org.apache.catalina.core.ApplicationContext 2014 12:08:21

Information: Root WebApplicationContext closing spring

I solved it to change

articles\src\main\webapp\WEB-INF\classes\cas-cache. XML

file in this part:

<>

Class = "net. SF. Ehcache.distribution.RMICacheManagerPeerProviderFactory ".

Properties = "peerDiscovery Auto is, multicastGroupAddress is 230.0.0.0,

multicastGroupPort=@casCacheMultiCastGroupPort @, timeToLive = 0 "/ >"

change of attribute multicastGroupPort=@casCacheMultiCastGroupPort @

with your JumpStart Kit port (my port was 9180)

multicastGroupPort = 9180

Tags: Fusion Middleware

Similar Questions

  • Windows Vista does not start upward, with success since the closure complete

    Hello world

    I actually had this problem for a long time, but I'm just now to a point where I'm ready to take a lead in fixing it.

    I can't identify when it started, but Windows Vista does not start upward, with success of a full stop. He gets to the screen where, in general, the green bars will travel across the screen, but the green bars will not come. The screen looks dim and sits there, with the text of the copyright of Microsoft Corporation. So, after not having on the mound, I have to manually shut down the computer by holding down the power button. When I try to start again, told me to go through the Startup Repair tool. If I jump the repair, I just have to meet the same problem - a computer that will not go beyond the screen "green bar".

    So, I do the Startup Repair, and told me what I do for the restoration of the system. Windows starts normally after the restoration.

    Don't forget, this happens from a full stop. To remedy this, I just never completely shut down my computer. I left running and back just at the beginning of the day. The computer may start restart, it just may not start with a full stop.

    Given the start of repair takes, literally, around 4 or 5 hours of full stops complete, accidental or power outages are a nightmare, I am obliged to wait 5 hours to get access to the computer. Fortunately, I have my laptop.

    If someone has encountered this? I saw people talking about the loop of startup repair, but that's not the point, I have. I have yet to see any discussion of my specific problem.

    Thanks in advance!

    Hello

    4-5 hours to do a startup repair is too long.

    Often you get better results if you a using a DVD of Microsoft Vista startup repair.

    Jose how to do a startup repair, etc. using a DVD of Vista from Microsoft

    Manufacturers recovery disks normally do not have Service Options; they are normally a relocation to the factory only settings option.

    Here is the guide to repair Options using a Vista DVD from Microsoft.

    If a friend or a work acquantance of yours has one, you can borrow and use it for repairs.

    http://www.bleepingcomputer.com/tutorials/repair-Windows-with-Windows-Startup-Repair/

    Table of contents

    1. Overview of Windows Vista repair options
    2. How to perform an automatic repair of Windows Vista using Startup Repair
    3. Advanced Tools Overview
    4. Conclusion

    If you do not or can not borrow a Microsoft DVD there is a download of a file ISO of Vista Startup Repair available that you can put on a Bootable floppy to make the above startup repair and that the method is recommended by a large number of posters in these Forums.

    Unfortunately, you have to buy it.

    Here is a link to it:

    http://NeoSmart.net/blog/2011/Windows-Recovery-discs-updated-reinstated/

    See you soon.

  • CF8 will of Application Server Service does NOT start

    I came across this error:

    means: Java heap space

    and after researching it, it seemed to me that I should to the maximum segment size on the page Java/JVM, so I increased my heap size max to 1044 MB of 512, via the CF administrator, I also added the maxPermSize = 256 m.  Then I restarted the server, but the Application Server service will not start.

    I opened home/runtim/bin/jvm.config and define the segment of memory of 1024 size, restart, the service still does not start.

    Set the size of heap max 512 and removed maxPermSize, server rebooted, service still does not start.

    A value equal to the java.args set :-serveur-Xmx256m-Dsun.io = false .useCanonCaches - xx: MaxPermsize = 128 m - XX: + UseParallelGC-Dcoldfusion.rootDir={application.home}/... /-Dcoldfusion.libPath={application.home}/... / lib - Dcoldfusion.classPath={application.home}//lib/updates, {application. Home} /... / lib {cation.home} / app... /Gateway/lib /, {application. Home} /... / wwwroot/Web-INF/Flex/Jars, {application. home} /... / wwwroot/Web-INF/cfform/Jars

    Restarted, the service still will not start.

    Someone at - it ideas?

    The error that I get trying to start services is:

    Windows could not start the server to ColdFusion 8 applications on Local computer.  For more information, see the system even log.  If it is a non-Microsoft service, contact the service provider and therefore the 2 service-specific error code.

    Thank you!

    If you have a backup of the file config before you made the changes, restore this file.

    If this isn't the case, it seems that you have a few typos and extra spaces in your arguments.  For example "-xx" should be capitalized and '{application .home}' has a space after 'application' that shouldn't be there.  Note that the JVM arguments are case-sensitive.

    Here are the arguments for a working copy of the CF8, use at your own risk and your backup configuration file before making any changes.

    -Server-Xmx512m - Dsun.io.useCanonCaches = false - XX: MaxPermSize = 192 m - XX: + UseParallelGC-Dcoldfusion.rootDir={application.home}/... /-Dcoldfusion.libPath={application.home}/... / lib - Dcoldfusion.classPath={application.home}//lib/updates, {application. Home} /... / lib {cation.home} / app... /Gateway/lib /, {application. Home} /... / wwwroot/Web-INF/Flex/Jars, {application. home} /... / wwwroot/Web-INF/cfform/Jars

    Beware of the forum software sometimes adds extra space to the text that is displayed here.

  • Update Windows 10 November (10586 aka 1511): bcdedit/set hypervisorlaunchtype off, but VMware Workstation does not start VMs with conflict of Hyper-V

    Hi all

    I upgraded from Windows 10 Windows 10 November updated this morning.

    I have the Hyper-V role is installed and use it from time to time, but bcdedit to configure the boot loader to disable Hyper-V by hypervisorlaunchtype power off.

    This technique has worked with 10 Windows and VMware Workstation and I could start and run virtual machines

    Since I did the upgrade, I can't start VM with this standard message "VMware Workstation and Hyper-V are not compatible"

    I am running VMware Workstation 10, but suspect that this problem also exists with later versions.

    Everyone knows about this problem?

    Someone at - he found a solution?

    I'm willing to fork over $150 for 12 workstations to solve this problem, but I want to know with certainty that it is circumventing my problem.

    Thanks for that.

    Uninstallation and reinstallation of the hyper-v feature, following the upgrade of Windows Windows 10 November 10 update solved the problem.

    I still need to run the following command to disable the Hyper-V technology

    bcdedit/set hypervisorlaunchtype

    Thanks to everyone for their help.

  • Windows Vista does not start even with safe mode in HP

    Status: 0xc0000098 file: \Windows\System32\Drivers\914c7af9ebad1205.sys Windows Vista home gives this warning on trying to start. Will not go in safe mode. You have to solve this problem. Got the original disks from HP.

    Thanks in advance.

    Hello

    You can try to re-install using the original HP discs.

    HP should give you the possibility of a destructive or non-destructive restore.

    Or try a startup repair and / or a system restore using a DVD of Vista from Microsoft

    Manufacturers recovery disks normally do not have Service Options; they are normally a relocation to the factory only settings option.

    Here is the guide to repair Options using a Vista DVD from Microsoft.

    If a friend or a work acquantance of yours has one, you can borrow and use it for repairs.

    http://www.bleepingcomputer.com/tutorials/repair-Windows-with-Windows-Startup-Repair/

    Table of contents

    1. Overview of Windows Vista repair options
    2. How to perform an automatic repair of Windows Vista using Startup Repair
    3. Advanced Tools Overview
    4. Conclusion

    If you do not or can not borrow a Microsoft DVD there is a download of a file ISO of Vista Startup Repair available that you can put on a Bootable floppy to make the above startup repair and that the method is recommended by a large number of posters in these Forums.

    Unfortunately, you have to buy it.

    Here is a link to it:

    http://NeoSmart.net/blog/2011/Windows-Recovery-discs-updated-reinstated/

    See you soon.

  • Computer hung over the Windows, restarted, update now it does not start even with the installation CD, Get blue screen with the stop message.

    Hi, I installed a Windows update when my computer froze, so I turned it off and back on, now I can't even boot to the installtion disk supplied with the computer. When I hit F8 reapeatedly and select one of the available options, the computer contiually restarts and will not even go into safe mode. I tried hitting ctrl-alt-del, which brings me just for the system configuration menu. I even tried a software that is supposed to start any computer with any problem, and I get the same results I get with the installation CD. (Blue screen with error message: STOP 0x0000c1F5 (0x00000000, four times).) I can't do anything with it, can you help me!

    Windows Update Forum:

    You will get the best help for any problem of Update/Service Pack in the Windows Update Forum; the link below:

    http://social.answers.Microsoft.com/forums/en-us/vistawu/threads

    When you repost here, kindly understand exactly what happened when you tried this update.

    In this way, you will receive the best help.

    See you soon.

    Mick Murphy - Microsoft partner

  • Developer SQL does not start, crashes with loading screen, the Mavericks MAC

    I know not where to go from here, I have the JDK path worked I believe (see below).

    Open the start window, the blue bar goes to about 1/2 "and then it is just there and don't do anything.

    How can I debug this from here?

    I don't think that it is the JDK, I did the following and I see to open the log file that SqlDeveloper has the JDK files open.

    Ive done everything I have found to be relevant, everything that follows without success...

    • added SetJavaHome /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home to sqldeveloper_darwin.conf
    • added IncludeConfFile sqldeveloper - Darwin.conf to sqldeveloper.conf
    • added (link)

    function setjdk() {}

    If [$#-don't 0]; then

    removeFromPath ' / System/Library/Frameworks/JavaVM.framework/Home/bin'

    If [n ' ${JAVA_HOME + x} "]; then

    removeFromPath $JAVA_HOME

    FI

    Export JAVA_HOME ='/ usr/libexec/java_home - v $@ '

    export PATH = $JAVA_HOME/bin: $PATH

    FI

    }

    function removeFromPath() {}

    export PATH = $(echo $PATH | sed-E-e « s;: $1; ") -e"s; $1 : ? ; ")

    }

    setjdk 1.7

    in. / added to bash_profile

    I downloaded the previous version 4.0.0.13 Version and it works without any problem.

    I'll wait until the next version comes out and try it.

    Thank you

  • Just bought a msi gtx 750 ti OC edition.when installed does not start, ends with a black screen and the cursor

    As indicated in the title, I bought a ti 750 gtx.

    N750Ti-2GD5/OC

    The machine had a 620 in gt and works very well with it in. When I install the ti 750 gtx, however, the boot system hangs on a black screen with cursor / underscores and a single beep.

    The system is a h8 1203, with a power of 460.

    I also have a gts 250, that also installs and works fine. Ive read a little, and there is a problem with this map and the hp system? something about the type of bios? I couldn't quite follow what has been said.

    Hello

    If you upgrade to Windows 8 (UEFI-mode Setup) and apply the BIOS posted updated so you should be able to work to the video card.

    Don't forget to create a set of external support of HP recovery before installing a new operating system.

  • Apache does not start after the installation of ColdFusion11

    I am doing an upgrade to CF8 to CF11, but should keep CF8 on the server until CF11 runs correctly on my production server.

    Apache 2.2.26, Tomcat 7.0.64

    Windows Server 2008_R2 (virtual)

    I have the original CF 11.0.0 file directly from Adobe. I chose a standard installation (no JEE) with Apache web server and all subcomponents, no servlets. The installation proceeds without problems.

    In httpd.conf of Apache, I see the code section that had been added by my previous installation of CF8:

    LoadModule jrun_module "C:/ColdFusion8/runtime/lib/wsconfig/1/mod_jrun22.so".
    < IfModule mod_jrun22.c >
    .. .more code...
    < / IfModule >

    I also see the line of code that the installer was added for CF11:

    Include "C:\Apache2\conf\mod_jk.conf".

    I can also find the file mod_jk.conf in the place that it references and all CF11 files and folders that it references exist.

    I put in the comment section above for CF8 and try to restart Apache, but it will not start. There are no entries in the Apache logs to explain what happened. If I remove the comments for CF8 and comment out this line for CF11, Apache starts fine.

    Since the installation, I have three questions:

    1. Apache does not start successfully with mod_jk.conf CF11
    2. I noticed that the ODBC services do not run in Windows for CF11 (they are for CF8)
    3. I can not navigate to the admin of CF11. CF8 admin works fine (probably on the same port, huh?)

    Ideas about why Apache does not start correctly? Thank you.

    I finally found a useful entry in the Windows system event log:

    The named Apache service reported the following error:
    > httpd.exe: 526 C:/Apache2/conf/httpd.conf online syntax error: syntax on line 2 of C:/Apache2/conf/mod_jk.conf error: cannot load C:/ColdFusion11/config/wsconfig/1/mod_jk.so into server: Apache the named service is not a valid Win32 application.

    Looking at my previous installation for CF8 notes, I found a similar problem.

    Solution:

    Extract mod_jk22.so Apache 64 - bit C:\ColdFusion11\runtime\lib\wsconfig.jar (zip) to C:\ColdFusion11\config\wsconfig\1 like mod_jk.so (in lieu of essentially the mod_jk.so CF11 Installer put in place)

    Now, commenting on the CF8 to my Apache httpd.conf section and allowing the line CF11 allowed Apache to start properly. The file mod_jk.conf applies an alias to the CFIDE CF11 so that my web address can reach the CF11 Admin!

    Completion of the process of configuration/installation in CF11 then allowed me to download and install the update 7. On Self restart, ODBC connectors are also running!

    Situation with my questions:

    1. Solved
    2. Solved
    3. Solved
  • Need help, use the control Timer my application does not start

    Hello guys

    I have problems, follow the example signals and Slots, but when my application is running, it does not start.

    If I delete all the code that deals with the Timer control, it's working again, my theory is that the CustomTimer library does not stunts

    Can you help me?

    Thank you very much

    My guess is many people have followed this during the first startup, I certainly did and it worked for me.

    It's probably something simple, missed, without seeing your code it's going to be difficult to diagnose.

    My first advice is always to check the log and see if messages are coming that may be related.

  • The FireFox 42.0.1 application does not start.

    The FireFox 42.0.1 application does not start. I can uninstall and reload FireFox 37.0.2 and that worked, but now when I load 37.0.1 it installs really 42.0.1 that no longer works.
    I had to use IE 10 to contact Mozilla.
    Year annual should be ashamed of this...
    Can you tell me why Mozilla FireFox 42.0.1 installs but won't work?
    In addition, why FireFox 42.0.1 install when I try to install 37.0.2?

    It is possible that your firewall or other security software blocks or limit Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and allow your firewall to ask permission to get access full and unrestricted, again to install for Firefox and the plugin-container and the update process.

    See:

  • Yahoo messinger does not start, he said: "the application failed to start because its side-by-side configuration is incorrect. Check the log of events applications for more details. » __

    Yahoo messinger does not start, he said: "the application failed to start because its side-by-side configuration is incorrect. Check the log of events applications for more details. »

    UM. I have no idea what that means, I never had that in my 20s I was using a computer.  Please help, someone!

    You can get the Chkdsk to run in the General Windows interface by following these instructions?

    Try running ChkDsk to check your drive for errors. Right click on your drive icon / properties / tools / error checking. Try first by checking do not each box (that it will run in read-only mode) to see if it reports any problems file or hard drive. If so, restart it by checking both boxes and restart to allow him to attempt to fix any problems found.

    Your command prompt Mode works without failure or a boot?

    Startup options (including safe mode)
    http://Windows.Microsoft.com/en-us/Windows7/advanced-startup-options-including-safe-mode

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    It works if you test with another user, you will need to create one to test with?

    System Restore and the System File Checker is able to fix anything?

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista (or 7)
    http://support.Microsoft.com/kb/936212/#appliesTo

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7
    http://support.Microsoft.com/kb/929833

    How to analyze the entries in the log file generating the program Checker (SFC.exe) resources of Microsoft Windows in Windows Vista
    http://support.Microsoft.com/kb/928228#appliesTo

    Have you tested malware?  I see a lot of recommendations here for programs such as -

    Malwarebytes' Anti-Malware
    http://www.Malwarebytes.org/products/malwarebytes_free

    SuperAntispyware
    http://SUPERAntiSpyware.com/

  • Application does not start and does not respond. Closed that it self.

    Hi guys

    I made a game for the BlackBerry using Flash Pro CS6 z10. I tried it in the Simulator and I installed it in a system z10.

    To do this, I packed the bar and signed the app using the command line and I send the Simulator and the device with the HELP of graphics OS Tablet.

    Everything works perfectly, in the SIM and the device... However, when I presented the game on the portal of the seller for review and approval, I had... "correct the following issues and resubmit your application as a new version."

    I'm testing your app on the BlackBerry Z10. When I press the icon for your application, it does not start and does not respond. Closed by it self. » ...

    Anyone know how to solve this problem or what can I do? (and why it's working ok for me and not them?)

    Thank you very much!

    OK, I downloaded your app and checked that it uses Stage3D (you renderMode value to indicate in the app.xml file). I tested it in point 10.2 and it works for me. When using the portal provider make sure you specify BlackBerry 10.2 or higher.

  • Adobe Acrobat DC does not start, Manager Application of error appears

    I downloaded Adobe Acrobat DC and manually updated to the version

    2015.006.30198

    on a 64 bit Windows Server 2008R2

    but it still does not start, it shows just a mistake Adobe Application Manager with the following details:

    Problemsignatur:

    Problemereignisname: APPCRASH

    Anwendungsname: PDApp.exe

    Anwendungsversion: 9.0.0.263

    Anwendungszeitstempel: 56e11428

    Fehlermodulname: KERNELBASE.dll

    Fehlermodulversion: 6.1.7601.23455

    Fehlermodulzeitstempel:, a-573-5509

    Ausnahmecode: 40010006

    Ausnahmeoffset: 0000c54f

    Betriebsystemversion: 6.1.7601.2.1.0.16.7

    Gebietsschema-ID: 1031

    Zusatzinformation 1: edd3

    Zusatzinformation 2: edd3373493f29635ddf60c35096bf873

    Zusatzinformation 3: a613

    Zusatzinformation 4: a6133252829e8c9fe24defafa747265d

    An Adobe employee helpede support me with a new installation via the command line. Thank you very much for your help!

  • the CreativeCloud application does not start.

    the application CreativeCloud does not start.  Deleted using uninstaller cloud creative, now impossible to install. do not run the program (( ))

    clean through the use of the Adobe Creative Cloud cleaning tool to solve installation problems

    Restart your computer

    Reinstall the cc desktop application, https://creative.adobe.com/products/creative-cloud

Maybe you are looking for