cancel
Showing results for 
Search instead for 
Did you mean: 

error testing SDK examples

thibaut
Champ in-the-making
Champ in-the-making
Hello,

i'm learning Alfresco SDK so i wanted to start by executing SDK exemples but unfortunally.
I try to compile the SDK FirstfoundationClient and this error occured :

Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap$1@6245a4
Caused by: org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap$1@6245a4
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:281)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:155)
   at org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap.bootstrap(DictionaryRepositoryBootstrap.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1160)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1122)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:92)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:77)
   at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:55)
   at org.alfresco.sample.FirstFoundationClient.main(FirstFoundationClient.java:69)
Caused by: java.lang.IllegalStateException: No user transaction is active
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:479)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:276)
   … 20 more

What happens !!?

THanks

THibaut
14 REPLIES 14

thibaut
Champ in-the-making
Champ in-the-making
re,

now after having configured correctly my contex-application this error occured

Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'serverConnector' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is java.io.IOException: Cannot bind to URL [rmi://localhost:50500/alfresco/jmxrmi]: javax.naming.NameAlreadyBoundException: alfresco/jmxrmi [Root exception is java.rmi.AlreadyBoundException: alfresco/jmxrmi]
Caused by: java.io.IOException: Cannot bind to URL [rmi://localhost:50500/alfresco/jmxrmi]: javax.naming.NameAlreadyBoundException: alfresco/jmxrmi [Root exception is java.rmi.AlreadyBoundException: alfresco/jmxrmi]
   at javax.management.remote.rmi.RMIConnectorServer.newIOException(Unknown Source)
   at javax.management.remote.rmi.RMIConnectorServer.start(Unknown Source)
   at org.springframework.jmx.support.ConnectorServerFactoryBean.afterPropertiesSet(ConnectorServerFactoryBean.java:168)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1118)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:270)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:92)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:77)
   at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:55)
   at org.alfresco.sample.FirstFoundationClient.main(FirstFoundationClient.java:69)
Caused by: javax.naming.NameAlreadyBoundException: alfresco/jmxrmi [Root exception is java.rmi.AlreadyBoundException: alfresco/jmxrmi]
   at com.sun.jndi.rmi.registry.RegistryContext.bind(Unknown Source)
   at com.sun.jndi.toolkit.url.GenericURLContext.bind(Unknown Source)
   at javax.naming.InitialContext.bind(Unknown Source)
   at javax.management.remote.rmi.RMIConnectorServer.bind(Unknown Source)
   … 15 more
Caused by: java.rmi.AlreadyBoundException: alfresco/jmxrmi
   at sun.rmi.registry.RegistryImpl.bind(Unknown Source)
   at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
   at sun.rmi.server.UnicastServerRef.oldDispatch(Unknown Source)
   at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
   at sun.rmi.transport.Transport$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at sun.rmi.transport.Transport.serviceCall(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
   at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
   at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
   at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
   at sun.rmi.server.UnicastRef.invoke(Unknown Source)
   at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
   … 19 more

none instance of Tomcat is running …
I'm using Alfrescro SDK 2.1

thanks for yours answers

bgl
Champ on-the-rise
Champ on-the-rise
Hi,

the exception "AlreadyBoundException" is because port 5050 is already bound. May be an existing registry is already running.

Stop this instance and you should be able to go one step further Smiley Wink

keithwalker
Champ in-the-making
Champ in-the-making
re,

now after having configured correctly my contex-application this error occured


I'm having your original problem, how did you do the configuration?

Thx,
Keith

bgl
Champ on-the-rise
Champ on-the-rise
May be just explain what you did 😉
Without knowing what you did, it will be difficult to help you !

keithwalker
Champ in-the-making
Champ in-the-making
I have the same situation as described in the first posting here.  I downloaded the SDK and performed the setup as described in the Alfresco SDK page (http://wiki.alfresco.com/wiki/Alfresco_SDK), and tried running the FirstFoundationClient class, but get the error below.  I'm not clear about whether the Repository can be accessed through POJOs or if it must be running in a J2EE container, but the sample indicates it runs as a POJO. I think I'm missing some configuration step, though.  Using Eclipse 3.2 and Windows XP. 

Thanks for any hints!

09:38:01,062 WARN  [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap$1@128647a
Caused by: org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap$1@128647a
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:281)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:155)
   at org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap.bootstrap(DictionaryRepositoryBootstrap.java:134)
   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.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1160)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1122)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:92)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:77)
   at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:55)
   at org.alfresco.sample.FirstFoundationClient.main(FirstFoundationClient.java:69)
Caused by: java.lang.IllegalStateException: No user transaction is active
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:479)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:276)
   … 20 more

e_blanco
Champ in-the-making
Champ in-the-making
I'm using Windows Vista, Eclipse 3.3 and got the same problem. Initially I had a "dir.root" problem, but I dropped the DB I used for Alfresco installation and everything worked fine. Now I'm stuck at this (I don't mind at the ImageMagick error but at the exception thrown):

17:52:40,823 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation: 
Execution result:
   os:         Windows Vista
   command:    imconvert "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_source_14888.gif"  "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_target_14889.png"
   succeeded:  false
   exit code:  1
   out:       
   err:        CreateProcess: imconvert "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_source_14888.gif" "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_target_14889.png" error=2
17:52:44,059 WARN  [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap$1@2b7bd9
Caused by: org.alfresco.error.AlfrescoRuntimeException: Failure during rollback: org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap$1@2b7bd9
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:281)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:155)
   at org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap.bootstrap(DictionaryRepositoryBootstrap.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1160)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1122)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:92)
   at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:77)
   at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:55)
   at org.alfresco.sample.FirstFoundationClient.main(FirstFoundationClient.java:69)
Caused by: java.lang.IllegalStateException: No user transaction is active
   at org.alfresco.util.transaction.SpringAwareUserTransaction.rollback(SpringAwareUserTransaction.java:479)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:276)
   … 20 more

I have no clue about what's the problem, as this is my first day using Alfresco. Anyone who cares to help? Thank you Smiley Happy

e_blanco
Champ in-the-making
Champ in-the-making
I get rid of this error, but I'm still stuck at some point.

14:45:59,305 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation: 
Execution result:
   os:         Windows Vista
   command:    imconvert "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_source_28597.gif"  "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_target_28598.png"
   succeeded:  false
   exit code:  1
   out:       
   err:        CreateProcess: imconvert "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_source_28597.gif" "C:\Users\E669F~1.BLA\AppData\Local\Temp\Alfresco\ImageMagickContentTransformer_init_target_28598.png" error=2
14:46:02,732 WARN  [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
14:46:06,261 WARN  [alfresco.util.OpenOfficeConnectionTester] A connection to OpenOffice could not be established.
14:46:12,044 INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
14:46:13,169 INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.
14:46:15,722 INFO  [node.index.FullIndexRecoveryComponent] Index recovery started: 8 transactions.
14:46:15,784 INFO  [node.index.FullIndexRecoveryComponent]    10 % complete.
14:46:15,801 INFO  [node.index.FullIndexRecoveryComponent]    20 % complete.
14:46:15,834 INFO  [node.index.FullIndexRecoveryComponent]    30 % complete.
14:46:15,858 INFO  [node.index.FullIndexRecoveryComponent]    50 % complete.
14:46:17,145 INFO  [node.index.FullIndexRecoveryComponent]    60 % complete.
14:46:17,190 INFO  [node.index.FullIndexRecoveryComponent]    70 % complete.
14:46:17,243 INFO  [node.index.FullIndexRecoveryComponent]    80 % complete.
14:46:17,270 INFO  [node.index.FullIndexRecoveryComponent]    100 % complete.
14:46:17,300 INFO  [node.index.FullIndexRecoveryComponent] Index recovery completed.
14:46:34,771 INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: c:\jboss-4.0.5.GA\alf_data
14:46:34,791 INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
14:46:35,202 INFO  [repo.module.ModuleServiceImpl] Found 0 module(s).
14:46:35,575 INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_14-b03; maximum heap size 63,563MB
14:46:35,576 WARN  [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 63,563MB is less than recommended 512MB
14:46:35,577 INFO  [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 2.1.0 (482) schema 64 - Installed version 2.1.0 (482) schema 64
14:46:35,748 ERROR [smb.protocol.mailslot] Host announce error, 10055:SendSocketDatagram - No buffer space available, (LANA 6)

I think I may need to disable CIFS (as I read in some other related posts), but have no clue about how to do it using the example of FirstFoundationClient. Is there any way to get it work? Smiley Happy

mmrs
Champ in-the-making
Champ in-the-making
hi,
this my second day in alfresco and first post in this forum
as the other
i read the Alfresco SDK page and try to run sdk project samples using netbeans
first i tried the SDK 3a but iget :

"(Error loading class [org.alfresco.filesys.repo.ContentDiskDriver] for bean with name 'contentDiskDriver' defined in class path resource [alfresco/network-protocol-context.xml]: problem with class file or dependent class)"

plus a long stack trace.
then i tried SDK 2.1 and i get the same error appear to most of u( much better than my last result 😞

11:32:44,656 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Windows XP
   command:    imconvert "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_3348.gif"  "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_3349.png"
   succeeded:  false
   exit code:  1
   out:       
   err:        CreateProcess: imconvert "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_3348.gif" "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_3349.png" error=2
11:32:47,625 WARN  [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
11:32:49,734 WARN  [alfresco.util.OpenOfficeConnectionTester] A connection to OpenOffice could not be established.
11:32:52,984 INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
11:32:53,765 INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.
11:32:55,250 WARN  [repo.admin.ConfigurationChecker] The Alfresco 'dir.root' property is set to a relative path './alf_data'.  'dir.root' should be overridden to point to a specific folder.
11:32:55,250 INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: .\alf_data
11:32:55,328 INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
11:32:55,781 INFO  [repo.module.ModuleServiceImpl] Found 0 module(s).
11:32:55,984 INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_16-b02; maximum heap size 63.563MB
11:32:55,984 WARN  [service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 63.563MB is less than recommended 512MB
11:32:55,984 INFO  [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 2.1.0 (482) schema 64 - Installed version 2.1.0 (482) schema 64


to be honest i heared of Alfresco Content management system last week and i dont understand or how to correct these problem; i mean like:
- how does the FirstFoundationClient project sample works in details.
- basics of how to code ur web app using Afresco repository.
- some tutorial (explaining code) will give a push forword (any one know plz post a link or somthin related).
im trying to work on it but resources are limited(ofcource since it's an open source  :roll: ) but still short :cry:

guss that the Alfresco Developer guide is the only salvation (hope so).
one more thing  Smiley Happy , looks like all posts are problem but no solution  :!:

plz any help will be great

best regards
mmrs

mmrs
Champ in-the-making
Champ in-the-making
hi,
well the command used for ImageMagick convertion is imconvert,which appear in ur system32 dir as convert.exe, right?
i renamed it to imconvert.exe and a diferent result appear in some line:
before:

succeeded: false
exit code: 1
out:
err: CreateProcess: imconvert "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_3348.gif" "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_3349.png" error=2

after renaming :

succeeded:  true
   exit code:  4
   out:       
   err:        Invalid Parameter - "C:\DOCUME~1\CRC\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_12268.png"

Is this mean the Image Conversion completed successfully?
but i trace the mentioned image above and found out that it's "No Preview Availabe"!!
is this about ImageMagick not installed? does'nt it a jar file in the ..\sample\server\ dir?
and how can i install it ?
the same for the OpenOffice since the connection did'nt established .
forget to mention that i only installed Alfresco SDK 2.1 and working on it with netbeans 6.0 (tomcat 6.0.14 within it)
plz forgive my ignorance but i'm still learning the whole thing
regards
mmrs