cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Status 404 - /activiti-explorer

ahoussam1
Champ in-the-making
Champ in-the-making
Hello dear,
Iuse activiti 5.20 with jre1.8.0_92 and apache-tomcat 7.0.26 on widows 7
I installed, it's worked well and true with demo, h database, … other functions
Update it to work with Mysql, Also it's worked well, create user and group and import process …
Now, I would like to use  LDAP with activiti, I update tow file: (activiti-custom-context.xml, and  activiti-ui-context.xml) to add ldap setting, Updated as described in the file activiti-userguide
When you go to the address: (http://localhost:8080/activiti-explorer) I found the following error message:


HTTP Status 404 - /activiti-explorer
——————————-
type Status report
message /activiti-explorer
description The requested resource (/activiti-explorer) is not available.
——————————-
Apache Tomcat/7.0.26

Is there one can help me to resolve this problem?
thanks
9 REPLIES 9

faizal-manan
Champ in-the-making
Champ in-the-making
is there any stacktrace?
Is should has an error during excution startup.bat

ahoussam1
Champ in-the-making
Champ in-the-making
Thank you for your answer
there is no problem
Tomcat server is stratup
logs file Attached here

faizal-manan
Champ in-the-making
Champ in-the-making
nope, your tomcat failed to start

<code>
SEVERE: Exception sending context initialized event to listener instance of class org.activiti.explorer.servlet.WebConfigurer
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'demoDataConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException:
Could not autowire field: protected org.activiti.engine.IdentityService org.activiti.explorer.conf.DemoDataConfiguration.identityService; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'processEngine' defined in class path resource [activiti-custom-context.xml]:
Cannot resolve reference to bean 'processEngineConfiguration' while setting bean property 'processEngineConfiguration'; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'processEngineConfiguration' defined in class path resource [activiti-custom-context.xml]:
Cannot create inner bean 'org.activiti.ldap.LDAPConfigurator#69c01e7e' of type [org.activiti.ldap.LDAPConfigurator] while setting bean property 'configurators' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'org.activiti.ldap.LDAPConfigurator#69c01e7e' defined in class path resource [activiti-custom-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'userEmployeenumberAttribute' of bean class [org.activiti.ldap.LDAPConfigurator]: Bean property 'userEmployeenumberAttribute' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
</code>

tomcat failed to initialize processEngine bean due to LDAPConfigurator error

jbarrez
Star Contributor
Star Contributor
Invalid property 'userEmployeenumberAttribute' of bean class [org.activiti.ldap.LDAPConfigurator]: Bean property 'userEmployeenumberAttribute' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?

and a connection failure


That should be self-explanatory, no?

ahoussam1
Champ in-the-making
Champ in-the-making
Thanks jbarrez, and Thanks to  faizal-manan for taking your time out and to replay
I  comment out property 'userEmployeenumberAttribute'
restarted tomcat, sam error

faizal-manan
Champ in-the-making
Champ in-the-making
it's a different error for the same object

ahoussam1
Champ in-the-making
Champ in-the-making
thanks
I delete properties
"userEmployeenumberAttribute" and "userUIDnumberAttribute"
and restart tomcat, I can't see login

ahoussam1
Champ in-the-making
Champ in-the-making
I suspect that the error has become about something else
can you help me?

ahoussam1
Champ in-the-making
Champ in-the-making
I thank all the people helped me to solve the problem
I've solved
I was able to access my account located in the LDAP