Forum Discussion
mamar
12 years agoContributor
Hi,
It looks like some messy happened, i see duplicate files. Could you please follow the below steps and try again.
1. Uninstall the soapui and install the latest version (if possible...) and follow the below steps. If not, remove all the scriptom and jacob files from all folders and follow the below steps.
2. Download the latest Scriptom module from here http://groovy.codehaus.org/COM+Scripting.
you will see the link with the name "Scriptom 1.6.0", download that. That will have only the windows installer files.
3. Find out the java.library.path in soapUI using. log.info System.properties["java.library.path"].
4. Copy all the jar files (all the 7 'scriptom.... .jar' files and jacob-1.14.3.jar) from "..\\scriptom-all-assembly-1.6.0\lib" to the "soapui_HOME/bin/ext" folder.
5. Copy the jacob*.dll (both dlls) from "..\\scriptom-all-assembly-1.6.0\bin" to the "soapui_HOME/bin" folder (java.library.path from step 3).
This is mostly the soapUI_home/bin folder.
6. Restart soapUI and verify that you can see messages in the soapUI log that all the scriptom jars were loaded.
7. Now run a simple scriptom code to verify the configurations.
Try the above steps and let me know if you can succeed.
It looks like some messy happened, i see duplicate files. Could you please follow the below steps and try again.
1. Uninstall the soapui and install the latest version (if possible...) and follow the below steps. If not, remove all the scriptom and jacob files from all folders and follow the below steps.
2. Download the latest Scriptom module from here http://groovy.codehaus.org/COM+Scripting.
you will see the link with the name "Scriptom 1.6.0", download that. That will have only the windows installer files.
3. Find out the java.library.path in soapUI using. log.info System.properties["java.library.path"].
4. Copy all the jar files (all the 7 'scriptom.... .jar' files and jacob-1.14.3.jar) from "..\\scriptom-all-assembly-1.6.0\lib" to the "soapui_HOME/bin/ext" folder.
5. Copy the jacob*.dll (both dlls) from "..\\scriptom-all-assembly-1.6.0\bin" to the "soapui_HOME/bin" folder (java.library.path from step 3).
This is mostly the soapUI_home/bin folder.
6. Restart soapUI and verify that you can see messages in the soapUI log that all the scriptom jars were loaded.
7. Now run a simple scriptom code to verify the configurations.
Try the above steps and let me know if you can succeed.