Projects tigase _server server-core Issues #230
TestComponent Configuration (#230)
Won't Fix
Haider Ali opened 1 decade ago

I am configuring TestComponent by adding following lines inside my /etc/properties file

--comp-name-3 = test

--comp-class-3 = TestComponent

But it give me following error

_java.lang.ClassNotFoundException: TestComponent

at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)_

Kindly help me

Thanks

Artur Hefczyc commented 1 decade ago

Haider Ali wrote:

I am configuring TestComponent by adding following lines inside my /etc/properties file

--comp-name-3 = test

--comp-class-3 = TestComponent

Try:

--comp-class-3 = tigase.server.test.TestComponent

This is not a bug. For general questions about running the server and configuration, please use our online forums: http://www.tigase.org/forums

issue 1 of 1
Type
Bug
Priority
Major
Assignee
RedmineID
1520
Version
tigase-server-7.1.0
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#230
Please wait...
Page is in error, reload to recover