Menu

#1 Could not start bundle on SMF

open
nobody
None
5
2002-03-26
2002-03-26
No

The OSGi bundle will not start on IBM SMF. Maybe you
are only supporting JES anyway...

This is what I get:
Exception while processing request.

org.osgi.framework.BundleException: The bundle could
not be resolved. The following packages are
unavailable: javax.servlet.jsp, org.apache.jasper,
org.apache.jasper.runtime,
com.sun.jes.service.http.auth.basic,
javax.servlet.jsp.tagext

Stack trace:
com/ibm/osg/smf/Bundle.startWorker(Z)V
com/ibm/osg/smf/Bundle$1.run()Ljava/lang/Object;

java/security/AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
com/ibm/osg/smf/Bundle.start()V

com/ibm/osg/smfadmin/SMFAdmin.bundleStart(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V

com/ibm/osg/smfadmin/SMFAdmin.adminPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
com/ibm/osg/smfadmin/SMFAdmin$2.run()Ljava/lang/Object;

java/security/AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;

com/ibm/osg/smfadmin/SMFAdmin.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V

javax/servlet/http/HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V

javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V

com/ibm/osg/service/http/ServletRegistration.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V

com/ibm/osg/service/http/ServletRegistration.service(Lcom/ibm/osg/service/http/servlet/HttpServletRequestImpl;Lcom/ibm/osg/service/http/servlet/HttpServletResponseImpl;)V

com/ibm/osg/service/http/HttpListener.handleConnection(Lcom/ibm/osg/socket/SocketInterface;)V
com/ibm/osg/service/http/HttpThread.run()V

OK, so it looks like I need to install some JSP stuff.
I know that. But it also requires com.sun.jes... Could
this not be done using standard OSGi stuff?

/Anders

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.