Advertisement
Guest User

iMC

a guest
Aug 25th, 2016
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. [root@imc install]# ./installer.tcl
  2. spawn /root/iMC_PLAT_7.2_E0403_Std_Lin/linux/install/installsilence.sh
  3. Install started at Thu Aug 25 16:37:12 BST 2016
  4. Installation information:
  5.     Install source dir: /root/iMC_PLAT_7.2_E0403_Std_Lin/linux/install
  6.     Install destination dir: /opt/iMC
  7.     Locale: English (United Kingdom)
  8.     Components: [iMC-PLAT, iMC-EUPLAT, iMC-GAM, iMC-ACLM, iMC-DM, iMC-SEPLAT, iMC-REPORT, iMC-ICC, iMC-SCC, iMC-VNM, iMC-SYSLOG, iMC-NME-FAULT, iMC-NETASSET, iMC-VLAN, iMC-NME-PERF]
  9.     Usable space: 107812 MB
  10. --------------------------------------------------
  11. Installing common components...
  12. Installing component 'iMC-ACLM'...
  13. Installing component 'iMC-NME-PERF'...
  14. Installing component 'iMC-VNM'...
  15. Installing component 'iMC-VLAN'...
  16. Installing component 'iMC-SCC'...
  17. Installing component 'iMC-GAM'...
  18. Installing component 'iMC-DM'...
  19. Installing component 'iMC-ICC'...
  20. Installing component 'iMC-REPORT'...
  21. Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
  22.         at java.lang.Class.forName0(Native Method)
  23.         at java.lang.Class.forName(Class.java:171)
  24.         at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)
  25.         at java.awt.Window.init(Window.java:381)
  26.         at java.awt.Window.<init>(Window.java:344)
  27.         at java.awt.Window.<init>(Window.java:492)
  28.         at java.awt.Dialog.<init>(Dialog.java:651)
  29.         at java.awt.Dialog.<init>(Dialog.java:496)
  30.         at javax.swing.JDialog.<init>(JDialog.java:403)
  31.         at javax.swing.JDialog.<init>(JDialog.java:355)
  32.         at javax.swing.JDialog.<init>(JDialog.java:330)
  33.         at com.h3c.imc.deploy.wizard.WorkingDialog.<init>(WorkingDialog.java:84)
  34.         at com.h3c.imc.deploy.CommonComponentInstaller$a.<init>(CommonComponentInstaller.java:166)
  35.         at com.h3c.imc.deploy.CommonComponentInstaller.installCommonComponent(CommonComponentInstaller.java:71)
  36.         at com.h3c.imc.deploy.plat.InstallPlatform.afterCopyFiles(InstallPlatform.java:48)
  37.         at com.h3c.imc.deploy.InstallSilence.d(InstallSilence.java:526)
  38.         at com.h3c.imc.deploy.InstallSilence.main(InstallSilence.java:214)
  39. [root@imc install]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement