Plugin Manager error

debian:~/wildfire/logs# …/bin/wildfire start

Starting wildfire

nohup: appending output to `nohup.out’’

debian:~/wildfire/logs# cat error.log

2006.10.08 00:46:09 org.jivesoftware.wildfire.container.PluginManager.loadPlugin(PluginManager.java: 456) Error loading plugin

java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider

at java.lang.J9VMInternals.verifyImpl(Native Method)

at java.lang.J9VMInternals.verify(J9VMInternals.java:59)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)

at org.jivesoftware.wildfire.container.AdminConsolePlugin.loadListeners(AdminConso lePlugin.java:106)

at org.jivesoftware.wildfire.container.AdminConsolePlugin.initializePlugin(AdminCo nsolePlugin.java:175)

at org.jivesoftware.wildfire.container.PluginManager.loadPlugin(PluginManager.java :396)

at org.jivesoftware.wildfire.container.PluginManager.access$200(PluginManager.java :47)

at org.jivesoftware.wildfire.container.PluginManager$PluginMonitor.run(PluginManag er.java:883)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432)

at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:295)

at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101 (ScheduledThreadPoolExecutor.java:80)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodi c(ScheduledThreadPoolExecutor.java:157)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Schedu ledThreadPoolExecutor.java:181)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java: 665)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)

at java.lang.Thread.run(Thread.java:797)

debian:~/wildfire/logs#

how can i solve that problem?

Hi,

do you still have this problem or did you fix it already? Did you install additional plugins or is this a fresh installation?

LG

No, I´m still facing the problem, the wildfire works normal if I connect to some client, but the admin manager doesn´t work, I type nmap localhost and the port 9090 does not show up. I haven´t added any plugin.

$ nmap localhost -p 9090

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2006-10-08 11:57 BRT

Interesting ports on localhost.localdomain (127.0.0.1):

PORT STATE SERVICE

9090/tcp closed zeus-admin

Nmap finished: 1 IP address (1 host up) scanned in 0.150 seconds

No, I´m still facing the problem, the wildfire works normal if I connect to some client, but the admin manager doesn´t work, I type nmap localhost and the port 9090 does not show up. I haven´t added any plugin.

$ nmap localhost -p 9090

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2006-10-08 11:57 BRT

Interesting ports on localhost.localdomain (127.0.0.1):

PORT STATE SERVICE

9090/tcp closed zeus-admin

Nmap finished: 1 IP address (1 host up) scanned in 0.150 seconds

Hi,

which JRE/JDK are you using? The class is usually in jsse.jar which is $/lib/

LG

java is ibm-java2-sdk-50-linux and ibm-java2-jre-50-linux.

debian:/usr/java/ibm-java2-ppc-50/docs# java -version

java version “1.5.0”

Java™ 2 Runtime Environment, Standard Edition (build pxp32dev-20060511 (SR2))

IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux (JIT enabled)

J9VM - 20060501_06428_bHdSMR

JIT - 20060428_1800_r8

GC - 20060501_AA)

JCL - 20060511a

Hi,

a power-pc user … so there’'s little I can say.

It may be a problem of IBM’'s JDK, for me Wildfire did not start with initial 1.5.0 release on AIX but one or two users claimed that it runs fine on AIX.

Do you see a jsse.jar file in the lib directory of it?

LG

debian:/usr/java/ibm-java2-ppc-50/lib# ls

dt.jar ir.idl jnlp.jar orb.idl

htmlconverter.jar jardiff.jar jnlp-servlet.jar tools.jar

debian:/usr/java/ibm-java2-ppc-50/lib#

Hi,

I wonder how one could use another JSSE provider like http://www.nongnu.org/jessie/ - it may be not enough to put it in wildfire/lib as it may use other class names and not com.sun.net

LG