Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 838311 Details for
Bug 1044481
Could not initialize class org.apache.commons.net.ftp.FTPClient
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Error log
error.log (text/plain), 6.21 KB, created by
Andrej Podhradsky
on 2013-12-18 12:05:20 UTC
(
hide
)
Description:
Error log
Filename:
MIME Type:
Creator:
Andrej Podhradsky
Created:
2013-12-18 12:05:20 UTC
Size:
6.21 KB
patch
obsolete
>12:59:57,150 ERROR [org.jboss.remoting.remote.connection] (Remoting "afrodita:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: Connection reset by peer >13:00:00,987 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "switchyard-example.jar" (runtime-name: "switchyard-example.jar") >13:00:01,017 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment switchyard-example.jar >13:00:01,030 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: switchyard-example.jar >13:00:01,032 INFO [org.switchyard] (MSC service thread 1-1) Deploying SwitchYard application 'switchyard-example.jar' >13:00:01,037 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting weld service for deployment switchyard-example.jar >13:00:01,063 INFO [org.switchyard] (MSC service thread 1-5) Starting SwitchYard service >13:00:01,066 INFO [org.apache.camel.management.ManagementStrategyFactory] (MSC service thread 1-5) JMX enabled. >13:00:01,068 INFO [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Apache Camel 1.1.1-p2-redhat-1 (CamelContext: camel-4) is starting >13:00:01,084 INFO [org.apache.camel.impl.converter.DefaultTypeConverter] (MSC service thread 1-5) Loaded 181 type converters >13:00:01,101 INFO [org.apache.camel.management.DefaultManagementLifecycleStrategy] (MSC service thread 1-5) StatisticsLevel at All so enabling load performance statistics >13:00:01,106 INFO [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Total 0 routes, of which 0 is started. >13:00:01,106 INFO [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Apache Camel 1.1.1-p2-redhat-1 (CamelContext: camel-4) started in 0.038 seconds >13:00:01,341 INFO [org.switchyard.common.camel.SwitchYardCamelContext] (MSC service thread 1-5) Route: direct:{urn:com.example.switchyard:switchyard-example:1.0}Hello started and consuming from: Endpoint[direct://%7Burn:com.example.switchyard:switchyard-example:1.0%7DHello] >13:00:01,369 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.deployment.unit."switchyard-example.jar".SwitchYardService: org.jboss.msc.service.StartException in service jboss.deployment.unit."switchyard-example.jar".SwitchYardService: Failed to start service > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45] > at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45] >Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.net.ftp.FTPClient > at org.apache.camel.component.file.remote.FtpEndpoint.createFtpClient(FtpEndpoint.java:130) > at org.apache.camel.component.file.remote.FtpEndpoint.createRemoteFileOperations(FtpEndpoint.java:80) > at org.apache.camel.component.file.remote.FtpEndpoint.buildConsumer(FtpEndpoint.java:60) > at org.apache.camel.component.file.remote.RemoteFileEndpoint.createConsumer(RemoteFileEndpoint.java:87) > at org.apache.camel.component.file.remote.RemoteFileEndpoint.createConsumer(RemoteFileEndpoint.java:34) > at org.apache.camel.impl.EventDrivenConsumerRoute.addServices(EventDrivenConsumerRoute.java:65) > at org.apache.camel.impl.DefaultRoute.onStartingServices(DefaultRoute.java:80) > at org.apache.camel.impl.RouteService.warmUp(RouteService.java:133) > at org.apache.camel.impl.DefaultCamelContext.doWarmUpRoutes(DefaultCamelContext.java:2000) > at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:1928) > at org.apache.camel.impl.DefaultCamelContext.safelyStartRouteServices(DefaultCamelContext.java:1950) > at org.apache.camel.impl.DefaultCamelContext.startRouteService(DefaultCamelContext.java:1827) > at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:733) > at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:1803) > at org.apache.camel.impl.DefaultCamelContext.addRouteDefinitions(DefaultCamelContext.java:675) > at org.apache.camel.impl.DefaultCamelContext.addRouteDefinition(DefaultCamelContext.java:680) > at org.switchyard.component.camel.common.handler.InboundHandler.<init>(InboundHandler.java:67) > at org.switchyard.component.camel.common.deploy.BaseBindingActivator.createInboundHandler(BaseBindingActivator.java:51) > at org.switchyard.component.camel.common.deploy.BaseBindingActivator.activateBinding(BaseBindingActivator.java:43) > at org.switchyard.deploy.internal.Deployment.deployServiceBindings(Deployment.java:618) > at org.switchyard.deploy.internal.Deployment.start(Deployment.java:145) > at org.switchyard.as7.extension.deployment.SwitchYardDeployment.start(SwitchYardDeployment.java:101) > at org.switchyard.as7.extension.services.SwitchYardService.start(SwitchYardService.java:73) > at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1] > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1] > ... 3 more > >13:00:01,373 ERROR [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "switchyard-example.jar" was rolled back with the following failure message: >{"JBAS014671: Failed services" => {"jboss.deployment.unit.\"switchyard-example.jar\".SwitchYardService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"switchyard-example.jar\".SwitchYardService: Failed to start service > Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.net.ftp.FTPClient"}} >13:00:01,375 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016009: Stopping weld service for deployment switchyard-example.jar >13:00:01,379 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment switchyard-example.jar (runtime-name: switchyard-example.jar) in 6ms
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1044481
: 838311 |
838312