LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (April 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 21 Apr 1999 11:09:56 +0200
Reply-To:     schwerzner <schwerzner@OKAY.NET>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         schwerzner <schwerzner@OKAY.NET>
Organization: Gigabell - Newsreader. A Gate!
Subject:      JAVA tools, JDBC driver, TableDemo.html
Content-Type: multipart/alternative;

Hi everybody,

I try to test the JDBC driver on a single NT 4.0 workstation. This is the setting:

* Following the documentation and installation instructions for JAVA tools, I setup a working SAS/SHARE server, meaning I am able to use its data services from another SAS session. * I installed the JAVA tools in the directory d:\sas\sasjava and set the classpath environement variable to it.

This is my problem:

the system seems to hang after starting the TableDemo.html. The problem occurs at the line connection = driver.connect(url, properties); in the GenericJDBC.java class. (You can see that while debugging the class code with Jbuilder or Visual Age for JAVA). In the status line of Netscape Navigator I get the message: netscape.security.AppletSecurityException: security.Couldn't connect to 'blubbs' with origin from 'local-classpath-classes'. Since the web server (blubbs) and the SHARE server run on the same machine I wouldn't expect a security problem.

Does anybody have successfully installed the JDBC driver in a comparable situation?

I would be really greateful if anybody could give me a hint.

Gerd


[text/html]


Back to: Top of message | Previous page | Main SAS-L page