• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 04, 2024, 10:24:32 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - jp

1
 ;D

You got it...  I tried to change the definition file previoulsy and did not work; however, I had no access to Internet. Now I changed the definition file with Internet access and got it working.

Thanks!
2
Thanks for your reply. I've enabled Internet access and tried again. It is still failing with the same error.

I ran a sniffer and noticed that whenever the app (konakart) starts to deploy it is trying to go to 192.87.106.229 through HTTP. I opened a browser and veryfied I have access to that address (which appears to belong to Apache Foundation) so don't think there's something blocking the communication.

3
Yes... both startkonakart.bat  and startkonakart.sh
4
Hello!

I've been trying to install Konakart 6.5.1.0 on both Linux and Windows environments (using the installers). Whenever we run the startup script the Konakart webapp fails to deploy.

However, the Konakart Admin site is up and running. Only have problems with Konakart app itself.

Tried different JRE versions (1.6_20 and 1.6_45) and both 32bit - 64bit installers.

On both environments I get the following errors in catalina logs:

INFO: Deploying web application directory konakart
May 31, 2013 10:55:56 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
May 31, 2013 10:55:56 AM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/konakart] startup failed due to previous errors


In localhost logs:

May 31, 2013 10:55:56 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.apache.struts2.tiles.StrutsTilesListener
java.lang.IllegalStateException: Unable to instantiate container.
   at org.apache.tiles.web.startup.TilesListener.contextInitialized(TilesListener.java:60)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723)
   at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
   at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.
   at org.apache.tiles.definition.digester.DigesterDefinitionsReader.read(DigesterDefinitionsReader.java:273)
   at org.apache.tiles.definition.UrlDefinitionsFactory.readDefinitions(UrlDefinitionsFactory.java:286)
   at org.apache.tiles.definition.UrlDefinitionsFactory.init(UrlDefinitionsFactory.java:130)
   at org.apache.tiles.impl.BasicTilesContainer.initializeDefinitionsFactory(BasicTilesContainer.java:406)
   at org.apache.tiles.impl.BasicTilesContainer.init(BasicTilesContainer.java:130)
   at org.apache.tiles.factory.TilesContainerFactory.initializeContainer(TilesContainerFactory.java:232)
   at org.apache.tiles.factory.TilesContainerFactory.createTilesContainer(TilesContainerFactory.java:198)
   at org.apache.tiles.factory.TilesContainerFactory.createContainer(TilesContainerFactory.java:163)
   at org.apache.tiles.web.startup.TilesListener.createContainer(TilesListener.java:90)
   at org.apache.struts2.tiles.StrutsTilesListener.createContainer(StrutsTilesListener.java:70)
   at org.apache.tiles.web.startup.TilesListener.contextInitialized(TilesListener.java:57)
   ... 8 more



Maybe we're missing a component in the configuration? We're using all components as installed, only have the JRE and database in each box. No other installation of Tomcat.

Thanks for any hints.
JP