Hi all,
I don't know if it's a Compiere problem or Kompiere problem because I've installed Kompiere 252d but I haven't installed Compiere same version.
My system is WinXP Pro with Oracle 10g.
I've installed all as specified in Compiere site.
In the server setup window I've specified port 1099
for the Application Server. Test and Save OK.
I have launched run_server2 without problem, application server is on.
At this point I run run_compiere2.bat or the icon
created on desktop, go in the window Connection to Compiere and test Application: error. Test database: OK. In the jboss log I see that Naming Service is started on port 1097 and not 1099.
Go back to the window Connection to Compiere and change the port from 1099 to 1097, and ok, application test goes. To stop the server I have
modified run_server2stop.bat replacing port variable with the constant 1097. The server now stop correctly.
OK my question is: Is it normal? why cmpcs1 worked without all these?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem come from
C:\Compiere2\jboss\server\compiere\conf\jboss-servce.xml
the jnp port has been fixed to 1097. I have changed it back to accept the port number that has been keyin. Up to now the system still run fine.
Regards
Puwadej
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Infact I changed jboss-serviceTemplate.xml, below are two lines that I have changed. And then run RUN_setup, so all data has been transfered to jboss-service.xml.
--> <attribute name="Port" >@COMPIERE_JNP_PORT@</attribute>
<!-- The bootstrap JNP server bind address. This also sets the default
RMI service bind address. Empty == all addresses
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I don't know if it's a Compiere problem or Kompiere problem because I've installed Kompiere 252d but I haven't installed Compiere same version.
My system is WinXP Pro with Oracle 10g.
I've installed all as specified in Compiere site.
In the server setup window I've specified port 1099
for the Application Server. Test and Save OK.
I have launched run_server2 without problem, application server is on.
At this point I run run_compiere2.bat or the icon
created on desktop, go in the window Connection to Compiere and test Application: error. Test database: OK. In the jboss log I see that Naming Service is started on port 1097 and not 1099.
Go back to the window Connection to Compiere and change the port from 1099 to 1097, and ok, application test goes. To stop the server I have
modified run_server2stop.bat replacing port variable with the constant 1097. The server now stop correctly.
OK my question is: Is it normal? why cmpcs1 worked without all these?
I have found exactly the same issue with you. I have requested for support but until now still no response.
https://sourceforge.net/tracker/index.php?func=detail&aid=1230530&group_id=97192&atid=617268
The problem come from
C:\Compiere2\jboss\server\compiere\conf\jboss-servce.xml
the jnp port has been fixed to 1097. I have changed it back to accept the port number that has been keyin. Up to now the system still run fine.
Regards
Puwadej
hi puwadej, have you changed jboss-servce.xml
or just the windows Connection to Compiere?
Dear Bepi
Infact I changed jboss-serviceTemplate.xml, below are two lines that I have changed. And then run RUN_setup, so all data has been transfered to jboss-service.xml.
Regards
Puwadej
--> <mbean code="org.jboss.web.WebService" name="jboss:service=WebService" >
<attribute name="Port" >1097</attribute>
--> <attribute name="Port" >@COMPIERE_JNP_PORT@</attribute>
<!-- The bootstrap JNP server bind address. This also sets the default
RMI service bind address. Empty == all addresses