From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 23:16:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20B2216A4CE for ; Thu, 10 Jun 2004 23:16:17 +0000 (GMT) Received: from mail.praemunio.com (mail.praemunio.com [66.179.47.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 6606043D1F for ; Thu, 10 Jun 2004 23:16:16 +0000 (GMT) (envelope-from frank@knobbe.us) Received: from localhost (HELO mail.knobbe.us) by localhost with SMTP; 10 Jun 2004 18:16:12 -0500 Received: from localhost (HELO ??) by localhost with SMTP; 10 Jun 2004 18:16:12 -0500 From: Frank Knobbe To: freebsd-questions@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jUo1j7Eh20VpDDGhOUqC" Message-Id: <1086909370.501.9.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 10 Jun 2004 18:16:11 -0500 Subject: ERserver for Postgres from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 23:16:17 -0000 --=-jUo1j7Eh20VpDDGhOUqC Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Greetings, I'm curious if anyone had success installing/running the erserver port (databases/erserver) for Postgresql. It doesn't seem to install all files properly after ers_setup (had to copy from examples/erserver and edit them by hand). The next issue was that the Java stuff didn't run. After looking around in the work directory of the port, I was able to build (first using ant, then running build.sh) seemingly all required components. After copying the jar, classes, and lib files/dirs into the home directory for erserver, I finally got the java stuff to run (without throwing errors into the log/stderr file). However, log/replication.log shows these errors: 2004-06-10 17:54:59,807 [main] DEBUG replic - LOGGER STARTED 2004-06-10 17:54:59,832 [main] ERROR replic - ReplicationServer::run: com.postgres.replic.server.ReplicationException: ReplicationServer::initializeProps: java.lang.Exception: ReplicationConfig::loadConfig: java.lang.NullPointerException at com.postgres.replic.server.ReplicationServer.initializeProps(ReplicationSer= ver.java:508) at com.postgres.replic.server.ReplicationServer.run(ReplicationServer.java:139= ) at com.postgres.replic.server.ReplicationServer.main(ReplicationServer.java:68= ) Which looks to me like the Java app needs debugging too now... Where did I mess up? Most other ports are cleanly installed with make install, but this one seems to be a nightmare.=20 I'd really appreciate any clues as to how to get the erserver port running. Thanks in advance, Frank --=-jUo1j7Eh20VpDDGhOUqC Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAyOu6JjGc5ftAw8wRAsY5AKDPNcrY5L0EAqdji1Chpxn7/CJcTACfbOPt B+JQktvE0w3fSMtPiYReLPg= =TM7k -----END PGP SIGNATURE----- --=-jUo1j7Eh20VpDDGhOUqC--