Child pages
  • Troubleshooting

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Error: cannot find dataservice, it may not be running on server

...

Servoy Application Server

...

Server doesn't start

...

  • Is the database containing the Servoy Repository running?
Network errors

Some Java environments start with IPv6 Stack. If this happens, while actually running IPv4, the result might be network errors. In order to prevent errors, the Servoy Application Server can be started with a preference to use the IPv4 Stack.

  • Open servoy_server.sh/servoy_server.bat in the <servoy>/application_server/ directory using a text editor
  • Add '-Djava.net.preferIPv4Stack=true' to the end of the line that starts with 'java'
  • Save the change made
  • Wiki Markup
    \[S50SDG:Re]start the Servoy Application Server

Servoy Smart Client

...

Error: cannot find dataservice, it may not be running on server

...

This error is displayed in the Servoy Smart Client when it can't properly connect to the Servoy Application Server at startup. Most likely cause of this message is incorrect configuration of the Network Settings in combination with firewalls and proxies

Oracle: Servoy doesn't see the tables in the database

...

If one specific plugin or bean doesn't seem to load in the Client, check the server log around the time when the Servoy Application Server  Server got started. At server startup, all the plugins and beans are loaded. If there is an issue with the plugin or bean, it will be excluded from the list of plugins and beans send to the client. Any issue with the plugin or bean would result in errors in the server log when the server gets started.

...