• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

while running the program, getting the following error

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Observe the underline sentence................

10:40:44,453 INFO [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
10:40:44,453 INFO [StdSchedulerFactory] Quartz scheduler version: 1.8.3
10:40:44,453 INFO [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
10:40:45,359 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'javaefaultDS'
10:40:45,609 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
10:40:45,765 INFO [xnio] XNIO Version 2.1.0.CR2
10:40:45,781 INFO [nio] XNIO NIO Implementation Version 2.1.0.CR2
10:40:45,921 INFO [remoting] JBoss Remoting version 3.1.0.Beta2
10:40:46,031 INFO [TomcatDeployment] deploy, ctxPath=/
10:40:46,062 INFO [service] Removing bootstrap log handlers
10:40:46,156 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
10:40:46,156 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
10:40:46,156 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 22s:875ms
10:40:56,062 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/DispatchApp
10:40:56,140 INFO [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'
10:40:56,140 INFO [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'
10:41:00,000 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/DispatchPjt
10:41:00,046 INFO [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'
10:41:00,046 INFO [org.apache.struts.validator.ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'
10:41:08,437 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/LoginStruts
10:41:08,484 INFO [org.apache.struts.action.ActionServlet] Loading chain catalog from vfs:/C:/Java/Projects/Sample1/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_6.0_Runtime_Server1314608967156/deploy/LoginStruts.war/WEB-INF/lib/struts-core-1.3.8.jar/org/apache/struts/chain/chain-config.xml
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
INFO mean "informational", not "error".
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic