cancel
Showing results for 
Search instead for 
Did you mean: 

Insatallation and Difference

tomekdomek
Champ in-the-making
Champ in-the-making
Hello i want to install Alfresco 1.4 on a Windows2003 Server.
I already have tomcat on it, so which download do i have to take?
I mean i dont want to have to tomcats installed:-)

Then i would like to know when you fix the Webdav bug and i can move folders in the Windows Explorer?Are you going to give an Update or BUGFIx?

And the i would like to know where the difference between Alfresco Community and the Enterprise Edition is?Is it the support or special functions and what kind of functions?

And whatis the thing with the trail version whats the difference to the Community Version?I mean whats the thing and the 30 day trial?I just dont get it!When i have the 30 trail and install it what the difference to the community Version?Do i have more support or do i get other documentations or tutorials?

Can someone answer me please as soon as possible because i want to install it on the 2003 Server as soon as possible:-)

Thank you
16 REPLIES 16

burner
Champ in-the-making
Champ in-the-making
ok thanky you but hmm when i installed war file i didnt move the extension folder becuase it wasnt necessary.and what about hsql?

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

Out of the box, Alfresco 1.4 is configured to use the bundled hsql. So you wouldn't really need to make any changes.

If you want to override the database properties (e.g. connect to MySQL instead) then you would need to use the extension folder for the overrides.

Cheers,

–Aladdin

burner
Champ in-the-making
Champ in-the-making
Hi and thanx
Yes the bundeled Alfresco 1.4 is configured to hsql but the war file isnt really.The tyt File which says what to do is based on mysql Installation!And i didnt use extension folders there are not necessary!

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

As far as the standalone WAR download goes, it is configured for MySQL by default, but it is expecting the following to be true:

- There is a database created called 'alfresco'
- There is a user that has full rights to that database and that user's info is:

   username: alfresco
   password: alfresco

You can find this information inside the WAR under:

  WEB-INF\classes\alfresco\repository.properties

# Database configuration
db.schema.update=true
db.driver=org.gjt.mm.mysql.Driver
db.name=alfresco
db.url=jdbc:mysql:///${db.name}
db.username=alfresco
db.password=alfresco
db.pool.initial=10
db.pool.max=20

Then try logging into mysql using:

  mysql -u alfresco -p

Then type alfresco as the password. If that logs you in it would explain why things are working.

Remember that Alfresco will not create the database for you, it will only populate it by creating the tables on first boot. So if there is a database called alfresco in your mysql installation someone else must have created it.

Hope this helps,

–Aladdin

burner
Champ in-the-making
Champ in-the-making
Yes i have it created!Thanx for helping me but the problem is i guess in the logfiles!

2006-12-13 18:03:59 StandardContext[/exist]Marking servlet AdminServlet as unavailable
2006-12-13 18:03:59 StandardContext[/exist]Error loading WebappClassLoader
  delegate: false
  repositories:
    /WEB-INF/classes/
———-> Parent Classloader:
StandardClassLoader
  delegate: true
  repositories:
    file:C:\webserver\runtime\tomcat\shared\classes\
———-> Parent Classloader:
StandardClassLoader
  delegate: true
  repositories:
    file:C:\webserver\runtime\tomcat\common\classes\
    file:C:\webserver\runtime\tomcat\common\lib\ant-launcher.jar
    file:C:\webserver\runtime\tomcat\common\lib\ant.jar
    file:C:\webserver\runtime\tomcat\common\lib\commons-collections-3.1.jar
    file:C:\webserver\runtime\tomcat\common\lib\commons-dbcp-1.2.1.jar
    file:C:\webserver\runtime\tomcat\common\lib\commons-el.jar
    file:C:\webserver\runtime\tomcat\common\lib\commons-pool-1.2.jar
    file:C:\webserver\runtime\tomcat\common\lib\jasper-compiler.jar
    file:C:\webserver\runtime\tomcat\common\lib\jasper-runtime.jar
    file:C:\webserver\runtime\tomcat\common\lib\jsp-api.jar
    file:C:\webserver\runtime\tomcat\common\lib\mysql-connector-java-5.0.4-bin.jar
    file:C:\webserver\runtime\tomcat\common\lib\naming-common.jar
    file:C:\webserver\runtime\tomcat\common\lib\naming-factory.jar
    file:C:\webserver\runtime\tomcat\common\lib\naming-java.jar
    file:C:\webserver\runtime\tomcat\common\lib\naming-resources.jar
    file:C:\webserver\runtime\tomcat\common\lib\servlet-api.jar
