• United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.206

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

WebShere 8.5.5 Migration

060000A1NM gravatar image
Question by SJD_SA  (1) | Jul 30, 2016 at 08:09 AM migration8.5.5wasmigrationwas 8.5.5webshere

I'm having issues with the migration of applications from WAS 7.0.0.37 to WAS 8.5.5.9. Getting the following error: WSVR0212W: Library, com.ibm.ws.jsf.RI1_2, defined in deployment.xml does not exist.
is defined in deployment.xml for WAS 8.5.5. JSF implementation is set Sun Reference Implementation 1.2 .

FYI, reference to com.ibm.ws.jsf.RI1_2 is not in WAS 7 deployment.xml.

People who like this

  0   Show 1
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
3100001ATT gravatar image m.fatih (1683)   Jul 30, 2016 at 11:34 AM 0
Share

Hello @SJD_SA;

Can you check the application's deployment.xml file on tWAS v7? deployment.xml location:

 EAR_PROJECT>\META-INF\ibmconfig\cells\defaultCell\applications\
 defaultApp\deployments\defaultApp

deployment.xml location and informations

Application may require the sun ri 1.2.

Best Regards.

3 answers

  • Sort: 
060000A1NM gravatar image

Answer by SJD_SA (1) | Jul 30, 2016 at 01:04 PM

As I mentioned, the WAS 7 deployment.xml does not contain the reference to com.ibm.ws.jsf.RI1_2.

Comment

People who like this

  0   Show 1   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
3100001ATT gravatar image m.fatih (1683)   Jul 30, 2016 at 01:40 PM 0
Share

Hello @SJD_SA;

That technote can be useful. Can you check it? It is mentioned about tWAS 7 to tWAS 8.5 deployment operation.

PM74789: Deploying an enhanced EAR with an embedded resource adapter failed with NullPointerException.

 The EAR is an embedded EAR (EAR with deployment.xml).  During
 deployment the code assumes that the resource adapter (RA)
 definition should have a <propertySet> element in the
 deployment.xml and tried to read the properties in it.  This
 assumption caused the NullPointerException.
 In WebSphere Application Server (WAS) v7 the embedded
 deployment.xml is handled differently, hence there were no
 issues in deploying the sample EAR in WAS v7.
 A workaround to proceed with the deployment can be achieved by
 applying one of the following modifications:
 1) add a <propertySet> element and set of properties, if any,
 to the RA definition in the deployment.xml in the EAR
 -or-
 2) if the deployment.xml can be ignored
       a) remove the deployment.xml from the EAR, or
       b) uncheck the processEmbeddedConfig option during
          deployment, which will make the deployment logic
          ignore the deployment.xml


Best Regards.

060001STAH gravatar image

Answer by Cindy High (111) | Aug 01, 2016 at 08:41 AM

In WAS V8, the default JSF engine changed from JSF SunRI to MyFaces 2.0. In v8.5.5, you can configure the server to continue to use the SunRI engine (in v9 it is removed). Some of the application artifacts that can indicate use of the SunRI include:

  • If a web.xml file contains a listener-class with the value com.sun.faces.config.ConfigureListener

  • If a web.xml file contains a servlet-class with any of these values: javax.faces.webapp.FacesServlet com.sun.faces.ConfigureListener org.apache.myfaces.StartupConfigureListener com.ibm.faces.webapp.JSResourceServlet

  • If the file is an XML file, and its root element is faces-config and has no DTD information

  • If the file is an XML file, and its root element is faces-config and has DTD information with a system ID set to: http://java.sun.com/dtd/web-facesconfig_1_0.dtd or http://java.sun.com/dtd/web-facesconfig_1_1.dtd

  • If Java code has references to the com.sun.faces package

http://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/cweb_javaserver_faces.html

Cindy

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
060000A1NM gravatar image

Answer by SJD_SA (1) | Aug 04, 2016 at 05:25 AM

I have resolved issue by modifying deployment.xml and it now mirrors WAS 7.0 deployment.xml. The migration process is not perfect. There were a few things I needed to fix with the app server and application configuration. With these changes the applications are functioning normally.

Thank you for all responses.

Steve

Comment

People who like this

  0   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster

Follow this question

71 people are following this question.

Answers

Answers & comments

Related questions

createRemoteMigrJar.sh, gives the following warning: WSVR0615W: The user.install.root system property is not set. 1 Answer

Why migration task WASPreUpgrade.sh failing with error MIGR0570E though profile entries exist in profileRegistry.xml file? 1 Answer

syncNode of WAS ND 8.0 node fails to 8.5.5.x dmgr, after dmgr just migrated from WASND 8.0 to 8.5.5 1 Answer

Migration: Manage WAS v7.x nodes by WAS v8.5.5.x Dmgr (Cell) 4 Answers

Does WebSphere 8.5.5 fully support IPV6 ? 1 Answer

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • DataPower
  • Decision Optimization
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges