• 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

Jboss Deploymaent problem please help me

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am working on an open source project called OpenKM.and i am using Jboss 4.2.2.GA server.whenever i deploy .war file of the project i am getting different kind of Exceptions.i am posting my console log. as soon as possible help.

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@7d384b0d { url=file:/E:/openkm/server/defaul
t/deploy/wel.war }
deployer: MBeanProxyExt[jboss.web:service=WebServer]
status: null
state: FAILED
watch: file:/E:/openkm/server/default/deploy/wel.war
altDD: null
lastDeployed: 1252597227296
lastModified: 1252597227281
mbeans:


08:41:21,015 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-2
010
08:41:21,109 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
08:41:21,125 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos
s_4_2_2_GA date=200710221139)] Started in 1m:37s:688ms



 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to jBoss forum, you might get proper response there...
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raghava,

The log that you have posted is just the last few lines in the server deployment process. Please post the entire exception stacktrace that you see on the console (a few lines above this log). That will contain the root cause.


While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
may be some jar file conflicts is there in your application..
so check your jar files in lib folder..
 
Seriously Rick? Seriously? You might as well just read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic