Difference between revisions of "FAQs"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "'''May I use the open source version of jdk, openjdk instead of the one provided by Sun?''' {{GVESB}} is 100% compatible with the Java Virtual Machine by Sun Microsystems. And '...")
 
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''May I use the open source version of jdk, openjdk instead of the one provided by Sun?'''
+
'''May I use the open source version of JDK, OpenJDK, instead of the one provided by Oracle?'''
  
{{GVESB}} is 100% compatible with the Java Virtual Machine by Sun Microsystems.
+
{{GVESB}} is 100% compatible with the ''Java Virtual Machine'' provided by Oracle.
And 'advisable to use the version supplied by Sun Microsystems JDK 1.6, although we are aware
+
We recommend to use the JDK 1.6 version provided by Oracle, although we are aware of {{GVESB}} users that have found no malfunctionings with OpenJDK.
users of {{GVESB}} found no malfunction with
+
Starting with version 3.4.0.10 {{GVESB}} runs with JDK 8.
OpenJDK.
 
  
 +
'''I'm unable to start {{GVESB}} because there are some ports already in use on the server. What can I do?'''
  
'''How can I access the administration console GreenVulcano BSE?'''
+
The startup script contains the parameter "-Djboss.service.binding.set=ports-default" defined in the variable JB_OPTS.<br/>
 +
You can modify "ports-default" choosing another portset with one in the following list:
  
The console is available at http:// {{GVESB}} <-SERVER
+
* ports-01; The ports-01 bindings are obtained by taking the base bindings and adding 100 to each port value
HOSTNAME>: 8080/gvconsole, where "<SERVER-HOSTNAME>" should be replaced by the address of the
+
* ports-02; The ports-02 bindings are obtained by taking the base bindings and adding 200 to each port value
server on which you installed {{GVESB}}.
+
* ports-03; The ports-03 bindings are obtained by taking the base bindings and adding 300 to each port value
 +
<br/>
 +
Eg. -Djboss.service.binding.set=ports-01
  
 +
'''How can I access the {{GVESB}} administration console?'''
  
'''I can not access the administration console. What can I do?'''
+
The console is available at ''<nowiki>http://SERVER-HOSTNAME:8080/gvconsole</nowiki>'', where "SERVER-HOSTNAME" should be replaced by the address of the server where {{GVESB}} was installed.
  
Check the log file server.log the correct Jn-deploy the application console.
 
Check on the console of Jboss http:// <SERVER-HOSTNAME>: 8080/web-console /
 
in J2EE Domains if file gvconsole 3.1.0.war is present.
 
  
 +
'''I can't access the administration console. What can I do?'''
  
'''I do not know the credentials to access the administration console, where I can find it?'''
+
Check, in the log file ''server.log'', the correct ''deployment'' of the {{L_GVCONSOLE}}. Check on the console of Jboss ''<nowiki>http://SERVER-HOSTNAME:8080/web-console/</nowiki>'' in the J2EE Domains if the file ''gvconsole.war'' is present.
  
The credentials to access the administration console, console-John, can be found in the file
 
in the directory $ GV_HOME / xmlconfig
 
gvesb-users.properties
 
  
 +
'''I don't know the credentials to access the administration console. Where can I find it?'''
  
'''I have a problem that I can not solve, how can I contact the {{GVESB}} support?'''
+
The credentials to access the administration console, {{L_GVCONSOLE}}, can be found in the file ''gvesb-users.properties'' present in the directory ''$GV_HOME/xmlconfig''.
  
It is possible to contact {{GVESB}} support sending a message to the email support@greenvulcano.com containing the details of:
+
 
 +
'''I have a problem that I can not solve. How can I contact the {{GVESB}} support?'''
 +
 
 +
It is possible to contact {{GVESB}} support sending an email to [mailto:support@greenvulcano.com ''support@greenvulcano.com''] containing the details of:
  
 
* Version of the Java virtual machine used
 
* Version of the Java virtual machine used
Line 36: Line 39:
 
* Short description of the hardware architecture
 
* Short description of the hardware architecture
  
Attach any log files in the directory $ GV_HOME / log and $ GV_SERVER / log
+
 
Please also note found at the forum from which http://www.greenvulcano.com/forum/
+
Users are encouraged to attach the log files present 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.
you can find any information of a technical nature as well as request help from the community
 
creating a thread / post with the problem description.
 

Latest revision as of 14:53, 14 April 2017

May I use the open source version of JDK, OpenJDK, instead of the one provided by Oracle?

GreenVulcano® ESB is 100% compatible with the Java Virtual Machine provided by Oracle. We recommend to use the JDK 1.6 version provided by Oracle, although we are aware of GreenVulcano® ESB users that have found no malfunctionings with OpenJDK. Starting with version 3.4.0.10 GreenVulcano® ESB runs with JDK 8.

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 the variable JB_OPTS.
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 deployment of the GV Console®. Check on the console of Jboss http://SERVER-HOSTNAME:8080/web-console/ in the J2EE Domains if the file gvconsole.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


Users are encouraged to attach the log files present 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.