GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: WEblogic and java
Operating System - HP-UX
1845832
Members
2729
Online
110250
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2000 02:13 PM
12-26-2000 02:13 PM
WEblogic and java
Hi,
Maybe someone will be able to help. Environment: HP-UX11 64bit, JAVA 1.2.2_06, BEA's Weblogic5.1.
Problem: I've installed JAVA1.2 and Weblogic without any problems into the opt dirs. But I seem to be having problems when executing Java commands for such things as weblogic's console. (I.e. $>java weblogic. Console) I'll receive the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Console
So I will run BEA's script for Unix startConsole and thus receive:
can't load javax.swing.plaf.metal.MetalLookAndFeel
java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)
at javax.swing.UIManager.initialize(UIManager.java:926)
at javax.swing.UIManager.maybeInitialize(UIManager.java:948)
at javax.swing.UIManager.getUI(UIManager.java:559)
at javax.swing.JPanel.updateUI(JPanel.java:110)
at javax.swing.JPanel.(JPanel.java:70)
at javax.swing.JPanel.(JPanel.java:100)
at javax.swing.JRootPane.createGlassPane(JRootPane.java:224)
at javax.swing.JRootPane.(JRootPane.java:181)
at javax.swing.JApplet.createRootPane(JApplet.java:132)
at javax.swing.JApplet.(JApplet.java:125)
at weblogic.admin.T3Cnsl.(T3Cnsl.java:359)
at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)
at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)
at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)
at weblogic.Console.main(Console.java:41)
I've been using the following attachment from BEA to set my environment, but when I run an echo on any of the variables I receive nothing back.
BEA has not been able to solve this, they are pointing to the Env. Any help would be appreciated.
Dan
Maybe someone will be able to help. Environment: HP-UX11 64bit, JAVA 1.2.2_06, BEA's Weblogic5.1.
Problem: I've installed JAVA1.2 and Weblogic without any problems into the opt dirs. But I seem to be having problems when executing Java commands for such things as weblogic's console. (I.e. $>java weblogic. Console) I'll receive the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Console
So I will run BEA's script for Unix startConsole and thus receive:
can't load javax.swing.plaf.metal.MetalLookAndFeel
java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)
at javax.swing.UIManager.initialize(UIManager.java:926)
at javax.swing.UIManager.maybeInitialize(UIManager.java:948)
at javax.swing.UIManager.getUI(UIManager.java:559)
at javax.swing.JPanel.updateUI(JPanel.java:110)
at javax.swing.JPanel.
at javax.swing.JPanel.
at javax.swing.JRootPane.createGlassPane(JRootPane.java:224)
at javax.swing.JRootPane.
at javax.swing.JApplet.createRootPane(JApplet.java:132)
at javax.swing.JApplet.
at weblogic.admin.T3Cnsl.
at weblogic.admin.T3Cnsl.doMain(T3Cnsl.java:189)
at weblogic.admin.T3Cnsl.main(T3Cnsl.java:140)
at weblogic.admin.ConsoleStarter.startup(ConsoleStarter.java:16)
at weblogic.Console.main(Console.java:41)
I've been using the following attachment from BEA to set my environment, but when I run an echo on any of the variables I receive nothing back.
BEA has not been able to solve this, they are pointing to the Env. Any help would be appreciated.
Dan
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2000 02:48 PM
12-26-2000 02:48 PM
Re: WEblogic and java
Daniel,
Are you running the environment setting file from BEA and then trying to run your command? If so, you need to run that file like this:
. ./filename
Otherwise it just sets the environment variables for a moment, and then 'forgets' them.
HTH
Are you running the environment setting file from BEA and then trying to run your command? If so, you need to run that file like this:
. ./filename
Otherwise it just sets the environment variables for a moment, and then 'forgets' them.
HTH
No matter where you go, there you are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2000 06:52 AM
12-27-2000 06:52 AM
Re: WEblogic and java
Hi Maureen,
Thanks for the reply but you know been there done that. I'm able to run the script with some editing of BEA's template but I still receive the following when running console
$>java weblogic.Console
can't load javax.swing.plaf.metal.MetalLookAndFeel
java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)
at javax.swing.UIManager.initialize(UIManager.java:926)
at javax.swing.UIManager.maybeInitialize(UIManager.java:948)
at javax.swing.UIManager.getUI(UIManager.java:559).......
On Sun's site they suggested to add the swingall.jar to classpath this was done and still receive errors.
Dan
Thanks for the reply but you know been there done that. I'm able to run the script with some editing of BEA's template but I still receive the following when running console
$>java weblogic.Console
can't load javax.swing.plaf.metal.MetalLookAndFeel
java.lang.Error: can't load javax.swing.plaf.metal.MetalLookAndFeel
at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:856)
at javax.swing.UIManager.initialize(UIManager.java:926)
at javax.swing.UIManager.maybeInitialize(UIManager.java:948)
at javax.swing.UIManager.getUI(UIManager.java:559).......
On Sun's site they suggested to add the swingall.jar to classpath this was done and still receive errors.
Dan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP