Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unable to load performance pack, using Java I/O.

4 views
Skip to first unread message

Chi-Ming Yang

unread,
Jun 27, 2001, 1:39:06 PM6/27/01
to
Hi there,
I am trying to start weblogic 6.0 from jBuilder. It does start, and
working. But, I got the one problem about loading performance pack. The
message is the following. Any comment?

Thank you
>----------------------------------------->
Starting WebLogic Server ....

<Jun 27, 2001 1:35:13 PM EDT> <Notice> <Management> <Loading configuration
file C:\bea\wlserver6.0sp1\config\mydomain\config.xml ...>

log file:
C:\bea\wlserver6.0sp1\config\mydomain\config\config\mydomain\logs\weblogic.l
og

<Jun 27, 2001 1:35:14 PM EDT> <Info> <Logging> <Only log messages of
severity "Error" or worse will be displayed in this window. This can be
changed at Admin Console> mydomain> Servers> myserver> Logging> General>
Stdout severity threshold>

<Jun 27, 2001 1:35:46 PM EDT> <Notice> <WebLogicServer> <ListenThread
listening on port 7001>

<Jun 27, 2001 1:35:46 PM EDT> <Notice> <WebLogicServer> <WebLogic Server
started>

<Jun 27, 2001 1:35:46 PM EDT> <Error> <Performance Pack> <Unable to load
performance pack, using Java I/O.

java.lang.UnsatisfiedLinkError: no wlntio 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.NTSocketMuxer.<init>(NTSocketMuxer.java:173)

at java.lang.Class.newInstance0(Native Method)

at java.lang.Class.newInstance(Class.java:237)

at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:126)

at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:83)

at weblogic.t3.srvr.ListenThread.run(ListenThread.java:224)

>

Daniel Hoppe

unread,
Jun 27, 2001, 2:05:12 PM6/27/01
to
Put the WebLogic bin directory into your classpath.

Daniel

> -----Ursprüngliche Nachricht-----
> Von: Chi-Ming Yang [mailto:cy...@writeme.com]
> Bereitgestellt: Mittwoch, 27. Juni 2001 19:39
> Bereitgestellt in: install
> Unterhaltung: Unable to load performance pack, using Java I/O.
> Betreff: Unable to load performance pack, using Java I/O.

Chi-Ming Yang

unread,
Jun 27, 2001, 4:03:18 PM6/27/01
to
Thank you
But, it does not work. It does the same. Here is the message.
>------------------------------------------------------------>
C:\bea\jdk130\bin\javaw -classpath
"S:\Java\classes;C:\jdk1.3\jre\lib\rt.jar;S:\Java\lib\activation.jar;S:\Java
\lib\classes12.zip;S:\Java\lib\cos.jar;S:\Java\lib\dx3.0.jar;S:\Java\lib\dx3
.0-res.jar;S:\Java\lib\fscontext.jar;S:\Java\lib\j2ee.jar;S:\Java\lib\java40
.jar;S:\Java\lib\jgl3.1.0.jar;S:\Java\lib\jsdk21.jar;S:\Java\lib\junit.jar;S
:\Java\lib\mail.jar;S:\Java\lib\msclasses.zip;S:\Java\lib\rootriver.report.j
ar;S:\Java\lib\servlet.jar;S:\Java\lib\ServletExecDebugger.jar;S:\Java\lib\s
truts.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;C:\bea\wlserver6.0sp1\lib\x
mlx.jar;C:\bea\wlserver6.0sp1\bin;C:\junit3.5\junit.jar;C:\jakarta-struts-1.
0-b1\lib\struts.jar;C:\JBuilder4\jdk1.3\demo\jfc\Java2D\Java2Demo.jar;C:\JBu
ilder4\jdk1.3\jre\lib\i18n.jar;C:\JBuilder4\jdk1.3\jre\lib\jaws.jar;C:\JBuil
der4\jdk1.3\jre\lib\rt.jar;C:\JBuilder4\jdk1.3\jre\lib\sunrsasign.jar;C:\JBu
ilder4\jdk1.3\lib\dt.jar;C:\JBuilder4\jdk1.3\lib\tools.jar" -ms64m -mx64m -
classpath
"C:\bea\wlserver6.0sp1;C:\bea\wlserver6.0sp1\bin;C:\bea\wlserver6.0sp1\lib\w
eblogic_sp.jar;C:\bea\wlserver6.0sp1\lib\weblogic.jar;S:\Java\classes;S:\Jav
a\lib\classes12.zip;C:\jakarta-struts-1.0-b1\lib\struts.jar;S:\Java\lib\dx3.
0.jar;S:\Java\lib\rootriver.report.jar;S:\Java\lib;S:\Java\lib\struts.jar;"
"-Dweblogic.RootDirectory=C:\bea\wlserver6.0sp1"
"-Dweblogic.Domain=mydomain" "-Dweblogic.Name=myserver" "-Dbea.home=c:\bea"
"-Djava.security.policy==c:\bea\wlserver6.0sp1\lib\weblogic.policy"
"-Dweblogic.management.password=password" weblogic.Server -hotspot
Starting WebLogic Server ....

<Jun 27, 2001 4:00:39 PM EDT> <Notice> <Management> <Loading configuration


file C:\bea\wlserver6.0sp1\config\mydomain\config.xml ...>

log file:
C:\bea\wlserver6.0sp1\config\mydomain\config\config\mydomain\logs\weblogic.l
og

<Jun 27, 2001 4:00:50 PM EDT> <Info> <Logging> <Only log messages of


severity "Error" or worse will be displayed in this window. This can be
changed at Admin Console> mydomain> Servers> myserver> Logging> General>
Stdout severity threshold>

<Jun 27, 2001 4:02:32 PM EDT> <Notice> <WebLogicServer> <WebLogic Server
started>

<Jun 27, 2001 4:02:32 PM EDT> <Notice> <WebLogicServer> <ListenThread
listening on port 7001>

<Jun 27, 2001 4:02:32 PM EDT> <Error> <Performance Pack> <Unable to load

Daniel Hoppe

unread,
Jun 27, 2001, 4:14:58 PM6/27/01
to
Silly me. I mean the system path (os path), not the classpath of course
:-)

Daniel

> -----Ursprüngliche Nachricht-----
> Von: Daniel Hoppe
> Bereitgestellt: Mittwoch, 27. Juni 2001 20:05


> Bereitgestellt in: install
> Unterhaltung: Unable to load performance pack, using Java I/O.

> Betreff: Re: Unable to load performance pack, using Java I/O.

David

unread,
Jul 16, 2001, 11:54:18 AM7/16/01
to
Hi, I've got the same message but with WebLogic 5.1 and SP8, the solution proposed is the same?Thanks,David.

Jason Pettiss

unread,
Oct 29, 2001, 5:27:43 PM10/29/01
to
One more thing-- make sure that the bin directory of the version of weblogic you are using comes FIRST in the path.

If you have installed more than one version you may have a different version earlier in the path (and thus overriding the version your instance needs).

0 new messages