Resource Menu


posted by soleadd13 at Jul 8, 2011 5:00 AM
Quote
Are you particular you don't have anymore trouble collectively with your databases ?!? Moreover, you need to replace the JDBC driver granted from the installer over the appropriate just one corresponding collectively with your databases version.

invalid link : url=http://www.discountdvdsets18.com/goods-512Aladdin+The+Return+Of+Jafar+DVD+%28Disney%29-FREE+SHIPPING.html(Illegal character in scheme name at index 3: url=http://www.discountdvdsets18.com/goods-512Aladdin+The+Return+Of+Jafar+DVD+%28Disney%29-FREE+SHIPPING.html)Aladdin The Return Of Jafar DVD! url !,invalid link : url=http://www.discountdvdsets18.com/goods-510Being+Human+Seasons+1-3+DVD+Boxset-FREE+SHIPPING.html(Illegal character in scheme name at index 3: url=http://www.discountdvdsets18.com/goods-510Being+Human+Seasons+1-3+DVD+Boxset-FREE+SHIPPING.html)Being Human Seasons DVD! url !

posted by Sebastien Jourdain at Jan 14, 2009 2:38 PM
Quote
Thanks for your feed back, and I'm sorry that I didn't manage to solve your problem...

LibreSource work normally well on Linux, Mac OSX and Windows.

Anyway, I'm happy that you manage to make it work.

Regards,

Seb

posted by moriger at Jan 13, 2009 4:38 PM
Quote
Hi Sebastien,

We tried installing on a Windows machine and we were up and running right away. Thanks for your help and efforts!

posted by moriger at Jan 6, 2009 9:12 PM
Quote
Hi Sebastien, The postgres installation is a standard linux installation using three yum packages. However I think I am going to try and do a potentially faster work-around and install this on a Windows 2008 Server
posted by Sebastien Jourdain at Dec 31, 2008 6:25 PM
Quote
In fact, its the same, my table came from the origine of LS… That's why my index has not the same name… So nothing strange appear to me.

Could you tell me more about the way you've installed Postgres ?

posted by moriger at Dec 31, 2008 6:00 PM
Quote
Just FYI public.profileresource_ has no tuples.
posted by moriger at Dec 31, 2008 5:58 PM
Quote
Sorry last post was working strangely

Table "public.profileresource_"
     Column     |              Type              | Modifiers

accountstatus_ | integer | email_ | character varying | jabberid_ | character varying | lastlogintime_ | timestamp(3) without time zone | id_ | character varying | not null infos_ | bytea | onlinestatus_ | integer | fullname_ | character varying | Indexes: "profileresource__pkey" PRIMARY KEY, btree (id_)

posted by moriger at Dec 31, 2008 5:56 PM
Quote
Mine is similar but not the same

Table "public.profileresource_"
     Column     |              Type              | Modifiers
----------------+--------------------------------+-----------
 accountstatus_ | integer                        |
 email_         | character varying              |
 jabberid_      | character varying              |
 lastlogintime_ | timestamp(3) without time zone |
 id_            | character varying              | not null
 infos_         | bytea                          |
 onlinestatus_  | integer                        |
 fullname_      | character varying              |
Indexes:
    "profileresource__pkey" PRIMARY KEY, btree (id_)
posted by Sebastien Jourdain at Dec 31, 2008 5:39 PM
Quote
It might be jonas which don't initialize properly the table that manage Profile beans...

And I don't see why. Errors occurs before the initial bootstrap due to the initial empty state, but not the one you've got that prevent LS from starting.

Have you got the same table definition ?

psql libresource
\d profileresource_

Table "public.profileresource_"
     Column     |              Type              | Modifiers 
----------------+--------------------------------+-----------
 id_            | character varying              | not null
 fullname_      | character varying              | 
 email_         | character varying              | 
 jabberid_      | character varying              | 
 infos_         | bytea                          | 
 onlinestatus_  | integer                        | 
 lastlogintime_ | timestamp(3) without time zone | 
 accountstatus_ | integer                        | 
Indexes:
    "courgette_users__pkey" PRIMARY KEY, btree (id_)
posted by moriger at Dec 31, 2008 5:23 PM
Quote
Hi Sebastien,

For each of the URLs you listed I received the same error output as before. It complains of org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:922)

Does this mean that a primary key field does not exist in the database? Or that the Java Bean is not initializing the variable? Or something else?

posted by Sebastien Jourdain at Dec 31, 2008 11:39 AM
Quote
Thanks for the files… And don't worry for the formatting I update your post to fix it (if necessary).

But I don't really see the origin of the problem…

The problem occur when you go on which URL ?

posted by moriger at Dec 30, 2008 8:32 PM
Quote
For some reason in the previous post the forum evaluated the hash symbol to mean "1." when they are actually comments.
posted by moriger at Dec 30, 2008 8:30 PM
Quote
tables:
List of relations
 Schema |             Name              | Type  |  Owner
--------+-------------------------------+-------+----------
 public | bugtrackerresource_           | table | postgres
 public | dropboxresource_              | table | postgres
 public | fileresource_                 | table | postgres
 public | formresource_                 | table | postgres
 public | forumresource_                | table | postgres
 public | groupresource_                | table | postgres
 public | issueresource_                | table | postgres
 public | ldapgroupresource_            | table | postgres
 public | mailinglistresource_          | table | postgres
 public | messageresource_              | table | postgres
 public | node_                         | table | postgres
 public | pageresource_                 | table | postgres
 public | profileresource_              | table | postgres
 public | projectproxyresource_         | table | postgres
 public | projectresource_              | table | postgres
 public | qrtz_blob_triggers            | table | postgres
 public | qrtz_calendars                | table | postgres
 public | qrtz_cron_triggers            | table | postgres
 public | qrtz_fired_triggers           | table | postgres
 public | qrtz_job_details              | table | postgres
 public | qrtz_job_listeners            | table | postgres
 public | qrtz_locks                    | table | postgres
 public | qrtz_paused_trigger_grps      | table | postgres
 public | qrtz_scheduler_state          | table | postgres
 public | qrtz_simple_triggers          | table | postgres
 public | qrtz_trigger_listeners        | table | postgres
 public | qrtz_triggers                 | table | postgres
 public | repositoryresource_           | table | postgres
 public | siteresource_                 | table | postgres
 public | subversionrepositoryresource_ | table | postgres
 public | surveyresource_               | table | postgres
 public | symboliclinkresource_         | table | postgres
 public | synchronizerresource_         | table | postgres
 public | templateresource_             | table | postgres
 public | threadresource_               | table | postgres
 public | timelineresource_             | table | postgres
 public | workspace_                    | table | postgres
 public | wsconnectionresource_         | table | postgres
(38 rows)

libresourceConfig.properties:

mail.factory.name   libresourceConfig
mail.factory.type   javax.mail.Session

libresource.server=jonas libresource.datasource=libresourceDS libresource.log.dir=/usr/local/LibreSource/logs/ libresource.working.node=projects libresource.web.conf= notification.default.type=mail jabber.server=192.168.1.243 jabber.username=libresource jabber.password=changeMe kernel.serverUrl=http://192.168.1.243:9000 kernel.authUrl= kernel.indexationDataDir=/usr/local/LibreSource/tmp-work/index libresource.distributedFilesystem=/usr/local/LibreSource/tmp-work/files

subversion.authz.file.path=$LS_CONFIG_SVN_AUTH_PATH subversion.repository.base.path=$LS_CONFIG_SVN_REPOSITORY_BASE_PATH subversion.create.repository.cmd=$LS_CONFIG_SVN_CREATE_CMD subversion.rename.repository.cmd=$LS_CONFIG_SVN_RENAME_CMD

mail.lookup=libresourceMail event.topic.lookup=libresource.events indexation.topic.lookup=libresource.indexation job.topic.lookup=libresource.jobs remote.topic.connection.factory=JTCF topic.connection.factory=TCF sql.timeline.query=SELECT id_ FROM timelineresource_ WHERE ? LIKE rooturi_; sql.timeline.id=id_

libresourceDS.properties:

datasource.name         libresourceDS
datasource.url          jdbc:postgresql://localhost:5432/libresource
datasource.username     postgres
datasource.password     postgres
datasource.classname    org.postgresql.Driver
datasource.mapper       rdb.postgres

jdbc.connchecklevel 0 jdbc.connmaxage 1440 jdbc.maxopentime 60 jdbc.connteststmt select 1 jdbc.minconpool 2 jdbc.maxconpool 30 jdbc.samplingperiod 30 jdbc.maxwaittime 5 jdbc.maxwaiters 100

posted by Sebastien Jourdain at Dec 30, 2008 7:34 PM
Quote
Could you give me the configuration file of your libresource ? (You can put XXX for stuff that you don't want to share)
  • jonas/conf/libresource-config.properties
  • jonas/conf/libresourceDS.properties
What have you got when you type
psql libresource
\dt
\q

I'm interessted by the output of the dt

posted by moriger at Dec 30, 2008 7:13 PM
Quote
There seems to be a problem of some sort related to ejb and primary keys of some sort. I'm not sure what it means.
posted by moriger at Dec 30, 2008 7:12 PM
Quote
Hi Sebastien,

I used the uninstaller to remove version 2.2 Then I dropped the libresource database and recreated it. Then I downloaded and installed 2.5 Then I put the JDBC 8.2-509 JDBC 4 in the jonas directory under lib/ext Then I started it manually as you described

It gave me the same problems. Here is the ouput from the Web:

org.apache.jasper.JasperException: javax.servlet.jsp.el.ELException: An error occurred while evaluating function "ls:connectedUser"
	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
	java.security.AccessController.doPrivileged(Native Method)
	java.security.AccessController.doPrivileged(Native Method)
	com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.java:156)
	com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59)
	org.libresource.web.filters.SiteMeshFilter.doFilter(Unknown Source)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
	java.security.AccessController.doPrivileged(Native Method)
	org.libresource.web.filters.SecurityFilter.doFilter(Unknown Source)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)

root cause

org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:922) org.objectweb.jonas_gen.org.libresource.membership.interfaces.JOnASMembershipService860227629Remote.getProfile(JOnASMembershipService860227629Remote.java:1187) org.libresource.web.Helper.getConnectedUserProfile(Unknown Source) org.libresource.web.Helper.getConnectedUser(Unknown Source) org.libresource.web.taglibs.JspFunctions.connectedUser(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.commons.el.FunctionInvocation.evaluate(FunctionInvocation.java:172) org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263) org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:932) org.apache.jsp.pages.decorators.main_jsp._jspService(org.apache.jsp.pages.decorators.main_jsp:201) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:537) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161) java.security.AccessController.doPrivileged(Native Method) java.security.AccessController.doPrivileged(Native Method) com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.java:156) com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59) org.libresource.web.filters.SiteMeshFilter.doFilter(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:537) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217) java.security.AccessController.doPrivileged(Native Method) org.libresource.web.filters.SecurityFilter.doFilter(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:537) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)

AND FROM THE LOG:

2008-12-30 05:56:31,104 : INFO : main : Server.<init> :    JVM used is 1.6.0 version of Sun Microsystems Inc. vendor on Linux 2.6.25-14.fc9.i686/i386 OS.
2008-12-30 05:56:31,134 : INFO : main : PolicyProvider.init :    Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider
2008-12-30 05:56:31,672 : INFO : main : NameServiceManager.startNonStartedNS :    Name service for jeremie is started on port 2000
2008-12-30 05:56:31,705 : INFO : main : ServiceManager.startRegistry :    registry service started
2008-12-30 05:56:32,193 : INFO : main : ServiceManager.startJmx :    jmx service started
2008-12-30 05:56:32,796 : INFO : main : Current.<init> :    JOTM 2.0.11
2008-12-30 05:56:32,814 : INFO : main : Current.setDefaultRecovery :    Jotm Recovery= false
2008-12-30 05:56:32,845 : SEVERE : main : TransactionServiceImpl.doStart :    JOnAS: Cannot register JTAResource mBeanjava.rmi.RemoteException: java.net.UnknownHostException: colaborate.ndmquestar.com: colaborate.ndmquestar.com
2008-12-30 05:56:32,846 : INFO : main : ServiceManager.startServices :    jtm service started
2008-12-30 05:56:33,409 : INFO : main : DataBaseServiceImpl.createDataSource :    Mapping ConnectionManager jdbc:postgresql://localhost:5432/libresource on libresourceDS
2008-12-30 05:56:33,420 : INFO : main : ServiceManager.startServices :    dbm service started
2008-12-30 05:56:33,851 : INFO : main : ServiceManager.startServices :    security service started
2008-12-30 05:56:34,355 : INFO : main : Rar.processRar :    /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/JOnAS_jdbcXA.rar available
2008-12-30 05:56:34,648 : INFO : main : Rar.processRar :    Starting deployment of /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/joram_for_jonas_ra.rar
2008-12-30 05:56:34,685 : INFO : main : Debug.initialize :    Debug.initialize() - a3debug.cfg
2008-12-30 05:56:34,695 : INFO : main : JoramAdapter.<init> :    JORAM adapter instantiated.
2008-12-30 05:56:34,704 : INFO : main : MXWrapper.setMXServer :    setMXServer: com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:34,724 : INFO : main : JoramAdapter.start :    JORAM adapter starting deployment…
2008-12-30 05:56:34,725 : INFO : main : JoramAdapter.start :      - Collocated JORAM server is starting…
2008-12-30 05:56:34,768 : WARNING : main : AgentServer.init :    AgentServer#0, init()
2008-12-30 05:56:34,779 : WARNING : main : A3CMLConfig.getConfig :    Trying to find "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/a3cmlconfig">"error">! a3cmlconfig ! using org.objectweb.jonas.server.JClassLoader"error">invalid link : Commons, urls=file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-beanutils.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-modeler.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-codec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-logging-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-collections.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-discovery.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/hsqldb.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_rdb_adapter.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_runtime.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/axis/axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jotm.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/opensaml.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/wss4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/addressing.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/xmlsec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_pw.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_helper.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_javalog.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_log4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_common.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_file.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/irmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_cmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_carol.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/jgroups-all.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jonathan-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jeremie.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/nanoxml-lite-2.2.1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/kilim.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/howl.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_jdbc_ra.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-tools.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_cache.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_persistence.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_pool.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_dependency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_concurrency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor_exp.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_svc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/concurrent.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-tree-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-xml-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-util-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/kasm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-analysis-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-attrs-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-client.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-shared.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-connector.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-raconfig.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/JCup.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-mom.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/jakarta-regexp-1.2.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-plugins-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-mfb-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsr88-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/saaj.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/connector-1_5.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/emb-jsr86-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-providers.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxr-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-jaf.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jacc-1_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsp-2_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxrpc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jta-spec1_0_1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/ejb-2_1-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/wsdl4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-mail.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/javax77.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jms.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/servlet-2_4.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/ext/postgresql.jar(Illegal character in scheme name at index 7: Commons, urls=file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-beanutils.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-modeler.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-codec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-logging-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-collections.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-discovery.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/hsqldb.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_rdb_adapter.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_runtime.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/axis/axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jotm.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/opensaml.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/wss4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/addressing.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/xmlsec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_pw.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_helper.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_javalog.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_log4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_common.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_file.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/irmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_cmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_carol.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/jgroups-all.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jonathan-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jeremie.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/nanoxml-lite-2.2.1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/kilim.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/howl.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_jdbc_ra.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-tools.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_cache.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_persistence.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_pool.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_dependency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_concurrency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor_exp.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_svc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/concurrent.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-tree-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-xml-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-util-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/kasm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-analysis-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-attrs-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-client.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-shared.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-connector.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-raconfig.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/JCup.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-mom.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/jakarta-regexp-1.2.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-plugins-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-mfb-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsr88-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/saaj.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/connector-1_5.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/emb-jsr86-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-providers.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxr-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-jaf.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jacc-1_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsp-2_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxrpc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jta-spec1_0_1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/ejb-2_1-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/wsdl4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-mail.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/javax77.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jms.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/servlet-2_4.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/ext/postgresql.jar) class loader.
2008-12-30 05:56:34,785 : WARNING : main : A3CMLConfig.getConfig :    Trying to find serialized config using ClassLoader.getSystemResource().
2008-12-30 05:56:34,787 : WARNING : main : A3CMLConfig.getConfig :    Unable to find configuration file: a3cmlconfig
2008-12-30 05:56:34,791 : WARNING : main : AgentServer.init :    AgentServer#0, serialized a3cmlconfig not found
2008-12-30 05:56:34,794 : WARNING : main : A3CML.getXMLConfig :    Unable to find configuration file "a3servers.xml".
2008-12-30 05:56:34,796 : WARNING : main : A3CML.getXMLConfig :    Trying to find "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/a3servers.xml">"error">! a3servers.xml ! using org.objectweb.jonas.server.JClassLoader"error">invalid link : Commons, urls=file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-beanutils.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-modeler.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-codec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-logging-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-collections.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-discovery.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/hsqldb.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_rdb_adapter.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_runtime.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/axis/axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jotm.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/opensaml.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/wss4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/addressing.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/xmlsec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_pw.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_helper.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_javalog.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_log4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_common.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_file.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/irmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_cmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_carol.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/jgroups-all.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jonathan-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jeremie.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/nanoxml-lite-2.2.1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/kilim.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/howl.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_jdbc_ra.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-tools.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_cache.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_persistence.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_pool.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_dependency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_concurrency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor_exp.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_svc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/concurrent.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-tree-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-xml-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-util-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/kasm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-analysis-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-attrs-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-client.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-shared.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-connector.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-raconfig.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/JCup.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-mom.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/jakarta-regexp-1.2.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-plugins-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-mfb-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsr88-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/saaj.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/connector-1_5.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/emb-jsr86-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-providers.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxr-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-jaf.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jacc-1_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsp-2_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxrpc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jta-spec1_0_1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/ejb-2_1-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/wsdl4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-mail.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/javax77.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jms.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/servlet-2_4.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/ext/postgresql.jar(Illegal character in scheme name at index 7: Commons, urls=file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-beanutils.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-modeler.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-codec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-logging-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-collections.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jakarta-commons/commons-discovery.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/hsqldb.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_rdb_adapter.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jorm/ow_jorm_runtime.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/axis/axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jotm.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/opensaml.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/wss4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/addressing.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ws-security/xmlsec.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_pw.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_helper.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_javalog.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_log4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_common.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_wrp_p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/monolog/ow_util_log_file.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/irmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_cmi.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/ow_carol.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/carol/jgroups-all.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jonathan-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/jeremie.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/nanoxml-lite-2.2.1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/jeremie/kilim.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/howl.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_jdbc_ra.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-remote.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/mx4j/mx4j-tools.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_cache.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_persistence.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_pool.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_dependency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/perseus/ow_perseus_concurrency.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/medor/ow_medor_exp.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_svc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/p6spy.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/ow_jonas_axis.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/concurrent.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-tree-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-xml-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-util-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/kasm-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-analysis-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/asm/asm-attrs-1.5.3.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-client.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-shared.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-connector.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-raconfig.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/JCup.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/joram-mom.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/joram/jakarta-regexp-1.2.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-plugins-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/jonas/emb/emb-ow-mfb-core.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsr88-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/saaj.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/connector-1_5.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/emb-jsr86-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-providers.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxr-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-jaf.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jacc-1_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jsp-2_0.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jaxrpc.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jta-spec1_0_1.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/ejb-2_1-api.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/wsdl4j.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/gnu-mail.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/javax77.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/jms.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/commons/j2ee/servlet-2_4.jar;file:/usr/local/LibreSource/JONAS_4_7_6/lib/ext/postgresql.jar) class loader.
2008-12-30 05:56:34,821 : INFO : main : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Transaction -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:34,876 : INFO : main : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:34,885 : INFO : main : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=AgentFactory#0 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:34,889 : INFO : main : Engine.garbage :    Engine#0, garbage: 0/2147483647+1 1
2008-12-30 05:56:34,890 : INFO : main : Engine.garbage :    Engine#0, garbage: 0
2008-12-30 05:56:34,894 : WARNING : main : Engine.init :    Engine#0, factory created
2008-12-30 05:56:34,905 : WARNING : main : AgentServer.init :    AgentServer#0, initialized at Tue Dec 30 05:56:34 CST 2008
2008-12-30 05:56:34,909 : INFO : main : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:34,912 : WARNING : main : AgentServer.start :    AgentServer#0, start()
2008-12-30 05:56:35,043 : INFO : main : Pool.<init> :    Message.Pool: 150
2008-12-30 05:56:35,110 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=JoramAdminTopic -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,114 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=JoramAdminTopic -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,118 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 1/2147483647+2 4
2008-12-30 05:56:35,121 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 1
2008-12-30 05:56:35,123 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=JoramAdminProxy -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,126 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=User,name=JoramAdminProxy -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,128 : WARNING : main : AgentServer.start :    AgentServer#0, started at Tue Dec 30 05:56:35 CST 2008
2008-12-30 05:56:35,128 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 2/2147483647+3 6
2008-12-30 05:56:35,129 : INFO : main : JoramAdapter.start :      - Collocated JORAM server has successfully started.
2008-12-30 05:56:35,135 : INFO : main : JoramAdapter.start :      - Reading the provided admin file: joramAdmin.xml
2008-12-30 05:56:35,143 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 2
2008-12-30 05:56:35,244 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=#0.0.1025 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,245 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=#0.0.1025 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,245 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 3/2147483647+3 15
2008-12-30 05:56:35,245 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 3
2008-12-30 05:56:35,284 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=anonymous -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,286 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,286 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 4/2147483647+4 28
2008-12-30 05:56:35,287 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 4
2008-12-30 05:56:35,293 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,315 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=sampleQueue -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,317 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=sampleQueue -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,318 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 5/2147483647+4 37
2008-12-30 05:56:35,319 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 5
2008-12-30 05:56:35,323 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=queue,name=sampleQueue -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,339 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=simpaReplyQ -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,343 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=simpaReplyQ -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,344 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 6/2147483647+4 64
2008-12-30 05:56:35,345 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 6
2008-12-30 05:56:35,348 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=queue,name=simpaReplyQ -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,361 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=sampleTopic -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,363 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=sampleTopic -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,364 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 7/2147483647+4 91
2008-12-30 05:56:35,370 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 7
2008-12-30 05:56:35,373 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=topic,name=sampleTopic -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,390 : INFO : Engine#0 : MXWrapper.unregisterMBean :    unregisterMBean: type=Destination,name=#0.0.1025 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,392 : INFO : Engine#0 : MXWrapper.unregisterMBean :    unregisterMBean: server=AgentServer#0,cons=Engine#0,agent=#0.0.1025 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,405 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=#0.0.1030 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,407 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=#0.0.1030 -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,408 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 7/2147483647+4 129
2008-12-30 05:56:35,409 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 7
2008-12-30 05:56:35,412 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=PlatformAdmin -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,414 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=JoramAdmin -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:35,416 : INFO : main : JoramAdapter.start :      - Reading the provided admin file: joramAdminExport.xml
2008-12-30 05:56:35,418 : INFO : main : JoramAdapter.start :    joramAdminExport.xml not found.
2008-12-30 05:56:35,421 : INFO : main : JoramAdapter.start :    Server port is 16010
2008-12-30 05:56:35,423 : INFO : main : JoramAdapter.start :    JORAM adapter 4.3.19 successfully deployed.
2008-12-30 05:56:35,503 : INFO : main : Rar.processRar :    /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/joram_for_jonas_ra.rar available
2008-12-30 05:56:35,651 : INFO : main : Rar.processRar :    /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/JOnAS_jdbcDS.rar available
2008-12-30 05:56:35,712 : INFO : main : Rar.processRar :    /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/JOnAS_jdbcDM.rar available
2008-12-30 05:56:35,762 : INFO : main : Rar.processRar :    /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/JOnAS_jdbcCP.rar available
2008-12-30 05:56:35,772 : INFO : main : ServiceManager.startServices :    resource service started
2008-12-30 05:56:35,827 : INFO : main : ServiceManager.startServices :    ejb service started
2008-12-30 05:56:35,938 : INFO : main : ServiceManager.startServices :    ws service started
2008-12-30 05:56:36,865 : INFO : main : Http11BaseProtocol.init :    Initializing Coyote HTTP/1.1 on http-9000
2008-12-30 05:56:36,990 : INFO : main : StandardService.start :    Starting service Tomcat-JOnAS
2008-12-30 05:56:36,994 : INFO : main : StandardEngine.start :    Starting Servlet Engine: Apache Tomcat/5.5.15
2008-12-30 05:56:37,022 : INFO : main : StandardHost.start :    XML validation disabled
2008-12-30 05:56:37,069 : INFO : main : Http11BaseProtocol.start :    Starting Coyote HTTP/1.1 on http-9000
2008-12-30 05:56:37,155 : INFO : main : StoreLoader.load :    Find registry server-registry.xml at classpath resource
2008-12-30 05:56:37,221 : INFO : main : ServiceManager.startServices :    web service started
2008-12-30 05:56:40,087 : WARNING : main : WsGen.execute :    /usr/local/LibreSource/JONAS_4_7_6/apps/autoload/LibreSource-2.5.ear is using DTDs, WsGen needs Schema only : META-INF/jonas-ejb-jar.xml use a DTD. Only XML Schema are accepted for J2EE 1.4 webservices
2008-12-30 05:56:41,974 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MembershipService (set to the default value Supports)
2008-12-30 05:56:42,078 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,080 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.search.LibresourceIndexableContent org.libresource.LibresourceService.getIndexableContent(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,081 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,083 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.xml.LibresourceExportHandler org.libresource.LibresourceService.getXmlExportHandlerForResource(java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,088 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.xml.LibresourceImportHandler org.libresource.LibresourceService.getXmlImportHandler(java.lang.String) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,089 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesEvents(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,091 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports)
2008-12-30 05:56:42,276 : INFO : main : JContainer.addBean :    MembershipService available
2008-12-30 05:56:42,560 : INFO : main : Mapper.map :    New mapped class: jorm.SymbolicLinkResource
2008-12-30 05:56:43,114 : INFO : main : JContainer.addBean :    SymbolicLinkResource is loaded and using rdb.postgres
2008-12-30 05:56:43,116 : INFO : main : JContainer.addBean :    SymbolicLinkResource available
2008-12-30 05:56:43,126 : INFO : main : JContainer.addBean :    KernelService available
2008-12-30 05:56:43,158 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=libresource.indexation -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,160 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=libresource.indexation -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,160 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 8/2147483647+4 158
2008-12-30 05:56:43,167 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 8
2008-12-30 05:56:43,176 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=topic,name=libresource.indexation -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,189 : INFO : main : JoramAdapter.createTopic :      - Topic "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/libresource.indexation">"error">! libresource.indexation ! has been created.
2008-12-30 05:56:43,194 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,196 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:43,225 : INFO : main : JContainer.addBean :    IndexationEventListener available
2008-12-30 05:56:43,252 : INFO : main : Mapper.map :    New mapped class: jorm.GroupResource
2008-12-30 05:56:43,259 : INFO : main : JContainer.addBean :    GroupResource is loaded and using rdb.postgres
2008-12-30 05:56:43,260 : INFO : main : JContainer.addBean :    GroupResource available
2008-12-30 05:56:43,292 : INFO : main : Mapper.map :    New mapped class: jorm.Node
2008-12-30 05:56:43,304 : INFO : main : JContainer.addBean :    Node is loaded and using rdb.postgres
2008-12-30 05:56:43,306 : INFO : main : JContainer.addBean :    Node available
2008-12-30 05:56:43,321 : INFO : main : Mapper.map :    New mapped class: jorm.LDAPGroupResource
2008-12-30 05:56:43,327 : INFO : main : JContainer.addBean :    LDAPGroupResource is loaded and using rdb.postgres
2008-12-30 05:56:43,329 : INFO : main : JContainer.addBean :    LDAPGroupResource available
2008-12-30 05:56:43,339 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=libresource.jobs -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,339 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=libresource.jobs -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,339 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 9/2147483647+4 201
2008-12-30 05:56:43,340 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 9
2008-12-30 05:56:43,342 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=topic,name=libresource.jobs -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,350 : INFO : main : JoramAdapter.createTopic :      - Topic "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/libresource.jobs">"error">! libresource.jobs ! has been created.
2008-12-30 05:56:43,357 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,363 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:43,372 : INFO : main : JContainer.addBean :    KernelJobsListener available
2008-12-30 05:56:43,377 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: server=AgentServer#0,cons=Engine#0,agent=libresource.events -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,378 : INFO : Engine#0 : MXWrapper.registerMBean :    registerMBean: type=Destination,name=libresource.events -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,379 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 10/2147483647+4 244
2008-12-30 05:56:43,379 : INFO : Engine#0 : Engine.garbage :    Engine#0, garbage: 10
2008-12-30 05:56:43,381 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=topic,name=libresource.events -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,393 : INFO : main : JoramAdapter.createTopic :      - Topic "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/libresource.events">"error">! libresource.events ! has been created.
2008-12-30 05:56:43,397 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:43,399 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:43,408 : INFO : main : JContainer.addBean :    KernelEventListener available
2008-12-30 05:56:43,420 : INFO : main : Mapper.map :    New mapped class: jorm.ProfileResource
2008-12-30 05:56:43,428 : INFO : main : JContainer.addBean :    ProfileResource is loaded and using rdb.postgres
2008-12-30 05:56:43,429 : INFO : main : JContainer.addBean :    ProfileResource available
2008-12-30 05:56:44,035 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceCoreService (set to the default value Supports)
2008-12-30 05:56:44,037 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceCoreService (set to the default value Supports)
2008-12-30 05:56:44,038 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceCoreService (set to the default value Supports)
2008-12-30 05:56:44,043 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,045 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.search.LibresourceIndexableContent org.libresource.LibresourceService.getIndexableContent(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,047 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,049 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.xml.LibresourceExportHandler org.libresource.LibresourceService.getXmlExportHandlerForResource(java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,050 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.xml.LibresourceImportHandler org.libresource.LibresourceService.getXmlImportHandler(java.lang.String) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,052 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesEvents(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,054 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports)
2008-12-30 05:56:44,086 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,088 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,113 : INFO : main : JContainer.addBean :    MailNotificationsDispatcher available
2008-12-30 05:56:44,147 : INFO : main : Mapper.map :    New mapped class: jorm.ProjectResource
2008-12-30 05:56:44,154 : INFO : main : JContainer.addBean :    ProjectResource is loaded and using rdb.postgres
2008-12-30 05:56:44,155 : INFO : main : JContainer.addBean :    ProjectResource available
2008-12-30 05:56:44,170 : INFO : main : Mapper.map :    New mapped class: jorm.TimelineResource
2008-12-30 05:56:44,179 : INFO : main : JContainer.addBean :    TimelineResource is loaded and using rdb.postgres
2008-12-30 05:56:44,181 : INFO : main : JContainer.addBean :    TimelineResource available
2008-12-30 05:56:44,196 : INFO : main : Mapper.map :    New mapped class: jorm.TemplateResource
2008-12-30 05:56:44,201 : INFO : main : JContainer.addBean :    TemplateResource is loaded and using rdb.postgres
2008-12-30 05:56:44,203 : INFO : main : JContainer.addBean :    TemplateResource available
2008-12-30 05:56:44,208 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,210 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,219 : INFO : main : JContainer.addBean :    JabberNotificationsDispatcher available
2008-12-30 05:56:44,224 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,226 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,235 : INFO : main : JContainer.addBean :    TimelinesDispatcher available
2008-12-30 05:56:44,243 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,245 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,259 : INFO : main : JContainer.addBean :    ComputeStatsJobsListener available
2008-12-30 05:56:44,279 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,281 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,291 : INFO : main : JContainer.addBean :    EventLoggerBean available
2008-12-30 05:56:44,307 : INFO : main : JContainer.addBean :    LibresourceStatsService available
2008-12-30 05:56:44,318 : INFO : main : JContainer.addBean :    LibresourceCoreService available
2008-12-30 05:56:44,465 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports)
2008-12-30 05:56:44,467 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports)
2008-12-30 05:56:44,468 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.xml.LibresourceExportHandler org.libresource.LibresourceService.getXmlExportHandlerForResource(java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports)
2008-12-30 05:56:44,470 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract org.libresource.xml.LibresourceImportHandler org.libresource.LibresourceService.getXmlImportHandler(java.lang.String) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports)
2008-12-30 05:56:44,476 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesEvents(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports)
2008-12-30 05:56:44,478 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports)
2008-12-30 05:56:44,517 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,519 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,529 : INFO : main : JContainer.addBean :    RemoteSitesDeletetionListenerBean available
2008-12-30 05:56:44,551 : INFO : main : Mapper.map :    New mapped class: jorm.SiteResource
2008-12-30 05:56:44,561 : INFO : main : JContainer.addBean :    SiteResource is loaded and using rdb.postgres
2008-12-30 05:56:44,563 : INFO : main : JContainer.addBean :    SiteResource available
2008-12-30 05:56:44,575 : INFO : main : Mapper.map :    New mapped class: jorm.ProjectProxyResource
2008-12-30 05:56:44,580 : INFO : main : JContainer.addBean :    ProjectProxyResource is loaded and using rdb.postgres
2008-12-30 05:56:44,582 : INFO : main : JContainer.addBean :    ProjectProxyResource available
2008-12-30 05:56:44,589 : INFO : main : JContainer.addBean :    MetaSiteService available
2008-12-30 05:56:44,594 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:44,596 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:44,606 : INFO : main : JContainer.addBean :    SynchronizationJobsListener available
2008-12-30 05:56:44,712 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceWikiService (set to the default value Supports)
2008-12-30 05:56:44,714 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceWikiService (set to the default value Supports)
2008-12-30 05:56:44,715 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceWikiService (set to the default value Supports)
2008-12-30 05:56:44,737 : INFO : main : Mapper.map :    New mapped class: jorm.PageResource
2008-12-30 05:56:44,747 : INFO : main : JContainer.addBean :    PageResource is loaded and using rdb.postgres
2008-12-30 05:56:44,749 : INFO : main : JContainer.addBean :    PageResource available
2008-12-30 05:56:44,756 : INFO : main : JContainer.addBean :    LibresourceWikiService available
2008-12-30 05:56:44,841 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceMailingService (set to the default value Supports)
2008-12-30 05:56:44,843 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceMailingService (set to the default value Supports)
2008-12-30 05:56:44,863 : INFO : main : Mapper.map :    New mapped class: jorm.MailingListResource
2008-12-30 05:56:44,869 : INFO : main : JContainer.addBean :    MailingListResource is loaded and using rdb.postgres
2008-12-30 05:56:44,871 : INFO : main : JContainer.addBean :    MailingListResource available
2008-12-30 05:56:44,878 : INFO : main : JContainer.addBean :    LibresourceMailingService available
2008-12-30 05:56:44,963 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSurveyService (set to the default value Supports)
2008-12-30 05:56:44,965 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSurveyService (set to the default value Supports)
2008-12-30 05:56:44,976 : INFO : main : JContainer.addBean :    LibresourceSurveyService available
2008-12-30 05:56:44,997 : INFO : main : Mapper.map :    New mapped class: jorm.SurveyResource
2008-12-30 05:56:45,003 : INFO : main : JContainer.addBean :    SurveyResource is loaded and using rdb.postgres
2008-12-30 05:56:45,005 : INFO : main : JContainer.addBean :    SurveyResource available
2008-12-30 05:56:45,278 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceForumService (set to the default value Supports)
2008-12-30 05:56:45,280 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceForumService (set to the default value Supports)
2008-12-30 05:56:45,317 : INFO : main : Mapper.map :    New mapped class: jorm.ThreadResource
2008-12-30 05:56:45,325 : INFO : main : JContainer.addBean :    ThreadResource is loaded and using rdb.postgres
2008-12-30 05:56:45,326 : INFO : main : JContainer.addBean :    ThreadResource available
2008-12-30 05:56:45,345 : INFO : main : Mapper.map :    New mapped class: jorm.ForumResource
2008-12-30 05:56:45,350 : INFO : main : JContainer.addBean :    ForumResource is loaded and using rdb.postgres
2008-12-30 05:56:45,352 : INFO : main : JContainer.addBean :    ForumResource available
2008-12-30 05:56:45,365 : INFO : main : Mapper.map :    New mapped class: jorm.MessageResource
2008-12-30 05:56:45,370 : INFO : main : JContainer.addBean :    MessageResource is loaded and using rdb.postgres
2008-12-30 05:56:45,371 : INFO : main : JContainer.addBean :    MessageResource available
2008-12-30 05:56:45,384 : INFO : main : JContainer.addBean :    LibresourceForumService available
2008-12-30 05:56:45,521 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFilesService (set to the default value Supports)
2008-12-30 05:56:45,523 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFilesService (set to the default value Supports)
2008-12-30 05:56:45,599 : INFO : main : Mapper.map :    New mapped class: jorm.FileResource
2008-12-30 05:56:45,605 : INFO : main : JContainer.addBean :    FileResource is loaded and using rdb.postgres
2008-12-30 05:56:45,607 : INFO : main : JContainer.addBean :    FileResource available
2008-12-30 05:56:45,619 : INFO : main : Mapper.map :    New mapped class: jorm.RepositoryResource
2008-12-30 05:56:45,625 : INFO : main : JContainer.addBean :    RepositoryResource is loaded and using rdb.postgres
2008-12-30 05:56:45,626 : INFO : main : JContainer.addBean :    RepositoryResource available
2008-12-30 05:56:45,640 : INFO : main : JContainer.addBean :    LibresourceFilesService available
2008-12-30 05:56:45,655 : INFO : main : Mapper.map :    New mapped class: jorm.DropBoxResource
2008-12-30 05:56:45,660 : INFO : main : JContainer.addBean :    DropBoxResource is loaded and using rdb.postgres
2008-12-30 05:56:45,662 : INFO : main : JContainer.addBean :    DropBoxResource available
2008-12-30 05:56:45,809 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceBugTrackerService (set to the default value Supports)
2008-12-30 05:56:45,811 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceBugTrackerService (set to the default value Supports)
2008-12-30 05:56:45,846 : INFO : main : Mapper.map :    New mapped class: jorm.IssueResource
2008-12-30 05:56:45,852 : INFO : main : JContainer.addBean :    IssueResource is loaded and using rdb.postgres
2008-12-30 05:56:45,853 : INFO : main : JContainer.addBean :    IssueResource available
2008-12-30 05:56:45,874 : INFO : main : Mapper.map :    New mapped class: jorm.BugTrackerResource
2008-12-30 05:56:45,879 : INFO : main : JContainer.addBean :    BugTrackerResource is loaded and using rdb.postgres
2008-12-30 05:56:45,881 : INFO : main : JContainer.addBean :    BugTrackerResource available
2008-12-30 05:56:45,888 : INFO : main : JContainer.addBean :    LibresourceBugTrackerService available
2008-12-30 05:56:46,051 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSynchronizerService (set to the default value Supports)
2008-12-30 05:56:46,053 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSynchronizerService (set to the default value Supports)
2008-12-30 05:56:46,095 : INFO : main : JContainer.addBean :    LibresourceSynchronizerService available
2008-12-30 05:56:46,100 : INFO : main : MXWrapper.registerMBean :    registerMBean: type=User,name=anonymous"resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3">RE : Fatal Postgres Connect Error -> com.scalagent.jmx.JMXServer@1a734ff
2008-12-30 05:56:46,102 : INFO : main : JoramAdapter.createUser :      - User "resourceLink" href="/home/community/forum/Fatal_Postgres_Connect_Error/RE_Fatal_Postgres_Connect_Error_3/anonymous">"error">! anonymous ! has been created.
2008-12-30 05:56:46,117 : INFO : main : JContainer.addBean :    CompressJobsListener available
2008-12-30 05:56:46,146 : INFO : main : JContainer.addBean :    Workspace is loaded and using rdb.postgres
2008-12-30 05:56:46,148 : INFO : main : JContainer.addBean :    Workspace available
2008-12-30 05:56:46,210 : INFO : main : Mapper.map :    New mapped class: jorm.Workspace
2008-12-30 05:56:46,213 : INFO : main : JContainer.addBean :    WsConnectionResource is loaded and using rdb.postgres
2008-12-30 05:56:46,215 : INFO : main : JContainer.addBean :    WsConnectionResource available
2008-12-30 05:56:46,230 : INFO : main : Mapper.map :    New mapped class: jorm.WsConnectionResource
2008-12-30 05:56:46,232 : INFO : main : Mapper.map :    New mapped class: jorm.SynchronizerResource
2008-12-30 05:56:46,248 : INFO : main : JContainer.addBean :    SynchronizerResource is loaded and using rdb.postgres
2008-12-30 05:56:46,249 : INFO : main : JContainer.addBean :    SynchronizerResource available
2008-12-30 05:56:46,697 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSubversionService (set to the default value Supports)
2008-12-30 05:56:46,699 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSubversionService (set to the default value Supports)
2008-12-30 05:56:46,789 : INFO : main : Mapper.map :    New mapped class: jorm.SubversionRepositoryResource
2008-12-30 05:56:46,795 : INFO : main : JContainer.addBean :    SubversionRepositoryResource is loaded and using rdb.postgres
2008-12-30 05:56:46,797 : INFO : main : JContainer.addBean :    SubversionRepositoryResource available
2008-12-30 05:56:46,805 : INFO : main : JContainer.addBean :    LibresourceSubversionService available
2008-12-30 05:56:46,860 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFormService (set to the default value Supports)
2008-12-30 05:56:46,862 : WARNING : main : SessionDesc.checkTxAttribute :    trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFormService (set to the default value Supports)
2008-12-30 05:56:46,875 : INFO : main : JContainer.addBean :    LibresourceFormService available
2008-12-30 05:56:46,906 : INFO : main : Mapper.map :    New mapped class: jorm.FormResource
2008-12-30 05:56:46,912 : INFO : main : JContainer.addBean :    FormResource is loaded and using rdb.postgres
2008-12-30 05:56:46,914 : INFO : main : JContainer.addBean :    FormResource available
2008-12-30 05:56:48,578 : INFO : main : AbsJWebContainerServiceImpl.registerWar :    War /usr/local/LibreSource/JONAS_4_7_6/work/apps/jonas/LibreSource-2.5_2008.05.20-02.27.03/LibreSource-Web-2.0.war available at the context /.
2008-12-30 05:56:48,672 : INFO : main : AbsJWebContainerServiceImpl.registerWar :    War /usr/local/LibreSource/JONAS_4_7_6/work/apps/jonas/LibreSource-2.5_2008.05.20-02.27.03/LibreSource-Web-Static-2.0.war available at the context /static.
2008-12-30 05:56:48,769 : INFO : main : AbsJWebContainerServiceImpl.registerWar :    War /usr/local/LibreSource/JONAS_4_7_6/work/apps/jonas/LibreSource-2.5_2008.05.20-02.27.03/ls-so6-2.0.war available at the context /ls-so6.
2008-12-30 05:56:48,777 : INFO : main : EarServiceImpl.deployEar :    Ear file:/usr/local/LibreSource/JONAS_4_7_6/apps/autoload/LibreSource-2.5.ear available.
2008-12-30 05:56:48,779 : INFO : main : ServiceManager.startServices :    ear service started
2008-12-30 05:56:48,787 : INFO : main : MailServiceImpl.createMailFactory :    Mapping Mail Factory javax.mail.Session on libresourceMail
2008-12-30 05:56:48,793 : INFO : main : MailServiceImpl.createMailFactory :    Mapping Mail Factory javax.mail.Session on libresourceConfig
2008-12-30 05:56:48,795 : INFO : main : ServiceManager.startServices :    mail service started
2008-12-30 05:56:48,801 : INFO : main : Server.start :    JOnAS server 'jonas' started on rmi/jeremie
2008-12-30 05:56:53,576 : INFO : http-9000-Processor24 : JobStoreSupport.initialize :    Using db table-based data access locking (synchronization).
2008-12-30 05:56:53,765 : INFO : http-9000-Processor24 : JobStoreSupport.initialize :    Using db table-based data access locking (synchronization).
2008-12-30 05:56:56,117 : SEVERE : http-9000-Processor24 : ApplicationDispatcher.invoke :    Servlet.service() for servlet jsp threw exception
org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node
	at org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:922)
	at org.objectweb.jonas_gen.org.libresource.membership.interfaces.JOnASMembershipService860227629Remote.getProfile(JOnASMembershipService860227629Remote.java:1187)
	at org.libresource.web.Helper.getConnectedUserProfile(Unknown Source)
	at org.libresource.web.Helper.getConnectedUser(Unknown Source)
	at org.libresource.web.taglibs.JspFunctions.connectedUser(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.commons.el.FunctionInvocation.evaluate(FunctionInvocation.java:172)
	at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
	at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
	at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:932)
	at org.apache.jsp.pages.decorators.main_jsp._jspService(org.apache.jsp.pages.decorators.main_jsp:201)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
	at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
	at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
	at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
	at org.apache.catalina.core.ApplicationDispatcher.access$100(ApplicationDispatcher.java:66)
	at org.apache.catalina.core.ApplicationDispatcher$PrivilegedInclude.run(ApplicationDispatcher.java:97)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:490)
	at com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.java:156)
	at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59)
	at org.libresource.web.filters.SiteMeshFilter.doFilter(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
	at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
	at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
	at org.libresource.web.filters.SecurityFilter.doFilter(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
	at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
	at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
	at org.objectweb.jonas.web.catalina55.ResetAuthenticationValve.invoke(ResetAuthenticationValve.java:62)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
	at java.lang.Thread.run(Thread.java:636)
Caused by: org.libresource.membership.MembershipServiceException: Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node
	at org.libresource.membership.ejb.MembershipServiceBean.systemGetProfile(MembershipServiceBean.java:865)
	at org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:916)
	… 84 more
Caused by: javax.ejb.CreateException: The pk fields has not been initialized the ejbCreate method of the bean Node
	at org.objectweb.jonas_gen.org.libresource.kernel.ejb.JOnASNode_1237537263Bean._ejbCreate(JOnASNode_1237537263Bean.java:603)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASNode_1237537263LocalHome.create(JOnASNode_1237537263LocalHome.java:141)
	at org.libresource.kernel.ejb.KernelServiceBean.systemCreateURI(KernelServiceBean.java:2616)
	at org.libresource.kernel.ejb.KernelServiceBean.systemBootstrap(KernelServiceBean.java:2736)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASKernelService_861693235Remote.systemBootstrap(JOnASKernelService_861693235Remote.java:4891)
	at org.libresource.kernel.ejb.NodeBean.ejbHomeGetByPath(NodeBean.java:142)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASNode_1237537263LocalHome.getByPath(JOnASNode_1237537263LocalHome.java:338)
	at org.libresource.kernel.ejb.KernelServiceBean.systemLookup(KernelServiceBean.java:2500)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASKernelService_861693235Remote.systemLookup(JOnASKernelService_861693235Remote.java:1320)
	at org.libresource.membership.ejb.MembershipServiceBean.systemGetProfile(MembershipServiceBean.java:854)
	… 85 more
2008-12-30 05:56:56,125 : SEVERE : http-9000-Processor24 : StandardWrapperValve.invoke :    Servlet.service() for servlet Browse threw exception
org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node
	at org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:922)
	at org.objectweb.jonas_gen.org.libresource.membership.interfaces.JOnASMembershipService860227629Remote.getProfile(JOnASMembershipService860227629Remote.java:1187)
	at org.libresource.web.Helper.getConnectedUserProfile(Unknown Source)
	at org.libresource.web.Helper.getConnectedUser(Unknown Source)
	at org.libresource.web.taglibs.JspFunctions.connectedUser(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.commons.el.FunctionInvocation.evaluate(FunctionInvocation.java:172)
	at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
	at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
	at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:932)
	at org.apache.jsp.pages.decorators.main_jsp._jspService(org.apache.jsp.pages.decorators.main_jsp:201)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245)
	at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
	at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
	at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:574)
	at org.apache.catalina.core.ApplicationDispatcher.access$100(ApplicationDispatcher.java:66)
	at org.apache.catalina.core.ApplicationDispatcher$PrivilegedInclude.run(ApplicationDispatcher.java:97)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:490)
	at com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.java:156)
	at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59)
	at org.libresource.web.filters.SiteMeshFilter.doFilter(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
	at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
	at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
	at org.libresource.web.filters.SecurityFilter.doFilter(Unknown Source)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
	at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50)
	at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
	at org.objectweb.jonas.web.catalina55.ResetAuthenticationValve.invoke(ResetAuthenticationValve.java:62)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
	at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
	at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
	at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
	at java.lang.Thread.run(Thread.java:636)
Caused by: org.libresource.membership.MembershipServiceException: Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node
	at org.libresource.membership.ejb.MembershipServiceBean.systemGetProfile(MembershipServiceBean.java:865)
	at org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:916)
	… 84 more
Caused by: javax.ejb.CreateException: The pk fields has not been initialized the ejbCreate method of the bean Node
	at org.objectweb.jonas_gen.org.libresource.kernel.ejb.JOnASNode_1237537263Bean._ejbCreate(JOnASNode_1237537263Bean.java:603)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASNode_1237537263LocalHome.create(JOnASNode_1237537263LocalHome.java:141)
	at org.libresource.kernel.ejb.KernelServiceBean.systemCreateURI(KernelServiceBean.java:2616)
	at org.libresource.kernel.ejb.KernelServiceBean.systemBootstrap(KernelServiceBean.java:2736)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASKernelService_861693235Remote.systemBootstrap(JOnASKernelService_861693235Remote.java:4891)
	at org.libresource.kernel.ejb.NodeBean.ejbHomeGetByPath(NodeBean.java:142)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASNode_1237537263LocalHome.getByPath(JOnASNode_1237537263LocalHome.java:338)
	at org.libresource.kernel.ejb.KernelServiceBean.systemLookup(KernelServiceBean.java:2500)
	at org.objectweb.jonas_gen.org.libresource.kernel.interfaces.JOnASKernelService_861693235Remote.systemLookup(JOnASKernelService_861693235Remote.java:1320)
	at org.libresource.membership.ejb.MembershipServiceBean.systemGetProfile(MembershipServiceBean.java:854)
	… 85 more
posted by Sebastien Jourdain at Dec 30, 2008 12:08 PM
Quote
Hello,
  • First of all why you don't use the latest Libresource (2.5) ?
  • it seems that the jonas output is not complete.
  • Did you update the postgres drivers ? (http://jdbc.postgresql.org/download.html and place the jar in JONAS/lib/ext )
  • If you don't have any data yet, just drop and create the database. (If you have some data this means thats a migration… And the problem could be different)
  • Then start jonas manually to see the full output ( JONAS/bin/unix/jonas start )
  • Since you've drop all the data, you will need to create the root user, then login with that user, then bootstrap the platform
Hope this could help… But do update the JDBC driver, this could be the cause. (The given one is for a postgres 7.x, I think)

Regards,

Seb

posted by moriger at Dec 29, 2008 10:41 PM
Quote
Hi Sebastien, thank you for your time! I installed LibreSource from the Libresource-2.2-installer.jar. I did not not install Tigase since it was optional and I do not intend to use Jabber.

I do not think that LibreSource is having trouble with the postgres database. What are some possible things to look for?

If I am missing something obvious please let me know.

Here is what I see in Firefox when I go to the machine 192.168.1.230:9000

org.apache.jasper.JasperException: javax.servlet.jsp.el.ELException: An error occurred while evaluating function "ls:connectedUser"
	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161)
	java.security.AccessController.doPrivileged(Native Method)
	java.security.AccessController.doPrivileged(Native Method)
	com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.java:156)
	com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59)
	org.libresource.web.filters.SiteMeshFilter.doFilter(Unknown Source)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
	java.security.AccessController.doPrivileged(Native Method)
	org.libresource.web.filters.SecurityFilter.doFilter(Unknown Source)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	java.lang.reflect.Method.invoke(Method.java:616)
	org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243)
	java.security.AccessController.doPrivileged(Native Method)
	javax.security.auth.Subject.doAsPrivileged(Subject.java:537)
	org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275)
	org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
root cause

org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:884) org.objectweb.jonas_gen.org.libresource.membership.interfaces.JOnASMembershipService860227629Remote.getProfile(JOnASMembershipService860227629Remote.java:1078) org.libresource.web.Helper.getConnectedUserProfile(Unknown Source) org.libresource.web.taglibs.JspFunctions.connectedUser(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.commons.el.FunctionInvocation.evaluate(FunctionInvocation.java:172) org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263) org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:932) org.apache.jsp.pages.decorators.main_jsp._jspService(org.apache.jsp.pages.decorators.main_jsp:201) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:537) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161) java.security.AccessController.doPrivileged(Native Method) java.security.AccessController.doPrivileged(Native Method) com.opensymphony.module.sitemesh.filter.PageFilter.applyDecorator(PageFilter.java:156) com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:59) org.libresource.web.filters.SiteMeshFilter.doFilter(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:537) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217) java.security.AccessController.doPrivileged(Native Method) org.libresource.web.filters.SecurityFilter.doFilter(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:616) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:537) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)

Here is the output from my JONAS log:

2008-12-29 07:03:12,798 : INFO : main : Server.<init> :    JVM used is 1.6.0 version of Sun Microsystems Inc. vendor on Linux 2.6.25-14.fc9.i686/i386 OS.
2008-12-29 07:03:12,831 : INFO : main : PolicyProvider.init :    Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider
2008-12-29 07:03:13,471 : INFO : main : NameServiceManager.startNonStartedNS :    Name service for jeremie is started on port 2000
2008-12-29 07:03:13,510 : INFO : main : ServiceManager.startRegistry :    registry service started
2008-12-29 07:03:14,112 : INFO : main : ServiceManager.startJmx :    jmx service started
2008-12-29 07:03:14,966 : INFO : main : Current.<init> :    JOTM 2.0.11
2008-12-29 07:03:14,976 : INFO : main : Current.setDefaultRecovery :    Jotm Recovery= false
2008-12-29 07:03:15,017 : SEVERE : main : TransactionServiceImpl.doStart :    JOnAS: Cannot register JTAResource mBeanjava.rmi.RemoteException: java.net.UnknownHostException: colaborate.ndmquestar.com: colaborate.ndmquestar.com
2008-12-29 07:03:15,019 : INFO : main : ServiceManager.startServices :    jtm service started
2008-12-29 07:03:15,751 : INFO : main : DataBaseServiceImpl.createDataSource :    Mapping ConnectionManager jdbc:postgresql://localhost:5432/libresource on libresourceDS
2008-12-29 07:03:15,783 : INFO : main : ServiceManager.startServices :    dbm service started
2008-12-29 07:03:16,259 : INFO : main : ServiceManager.startServices :    security service started
2008-12-29 07:03:17,132 : INFO : main : Rar.processRar :    /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/JOnAS_jdbcXA.rar available
2008-12-29 07:03:17,780 : INFO : main : Rar.processRar :    Starting deployment of /usr/local/LibreSource/JONAS_4_7_6/rars/autoload/joram_for_jonas_ra.rar
2008-12-29 07:03:17,825 : INFO : main : Debug.initialize :    Debug.initialize() - a3debug.cfg
2008-12-29 07:03:17,827 : INFO : main : JoramAdapter.<init> :    JORAM adapter instantiated.
2008-12-29 07:03:17,842 : INFO : main : MXWrapper.setMXServer :    setMXServer: com.scalagent.jmx.JMXServer@ffeef1
2008-12-29 07:03:17,879 : INFO : main : JoramAdapter.start :    JORAM adapter starting deployment…
2008-12-29 07:03:17,881 : INFO : main : JoramAdapter.start :      - Collocated JORAM server is starting…
2008-12-29 07:03:17,922 : WARNING : main : AgentServer.init :    AgentServer#0, init()
posted by Sebastien Jourdain at Dec 27, 2008 4:34 PM
Quote
Hello,

as I supposed you've installed LibreSource from the installer.

Do you have the log of the Jonas ? Are you sure you don't have anymore trouble with your database ? Moreover, you should replace the JDBC driver given in the installer by the proper one corresponding with your database version. (Get it from the web directlty on the official site of postgres)

regards,

Seb

posted by moriger at Dec 26, 2008 10:51 PM
Quote
Hi dear people,

I just did a fresh install on Fedora Core 10 running postgresql 8.2.11. When I run start.sh I get the following fatal error

2008-12-26 09:09:51,780 : ConnectionManager.getXAConnection : Could not get Connection on jdbc:postgresql://localhost:5432/libresource: org.postgresql.util.PSQLException: A connection error has occurred: org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "postgres", database "libresource", SSL off

my pg_hba.conf file says this:

local all all trust I am suspecting that I need to add the line: 127.0.0.1 libresource postgres trust.

Please help me onto the right path.

A'ight.

Well.

The problem was that the pg_hb.conf file had been renamed and replaced with a bad file. I corrected that and started the server up using start.sh.

Well, I went to the address in the browser (192.168.1.243:9000) and it gave me this error in the browser window: org.apache.jasper.JasperException: Exception in JSP: /pages/decorators/main.jsp:57

54: <c:if test="${ls:isSuperUser()}"> 55: <span id="connectedAsRoot"><fmt:message key="main.user.logged.as.root"/> - </span> 56: </c:if> 57: <span id="connectedUser">${ls:connectedUser()} - </span> 58: <span id="loginaction"> 59: <% if(request.getSession().getAttribute("security_username")!=null) { %> 60: <c:choose>

The stack trace has two "root cause" sections. One starts: javax.servlet.ServletException: javax.servlet.jsp.el.ELException: An error occurred while evaluating function "ls:connectedUser" org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:854) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791) org.apache.jsp.pages.decorators.main_jsp._jspService(org.apache.jsp.pages.decorators.main_jsp:622)

And the other starts: org.libresource.membership.MembershipServiceException: Error in getProfile : Error in systemGetProfile : The pk fields has not been initialized the ejbCreate method of the bean Node org.libresource.membership.ejb.MembershipServiceBean.getProfile(MembershipServiceBean.java:884) org.objectweb.jonas_gen.org.libresource.membership.interfaces.JOnASMembershipService860227629Remote.getProfile(JOnASMembershipService860227629Remote.java:1078) org.libresource.web.Helper.getConnectedUserProfile(Unknown Source) org.libresource.web.taglibs.JspFunctions.connectedUser(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

posted by moriger at Dec 26, 2008 10:18 PM
Quote
Hi dear people,

I just did a fresh install on Fedora Core 10 running postgresql 8.2.11. When I run start.sh I get the following fatal error

2008-12-26 09:09:51,780 : ConnectionManager.getXAConnection : Could not get Connection on jdbc:postgresql://localhost:5432/libresource: org.postgresql.util.PSQLException: A connection error has occurred: org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "postgres", database "libresource", SSL off

my pg_hba.conf file says this:

local all all trust I am suspecting that I need to add the line: 127.0.0.1 libresource postgres trust.

Please help me onto the right path.