You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi
I config the tjmsoutput as attachement, but it run wrongly as follow, how should I do next,thank you !
best wishes
dragon
在16:55 27/06/2012开始作业Copy_of_test_a.
[statistics] connecting to socket on port 3425
Exception in thread "main" java.lang.Error: java.lang.NoClassDefFoundError: weblogic/security/subject/AbstractSubject
at talenddemosjava.copy_of_test_a_0_1.Copy_of_test_a.tRowGenerator_1Process(Copy_of_test_a.java:753)
at talenddemosjava.copy_of_test_a_0_1.Copy_of_test_a.runJobInTOS(Copy_of_test_a.java:931)
at talenddemosjava.copy_of_test_a_0_1.Copy_of_test_a.main(Copy_of_test_a.java:799)
Caused by: java.lang.NoClassDefFoundError: weblogic/security/subject/AbstractSubject
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.<init>(Unknown Source)
at talenddemosjava.copy_of_test_a_0_1.Copy_of_test_a.tRowGenerator_1Process(Copy_of_test_a.java:510)
... 2 more
Caused by: java.lang.ClassNotFoundException: weblogic.security.subject.AbstractSubject
at java.net.URLClassLoader$1.run(Unknown Source)
[statistics] connected
[statistics] disconnected
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
在16:55 27/06/2012结束作业Copy_of_test_a。[退出代码=1]
Offline

Hi
Please check whether there is a jar file called weblogic.jar in the directory <TOS installation dir>\lib\java.
If not, copy it into this directory.
If it already exists there, you'd better check whether this jar file is from %webjogic server%/server/lib/.
Regards,
Pedro
Offline
Pages: 1