>>>>> "getfeleke" == getfeleke <[email protected]> writes:
getfeleke> Hello, I am using NetBeans 7.3.1 with JDK 1.7 and NetLogo getfeleke> 5.0.4. When i copy 'controlling API' example headless in getfeleke> java application project it works perfect. But when i create getfeleke> java webservice and copy the same code i get the following getfeleke> error. To make clear here i have copied the web method getfeleke> followed by the error. Please forward to me suggestions to getfeleke> solve it. "Client received SOAP Fault from server: scala/ScalaObject Please see the server log to find more detail regarding exact cause of the failure" Did you look at the server log? I'm guessing that the server doesn't have scala-library.jar on its classpath. You need to make sure all of the libraries in NetLogo's lib directory are on the classpath. (NetLogo.jar itself has a classpath entry that lists them, but it won't work without further configuration unless the lib directory is there in the same location as NetLogo.jar itself.) -- Seth Tisue | Northwestern University | http://tisue.net developer, NetLogo: http://ccl.northwestern.edu/netlogo/ -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
