[OpenAFS] JAFS - Java Documentation for AFS
Manfred Paul
manne.paul@web.de
Mon, 21 Nov 2005 12:12:27 +0100
Ok,
my configuration is:
debian sid with the debian openafs package (1.4.0)
kernel 2.6.13 with openafs kernel modul
i think this sould be the default configuration, that is enabled with
--disable-transarc-paths
so i did:
download the openafs sourcecode 1.4.1rc1 (because of java)
download the openafs sourcecode 1.4.0
mv java code from 1.4.1rc to 1.4.0
then:
./configure --prefix=/usr --with-afs-sysname=i386_linux26
--disable-transarc-paths
make
make jafs
then i tested my littel java proggi with
java -cp .:/home/manfred/Build/openafs-1.4.0/src/JAVA/libjafs/jafs.jar
-Djava.library.path=/home/manfred/Build/openafs-1.4.0/lib AFSTokens
Manfred
Am Montag, 21. November 2005 11:37 schrieb Peter Somogyi:
> Hi Paul,
>
> > AFSException: Error Code: 180500; Message: error reading cell database
> > ** Can't determine local cell name!
> > Exception in thread "main" AFSException: Error Code: 180500; Message:
> > error reading cell database
>
> This means:
> - please check your libjafs compilation: make sure about the need of
> --disable/enable-transarc-paths, depending on your running openafs client
> (as src/JAVA/libjafs/README says, too)
>
> By the way, your java source code is OK.
>
> Peter
>
> On Monday 21 November 2005 10.49, Manfred Paul wrote:
> > Hi,
> >
> > i have a problem with the JAFS stuff. On the one hand is the
> > java doc from the source code, but this did not work as it should.
> > On the other hand is the wiki
> > http://grand.central.org/twiki-downtime.html which is down since
> > september. Is anybody able to give me some information about the java
> > implemantation of openafs and how to get it work in my application. (only
> > a java based gui, that holds tokens, request these ect.) It sould be like
> > the Windows one (only a part of it).
> >
> > It there any way to get this working?
> >
> > A simple program, that sould only generate a Token Object
> >
> > import org.openafs.jafs.Cell;
> > import org.openafs.jafs.AFSException;
> > import org.openafs.jafs.Server;
> > import org.openafs.jafs.Token;
> > import org.openafs.jafs.User;
> >
> > public class AFSTokens
> > {
> >
> > private static Cell cell;
> > private static Token token;
> >
> > public static void main(String[] args) throws Exception
> > {
> >
> > token = new Token("myUsername", "myPassword",
> > "myCell"); cell = new Cell(token);
> > }
> >
> > }
> >
> >
> > exits with this error message:
> >
> > AFSException: Error Code: 180500; Message: error reading cell database
> > ** Can't determine local cell name!
> > Exception in thread "main" AFSException: Error Code: 180500; Message:
> > error reading cell database
> >
> > It was called:
> >
> > java -cp .:/home/manfred/Build/openafs-1.4.0/src/JAVA/libjafs/jafs.jar
> > -Djava.library.path=/home/manfred/Build/openafs-1.4.0/lib AFSTokens
> >
> > bye manne
> >
> > -------------------------------------------------------
> > _______________________________________________
> > OpenAFS-info mailing list
> > OpenAFS-info@openafs.org
> > https://lists.openafs.org/mailman/listinfo/openafs-info