[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3411.0. "SM Autostart's not starting..." by DELNI::KLINK (Dave Klinkhamer TAY2-1/F6 - 227-3179) Fri Sep 28 1990 19:56

X error event received from server:  BadValue - integer parameter out of range
  Failed request major op code 105 (X_ChangePointerControl)
  Failed request minor op code 0 (if applicable)
  ResourceID 0xfffffff8 in failed request (if applicable)
  Serial number of failed request 176
  Current serial number in output stream 177
Session Error: %NONAME-E-NOMSG, Message number 02DB822A

    The above is output I gathered from my DECW$sm.log file.  I have
    several autostart applications in Session Manager.  Some start others
    do not - its very intermittent.  Can someone tell me what these errors mean.

    System = Standalone 3100 MODEL 38 SPX
    OS     = VMS 5.3-2 
    	
    Thanks in advance !

    dk
T.RTitleUserPersonal
Name
DateLines
3411.1...More infoDELNI::KLINKDave Klinkhamer TAY2-1/F6 - 227-3179Fri Sep 28 1990 20:0816
    
    ...Is more info from sys$login:decw$decterm_output.log
    

DECterm version V2.0 now at your service...

To create DECterms, use the Session Manager or call the
DECwTermPort() routine from another process.
XIO:  fatal IO error 65535  on X server "NIHE::0.0"
      after 5492 requests (5492 known processed) with 0 events remaining.
    
    
    	Let me know if more info is needed to solve this.
    
    	dk
    
3411.2...Still moreDELNI::KLINKDave Klinkhamer TAY2-1/F6 - 227-3179Fri Sep 28 1990 20:1381
    
$ Set NoOn
$ !
$ !
$ username = f$edit(f$getjpi("","username"),"trim")
$ !
$ 
$ Define decw$user_defaults sys$login,sys$login_device:[KLINK.decw]
$ Sho log decw$user_defaults
   "DECW$USER_DEFAULTS" = "SYS$LOGIN" (LNM$PROCESS_TABLE)
	= "SYS$LOGIN_DEVICE:[KLINK.DECW]"
1  "SYS$LOGIN" = "SYS$SYSDEVICE:[KLINK]" (LNM$JOB_80751F40)
   "DECW$USER_DEFAULTS" = "SYS$LOGIN:" (DECW$LOGICAL_NAMES)
1  "SYS$LOGIN" = "SYS$SYSDEVICE:[KLINK]" (LNM$JOB_80751F40)
$ !
$ !@sys$login:login.com
$ !
$ exit
$ !
$ ! DECW$STARTSM.COM - Initialize the DECwindows session manager
$ !
$ !****************************************************************************
$ !*									      *
$ !*  COPYRIGHT (c) 1987, 1988, 1989 BY						      *
$ !*  DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASSACHUSETTS.		      *
$ !*  ALL RIGHTS RESERVED.						      *
$ !* 									      *
$ !*  THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED   *
$ !*  ONLY IN  ACCORDANCE WITH  THE  TERMS  OF  SUCH  LICENSE  AND WITH THE   *
$ !*  INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR  ANY  OTHER   *
$ !*  COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY   *
$ !*  OTHER PERSON.  NO TITLE TO AND OWNERSHIP OF  THE  SOFTWARE IS  HEREBY   *
$ !*  TRANSFERRED.							      *
$ !* 									      *
$ !*  THE INFORMATION IN THIS SOFTWARE IS  SUBJECT TO CHANGE WITHOUT NOTICE   *
$ !*  AND  SHOULD  NOT  BE  CONSTRUED AS  A COMMITMENT BY DIGITAL EQUIPMENT   *
$ !*  CORPORATION.							      *
$ !* 									      *
$ !*  DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE  OR  RELIABILITY OF ITS   *
$ !*  SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL.		      *
$ !* 									      *
$ !*									      *
$ !****************************************************************************
$ !
$ ! This command procedure sets up the DECwindows session manager
$ ! development environment. 
$ ! It is not advisable to edit this procedure as it may be replaced in
$ ! future software updates. 
$ !
$! if no command files executed, then status will be blank
$!
$if $status .EQS. "" then goto do_session
$!
$! if status is ok, no errors in command procedures, so start session manager
$!
$if  $status then goto do_session
$do_session:
$define decw$doing_session T
$ws = f$trnlnm("DECW$SM_WSQUOTA")
$if ws .EQS. "" then ws = f$getsyi("PQL_DWSQUOTA")
$set working_set/quota=484/nolog
$run sys$system:decw$session
X error event received from server:  BadValue - integer parameter out of range
  Failed request major op code 105 (X_ChangePointerControl)
  Failed request minor op code 0 (if applicable)
  ResourceID 0xfffffff8 in failed request (if applicable)
  Serial number of failed request 188
  Current serial number in output stream 189
Session Error: %NONAME-E-NOMSG, Message number 02DB822A

$!
$! log out and delete the logical
$!
$do_exit:
$if f$logical("decw$doing_session") .NES. "" then deassign decw$doing_session
$stop/id=0
    
    	He is another snapshot from DECW$SM.LOG.
    
    	dk