IntelliJ Java IDE
The moose likes BEA/Weblogic and the fly likes Install-Setup Weblogic/Commerce Servers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Install-Setup Weblogic/Commerce Servers" Watch "Install-Setup Weblogic/Commerce Servers" New topic
Author

Install-Setup Weblogic/Commerce Servers

Cristian Roman
Greenhorn

Joined: Oct 05, 2000
Posts: 2
I need Help

I've downloaded and installed the latest versions of the above
following the Installation Guides.
The servers start OK (I think)

I must have done something wrong.
When I try the sample apps
localhost:7501/portal
localhost:7501/wlcs
i get the following errorS:
Thanks

<--
Sat Nov 04 13:30:16 GMT+01:00 2000:<I> <ServletContext-General> servletimages: init
Sat Nov 04 13:31:33 GMT+01:00 2000:<E> <WebAppServletContext-portal> Servlet failed with Exception
weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'wl': For tag 'repeat', ca
not load extra info class 'weblogicx.jsp.tags.RepeatTagInfo'
at weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:201)
at weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java:146)
at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3739)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154
at com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(Servle
DestinationHandler.java:51)
at com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:378)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708
at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.ja
a:252)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)

-->
Cristian Roman
Greenhorn

Joined: Oct 05, 2000
Posts: 2
OK now,
I didn't install correctly SP6
Thanks.
joshua k
Greenhorn

Joined: Nov 03, 2000
Posts: 13
have u copied the required jar files to the weblogic/lib from the service pack?
Originally posted by Cristian Roman:
I need Help

I've downloaded and installed the latest versions of the above
following the Installation Guides.
The servers start OK (I think)

I must have done something wrong.
When I try the sample apps
localhost:7501/portal
localhost:7501/wlcs
i get the following errorS:
Thanks

<--
Sat Nov 04 13:30:16 GMT+01:00 2000:<I> <ServletContext-General> servletimages: init
Sat Nov 04 13:31:33 GMT+01:00 2000:<E> <WebAppServletContext-portal> Servlet failed with Exception
weblogic.servlet.jsp.JspException: (line -1): Error in tag library at: 'wl': For tag 'repeat', ca
not load extra info class 'weblogicx.jsp.tags.RepeatTagInfo'
at weblogic.servlet.jsp.StandardTagLib.jspException(StandardTagLib.java:138)
at weblogic.servlet.jsp.StandardTagLib.processTag(StandardTagLib.java:201)
at weblogic.servlet.jsp.StandardTagLib.processTagElements(StandardTagLib.java:146)
at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:125)
at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:87)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:3739)
at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:3495)
at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:3356)
at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:1694)
at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1535)
at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1425)
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:825)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:69)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:116)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:97)
at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:242)
at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:265)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:180)
at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:181)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:118)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:154
at com.beasys.commerce.foundation.flow.ServletDestinationHandler.handleDestination(Servle
DestinationHandler.java:51)
at com.beasys.commerce.foundation.flow.FlowManager.service(FlowManager.java:378)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:123)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:761
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:708
at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.ja
a:252)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:346)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:246)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)

-->


josh
crisabanades
Greenhorn

Joined: Aug 27, 2001
Posts: 5
how do you install service pack 9 for Weblogic server 5.1 ???
have you got the sp9?
Angela Poynton
Ranch Hand

Joined: Mar 02, 2000
Posts: 3143
you need weblogic 6 to use commerce server 3.5!


Pounding at a thick stone wall won't move it, sometimes, you need to step back to see the way around.
 
 
subject: Install-Setup Weblogic/Commerce Servers
 
Threads others viewed
Problem running jsps in Weblogic
Jsp Using Weblogic
Classpath question
PROBLEMS WITH WEBLOGIC!!!
Problem running jsps in Weblogic
IntelliJ Java IDE

cast iron skillet 49er

more from paul wheaton's glorious empire of web junk: cast iron skillet diatomaceous earth rocket mass heater sepp holzer raised garden beds raising chickens lawn care CFL flea control missoula heat permaculture