cancel
Showing results for 
Search instead for 
Did you mean: 

Benchmark

hyahia
Champ in-the-making
Champ in-the-making
Hi,

i am trying to install and run benchmark (explained at http://wiki.alfresco.com/wiki/Running_Benchmark_Tests).

But there are problems in installation :

    There are differences between wiki description of binaries (Alfresco war distribution, Alfresco benchmark distribution) and downloaded binaries (community binaries). Like : difference in directory stucture, properties file content (classpath.config and repository.properties).
    When correcting these differences there are still errors when launching ant tasks ([hibernate.util.JDBCExceptionReporter] Connections could not be acquired from the underlying database!).
My questions are :
    Are binaries concerned by wiki article those of the community ?
    Is there any explanation of the test case used to benchmark Alfresco ? What does the benchmark prove : with a web client, does it insure some response time for a consult, a component creation,  a search …
Any explanations are welcome.
Regards,
Halim YAHIA
1 REPLY 1

benjamin_doughe
Champ in-the-making
Champ in-the-making
Is there an answer to this? I am having issues with running the benchmark on a Windows machine.

Here is the error I get:

Buildfile: C:\workflow\benchmark\benchmark\build.xml
generate-classpath:
run-repo:
     [java] CompilerOracle: exclude org/apache/lucene/index/IndexReader$1 doBody
     [java] CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger mergeIndexes
     [java] CompilerOracle: exclude org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger mergeDeletions
     [java] Repository
     [java] 12:30:50,282 ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\DOCUME~1\bend\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_18325.gif"  "C:\DOCUME~1\bend\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_18326.png"
     [java] 12:30:58,283 INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
     [java] 12:30:58,314 INFO  [admin.patch.PatchExecuter] No patches were required.
     [java] java.lang.UnsatisfiedLinkError: no Win32NetBIOS in java.library.path
     [java] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
     [java] at java.lang.Runtime.loadLibrary0(Runtime.java:822)
     [java] at java.lang.System.loadLibrary(System.java:993)
     [java] at org.alfresco.filesys.netbios.win32.Win32NetBIOS.<clinit>(Win32NetBIOS.java:711)
     [java] at org.alfresco.filesys.server.config.ServerConfiguration.getLocalServerName(ServerConfiguration.java:2566)
     [java] at org.alfresco.filesys.server.config.ServerConfiguration.processCIFSServerConfig(ServerConfiguration.java:658)
     [java] at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerConfiguration.java:509)
     [java] at org.alfresco.filesys.server.config.ServerConfiguration.onBootstrap(ServerConfiguration.java:3351)
     [java] at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:54)
     [java] at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)
     [java] at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:225)
     [java] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:323)
     [java] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:87)
     [java] at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:72)
     [java] at org.alfresco.util.ApplicationContextHelper.getApplicationContext(ApplicationContextHelper.java:40)
     [java] at org.alfresco.tools.Tool.initialiseRepository(Tool.java:238)
     [java] at org.alfresco.tools.Tool.start(Tool.java:204)
     [java] at org.alfresco.tools.Repository.main(Repository.java:125)
     [java] 12:30:58,502 ERROR [alfresco.smb.protocol] Error accessing Win32 NetBIOS, check DLL is on the path
     [java] 12:30:58,502 INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_08-b03; maximum heap size 986.125MB
     [java] 12:30:58,502 INFO  [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 1.4.0 (build-105) schema 21 - Installed version 1.4.0 (build-105) schema 21
     [java] The following error has occurred:
     [java] Bad credentials presented
     [java] Java Result: -1
BUILD SUCCESSFUL
Total time: 21 seconds