18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
java.lang.NoClassDefFoundError: de/schlichtherle/license/LicenseParam
I started getting the below exception recently. Not sure what this is or where to download the jar I need.
Runs fine on my dev box failing on the build server. I am running sahi_opensource on my dev box but sahi_pro is on the build server.
And help would be much appreciated.
Error:
Exception in thread "Thread-6" java.lang.NoClassDefFoundError: de/schlichtherle/license/LicenseParam
at net.sf.sahi.Proxy.startProxy(Proxy.java:148)
at net.sf.sahi.Proxy.access$000(Proxy.java:47)
at net.sf.sahi.Proxy$1.run(Proxy.java:124)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: de.schlichtherle.license.LicenseParam
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 4 more
Runs fine on my dev box failing on the build server. I am running sahi_opensource on my dev box but sahi_pro is on the build server.
And help would be much appreciated.
Error:
Exception in thread "Thread-6" java.lang.NoClassDefFoundError: de/schlichtherle/license/LicenseParam
at net.sf.sahi.Proxy.startProxy(Proxy.java:148)
at net.sf.sahi.Proxy.access$000(Proxy.java:47)
at net.sf.sahi.Proxy$1.run(Proxy.java:124)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassNotFoundException: de.schlichtherle.license.LicenseParam
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 4 more
Answers