purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

Deployment error in jboss-5.0.0.GA #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout the code
2. in gss folder: ant, ant install, 
3. in jboss/bin, run.bat

What is the expected output? What do you see instead?
the deployment should be no problem.
I see:
 main WARN  () [JBossManagedConnectionPool] Throwable while attempting to
get a new connection: null
org.jboss.resource.JBossResourceException: Could not create connection; -
nested throwable: (org.postgresql.util.PSQLExc
eption: The connection attempt failed.)

What version of the product are you using? On what operating system?
command line: Ant 1.8.0RC1, jboss 5.0.0.GA, jdk1.6.0_18, gwt gwt-windows-1.5.3.

Please provide any additional information below.
The jboss startup file is attached.

Original issue reported on code.google.com by chensc...@gmail.com on 15 Feb 2010 at 9:57

Attachments:

GoogleCodeExporter commented 8 years ago
I am using proxy server. Is it a problem so that i cannot make a connection? 
Could I
connect to local file?

Original comment by chensc...@gmail.com on 16 Feb 2010 at 6:56

GoogleCodeExporter commented 8 years ago
Do I need to setup a postgresql database? 

Original comment by chensc...@gmail.com on 16 Feb 2010 at 6:58

GoogleCodeExporter commented 8 years ago
Yes, you have to setup a PostgreSQL DBMS as a data store for gss.See the section
"Deploying to production" in the BUILD.txt file. Note that you will need to 
install
Apache Solr as well, if you want to enable the search functionality. Checkout 
section
"Installing the indexing service" in BUILD.txt for more details about how to 
set it up.

Original comment by past...@gmail.com on 16 Feb 2010 at 11:55

GoogleCodeExporter commented 8 years ago

Original comment by past...@gmail.com on 16 Feb 2010 at 12:06

GoogleCodeExporter commented 8 years ago
Right, The deployment is working.

Original comment by chensc...@gmail.com on 16 Feb 2010 at 11:24