• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

"Out of Environment Space" Error -->Weblogic on Windows98

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I am new to Weblogic.
I have worked in COM+ Server in Windows 2000
I installed BEA Weblogic 8.1 on a Windows 98 machine
but could not start Server from Weblogic Workshop through option Tools ->Server ->Start
i ran initially commenv.bat to set the environment variables
JAVA_HOME
I read certain previous post and renamed startweblogic.cmd to startweblogic.bat
But there is a problem
I am getting "Out of Environment Space" Error and can't understand why
This error appears on both i.e. when i run commenv.bat and when startweblogic.bat
To me it feels that If Statement is not being recognised by the WIN 98
anYway
Please try to solve my problem
Thanks in advance
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This sounds like a deficit of Windows 98 as in "W98 can't handle my huge classpath variable". If that's the case, you could try moving stuff closer to the root (C:) and remove unnecessary classpath entries in order to shorten the classpath variable.
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should be able to increase the available enviroment space.
See Increasing Environment Space and Out of Environment Space Error Message in MS-DOS Programs.
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This seems to be more of a general Windows question now, so I'm moving this to General Computing.
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got same problem i solved it by using Win 2k.
But reaaly want o know from anybody out there "can we install a server (say weblogic) on a non- networj OS (say win 98) ???
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic