J2EE Deployathon Online is a live demonstration of application portability across J2EE servers. The J2EE deployathon is basically shows how the J2EE example application the Java Petstore runs across a variety of J2EE servers. Updated for Pet Store version 1.1.2, the example app. is now more easily installable across any J2EE compliant app. server.
Check out the 2001 J2EE Deployathon Online!.
-
2001 J2EE Deployathon Online (8 messages)
- Posted by: Floyd Marinescu
- Posted on: June 01 2001 15:23 EDT
Threaded Messages (8)
- 2001 J2EE Deployathon Online by khadar m on June 01 2001 15:47 EDT
- 2001 J2EE Deployathon Online by Jin Chun on June 01 2001 16:48 EDT
- 2001 J2EE Deployathon Online by khadar m on June 01 2001 05:55 EDT
- 2001 J2EE Deployathon Online by Naveen Togar on June 04 2001 12:53 EDT
- 2001 J2EE Deployathon Online by Jin Chun on June 01 2001 16:48 EDT
- 2001 J2EE Deployathon Online by Robert Stone on June 04 2001 22:12 EDT
- 2001 J2EE Deployathon Online by Daniel Cardin on June 05 2001 11:00 EDT
- 2001 J2EE Deployathon Online by Jonathan Asbell on June 05 2001 07:40 EDT
- 2001 J2EE Deployathon Online by Cedric Beust on June 05 2001 11:18 EDT
-
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: khadar m
- Posted on: June 01 2001 15:47 EDT
- in response to Floyd Marinescu
Looks like iPlanet 6.0 still uses Kivasoft's AppLogic engine to run the servlets. I tried running the Pet store example on iPlanet and it throws an exception. The least that Sun-Netscape alliance could've done for their product was to test it before making it available to the public. Now they have an egg on their face. Does any one know if the Deplaython allows to measure the performance of the different serves?
To reproduce the error below go to
http://developer.iplanet.com/NASApp/estore/control/product?product_id=RP-LI-02
and click Add to cart.
Server Error
null
Oops! Your request cannot be completed. The server got the following error.
com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at java.lang.RuntimeException.(Compiled Code)
at com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException.(Compiled Code)
at com.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl.handleEvent(Compiled Code)
at com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest(Compiled Code)
at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doProcess(Compiled Code)
at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(Compiled Code)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Compiled Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Native Method)
at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
Please notify the administrator. Thank you.
Running on iPlanet Application Server 6.0 SP2
-
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: Jin Chun
- Posted on: June 01 2001 16:48 EDT
- in response to khadar m
I tried your link, no error. -
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: khadar m
- Posted on: June 01 2001 17:55 EDT
- in response to Jin Chun
You are right. Looks like they fixed it. I had pasted the stack trace from the exception that was being raised when I hit their site. -
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: Naveen Togar
- Posted on: June 04 2001 12:53 EDT
- in response to khadar m
But looks like they have a new problem. After clicking on Add to cart, i waited for about 5 minutes to proceed to the next page. Nothing. Guess they should have tested it thoroughly before releasing it to the public.
-
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: Robert Stone
- Posted on: June 04 2001 22:12 EDT
- in response to Floyd Marinescu
What kills me - JBoss has the Pet Store deployed long time ago but there is no hint of that on Sun's site
Check out Pet store at JBoss -
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: Daniel Cardin
- Posted on: June 05 2001 11:00 EDT
- in response to Robert Stone
I think the problem with JBoss is that is it not certified J2EE compliant. Only certified servers are listed... That does not take away anything from JBoss, but I think that's reasonnable.
Maybe they should mention that, although not certified J2EE compatible, JBoss can be tested using the java pet store application. -
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: Jonathan Asbell
- Posted on: June 05 2001 07:40 EDT
- in response to Floyd Marinescu
Can one of you all indicate what the issues are in making an app deployable across servers (ie what not to do/use etc.). This would make for a valuable discussion. (Ex. Weblogic does JNDI lookups in a non-standard way) -
2001 J2EE Deployathon Online[ Go to top ]
- Posted by: Cedric Beust
- Posted on: June 05 2001 11:18 EDT
- in response to Jonathan Asbell
Can you describe what you call a "standard JNDI look up"?
--
Cedric