———-> Parent Classloader:
sun.misc.Launcher$AppClassLoader@a39137


org.apache.axis.transport.http.AdminServlet
java.lang.ClassNotFoundException: org.apache.axis.transport.http.AdminServlet
   at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
   at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
   at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:964)
   at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
   at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
   at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at org.apache.catalina.core.StandardService.start(StandardService.java:480)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)

2006-12-13 18:03:59 StandardContext[/exist]Servlet /exist threw load() exception
javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.axis.transport.http.AdminServlet or a class it depends on
   at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:974)
   at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
   at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
   at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at org.apache.catalina.core.StandardService.start(StandardService.java:480)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
—– Root Cause —–
java.lang.ClassNotFoundException: org.apache.axis.transport.http.AdminServlet
   at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
   at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
   at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:964)
   at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
   at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
   at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at org.apache.catalina.core.StandardService.start(StandardService.java:480)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)

2006-12-13 18:04:33 StandardContext[/intrafind]Error configuring application listener of class com.sun.xml.rpc.server.http.JAXRPCContextListener
java.lang.ClassNotFoundException: com.sun.xml.rpc.server.http.JAXRPCContextListener
   at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1340)
   at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1189)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3775)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
   at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
   at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at org.apache.catalina.core.StandardService.start(StandardService.java:480)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)

