[jboss-jira] [JBoss JIRA] Created: (JBESB-302) Error in definition file for helloworld_ftp_action
Mark Little (JIRA)
jira-events at jboss.com
Tue Jan 2 09:36:27 EST 2007
Error in definition file for helloworld_ftp_action
--------------------------------------------------
Key: JBESB-302
URL: http://jira.jboss.com/jira/browse/JBESB-302
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.0 RC1
Reporter: Mark Little
Assigned To: Burr Sutter
Fix For: 4.0
[java] at java.lang.Thread.run(Thread.java:595)
[java] 15:11:28,487 ERROR [pool-1-thread-1][ActionProcessingPipeline] Premature termination of action processing pipeline
[Ljava.lang.String;@1f7896f]. ActionProcessor [quickstart.hw_file_action
.MyAction] action class is not in path
[java] java.lang.ClassNotFoundException: quickstart.hw_file_action.MyAction
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
[java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:164)
[java] at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.run(ActionProcessingPipeline.java:75)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
[java] at java.lang.Thread.run(Thread.java:595)
class="quickstart.hw_file_action.MyAction" in jbossesb.xml should be class="quickstart.hw_ftp_action.MyAction"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list