[lug] Segmentation Fault.

John Starkey jstarkey at advancecreations.com
Sat Nov 18 13:09:19 MST 2000


Thanks guys. I finally got it to work. I think the fix was a combination
of several of your suggestions. But the final result is:

url = jdbc:postgresql:<database>
Class.forName("org.postgresql.Driver");

I also had an issue with my firewall. The app was hanging once I got it
to work.

I think the /usr/lib issue is what fixed it but I had to go back and reset
the standard settings.

Regardless.... Thanks vury much!!


On Sat, 18 Nov 2000, D. Stimits wrote:

> John Starkey wrote:
> > 
> > I'm sorry. I should have looked closer before replying to your last
> > message. I wasn't sure how long you'd be available.
> > 
> > The scenerio has changed a little also. I deleted the postgresql.jar from
> > the install and grabbed one off a site I see referenced a lot (can't
> > remember the URL, sorry).
> > 
> > So the error I'm recieving now is an SQLException, Driver not found. the
> > URL I'm using is "jdbc:postgresql:javatest".
> > 
> > strace is showing /usr/local/pgsql/lib/lib* not found errors. And checking
> > that dir I see that yeh, they aren't there. This is a standard 7.0.2
> > install. I'm not passing any dir paths to java so it's aware of postgres
> > now.
> > 
> > One of the lib errors points out libungif.so.4 which is actually in
> > /usr/lib. Is there a param I could specify that will change it's root? Or
> > one that I need to fix?
> 
> If a library directory exists but is not being searched by the system,
> you can add the directory to /etc/ld.so.conf; if the application wants
> it in a specific place and it isn't there, you could add a symbolic link
> from the real location to the spot it wants it to be in (personally I
> think an app that demands a specific directory for lib files is kind of
> lame). If you modify /etc/ld.so.conf, be sure to run ldconfig after to
> tell it to update.
> 
> > 
> > TiA,
> > 
> > John
> > 
> > On Sat, 18 Nov 2000, John Starkey wrote:
> > 
> > > Whoa. About 300 lines of scpretty scary stuff.
> > >
> > > Is there something I'm looking for? I'm sure that posting that much info
> > > would be pretty offensive.
> > >
> > > On Sat, 18 Nov 2000 rm at mamma.varadinet.de wrote:
> > >
> > > > On Sat, Nov 18, 2000 at 12:55:43AM -0700, John Starkey wrote:
> > > > > I narrowed this down to postgresql.jar.
> > > > >
> > > > > Still not sure how to fix it but thought I'd save someone some time by
> > > > > following up.
> > > > >
> > > >
> > > > What does 'strace -o trace.log java .... your stuff here' show?
> > > >
> > > >  Ralf
> > > >
> > > > _______________________________________________
> > > > Web Page:  http://lug.boulder.co.us
> > > > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> > > >
> > >
> > >
> > > _______________________________________________
> > > Web Page:  http://lug.boulder.co.us
> > > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> > >
> > 
> > _______________________________________________
> > Web Page:  http://lug.boulder.co.us
> > Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> 
> _______________________________________________
> Web Page:  http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> 





More information about the LUG mailing list