Web client error

You can ping for it…

If I change my port to 9090, I get the error message from the beginning of this thread… so I’m still not getting anywhere. :cry:

your wrapper.conf classpath is incorrect thats an old one it should be something like this:

wrapper.java.classpath.1=.
wrapper.java.classpath.2=service\wrapper.jar
wrapper.java.classpath.3=lib\activation.jar
wrapper.java.classpath.4=lib\antlr.jar
wrapper.java.classpath.5=lib\BrowserLauncher2.jar
wrapper.java.classpath.6=lib\commons-codec.jar
wrapper.java.classpath.7=lib\commons-collections.jar
wrapper.java.classpath.8=lib\commons-dbcp.jar
wrapper.java.classpath.9=lib\commons-fileupload-1.0.jar
wrapper.java.classpath.10=lib\commons-httpclient.jar
wrapper.java.classpath.11=lib\commons-logging.jar
wrapper.java.classpath.12=lib\commons-pool.jar
wrapper.java.classpath.13=lib\concurrent.jar
wrapper.java.classpath.14=lib\dom4j.jar
wrapper.java.classpath.15=lib\help.jar
wrapper.java.classpath.16=lib\hibernate3.jar
wrapper.java.classpath.17=lib\j2dbdev.jar
wrapper.java.classpath.18=lib\j2db.jar
wrapper.java.classpath.19=lib\jdbc2_0-stdext.jar
wrapper.java.classpath.20=lib\jmx.jar
wrapper.java.classpath.21=lib\jndi.jar
wrapper.java.classpath.22=lib\joda-time.jar
wrapper.java.classpath.23=lib\js.jar
wrapper.java.classpath.24=lib\jta.jar
wrapper.java.classpath.25=lib\jug.jar
wrapper.java.classpath.26=lib\log4j.jar
wrapper.java.classpath.27=lib\mail.jar
wrapper.java.classpath.28=lib\naming-factory.jar
wrapper.java.classpath.29=lib\naming-resources.jar
wrapper.java.classpath.30=lib\ohj-jewt.jar
wrapper.java.classpath.31=lib\oracle_ice.jar
wrapper.java.classpath.32=lib\server-bootstrap.jar
wrapper.java.classpath.33=lib\servlet-api.jar
wrapper.java.classpath.34=lib\slf4j-api.jar
wrapper.java.classpath.35=lib\slf4j-log4j.jar
wrapper.java.classpath.36=lib\wicket-calendar.jar
wrapper.java.classpath.37=lib\wicket-extentions.jar
wrapper.java.classpath.38=lib\wicket.jar
wrapper.java.classpath.39=lib\xerces.jar

the same thing goes for the servoy_server.bat file:

java -Djava.awt.headless=true -Xmx256m -Xms64m -XX:MaxPermSize=128m -classpath .;lib\compat141.jar;lib\commons-codec.jar;lib\commons-httpclient.jar;lib\activation.jar;lib\antlr.jar;lib\commons-collections.jar;lib\commons-dbcp.jar;lib\commons-fileupload-1.0.jar;lib\commons-logging.jar;lib\commons-pool.jar;lib\concurrent.jar;lib\dom4j.jar;lib\help.jar;lib\hibernate3.jar;lib\j2db.jar;lib\j2dbdev.jar;lib\jdbc2_0-stdext.jar;lib\jmx.jar;lib\BrowserLauncher2.jar;lib\jndi.jar;lib\js.jar;lib\jta.jar;lib\jug.jar;lib\log4j.jar;lib\mail.jar;lib\naming-factory.jar;lib\naming-resources.jar;lib\ohj-jewt.jar;lib\oracle_ice.jar;lib\server-bootstrap.jar;lib\servlet-api.jar;lib\wicket-calendar.jar;lib\wicket-extentions.jar;lib\wicket.jar;lib\xerces.jar;lib\concurrent.jar;lib\slf4j-api.jar;lib\slf4j-log4j.jar;lib\joda-time.jar com.servoy.j2db.server.ApplicationServer %1 %2 %3 %4 %5 %6 %7 %8 %9

Thanks to your detailed information Johan, I was able to make it work. Thank you SO much!!! :D

My sincere thanks to Marcel and Jan also, for your patience with this issue I was having.

Am I to understand that the wrapper.conf and server.bat files are not upgraded along with the rest of the files in certain circumstances? Like I said, I did a full uninstall and reinstalled from scratch, then went along and upgraded to the latest Release Candidate of v3.5, and I was still having this problem - I’m just asking so I can understand what is going on with this, and also to help others who may face the same problem I had…

I feel I must join the choir and say: “Servoy Rocks!”

With much gratitude,

Ben

LOGIsoft:
Am I to understand that the wrapper.conf and server.bat files are not upgraded along with the rest of the files in certain circumstances?

For a true clean install it is important to not uninstall only but also delete the servoy directory (If I am correct this is in our manual but I will doublecheck with Marc). Our installer does not overwrite files as you may have specific config’s out there. This indeed can be tricky with these type of files that in this particular case needed an upgrade.

Glad you got everything to work now!

jaleman:

LOGIsoft:
Am I to understand that the wrapper.conf and server.bat files are not upgraded along with the rest of the files in certain circumstances?

For a true clean install it is important to not uninstall only but also delete the servoy directory (If I am correct this is in our manual but I will doublecheck with Marc). Our installer does not overwrite files as you may have specific config’s out there. This indeed can be tricky with these type of files that in this particular case needed an upgrade.

Glad you got everything to work now!

To perform an uninstall of Servoy:


  1. Open the Servoy/Uninstaller directory/folder.
  2. Double click on the uninstaller.jar file to display the Uninstaller dialog.
  3. Check Force the deletion of [your Servoy directory/folder].
  4. Press the “Uninstall” button.
  5. Make sure if you intend to perform a clean install of Servoy to delete
    the servoy.properties file as well.

NOTE: On Windows, Step #3 will result in the Servoy directory contents
being deleted, but not the Servoy directory/folder. If you wish to delete
the Servoy folder, then you must do so manually.

Information about uninstalling Servoy on Windows can be found in
Chapter 3: Installation in section 3.4.3 “Uninstalling Servoy on Windows”,
page 36 of the printed Servoy Developer 3.1 User’s Guide; uninstalling
Servoy on other platforms can be found in subsequent pages of the same
chapter.


Marc Norman
Servoy

Thank you Marc for that reminder. :!:

Cheers,

Ben