Unable to run SDK First JCR Client in Alfresco SDK 3.2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2009 06:44 AM
I am trying to run FirstJCRClient program in SDK FirstJCR Client project provided in "alfresco-community-sdk-3.2r" edition and the following is the error:
org.alfresco.error.AlfrescoRuntimeException: 10030002 File server configuration error, 10030001 Failed to initialize desktop action
at org.alfresco.filesys.AbstractServerConfigurationBean.init(AbstractServerConfigurationBean.java:464)
at org.alfresco.filesys.AbstractServerConfigurationBean.onApplicationEvent(AbstractServerConfigurationBean.java:824)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:617)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory.start(ChildApplicationContextFactory.java:460)
at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.onApplicationEvent(AbstractPropertyBackedBean.java:276)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:617)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:122)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:66)
at org.alfresco.sample.FirstJCRClient.main(FirstJCRClient.java:66)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 10030001 Failed to initialize desktop action
at org.alfresco.filesys.alfresco.AlfrescoContext.initialize(AlfrescoContext.java:134)
at org.alfresco.filesys.repo.ContentContext.initialize(ContentContext.java:144)
at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.registerContext(AlfrescoDiskDriver.java:364)
at org.alfresco.filesys.repo.ContentDiskDriver.registerContext(ContentDiskDriver.java:452)
at org.alfresco.filesys.config.ServerConfigurationBean.processFilesystemsConfig(ServerConfigurationBean.java:1532)
at org.alfresco.filesys.AbstractServerConfigurationBean.init(AbstractServerConfigurationBean.java:459)
… 18 more
Caused by: org.alfresco.filesys.alfresco.DesktopActionException: Unable to resolve drag and drop application as a file, class path resource [alfresco/desktop/Alfresco.exe]
at org.alfresco.filesys.alfresco.DesktopAction.initializeAction(DesktopAction.java:434)
at org.alfresco.filesys.alfresco.AlfrescoContext.initialize(AlfrescoContext.java:130)
… 23 more
I tried to debug and could come to a conclusion that it is a known issue as posted at: https://issues.alfresco.com/jira/browse/ALFCOM-3389?page=com.atlassian.jira.plugin.system.issuetabpa...
I just would like to check if there is any workaround for this issue from the forum
org.alfresco.error.AlfrescoRuntimeException: 10030002 File server configuration error, 10030001 Failed to initialize desktop action
at org.alfresco.filesys.AbstractServerConfigurationBean.init(AbstractServerConfigurationBean.java:464)
at org.alfresco.filesys.AbstractServerConfigurationBean.onApplicationEvent(AbstractServerConfigurationBean.java:824)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:617)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
at org.alfresco.repo.management.subsystems.ChildApplicationContextFactory.start(ChildApplicationContextFactory.java:460)
at org.alfresco.repo.management.subsystems.AbstractPropertyBackedBean.onApplicationEvent(AbstractPropertyBackedBean.java:276)
at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:617)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:122)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:66)
at org.alfresco.sample.FirstJCRClient.main(FirstJCRClient.java:66)
Caused by: org.alfresco.error.AlfrescoRuntimeException: 10030001 Failed to initialize desktop action
at org.alfresco.filesys.alfresco.AlfrescoContext.initialize(AlfrescoContext.java:134)
at org.alfresco.filesys.repo.ContentContext.initialize(ContentContext.java:144)
at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.registerContext(AlfrescoDiskDriver.java:364)
at org.alfresco.filesys.repo.ContentDiskDriver.registerContext(ContentDiskDriver.java:452)
at org.alfresco.filesys.config.ServerConfigurationBean.processFilesystemsConfig(ServerConfigurationBean.java:1532)
at org.alfresco.filesys.AbstractServerConfigurationBean.init(AbstractServerConfigurationBean.java:459)
… 18 more
Caused by: org.alfresco.filesys.alfresco.DesktopActionException: Unable to resolve drag and drop application as a file, class path resource [alfresco/desktop/Alfresco.exe]
at org.alfresco.filesys.alfresco.DesktopAction.initializeAction(DesktopAction.java:434)
at org.alfresco.filesys.alfresco.AlfrescoContext.initialize(AlfrescoContext.java:130)
… 23 more
I tried to debug and could come to a conclusion that it is a known issue as posted at: https://issues.alfresco.com/jira/browse/ALFCOM-3389?page=com.atlassian.jira.plugin.system.issuetabpa...
I just would like to check if there is any workaround for this issue from the forum
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2009 09:11 AM
I'm having the same problem, any help would be appreciated.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2009 01:04 PM
Hi,
Me too facing same issue.I think its an open bug in alfresco.
ID ETHREEOH-3228 and ALFCOM-3389 .
Me too facing same issue.I think its an open bug in alfresco.
ID ETHREEOH-3228 and ALFCOM-3389 .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2009 06:38 AM
FYI this is now fixed on HEAD.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2010 02:10 AM
Can some one please tell me how to correct this silly error, i tried starting up my eclipse running an sample alfresco application by using alfresco sdk and got stuck over here.
org.alfresco.error.AlfrescoRuntimeException: 02020001 Failed to initialize desktop action
org.alfresco.filesys.alfresco.DesktopActionException: Unable to resolve drag and drop application as a file, class path resource [alfresco/desktop/Alfresco.exe]
any sugettions would be of great help
thanks
org.alfresco.error.AlfrescoRuntimeException: 02020001 Failed to initialize desktop action
org.alfresco.filesys.alfresco.DesktopActionException: Unable to resolve drag and drop application as a file, class path resource [alfresco/desktop/Alfresco.exe]
any sugettions would be of great help
thanks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 04:01 AM
anyone here who can help me on the above post..
