HP3000-L Archives

December 1997, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Wed, 17 Dec 1997 13:02:42 -0500
Content-Type:
text/plain
Parts/Attachments:
Yet (148 lines)
Based on suggestions from Gary Biggs and Tim Joseph, I tried two things:

- Remove all ACD's; had no effect
- RELEASE program files; had no effect
- Run with SM capability; this works (I knew this yesterday), but is
unacceptable since I cannot give programmers and users SM capability

Following is results.  <plugs...> I used MPEX to remove the ACD's and
GRANT from Lund's Toolbox product to get the SM capability.

/DEVELOP/RJ:listf java,2
ACCOUNT=  DEVELOP     GROUP=  RJ

FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
                  SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX

JAVA      NMPRG   128W  FB         422        422   1      432  1  *


/DEVELOP/RJ:listf libjava,2
ACCOUNT=  DEVELOP     GROUP=  RJ

FILENAME  CODE  ------------LOGICAL RECORD-----------  ----SPACE----
                  SIZE  TYP        EOF      LIMIT R/B  SECTORS #X MX

LIBJAVA   NMXL    128W  FB       11609    4096000   1    12288  1  *


/DEVELOP/RJ:mpex

MPEX/3000  25N50815  (c) VESOFT Inc, 1980  5.5  03:00719  For help type
'HELP'
%altfile @java@;delacd
-----Altering JAVA.RJ.DEVELOP
-----Altering JAVACIVR.RJ.DEVELOP
-----Altering JAVACOMP.RJ.DEVELOP
-----Altering JAVASHVR.RJ.DEVELOP
-----Altering LIBJAVA.RJ.DEVELOP
%e

END OF PROGRAM

/DEVELOP/RJ:run java;xl='libjava'
Access to this file is denied for the specified file access; a security
violation occurred.  (FILE OPEN ERROR -248)
File System message 248
HPFOPEN failed. (LDRERR 56)
Native mode loader message 56
Unable to load program to be run. (CIERR 625)
/DEVELOP/RJ:dir java,acd
ACCOUNT=  DEVELOP     GROUP=  RJ

FILENAME        ------------ACD ENTRIES--------------

JAVA                NO ACDS


/DEVELOP/RJ:dir libjava,acd
ACCOUNT=  DEVELOP     GROUP=  RJ

FILENAME        ------------ACD ENTRIES--------------

LIBJAVA             NO ACDS


/DEVELOP/RJ:dir java,4
*****************************************
FILE: JAVA.RJ.DEVELOP

ACCOUNT ------  READ : ANY
               WRITE : AC
              APPEND : AC
                LOCK : ANY
             EXECUTE : ANY

GROUP --------  READ : ANY
               WRITE : GU
              APPEND : GU
                LOCK : ANY
             EXECUTE : ANY
                SAVE : GU

FILE ---------  READ : ANY                FCODE: 1030
               WRITE : ANY              **SECURITY IS ON
              APPEND : ANY                NO ACDS
                LOCK : ANY
             EXECUTE : ANY

FOR ROB.DEVELOP: READ, WRITE, EXECUTE, APPEND, LOCK
/DEVELOP/RJ:release java
/DEVELOP/RJ:release libjava
/DEVELOP/RJ:run java;xl='libjava'
Access to this file is denied for the specified file access; a security
violation occurred.  (FILE OPEN ERROR -248)
File System message 248
HPFOPEN failed. (LDRERR 56)
Native mode loader message 56
Unable to load program to be run. (CIERR 625)
/DEVELOP/RJ:grant.pub.lpstools
LOCKWORD: GRANT.PUB.LPSTOOLS?

GRANT [2.1] - LPS Toolbox [A.01j]           (c) 1995 Lund Performance
Solutions

For Help, :RUN GRANT.PUB.LPSTOOLS,HELP

granted.
/DEVELOP/RJ:showvar hpusercapf
HPUSERCAPF =
SM,AM,AL,GL,DI,OP,CV,UV,LG,PS,NA,NM,CS,ND,SF,BA,IA,PM,MR,DS,PH
/DEVELOP/RJ:do run
/DEVELOP/RJ:run java;xl='libjava'

Usage: JAVA.RJ.DEVELOP [-options] class

where options include:
    -help             print out this message
    -version          print out the build version
    -nojit            disable the Just-In-Time compiler
    -v -verbose       turn on verbose mode
    -debug            enable remote JAVA debugging
    -noasyncgc        don't allow asynchronous garbage collection
    -verbosegc        print a message when garbage collection occurs
    -noclassgc        disable class garbage collection
    -cs -checksource  check if source is newer when loading classes
    -ss<number>       set the maximum native stack size for any thread
    -oss<number>      set the maximum Java stack size for any thread
    -ms<number>       set the initial Java heap size
    -mx<number>       set the maximum Java heap size
    -D<name>=<value>  set a system property
    -classpath <directories separated by colons>
                      list directories in which to look for classes
    -prof[:<file>]    output profiling data to ./java.prof or ./<file>
    -verify           verify all classes when read in
    -verifyremote     verify classes read in over the network [default]
    -noverify         do not verify any class

END OF PROGRAM
/DEVELOP/RJ:

So, I can get the program to run, but I cannot yet turn programmers
loose with their source or class files until we can execute with normal
user capabilities...

Rob Joseph
The NPD Group
[log in to unmask]

ATOM RSS1 RSS2