Access to solution from web

Hi,

I want to access to my solution from web.

The url is :
http://195.146.238.165:8070/

I can access to web-admin from web, modify the config, and It works fine.

But if I want to open the solution, the servoy client start and block on “Start repository” or “connection to data service”.

I work under Servoy 3.5 on windows XP ans Postgres 8.1.

Anyone have a idea?

I’ve create a user to acces to this server. Ask me in private message to have this access.

Thanks

You must have more information. Logging info?

Sounds like the RMI port is blocked. The download of the client works, but then it stalls. Typically, port 1099 is used. Is that port open?

The only log I have when I start server is:

2007-09-03 11:37:19,358 WARN [main] com.servoy.j2db.persistence.Server - Column name ‘centravet_num_client_facturation’ from table ‘acceuil’ is too long (>30 chars) – this is not supported by all databases
2007-09-03 11:37:19,358 WARN [main] com.servoy.j2db.persistence.Server - Column name ‘hippocampe_num_client_livraison’ from table ‘acceuil’ is too long (>30 chars) – this is not supported by all databases
2007-09-03 11:37:19,358 WARN [main] com.servoy.j2db.persistence.Server - Column name ‘hippocampe_num_client_facturation’ from table ‘acceuil’ is too long (>30 chars) – this is not supported by all databases
2007-09-03 11:37:19,483 WARN [main] com.servoy.j2db.persistence.Server - Column name ‘idf_intervenant_prise_en_charge’ from table ‘animal’ is too long (>30 chars) – this is not supported by all databases
2007-09-03 11:37:19,483 WARN [main] com.servoy.j2db.persistence.Server - Column name ‘idf_consultation_domicile_chenil’ from table ‘animal’ is too long (>30 chars) – this is not supported by all databases

When I try to open client from web, nothiing is appened in log file

OK, that log issue will not cause this issue. I think you should check Patricks remarks

Hi Pierre-andre

The Servoy logo appears when clicking on the URL so Servoy is running OK.

Next things to check are Firewall (both on the computers and Router(s) - assuming standard setup you need Ports 1099 & 8080 open), then Anti-Virus software.

As Marcel has suggested also look at the various log files in the Servoy directory plus Servoy-Admin/Server Log. Lots of information and clues to problems once you know where to look.

HTH

Graham Greensall
Worxinfo Ltd

I can’t config my rooter. Only my ISP can do it.

I’ve just give IP to my ISP to redirect http://195.146.238.165:8070/ on my localhost host on port 8070.

The port 1099 is certainly block. I’ll try to deblock it. Should I let the rmi.server.hostname to 127.0.0.0.1 ?

The hostname/ip should be the actual host.

I assume ‘127.0.0.0.1’ is a typo (one 0 too many :) )

Oups sorry :?
I’ll call my ISP after eaten.
I work better with full belly :P

Taht’s right

It’s work fine now :)

thanks

Would be very useful for others to know what you and your ISP changed to fix the problem.

Regards

Graham Greensall
Worxinfo Ltd

It probably was the RMI port, wasn’t it?

yes just open the RMI port

My ISP is “nordnet” and I’ve open the RMI port

I’ve a new question about access from web.

When I go on web admin, a authentification is required. (http://localhost:8080/servoy-admin/)

Can I do the same authenfication on index’s page to download the client?
(http://localhost:8080/)

It will be more secured like that.

Can I do the same authenfication on index’s page to download the client?
(http://localhost:8080/)

It will be more secured like that.

No, you would have to build that yourself.
But, why should you. You can protect the solution(s) so nobody can log into it/them.

The solution is already protected but I prefer block all intrusions before to download the client.

Well, in that case you have to change the servoy pages or put a protected page in front of it or, when you start from apache, you could use a .htaccess file.

When you want to do something with tomcat this might get you started: http://forum.java.sun.com/thread.jspa?t … 5&tstart=0

Thanks Marcel