Home
Product
Support
Documentation
Project
Home
Search
Download
|
Complete Compiere Server Installation
These are the final steps in your Server configuration. Please check Compiere
Support for the more detail and latest update.
Prerequisites
Application Server Setup
You can now start the JBoss based Compiere Application Server via RUN_Server2
RUN_Server2 Output
Setting myEnvironment ....
... copy changed client libraries ...
0 File(s) copied
===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: D:\Compiere2\jboss\bin\\..
.
JAVA: D:\j2sdk1.4.1\bin\java
.
JAVA_OPTS: -server -Xms32m -Xmx512m -DCOMPIERE_HOME=D:\Compiere2 -Djetty.port=80 -Dprogram.name=run.bat
.
CLASSPATH: ;D:\j2sdk1.4.1\lib\tools.jar;D:\Compiere2\jboss\bin\\run.jar
.
===============================================================================
.
17:40:52,397 INFO [Server] JBoss Release: JBoss-3.0.3 CVSTag=JBoss_3_0_3
17:40:52,444 INFO [Server] Home Dir: D:\Compiere2\jboss
17:40:52,444 INFO [Server] Home URL: file:/D:/Compiere2/jboss/
17:40:52,444 INFO [Server] Library URL: file:/D:/Compiere2/jboss/lib/
:
17:41:42,619 INFO [MainDeployer] Deployed package: file:/D:/Compiere2/jboss/server/compiere/conf/jboss-service.xml
17:41:42,634 INFO [Server] JBoss (MX MicroKernel) [3.0.3 Date:200210011106] Started in 0m:50s:144ms
|
Please note, that there should be NO errors.
Please check the logs in $COMPIERE_HOME/jboss/server/compiere/logs to verify this!
Common problems are that ports are already used, e.g.:
17:41:09,085 ERROR [NamingService] Could not start on port 1099
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
Well, just as it said: there is another program using port 1099; Just stop it and restart Run_Server2 or setup Compiere to use another port in RUN_setup.
Likely port conflicts:
- 80 - You have some other web server running (or you need privileges under Linux/Unix)
- 8080 - The Oracle Database uses that
- 1099 - Often used by IDEs for debugging
Database Backup
Please determine your own backup strategy based on your needs! Here are some
suggestions:
- Run the script ColdBackup.sql from the system user, it creates a script
suitable for cold backups
- Check & Edit the resulting script
- Determine when you want to run the cold backup script
- The "hot backup" script RUN_DBExport is only suitable for small
installs (< 100 MB of data)
- We suggest to run the database in ArchiveLog mode;
For details see the Oracle documentation.
Please check Product Status, Known Issues, Common Problems
and Open Items as well as the latest version of the install
procedures. If you find any inaccuracies or errors, please help us improving Compiere
by filing a bug!
Next Step
Start the Compiere
Client and have a look at the Feature
Tours to get familiar with user interface and functionality.
|