I am still getting this exception and its very confusing. But i think i
may have spotted what changed when i upgraded the production machines to 1.8
In the 1.6 i was including the following JAR files in my java startup
Old:
CP=$CP:lib/framework-1.6.1.jar
CP=$CP:lib/portunif-1.6.1.jar
CP=$CP:lib/rcm-1.6.1.jar
CP=$CP:lib/http-utils-1.6.1.jar
CP=$CP:lib/http-1.6-SNAPSHOT.jar
Now i am only using:
New:
CP=$CP:lib/grizzly-framework-1.8.0.jar
CP=$CP:lib/grizzly-http-webserver-1.8.0.jar
Am i missing something?
thanks