cancel
Showing results for 
Search instead for 
Did you mean: 

Workdesk 4.1.1.0 trial HR sample

pitorreb
Champ in-the-making
Champ in-the-making
Hi
I am very excited to test Alfresco Workdesk so I download with the alfresco one trial , Alfresco 4.1.5 and alfresco workdesk trial 4.1.1.0
After an clean install of Alfresco on my personal computer (Windows 7) in D:/alfresco415
I put the folder Wordesk from D:\alfresco-workdesk-trial-4.1.1.0\bin to D:\Alfresco415\tomcat\webapps
I restart of tomcat.
I open the url http://localhost:8080/workdesk/ and log in with name “csu” and password “abs”.
After 5-10 seconds I have this error (see screen-1) Cannot access http://workdesk-trial2.alfresco.com:8080/alfresco/cmisatom: connect timed out
I check this url (http://workdesk-trial2.alfresco.com:8080/alfresco/cmisatom) with my browser and I download (without prompt) a file name cmisatom.
So I decide to test on my local instance of alfresco with the sample Application HR
I open D:\Alfresco415\tomcat\webapps\workdesk\WEB-INF\web.xml and edit <OwResourceFilePath> to <param-value>deploy#WEB-INF/conf/opencmis</param-value> 
Restart Tomcat
Launch the  cmd : install-workdesk-hr.bat -ap D:\Alfresco415 -u admin -p alfresco
I have this error :

2013-09-04 18:06:43,216 [main] ERROR OwOpenAir [] - Failed to gnip CMIS WS @SIMP
LE_CMIS{http://localhost:8080/alfresco/cmis} >> Sleeping …
2013-09-04 18:06:45,252 [main] INFO  OwOpenAir [] - CMIS Repository Main Reposit
ory
2013-09-04 18:06:45,252 [main] ERROR OwOpenAir [] - Failed to gnip CMIS WS @SIMP
LE_CMIS{http://localhost:8080/alfresco/cmis} >> Sleeping …
2013-09-04 18:06:47,286 [main] INFO  OwOpenAir [] - CMIS Repository Main Reposit
ory
2013-09-04 18:06:47,287 [main] ERROR OwOpenAir [] - Failed to gnip CMIS WS @SIMP
LE_CMIS{http://localhost:8080/alfresco/cmis} >> Sleeping …
2013-09-04 18:06:47,288 [main] INFO  OwOpenAir [] - Stopping [Alfresco 3xx Stop]

2013-09-04 18:06:47,289 [main] FATAL OwOpenAir [] - fatal error on running actio
n [Alfresco 3xx Stop]. Undoing changes.
com.wewebu.ooa.OwOAException: ALFRESCO CMIS is running @SIMPLE_CMIS{http://local
host:8080/alfresco/cmis}
        at com.wewebu.ooa.cmis.OwCMISConnection.gnip(OwCMISConnection.java:324)
        at com.wewebu.ooa.ace.OwStopAlfresco3xAction.runBare(OwStopAlfresco3xAct
ion.java:48)
        at com.wewebu.ooa.OwInstallActionBase.run(OwInstallActionBase.java:21)
        at com.wewebu.ooa.OwOpenAir.install(OwOpenAir.java:87)
        at com.wewebu.ooa.OwOpenAir.main(OwOpenAir.java:279)
2013-09-04 18:06:47,292 [main] FATAL OwOpenAir [] -     deleting D:\Alfresco415\
oat\workdesk-hr\1_Stop_Alfresco
Exception in thread "main" com.wewebu.ooa.OwOAException: ALFRESCO CMIS is runnin
g @SIMPLE_CMIS{http://localhost:8080/alfresco/cmis}
        at com.wewebu.ooa.cmis.OwCMISConnection.gnip(OwCMISConnection.java:324)
        at com.wewebu.ooa.ace.OwStopAlfresco3xAction.runBare(OwStopAlfresco3xAct
ion.java:48)
        at com.wewebu.ooa.OwInstallActionBase.run(OwInstallActionBase.java:21)
        at com.wewebu.ooa.OwOpenAir.install(OwOpenAir.java:87)
        at com.wewebu.ooa.OwOpenAir.main(OwOpenAir.java:279)

see awd-openair.log

I check with my browser http://localhost:8080/alfresco/cmis and its run correctly
(I check on the forum this post https://forums.alfresco.com/forum/help/installation-upgrade-help/hr-module-installation-problem-0529... and I am GMT+1)
I missed something?
3 REPLIES 3

d_evil
Champ in-the-making
Champ in-the-making
Hi pitorreb,

did you try to run the command as Administrator, in Win7 environment there are restrictions of what a program can and can not do. Also it looks like the HR installer did not recognized your Alfresco version correctly.

Will try a local test, and see if I'm getting the same issue.

pitorreb
Champ in-the-making
Champ in-the-making
Thanks you very much
I run the command as administrator and work like a charm

deko
Star Contributor
Star Contributor
Could you please click on the error message that you receive with trial configuration (user "csu" against workdesk-trial2.alfresco.com:8080/alfresco). This should display the full stacktrace then, which you could paste here for a detailed analysis.

Please note also, that when using the trial configuration, Workdesk tries to connect to a PostgreSQL database in the cloud to read user roles and the depending Workdesk configuration. This connection is established using a JDBC connection on port 5432:

url="jdbcSmiley Tongueostgresql://workdesk-trial2.alfresco.com:5432/owddbds?autoReconnect=true"

Please ensure that this port is not blocked by your local firewall configuration.

Best Regards,
Dennis