2006-12-13 18:04:34 StandardContext[/jsp-examples]ContextListener: contextInitialized()
2006-12-13 18:04:34 StandardContext[/jsp-examples]SessionListener: contextInitialized()
2006-12-13 18:04:34 StandardContext[/servlets-examples]ContextListener: contextInitialized()
2006-12-13 18:04:34 StandardContext[/servlets-examples]SessionListener: contextInitialized()
2006-12-13 18:06:59 StandardContext[/jsp-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@c8fe79')
2006-12-13 18:06:59 StandardContext[/jsp-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1bac498')
2006-12-13 18:06:59 StandardContext[/jsp-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@c0e353')
2006-12-13 18:06:59 StandardContext[/jsp-examples]SessionListener: contextDestroyed()
2006-12-13 18:06:59 StandardContext[/jsp-examples]ContextListener: contextDestroyed()
2006-12-13 18:07:00 StandardContext[/alfresco]Closing Spring root WebApplicationContext
2006-12-13 18:07:03 StandardContext[/servlets-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@410e58')
2006-12-13 18:07:03 StandardContext[/servlets-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@114e2b9')
2006-12-13 18:07:03 StandardContext[/servlets-examples]ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@30f9e2')
2006-12-13 18:07:03 StandardContext[/servlets-examples]SessionListener: contextDestroyed()
2006-12-13 18:07:03 StandardContext[/servlets-examples]ContextListener: contextDestroyed()


And this is the other LOGFILE and there is something with HSQL starting but i did everything with mysql!!!WHY?Please take a look at it!Thank you

13.12.2006 18:13:57 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
13.12.2006 18:13:57 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1375 ms
13.12.2006 18:13:57 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
13.12.2006 18:13:57 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
13.12.2006 18:13:57 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
13.12.2006 18:13:57 org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
13.12.2006 18:13:57 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\webserver\runtime\tomcat\conf\Catalina\localhost\admin.xml
13.12.2006 18:13:58 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
13.12.2006 18:13:58 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
13.12.2006 18:13:59 org.apache.struts.util.PropertyMessageResources <init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true
13.12.2006 18:14:01 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\webserver\runtime\tomcat\conf\Catalina\localhost\balancer.xml
13.12.2006 18:14:01 org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:C:\webserver\runtime\tomcat\conf\Catalina\localhost\manager.xml
13.12.2006 18:14:01 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /alfresco from URL file:C:/webserver/runtime/tomcat/webapps/alfresco
18:14:47,273 INFO  [admin.patch.PatchExecuter] Sucht nach anwendbaren Patches
18:14:47,351 INFO  [admin.patch.PatchExecuter] Es sind keine Patches erforderlich
18:14:47,648 INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_10-b03; maximum heap size 508,063MB
18:14:47,648 INFO  [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 1.4.0 (build-105) schema 21 - Installed version 1.4.0 (build-105) schema 21
13.12.2006 18:14:49 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /exist from URL file:C:/webserver/runtime/tomcat/webapps/exist
13.12.2006 18:14:50 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /cocoon from URL file:C:\webserver\runtime\tomcat\webapps\cocoon
trying to register database
trying to register database
- setting defaults to DC
- setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 100, maxSpoolPerRun = -1 ]
- Could not find value for key jcs.default.elementattributes
- Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults.
- setting defaultElementAttributes to [ IS_LATERAL = false, IS_SPOOL = false, IS_REMOTE = false, IS_ETERNAL = true, MaxLifeSeconds = -1, IdleTime = -1, CreateTime = 1166030109727, LastAccessTime = 1166030109727, getTimeToLiveSeconds() = -1000, createTime = 1166030109727 ]
- Could not find value for key jcs.system.groupIdCache.elementattributes
- Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults.
- initialized LRUMemoryCache for groupIdCache
- Constructed cache with name: groupIdCache
- Cache file root directory: C:\webserver\runtime\tomcat\work\Catalina\localhost\cocoon\cocoon-files\cache-dir
- Could not find value for key jcs.region.main.elementattributes
- Could not instantiate eAttr named 'jcs.region.main.elementattributes', using defaults.
- initialized LRUMemoryCache for main
- Constructed cache with name: main
- Cache file root directory: C:\webserver\runtime\tomcat\work\Catalina\localhost\cocoon\cocoon-files\cache-dir
- loading keys for org.apache.jcs.auxiliary.disk.indexed.IndexedDisk@f6d9ca
- Loaded keys from: main, key count: 1
- Reset maxKeySize to: '500000'
- RAMJobStore initialized.
- Quartz scheduler 'Cocoon
- Quartz scheduler version: 1.3.2
- Scheduler Cocoon_$_Wed_Dec_13_18:15:09_CET_2006 started.
WARN! *** JMS block is installed but jms client library not found. ***
- For the jms block to work you must install and start a JMS server and place the client jar in WEB-INF/lib.
- The default server, OpenJMS is configured in cocoon.xconf but is not bundled with Cocoon.
server.properties not found, using command line or default properties
Opening database: C:\webserver\runtime\tomcat\webapps\cocoon\WEB-INF\db\cocoondb
HSQLDB server 1.7.1 is running
Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
Wed Dec 13 18:15:11 CET 2006 Listening for connections …
13.12.2006 18:15:26 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /intrafind from URL file:C:\webserver\runtime\tomcat\webapps\intrafind
13.12.2006 18:15:27 org.apache.catalina.core.StandardContext listenerStart
SCHWERWIEGEND: Skipped installing application listeners due to previous error(s)
13.12.2006 18:15:27 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
13.12.2006 18:15:27 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context startup failed due to previous errors
13.12.2006 18:15:27 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /java from URL file:C:\webserver\runtime\tomcat\webapps\java
13.12.2006 18:15:27 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /jsp-examples from URL file:C:\webserver\runtime\tomcat\webapps\jsp-examples
13.12.2006 18:15:27 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL file:C:\webserver\runtime\tomcat\webapps\ROOT
13.12.2006 18:15:27 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /servlets-examples from URL file:C:\webserver\runtime\tomcat\webapps\servlets-examples
13.12.2006 18:15:28 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /tomcat-docs from URL file:C:\webserver\runtime\tomcat\webapps\tomcat-docs
13.12.2006 18:15:28 org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path /webdav from URL file:C:\webserver\runtime\tomcat\webapps\webdav
13.12.2006 18:15:28 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
13.12.2006 18:15:29 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
13.12.2006 18:15:29 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=16/93  config=C:\webserver\runtime\tomcat\conf\jk2.properties
13.12.2006 18:15:29 org.apache.catalina.startup.Catalina start
INFO: Server startup in 91612 ms
18:15:43,947 WARN  [node.index.FullIndexRecoveryComponent]

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

You seem to be missing some library files. Not sure from where though:


java.lang.ClassNotFoundException: org.apache.axis.transport.http.AdminServlet

java.lang.ClassNotFoundException: com.sun.xml.rpc.server.http.JAXRPCContextListener

As far as HSQLDB is concerned, it seems that Cocoon is the reason that is starting:


Opening database: C:\webserver\runtime\tomcat\webapps\cocoon\WEB-INF\db\cocoondb
HSQLDB server 1.7.1 is running

Hope this helps,

–Aladdin

burner
Champ in-the-making
Champ in-the-making
Yeah i guess you are right this stuff comes from another Webapplicastion:-) but i looked i have the classes which i need!

Thank you