Difference between revisions of "Launching the Application Server"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Start Application Server)
m (Corrected English)
Line 2: Line 2:
  
 
*Further requests for assistance please direct to the [http://sourceforge.net/forum/forum.php?forum_id=610547 HELP Forum]. This wiki provides only written and publishable support.
 
*Further requests for assistance please direct to the [http://sourceforge.net/forum/forum.php?forum_id=610547 HELP Forum]. This wiki provides only written and publishable support.
*Further private, local, or commercial assistance can be sought at [[ADempiere#World-wide Directory|World-wide Directory]] where consultants all over register themselves. The fee charges are up to the respective consultants and under their own responsilibity or control.
+
*Further private, local, or commercial assistance can be sought at [[ADempiere#World-wide Directory|World-wide Directory]] where consultants all over register themselves. The fee charges are up to the respective consultants and under their own responsibility or control.
 
*Please adhere to our bazaar [[etiquette]] to enjoy better support from us.
 
*Please adhere to our bazaar [[etiquette]] to enjoy better support from us.
  
 
== Complete ADempiere Server Install ==
 
== Complete ADempiere Server Install ==
Before to start, you should have steps accomplished:
+
Before proceeding, please verify that you have met these requirements:
 
* Database installed (i.e. Oracle 10g, Oracle 10gXE, PostgreSQL)
 
* Database installed (i.e. Oracle 10g, Oracle 10gXE, PostgreSQL)
 
* Java [http://java.sun.com/javase/downloads/index.jsp JDK1.5.x] installed.
 
* Java [http://java.sun.com/javase/downloads/index.jsp JDK1.5.x] installed.
Line 14: Line 14:
 
== Start Application Server ==
 
== Start Application Server ==
 
You can now start the JBoss based ADempiere Application Server.
 
You can now start the JBoss based ADempiere Application Server.
To do it, go to console command and go to ''utils'' directory into your $ADEMPIERE_HOME. The run the script '''RUN_Server2'' (.bat or .sh depending on your OS)
+
Open up a console window and go to the ''$ADEMPIERE_HOME/utils'' directory. Run the script ''RUN_Server2'' (.bat or .sh depending on your OS).
 
Then you will see the RUN_Server2 output, such as:
 
Then you will see the RUN_Server2 output, such as:
  
 
[[Image:IS_RUN_Server2.PNG|center]]
 
[[Image:IS_RUN_Server2.PNG|center]]
  
Please check that threre should be NO errors here. You can take a look into the logs to verify this (they are located at $ADEMPIERE_HOME/jboss/server/adempiere/logs).
+
Please check that there are NO errors. You can look in the log files to verify this (they are located at $ADEMPIERE_HOME/jboss/server/adempiere/logs).
  
The most common problems are with the ports being already in use. Typical conficting ports are:  
+
The most common problems are with ports already in use. Typical conflicting ports are:  
  
 
:* HTTP: 80, 443, 8080, 8443
 
:* HTTP: 80, 443, 8080, 8443
Line 28: Line 28:
 
For Linux users: sometimes it helps simply restarting the workstation/server and executing RUN_Server2 as root.
 
For Linux users: sometimes it helps simply restarting the workstation/server and executing RUN_Server2 as root.
  
'''Any port conflict when starting the Application Server must be solved.'''
+
'''Any port conflict when starting the Application Server must be resolved!'''
  
 
[[Category:OnLineHelp]]
 
[[Category:OnLineHelp]]

Revision as of 05:13, 1 December 2007

Getting further HELP

  • Further requests for assistance please direct to the HELP Forum. This wiki provides only written and publishable support.
  • Further private, local, or commercial assistance can be sought at World-wide Directory where consultants all over register themselves. The fee charges are up to the respective consultants and under their own responsibility or control.
  • Please adhere to our bazaar etiquette to enjoy better support from us.

Complete ADempiere Server Install

Before proceeding, please verify that you have met these requirements:

Start Application Server

You can now start the JBoss based ADempiere Application Server. Open up a console window and go to the $ADEMPIERE_HOME/utils directory. Run the script RUN_Server2 (.bat or .sh depending on your OS). Then you will see the RUN_Server2 output, such as:

IS RUN Server2.PNG

Please check that there are NO errors. You can look in the log files to verify this (they are located at $ADEMPIERE_HOME/jboss/server/adempiere/logs).

The most common problems are with ports already in use. Typical conflicting ports are:

  • HTTP: 80, 443, 8080, 8443
  • RMI : 1098, 1099

For Linux users: sometimes it helps simply restarting the workstation/server and executing RUN_Server2 as root.

Any port conflict when starting the Application Server must be resolved!