| Author |
Servlets
|
Gary Ba
Ranch Hand
Joined: Oct 23, 2009
Posts: 150
|
|
Hi,
I am trying to get back in the cattle drive (Servlets is where I had left) but I am running to a big wall.
I started doing the first instruction on servlets like install orion, run orion, moo and date web browser with no problem. However, when it comes to installing JavaEE SDK, compiling and browsing to beeservlet, it gives me the following errors...
500 Internal Server Error
java.lang.NoClassDefFoundError: com/javaranch/drive/BeeServlet$Defaultry
at com.javaranch.drive.BeeServlet.init(BeeServlet.java:19)
at javax.servlet.GenericServlet.init(GenericServlet.java:44)
at com.evermind[Orion/2.0.7 (build 11273)]._ay._lye(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._ay._cbd(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._ay._nlc(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._ax._lsc(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._ax._uab(Unknown Source)
at com.evermind[Orion/2.0.7 (build 11273)]._bf.run(Unknown Source)
Does anyone have any ideas on what to try?
Thanks,
Gary
|
star chaser..
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 2535
|
|
|
That BeeServlet$Defaultry looks weird ... like it's trying to be DefaultEntry, but getting garbled. What's also weird is the example BeeServlet from the Cattle Drive doesn't implement the init() method at all, and in fact barely even has 19 lines. Can you post the code you're using here?
|
 |
Gary Ba
Ranch Hand
Joined: Oct 23, 2009
Posts: 150
|
|
I finally got BeeServlet error out of my laptop!!!
Okay, if anyone is interested I can share it tomorrow.
Good night,
Gary
|
 |
 |
|
|
subject: Servlets
|
|
|