Cannot configure Websphere Liberty Profile 8.5.5.7 -


i'm trying configure websphere liberty profile 8.5.5.7 eclipse mars when start following errors:

[error   ] cwwkf0002e: bundle not found com.ibm.ws.javaee.el.2.2/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.javaee.jsp.2.2/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.org.apache.jasper.el.2.2/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.org.eclipse.jdt.core.3.10.0.v20140902-0626/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.jsp.factories.2.2/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.javaee.jstl.1.2/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.jsp-2.2org.apache.jasper/[1.0.0,1.0.100). [error   ] cwwkf0002e: bundle not found com.ibm.ws.jsp/[1.0.0,1.0.100). 

there server.xml file:

<server description="new server">     <!-- enable features -->     <featuremanager>         <feature>jsp-2.2</feature>         <feature>ssl-1.0</feature>         <feature>localconnector-1.0</feature>     </featuremanager>     <keystore id="defaultkeystore" password="{xor}12345"/>      <httpendpoint id="defaulthttpendpoint"                   host="localhost"                   httpport="9080"                   httpsport="9443" />  </server> 

also i've tried install optional feature jaxrs-2.0, i've installed bin\featuremanager utility when add server.xml warning this feature 'jaxrs-2.0' not recognized.

what may doing wrong?

there have been few similar reports. clean server restart fix it. tools right click on server in server view. click on clean server on next start , restart server. in general clears problem. looking it.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -