ParulM Mathur

Greenhorn
+ Follow
since Aug 18, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ParulM Mathur

Nagendra Prasad wrote:
>Hmm... if the admin console is not starting, then you could have some
> memory issues with the machine on which u are attempting to run it.

Thanks, Prasad, for the clue to the problem. I had configured IBM WebSphere to run with Oracle 8i as its database. I found that IBM DB2 had also been installed on the machine for some other purpose. Suspecting that Oracle and DB2 were clashing in some way, I performed the following steps:
1. Uninstall IBM WebSphere
2. Uninstall IBM HTTPServer
3. Uninstall Oracle
4. Uninstall IBM DB2
5. Install Oracle
6. Install IBM WebSphere, which would also install IBM HTTPServer by default.
I found that this solved my problem but I have no definite idea why.
Do you think that there is a clash between Oracle and DB2 in any way?
-Parul
20 years ago
Nagendra Prasad wrote:
> Try to increase the ping timeout and give it another go.
> All these settings can be done from the admin console.
Hi Prasad,
Thanks for the suggestion. The problem is that the Admin Console never starts. It crashes with the following exception:
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1007)
at javax.swing.UIDefaults$ProxyLazyValue.createValue(UIDefaults.java:670)
at javax.swing.UIDefaults.get(UIDefaults.java:145)
at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:52)
at com.ibm.ejs.sm.client.ui.Utils.setDefaultFonts(Utils.java:485)
at com.ibm.ejs.sm.client.ui.EJSConsole.main(EJSConsole.java:1226)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
java.lang.reflect.InvocationTargetException: java.lang.NullPointerException
at com.ibm.ejs.sm.client.ui.Utils.setDefaultFonts(Utils.java:487)
at com.ibm.ejs.sm.client.ui.EJSConsole.main(EJSConsole.java:1226)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:158)
Is there any way I can modify some file to increase the ping timeout value?
Thanks,
Parul Mathur
20 years ago
Hi,
I have a brand new installation of IBM WebSphere 4.0 on IBM AIX 5.1 operating system.
When I run startupServer.sh, the Default Server does not initialize. The following entries are made in the tracefile:
7f92462f Server A WSVR0023I: Server __adminServer open for e-business
56370622 ActiveServerP A ADMS0008I: Starting server: Default Server
56370622 ActiveServerP A ADMS0032I: Started server: Default Server (pid 44126)
56370622 ActiveEJBServ W ADSM0104W: Failed to initialize a server: Default Server <null>
Please let me know if I have left the configuration incomplete.
Thanks,
Parul Mathur
20 years ago