• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Weblogic server starting problem

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am having problem in starting weblogic6.0sp1. It's giving me the following message :
log file: C:\bea\wlserver6.0sp1\.\config\mydomain\logs\weblogic.log
<Mar 24, 2001 3:33:15 PM EST> <Info> <Logging> <Only log messages of severity "E
rror" or worse will be displayed in this window. This can be changed at Admin Co
nsole> mydomain> Servers> myserver> Logging> General> Stdout severity threshold>
<Mar 24, 2001 3:33:27 PM EST> <Notice> <WebLogicServer> <WebLogic Server started
>
<Mar 24, 2001 3:33:27 PM EST> <Notice> <WebLogicServer> <ListenThread listening
on port 7001>
<Mar 24, 2001 3:33:27 PM EST> <Notice> <WebLogicServer> <SSLListenThread listeni
ng on port 7002>
<Mar 24, 2001 3:33:27 PM EST> <Error> <Performance Pack> <Unable to load perform
ance pack, using Java I/O.
java.lang.UnsatisfiedLinkError: no muxer in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at weblogic.socket.PosixSocketMuxer.<init>(PosixSocketMuxer.java:90)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:128)
at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:83)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:224)
>
I am starting it on windows Millennium edition.Can anyone help me please.
Smita
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
see this link. As far as I know Win2000, WinNT and Win98 are supported to some extent or other. The BEA website says nothing about WinME.
Have you thought about upgrading to Red Hat Linux? That's certainly a platform that BEA says will work.
 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI THERE Ms SMITA,
THE PERFROMANCE PACK IS AVAILABLE WITH EACH DOWNLOAD VERSION OF THE WL SERVER. I HAVE INSTALLED THE SAME FOR WINNT AND IT DOES NOT GIVE ANY PBLM. THE PERFORMANCE PACKS FOR WINNT, 2000, UNIX AND LINUX ARE AVAILABLE WHEN U DOWNLOAD FOR THE SAME BUT I GUESS THERE MIGHT NOT BE ONE AVAILABLE FOR THE WINME SO IT WUD BE A GOOD IDEA IF U TRY TO INSTALL THE SYS ON ONE OF THE ABOVE OS.
HTH
SAHIL
 
Smita Jain
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys. I thought if people are using wlserver for development purpose on win98 then I might use it for WindME. But u are right I better change my OS to NT.
thanks a lot
smita
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also facing the same problem.I want to run weblogic on windows me but all my efforts are in vain.Dont know what to do.
How easy is it too install any other Os.Is there ant work around with weblogic that can save my efforts to switch to another OS.

Thanks
Swati
 
It's fun to be me, and still legal in 9 states! Wanna see my tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic