Hi guys,
I had a problem when I finished a system copy of our
Productive Portal 6.0 to re-create our development Portal.
The steps that I follow were, first export the Productive system with
SAPINST (follow the official SAP documentation), next we copied the
export files to the target server and we installed the new Development
Portal with the export files, when the installation finished we tried
to startup the System, the J2EE instance started without problems, but
when I type the Portal URL: http://sscepdev1:51100/irj , I see the
following error message instead of the logon screen:
-
Error ocurrido durante el proceso de una solicitud para :
iView : com.sap.portal.runtime.logon.default
Componente : com.sap.portal.runtime.logon.default
Error occurs during the rendering of jsp component.
Exception id: 11:30_18/05/07_0001_111428050
See the details for the exception ID in the log file
-
In addition when I tried to see the J2EE system Info I received the
following error message:
Requested resource [sap/monitoring/servlet/SystemInfo.jsp] not found
the platform is the following:
Operating system: SunOs 5.10 (the original Portal system was running
in SunOS 5.9 at the export moment)
DB: Oracle 9.2.0.6
J2EE 6.40
Attached you will find the trace files where you will find the error
message:
If I checked the Server0 trace files I can see the following error message:
com.sapportals.portal.prt.component.PortalComponentException:
Error occurs during the compilation of java generated from the jsp
at
com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile
(JSPCompiler.java:108)
at
com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run
(JSPCompiler.java:140)
at
com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP
(JSPComponentItem.java:284)
at
com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:134)
at
com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service
(PortalComponentItemFacade.java:355)
at
com.sapportals.portal.prt.core.broker.PortalComponentItem.service
(PortalComponentItem.java:934)
at
com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest
(PortalRequestManager.java:435)
... 49 more
Caused by:
com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
at
com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse
(JSPParser.java:2189)
at
com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile
(JSPCompiler.java:81)
... 55 more
If someone has some TIP, I will thanks a lot!!!!