JVending: demarage(!) - Java - Programmation
Marsh Posté le 09-09-2005 à 06:28:08
Ok, personne ne peut m'aider
Je modifie donc ma question:
Quelqu'un a t'il deja utilise JVending?
Si oui, a t'il eu des problemes pour lancer le serveur?
J'aimerais savoir si le blocage vient des deux PC testes, ou si il vient plutot du produit.
Merci
Marsh Posté le 15-09-2005 à 06:02:17
Ok, donc personne n'utilise JVending
L'auteur de JVendir a gentillement accepte d'analyser mes logs!
En attendant, puisque personne n'utilise JVending, quelqu'un connait il une solution equivalente, gratuite?
Je rappelle que l'objectif est d'implementer un Provisionning Server, c'est a dire un outil qui permettra (dans mon cas) de proposer et de gerer le telechergement de contenus, pour telephones mobiles.
Si c'est encore l'impasse, je vais finir par le faire moi meme (pas le choix ), mais ca m'arrangerais si un produit gratuit existait deja
Merci
NB: ce topic apparait dans la rubrique JAVA, car JVending est un produit JAVA qui fonctionne sur des serveurs tels que Tomcat.
Marsh Posté le 06-09-2005 à 10:26:48
Bonjour a tous
Je souhaite mettre en oeuvre un Provisioning Server pour mettre en ligne des applications mobiles J2ME (MIDlets).
L'une des seules solutions gratuite existante est JVending
http://sourceforge.net/projects/jvending
J'ai telecharge la version Standalone, sensee fonctionnee toute seule.
La mise en oeuvre semble assez simple:
Follow these steps:
1. Make sure that you have J2SE 1.4.2 JDK installed. If not, go to http://java.sun.com/j2se/1.4.2/download.html and download and install the JDK (not JRE). I have not tested with J2SE 1.5 JDK, so it may or may not work with that version.
2. Download the jvending-standalone.zip file from the JVending project site.
3. Unzip the file into a directory of your choice, say /jvending
4. Set the JAVA_HOME environmental variable, depending on your OS. In windows, you can do this through the Control Panel/System/Advanced/Environmental Variable: JAVA_HOME = <your_java_home_path>
EXAMPLE: JAVA_HOME=c:\Programs\j2sdk1.4.2_06
II. Starting JVending
1. Go to the bin directory and click on the run.bat (for windows) or run.sh for Unix.
2. The first time you start JVending, you will see a JXTA Configurator screen show up. Type in your user name and password/verify password. Click OK.
3. Wait 10 seconds for JVending to finish its startup sequence and then go to http://localhost:80/jvending/login.do
If you get a 404 error, wait a few more seconds and try again. Login ID/Password: admin/admin. Click "Submit Query" button. You will now see the JVending home page.
manque de chance, des erreurs apparaissent au demarage. En voici un echantillon:
- getMessenger: could not get messenger for tcp://209.128.126.123:9701/connect t
imed out
- Couldn't create messenger for : 'tcp://209.128.126.123:9701'
- getMessenger: could not get messenger for tcp://209.128.126.123:9711/connect t
imed out
- Couldn't create messenger for : 'tcp://209.128.126.123:9711'
- could not make messenger for http://209.128.126.123:9700
java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
Je ne sais pas si c'est lie, mais l'interface WEB de management ne demarre pas, avec ce lien:
http://localhost:80/jvending/login.do
Apres 3h de luttes, j'enleve le ".do" par hasar, et la, la page de login apparait. j'entre mon login et pwd...
HTTP ERROR: 500 Internal Server Error
RequestURI=/jvending/authentication
Powered by Jetty://
Et la, rien a faire.
Bref, si quelqu'un a deja utilise JVending, et sait comment lancer ce serveur
merci a tous!
PS: J'ai tente l'operation sur deux PC diferents, equipes de deux OS differents.