From: ambulimama at gmail.com (Nelli Vanan) Date: Fri, 17 Oct 2008 11:52:41 -0400 Subject: [Pljava-dev] ERROR: schema "sqlj" does not exist In-Reply-To: <6d7730550810170708q7dcd3b92p9180bfc6ef6b6528@mail.gmail.com> References: <6d7730550810170708q7dcd3b92p9180bfc6ef6b6528@mail.gmail.com> Message-ID: <6d7730550810170852u551ea49fub2e7e741f2963e9a@mail.gmail.com> Hi there, I tried to install using the deploy.jar and now I am getting the following error. java.sql.SQLException: You must be a superuser to deploy/undeploy pl/Java. at org.postgresql.pljava.deploy.Deployer.checkIfConnectedAsSuperuser(Deployer.java:303) at org.postgresql.pljava.deploy.Deployer.main(Deployer.java:257) I am logged in as root. On Fri, Oct 17, 2008 at 10:08 AM, Nelli Vanan wrote: > Hi there, > > This is my first time installing pljava. I unziped the > "pljava-i686-pc-linux-gnu-pg8.1-1.4.0.tar" to /usr/pljava directory. > I modified > the postgresql.conf file and added the following lines > > dynamic_library_path ='$libdir:/usr/pljava' > > custom_variable_classes = 'pljava' > pljava.classpath='/usr/pljava/pljava.jar' > > And restarted the postgres service. After that I tried to run the > sample tests given in the wiki. But, I am getting the following > error message > ERROR: schema "sqlj" does not exist in the postgres log file. What is wrong? > > Thank you. >