• 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

weblogic 6.0 on win98, error on starting default server

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed weblogic 6.0 on my win98 system and have it listed on my start--programs--BEA business logic platform---weblogic6.0---defaultserver
when I click defaultserver, I get the error message "could not find c:\bea\wlserver6.0\config\mydomain\startweblogic.cmd"
RETURN CODE:80070570
I tried setting classpaths and starting from my dos prompt , my classpaths set were the following, and then I typed startweblogic.cmd
I get the message "bad file name";
my classpaths were including the following:
set JAVA_HOME=C:\bea\jdk130
set path=%path%;c:\jdk1.2\bin;.;
set JAVA_HOME=c:\jdk1.2
set classpath=%classpath%;c:\bea\wlserver6.0\lib\weblogic.jar;c:\bea\wlserver6.0\lib\weblogic_sp.jar;.;
set classpath=%classpath%;c:\bea\wlserver6.0\lib\poolorb.jar;c:\bea\wlserver6.0\samples\eval\cloudscape\lib;.;
Please help me.Thanks
Umer
 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Umer,
What bothers me the most is why the file weblogic.cmd is not being found if the path is correct. I hope that u have a file by that name there in the directory mydomain.
Also I hope that at the time of installing the server u did not configure the weblogic to be a Windows Utility coz then one of the servers will already be running and u can chk that by starting the console.
Please do the above and reply and then we'll see...
I'll be round..
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See,
Win98 is a single user operating system. Where there is no concept called .cmd file. If at all you want to execute the file you will have to store the commands in .cmd file into some .bat file which is recognized on the win98 platform. Even though Weblogic6.0 is not compactible with win98. Max you can run on there systems is Weblogic 5.1
Work hard.
Ganesh.
 
Would anybody like some fudge? I made it an hour ago. And it goes well with a tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic