• 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

Incompletely deployed packages. Trying to run Struts example from HF servlets 1 Ed.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I am having problems running struts application from HF servlets first Ed.on JBoss.

I am not using the Ant Build file. Instead I packaged the application as on Page 745 of HF and made a .jar file and put the .jar in deploy.

The following is my environment

JBoss Bootstrap Environment
.
JBOSS_HOME: C:\Program Files\jboss-4.0.3SP1\bin\\..
.
JAVA: C:\Program Files\Java\jdk1.5.0_14\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
.
CLASSPATH: C:\Program Files\Java\jdk1.5.0_14\lib\tools.jar;C:\Program Files\jb
oss-4.0.3SP1\bin\\run.jar
.

The error I am getting is the following:



--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@f35b308c { url=file:/C:/Program Files/jboss-
4.0.3SP1/server/default/deploy/BeerStruts.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/BeerStruts.
jar
altDD: null
lastDeployed: 1216852692328
lastModified: 1216852692328
mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@f35b308c { url=file:/C:/Program Files/jboss-
4.0.3SP1/server/default/deploy/BeerStruts.jar }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/BeerStruts.
jar
altDD: null
lastDeployed: 1216852692328
lastModified: 1216852692328
mbeans:


17:38:12,515 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-808
0
17:38:12,578 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
17:38:12,578 INFO [JkMain] Jk running ID=0 time=0/32 config=null
17:38:12,593 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBos
s_4_0_3_SP1 date=200510231751)] Started in 23s:437ms

I am unable to figure out what is going on. Can somebody help.

Thanks
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the struts-blank.war file comes with the struts would be a good place to start where you can put your classes,html files etc.... and test as a starting point.

Regards,
 
Jim Troyk
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Vijitha.
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Spar Spar", please check your private messages for an important administrative matter.
 
Jim Troyk
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I hope this is in compliance with the policy.

Cheers,
Jim
reply
    Bookmark Topic Watch Topic
  • New Topic