cancel
Showing results for 
Search instead for 
Did you mean: 

Sysdeo Eclipse Tomcat Launcher plugin problem

abichet
Champ in-the-making
Champ in-the-making
hi,
i delete aflresco database by db_remove.bat and delete alf_data to clean my alfresco.
I re-install database by db_setup.bat.
my tomcat plugin is well configure.
i start  alfresco by eclipse plugin but after
27 mars 2006 09:44:34 org.apache.catalina.startup.HostConfig deployWAR

27 mars 2006 09:45:12 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
27 mars 2006 09:45:13 net.sf.joott.uno.UnoConnection connect
INFO: connected
27 mars 2006 09:45:14 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
27 mars 2006 09:45:14 net.sf.joott.uno.UnoConnection connect
INFO: connected
i have this error
14:19:58,156 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:390)
   at org.alfresco.repo.importer.ImporterBootstrap.onApplicationEvent(ImporterBootstrap.java:569)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:225)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:323)
   at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3692)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4127)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
   at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:804)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:693)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1118)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1020)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1012)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
   at org.apache.catalina.core.StandardService.start(StandardService.java:450)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:680)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:536)
   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:275)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
and the folder alf_data is not create. (??)
then i start alfresco by alf_start.bat and afresco start correctly.
if i try to re-start alfresco by eclipse plugin it work because the folder alf_data was created before but i can't connect by admin/admin.

i want use debug in eclipse thus i have to start alfresco with tomact eclipse plugin…
what 's the problem
regards
3 REPLIES 3

abichet
Champ in-the-making
Champ in-the-making
sorry it's more complicate that this.
1st case
1 - i start alfresco by tomcat eclipse plugin -> no work
2 - i start by start.bat -> it start but i can't login by admin/admin
3 - i start by tomcat eclipse plugin -> it work , i can login but i have error this categories

2nd case
1 - i start with start.bat -> it work
2 - i start by tomcat eclipse plugin -> i can't login

abichet
Champ in-the-making
Champ in-the-making
the 1st and 2nd case it after i remove and setup database

abichet
Champ in-the-making
Champ in-the-making
oki i was found the problem
in the file repository.properties,
my dir.root was been set to ./alf_data
thus i set it to C:/alfresco/alf_data

but why the tomcat eclipse plugin don't create the file alf_data ??

regards