Hello, I'm newbie :)
I'm using Kompiere libero 252d, and the problems is after run setup, (Firewall is disable).
Run_setup.sh log is :
......
13:17:15.072 Config.test: OK: AppsServer = compiere.rosewood/192.168.0.107 [13]
13:17:15.072 Config.test: OK: Deploy Directory = /home/postgres/kompiere/Kompiere2/jboss/server/compiere/deploy [13]
13:17:15.072 ConfigurationData.testPort: compiere.rosewood/192.168.0.107:1099 - Connection refused [13]
13:17:15.072 ConfigurationData.testServerPort: 0.0.0.0/0.0.0.0:1099 - created [13]
13:17:15.072 Config.test: OK: JNPPort = 1099 [13]
13:17:15.072 ConfigurationData.testPort: Not used=http://compiere.rosewood:8080/ [13]
13:17:15.072 ConfigurationData.testServerPort: 0.0.0.0/0.0.0.0:8080 - created [13]
13:17:15.072 Config.test: OK: Web Port = 8080 [13]
.......
And then, I run the Run_Server2.sh, and the client got error, like this :
CConnection.setAppsServerInfo: jnp://192.168.0.107:1099
- javax.naming.CommunicationException: No such device [Root exception is java.net.SocketException: No such device]
How to fix this problems?
Thank You.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank You Puwadej. The problem is already solve now.
Your tips is working. In Run_setup.sh I give a value 1099.
Before, an editing a jboss-serviceTemplate.xml the jboss server cannot shutdown using RUN_Server2Stop.sh, i must using manual kill, and now that script is working too.
Best Regards,
Wahyu Pratama
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm newbie :)
I'm using Kompiere libero 252d, and the problems is after run setup, (Firewall is disable).
Run_setup.sh log is :
......
13:17:15.072 Config.test: OK: AppsServer = compiere.rosewood/192.168.0.107 [13]
13:17:15.072 Config.test: OK: Deploy Directory = /home/postgres/kompiere/Kompiere2/jboss/server/compiere/deploy [13]
13:17:15.072 ConfigurationData.testPort: compiere.rosewood/192.168.0.107:1099 - Connection refused [13]
13:17:15.072 ConfigurationData.testServerPort: 0.0.0.0/0.0.0.0:1099 - created [13]
13:17:15.072 Config.test: OK: JNPPort = 1099 [13]
13:17:15.072 ConfigurationData.testPort: Not used=http://compiere.rosewood:8080/ [13]
13:17:15.072 ConfigurationData.testServerPort: 0.0.0.0/0.0.0.0:8080 - created [13]
13:17:15.072 Config.test: OK: Web Port = 8080 [13]
.......
And then, I run the Run_Server2.sh, and the client got error, like this :
CConnection.setAppsServerInfo: jnp://192.168.0.107:1099
- javax.naming.CommunicationException: No such device [Root exception is java.net.SocketException: No such device]
How to fix this problems?
Thank You.
Hi,
Look at the following link. I think it can solve your problem.
https://sourceforge.net/forum/forum.php?thread_id=1314187&forum_id=337261
Good luck
Puwadej
Thank You Puwadej. The problem is already solve now.
Your tips is working. In Run_setup.sh I give a value 1099.
Before, an editing a jboss-serviceTemplate.xml the jboss server cannot shutdown using RUN_Server2Stop.sh, i must using manual kill, and now that script is working too.
Best Regards,
Wahyu Pratama