Sponsored Content
Special Forums UNIX and Linux Applications Issue launching Websphere Customization ToolBox Post 303012685 by James0806 on Wednesday 7th of February 2018 02:07:28 PM
Old 02-07-2018
Issue launching Websphere Customization ToolBox

I'm trying to configure IBM customization Tool Box but i'm facing the following issue don't know where i'm going wrong.
CentOS Linux release 7.2.1511 (Core)
3.10.0-327.18.2.el7.x86_64
run-level 3
xming is working
Code:
Unhandled exception
Type=Segmentation error vmState=0xd4c6046e
J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000080
Handler1=F6A87DBA Handler2=F6C43277 InaccessibleAddress=00000000
EDI=F7496A04 ESI=F74968FC EAX=F7497950 EBX=D2F86000
ECX=00000001 EDX=F7496858
EIP=D2E99FAE ES=002B DS=002B ESP=F74967E8
EFlags=00210286 CS=0023 SS=002B EBP=F7496D6C
Module=/lib/libcairo.so.2
Module_base_address=D2E46000
Target=2_60_20130301_140166 (Linux 3.10.0-327.18.2.el7.x86_64)
CPU=x86 (8 logical CPUs) (0x3de75f000 RAM)
----------- Stack Backtrace -----------
(0xF6C347B0 [libj9prt26.so+0xf7b0])
(0xF6C44222 [libj9prt26.so+0x1f222])
(0xF6C344A1 [libj9prt26.so+0xf4a1])
(0xF6C34595 [libj9prt26.so+0xf595])
(0xF6C340A4 [libj9prt26.so+0xf0a4])
(0xF6C44222 [libj9prt26.so+0x1f222])
(0xF6C34013 [libj9prt26.so+0xf013])
(0xF6A871E5 [libj9vm26.so+0x151e5])
(0xF6C44222 [libj9prt26.so+0x1f222])
(0xF6A874EE [libj9vm26.so+0x154ee])
(0xF6A87E08 [libj9vm26.so+0x15e08])
(0xF6C43445 [libj9prt26.so+0x1e445])
__kernel_rt_sigreturn+0x0 (0xF7713410)
(0x00008380 [<unknown>+0x0])
---------------------------------------
JVMDUMP039I Processing dump event "gpf", detail "" at 2018/02/07 13:56:48 - please wait.
JVMDUMP032I JVM requested System dump using '/u01/IBM/WebSphere/Toolbox/WCT/core.20180207.135648.13477.0001.dmp' in response to an event
JVMDUMP010I System dump written to /u01/IBM/WebSphere/Toolbox/WCT/core.20180207.135648.13477.0001.dmp
JVMDUMP032I JVM requested Java dump using '/u01/IBM/WebSphere/Toolbox/WCT/javacore.20180207.135648.13477.0002.txt' in response to an event
JVMDUMP010I Java dump written to /u01/IBM/WebSphere/Toolbox/WCT/javacore.20180207.135648.13477.0002.txt
JVMDUMP032I JVM requested Snap dump using '/u01/IBM/WebSphere/Toolbox/WCT/Snap.20180207.135648.13477.0003.trc' in response to an event
JVMDUMP010I Snap dump written to /u01/IBM/WebSphere/Toolbox/WCT/Snap.20180207.135648.13477.0003.trc
JVMDUMP013I Processed dump event "gpf", detail "".

Issue launching Websphere Customization ToolBox-1_1jpg
Issue launching Websphere Customization ToolBox-1_2jpg
 

5 More Discussions You Might Find Interesting

1. Linux

kickstart centOS 5.1 ---customization question

I am doing a centos 5.1 kickstart install for a school project and was wondering if there is a way to install a custom desktop background image.(upon 1st time logging into system) (instead of showing the default centos desktop background, it would show a custom image) Would i have to create a... (1 Reply)
Discussion started by: nuGz
1 Replies

2. Programming

Java File Chooser customization

I am trying to add some other things onto the standard file chooser. I would like to have something like this at the bottom of the file chooser (underneath the Select and Cancel buttons). I will try to make this as legible as possible: File Name: File Type: ... (1 Reply)
Discussion started by: ajgwin
1 Replies

3. Ubuntu

Grub customization

I installed 9.10 this weekend. It's a fresh install. It installed GRUB, which works great, but with the 9.04 install I could customize the Grub menu (color, default OS and timeout) by editing /boot/grub/menu.lst. That file is no where to be found on this install. I've searched and all I find is... (4 Replies)
Discussion started by: dday
4 Replies

4. UNIX for Dummies Questions & Answers

Customization within UNIX/AIX

Hey guys I am sorry if this has been posted before but I have not been able to locate. How can I set up after I cd to a directory it displays above my command line after I enter into it? Also to get to the previous command I cannot press up on my keyboard it just moves up. How can I change... (17 Replies)
Discussion started by: Koopa_Troopa
17 Replies

5. Solaris

Sunray Fog issue (Websphere)

hello everyone i need help plz i am buidling a fog of 3 Sunday servers hardware: Sun x 6270 Solaris 10 and sunray 5.3 everything is fine with primary server... but when i run utreplica on secondary server it stucks on utdsd service or ends with error datastore not sync with primary server... (2 Replies)
Discussion started by: amk
2 Replies
XmButtonBox(3X) 														   XmButtonBox(3X)

NAME
The Button Box widget SYNOPSIS
#include <Xm/ButtonBox.h> DESCRIPTION
The Button Box widget manages children (usually buttons) in a single row or single column layout. The Button Box maintains equal spacing between its children at all times and attempts to adjust its height and width as necessary so that all children will fit. If this is not possible, due to parent or application programmer constraints, the Button Box will resize its chil- dren as necessary to fit within the available space. Note: in what follows, major direction refers to the direction of orientation, and minor direction refers to the perpendicular direction. Normal Resources Name Class Type Initial Value equalSize EqualSize Boolean False fillOption FillOption unsigned char XmFillNone marginHeight Margin VerticalDimension 0 marginWidth Margin HorizontalDimension 0 orientation Orientation unsigned char XmHORIZONTAL All resource names begin with XmN and all resource class names begin with XmC. equalSize Specifies whether the children are to be maintained with equal sized heights and widths. The chosen height and width for the children is found by asking each child for its preferred size and taking the largest value in each direction. fillOption Specifies how to use any extra space left over once all children have been sized according to either their preference or equalSize. There are four options: XmFillNone No automatic filling is performed. Center the children in the minor direction and place the children with equal padding between them in the major direction. XmFillMinor Place the children with equal padding between them in the major direction, but force all the children to take on the Button Box minor dimension as their minor direction. XmFillMajor Center the children in the minor direction, but expand all the children in their major direction so that there is no padding between them. Expand the children such that their relative sizes remain constant. XmFillAll This option combines the placement actions and sizing actions of XmFillMinor and XmFillMajor. Regardless of the fill mode, the ButtonBox widget will always leave the specified margin between its edge and the nearest child. A new String to fillOption resource converter has been registered to convert the following strings to fill options: "none", "major", "minor", "all." This resource can therefore be set in an application defaults file. marginHeight marginWidth Specifies the number of pixels to use as a margin around the entire group of children. The marginHeight value applies to both the top and bottom margins, while the marginWidth applies to the left and right margins. orientation Specifies whether children are to be placed in a row or a column. The orientation may be either XmHORIZONTAL or XmVERTICAL. If the orienta- tion is XmHORIZONTAL, the children are placed in a row with the major dimension being width and the minor dimension being height. If the value is XmVERTICAL, the children are placed in a column with the major dimension being height and the minor dimension being width. The default value is XmHORIZONTAL. Convenience Routines XmCreateButtonBox XmCreateButtonBox( Widget parent, /* Widget id of parent for new ButtonBox */ String name, /* Name of the created widget */ ArgList args, /* argument list */ Cardinal num_args /* number of items in argument list */ ) Translations and Actions: The Button Box manager inherits all of its translations and actions from its superclass. COPYRIGHT
Copyright (c) 1992 by Integrated Computer Solutions, Inc. XmButtonBox(3X)
All times are GMT -4. The time now is 01:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy