Difference between revisions of "FAQs"
Line 40: | Line 40: | ||
User can eventually attach the log files presents in the directories ''$GV_HOME/log'' and ''$GV_SERVER/log''. See also the forum available at http://www.greenvulcano.com/forum/ where it is possible to find any information of a technical nature as well as requesting help from the ''community'' creating a ''thread/post'' with the problem description. | User can eventually attach the log files presents in the directories ''$GV_HOME/log'' and ''$GV_SERVER/log''. See also the forum available at http://www.greenvulcano.com/forum/ where it is possible to find any information of a technical nature as well as requesting help from the ''community'' creating a ''thread/post'' with the problem description. | ||
+ | [[To do]] |
Revision as of 08:53, 11 February 2012
May I use the open source version of JDK, OpenJDK, instead of the one provided by Sun?
GreenVulcano® ESB is 100% compatible with the Java Virtual Machine of Sun Microsystems. We recommend to use the JDK 1.6 version provided by Sun Microsystems, although we are aware of GreenVulcano® ESB users that have found no malfunctionings with OpenJDK.
I'm unable to start GreenVulcano® ESB because there are some ports already in use on the server. What can I do?
The startup script contains the parameter "-Djboss.service.binding.set=ports-default" defined in JB_OPTS variable.
You can modify "ports-default" choosing another portset with one in the following list:
- ports-01; The ports-01 bindings are obtained by taking the base bindings and adding 100 to each port value
- ports-02; The ports-02 bindings are obtained by taking the base bindings and adding 200 to each port value
- ports-03; The ports-03 bindings are obtained by taking the base bindings and adding 300 to each port value
Eg. -Djboss.service.binding.set=ports-01
How can I access the GreenVulcano® ESB administration console?
The console is available at http://SERVER-HOSTNAME:8080/gvconsole, where "SERVER-HOSTNAME" should be replaced by the address of the server where GreenVulcano® ESB was installed.
I can't access the administration console. What can I do?
Check, in the log file server.log, the correct deploy of the GV Console®. Check on the console of Jboss http://SERVER-HOSTNAME:8080/web-console/ in J2EE Domains if file gvconsole-3.2.0.war is present.
I don't know the credentials to access the administration console. Where can I find it?
The credentials to access the administration console, GV Console®, can be found in the file gvesb-users.properties present in the directory $GV_HOME/xmlconfig.
I have a problem that I can not solve. How can I contact the GreenVulcano® ESB support?
It is possible to contact GreenVulcano® ESB support sending an email to support@greenvulcano.com containing the details of:
- Version of the Java virtual machine used
- Operating System
- Short description of the hardware architecture
User can eventually attach the log files presents in the directories $GV_HOME/log and $GV_SERVER/log. See also the forum available at http://www.greenvulcano.com/forum/ where it is possible to find any information of a technical nature as well as requesting help from the community creating a thread/post with the problem description.
To do