- This topic has 4 replies, 2 voices, and was last updated 20 years, 3 months ago by Nicolai Ødum.
-
AuthorPosts
-
Nicolai ØdumMemberI know this has been posted before but I think I have found the problem:
I have added: /opt/bea/weblogic81/server/lib/linux/i686 to library path.
And look what comes int the console (have make some newlines to make it easier to read)
<27-07-2004 10:57:45 GMT> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :’
/opt/bea/jdk141_05/bin:
/opt/bea/weblogic81/bin:
/opt/bea/weblogic81/server/bin:
pt/bea/weblogic81/server/lib/linux/i686YES – thats right. There is missing a ‘o’ in the last path and when i go into the configuration again it says
i386 – pt/bea/weblogic81/server/lib/linux/i686Could that be the problem ?
btw I can say that it worked perfectly when I had Bea installed at /bea I had to move it to /opt/bea and then suddenly it didnt work.
Think I have the same problem with “default compiler com.sun.tools.javac.Main”. I have added tools.jar like I have done many times before but it refuses to find it 😎My data:
What operating system and version are you running?
Linux acer-laptop 2.6.7-mm6 #1 Fri Jul 23 21:44:11 GMT 2004 i686 Intel(R) Pentium(R) M processor 1600MHz GenuineIntel GNU/LinuxWhat Eclipse version and build id are you using? (Help > About Eclipse Platform)
Version: 3.0.0
Build id: Gentoo Linux eclipse-sdk-3.0.0– Was Eclipse freshly installed for MyEclipse?
Always 8)
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
Yes – AspectJ and Log4E– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
8What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
Version: 3.7.200
Build id: 200407091200-3.8-Beta2What JDK version are you using to run Eclipse? (java -version)
Sun 1.4.2_05What JDK version are you using to launch your application server?
Bea JDK 1.4.1_05What steps did you take that resulted in the issue?
Startup server.What application server are you using?
Bea Weblogic 8.1 (service pack 2)
Scott AndersonParticipantwebmarck,
Could that be the problem ?
Actually, we found a bug in library path handling in the latest release that was caused by a change in the default behavior in Eclipse 3.0. We’ve worked around the problem already in development and a fix will be included in 3.8 GA in a couple of weeks. Sorry for the inconvenience.
Nicolai ØdumMemberIts cool – stuff like that happens.
But is there a workaround ? some file I can edit by hand to make it work?
Scott AndersonParticipantwebmarck,
You can most likely manually edit the preference setting, but there’s no guarantee. The preference is located at:
<workspace>/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.easie.weblogic8.prefsOf course, inability to load the performance pack won’t affect the running or debugging of the server in development mode.
Nicolai ØdumMemberU are right – performance pack isn’t that important. but I had other “secret” jar files append to classpath witch had the same problem 8)
Your workaround works perfecly – thx so much
-
AuthorPosts