Installation problem
Hello Mate,
I have traid to configure the system but it is not straightforward. My system envirenment is
Apache ANT
Java 1.6
OS Ubuntu 10
OpenOffice SDK 3.2
OpenOffice 3.3
Protege
Gate 6
When I run server it presents failure message
[
fah@fah-laptop:~/Repository/durm/Projects/SemanticAssistants/Server$ sudo ant run
[sudo] password for fah:
Buildfile: build.xml
compile:
wsgen:
[wsgen] command line: wsgen -classpath /home/fah/Repository/durm/Projects/SemanticAssistants/Server/bin:/usr/local/durmtools/GATE/gate/bin/gate.jar -d /home/fah/Repository/durm/Projects/SemanticAssistants/Server/bin -keep -s /home/fah/Repository/durm/Projects/SemanticAssistants/Server/bin -verbose info.semanticsoftware.semassist.server.SemanticServiceBroker
BUILD FAILED
java.lang.NoClassDefFoundError: com.sun.tools.ws.wscompile.WsgenTool
at com.sun.tools.ws.ant.WsGen2.execute(WsGen2.java:487)
at com.sun.istack.tools.ProtectedTask.execute(ProtectedTask.java:55)
at org.apache.tools.ant.UnknownElement.execute(ant-1.7.1.jar.so)
at java.lang.reflect.Method.invoke(libgcj.so.10)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(ant-1.7.1.jar.so)
at org.apache.tools.ant.Task.perform(ant-1.7.1.jar.so)
at org.apache.tools.ant.Target.execute(ant-1.7.1.jar.so)
at org.apache.tools.ant.Target.performTasks(ant-1.7.1.jar.so)
at org.apache.tools.ant.Project.executeSortedTargets(ant-1.7.1.jar.so)
at org.apache.tools.ant.Project.executeTarget(ant-1.7.1.jar.so)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(ant-1.7.1.jar.so)
at org.apache.tools.ant.Project.executeTargets(ant-1.7.1.jar.so)
at org.apache.tools.ant.Main.runBuild(ant-1.7.1.jar.so)
at org.apache.tools.ant.Main.startAnt(ant-1.7.1.jar.so)
at org.apache.tools.ant.launch.Launcher.run(ant-launcher-1.7.1.jar.so)
at org.apache.tools.ant.launch.Launcher.main(ant-launcher-1.7.1.jar.so)
Total time: 0 seconds
fah@fah-laptop:~/Repository/durm/Projects/SemanticAssistants/Server$
"]
Could you help to solve this problem
Many Thanks
- Login to post comments



Which version?
Hi,
Which version are you trying to install, the old beta2 or the current development version from SourceForge?
Remember you must update the properties file to point to your local installation. A common problem is using the wrong version of jaxws-ri: currently, only 2.1 is supported (2.2 does not work). It looks like you either have the wrong version or did not update the property "jaxws.home" in SemassistProperties.xml.
René
installation
Hi
I use the previous ver. but I fix the problem and it works thanks
Thanks a lot
Fa
glad it works
Ok, glad it works. Check out the current SourceForge version, we are in the process of enhancing the architecture and making it easier to install as well.
--René