Details
-
Type:
Regression Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.X EE
-
Fix Version/s: 6.1.X EE
-
Component/s: Authentication, Infrastructure > App Servers, Standards > SAML
-
Labels:None
-
Environment:Weblogic 11.3.2 + MySQL 5. Portal 6.1.x EE GIT ID: 0bec8ca191a447722fc6483c1bb395235e4fe780. Plugins 6.1.x EE GIT ID: f5b03bc8ad824585431548d6e0e2ff1f68c61abd.
-
Fix Priority:4
-
Similar Issues:
Description
After deploying SAML, there is a console error (see below) and the UI does not work. Editing a SP will throw a console error.
- Use a script to build weblogic from portal source files.
- Generate a keystore.
- Configure the portal-ext.properties:
In the portal-ext.properites, enter:
saml.enabled=true
saml.role=idp
saml.entity.id=samlidp
saml.require.ssl=false
saml.sign.metadata=true
saml.idp.authn.request.signature.required=true
saml.metadata.paths=http://www.able.com:9080/c/portal/saml/metadata
saml.keystore.type=jks
saml.keystore.path=$ {liferay.home}/data/keystore.jks
saml.keystore.password=liferay
saml.keystore.credential.password[samlidp]=liferay
- Configure the weblogic.xml file and add the following to the connector:
<package-name>org.apache.xerces.*</package-name>
- Start Liferay on Weblogic.
- Deploy SAML.
- Console errors:
D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay>startWebLogic.cmd . . JAVA Memory arguments: -Xmx1024m -XX:PermSize=512m . WLS Start Mode=Development . CLASSPATH=D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\autodeploy\ROOT\WEB-INF\lib\commons-lang.jar;C:\PROGRA~1\Java\JDK17~1.0_1\lib\tools.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\lib\weblogic_sp.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\lib\weblogic.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\modules\features\weblogic.server.modules_10.3.6.0.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\lib\webservices.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\modules\ORGAPA~1.1/lib/ant-all.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\common\derby\lib\derbyclient.jar;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\lib\xqrl.jar . PATH=;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\native\win\32;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\bin;D:\617E05~1.X-E\bundles\WEBLOG~1.6\modules\ORGAPA~1.1\bin;C:\PROGRA~1\Java\JDK17~1.0_1\jre\bin;C:\PROGRA~1\Java\JDK17~1.0_1\bin;C:\Program Files (x86)\Xuggle\bin;C:\Program Files (x86)\ImageMagick-6.7.8-Q16;C:\Program Files\ImageMagick-6.7.7-Q16;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\Java\jdk1.7.0_11\bin;C:\Program Files\Java\jre7\bin;C:\apache-ant-1.8.2\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files (x86)\Git\cmd;C:\Python27;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\native\win\32\oci920_8 . *************************************************** * To start WebLogic Server, use a username and * * password assigned to an admin-level user. For * * server administration, use the WebLogic Server * * console at http:\\hostname:port\console * *************************************************** starting weblogic with Java version: java version "1.7.0_11" Java(TM) SE Runtime Environment (build 1.7.0_11-b21) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) Starting WLS with line: C:\PROGRA~1\Java\JDK17~1.0_1\bin\java -client -Xmx1024m -XX:PermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\lib\weblogic.policy -da:org.apache.lucene... -da:org.aspectj... -Xverify:none -da -Dplatform.home=D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver -Dwls.home=D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server -Dweblogic.home=D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= weblogic.Server <Jan 23, 2013 4:26:04 PM PST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> <Jan 23, 2013 4:26:04 PM PST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true> <Jan 23, 2013 4:26:04 PM PST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath: D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\lib\hsql.jar;D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\lib\jtds.jar;D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\lib\mysql.jar;D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\lib\portal-service.jar;D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\lib\portlet.jar;D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\lib\postgresql.jar> <Jan 23, 2013 4:26:04 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.6-b04 from Oracle Corporation> <Jan 23, 2013 4:26:04 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 > <Jan 23, 2013 4:26:05 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> <Jan 23, 2013 4:26:05 PM PST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool> <Jan 23, 2013 4:26:05 PM PST> <Notice> <LoggingService> <BEA-320400> <The log file D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.> <Jan 23, 2013 4:26:05 PM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\AdminServer.log00021. Log messages will continue to be logged in D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\AdminServer.log.> <Jan 23, 2013 4:26:05 PM PST> <Notice> <Log Management> <BEA-170019> <The server log file D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.> <Jan 23, 2013 4:26:06 PM PST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'C:\PROGRA~1\Java\JDK17~1.0_1\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\native\win\32;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\bin;D:\617E05~1.X-E\bundles\WEBLOG~1.6\modules\ORGAPA~1.1\bin;C:\PROGRA~1\Java\JDK17~1.0_1\jre\bin;C:\PROGRA~1\Java\JDK17~1.0_1\bin;C:\Program Files (x86)\Xuggle\bin;C:\Program Files (x86)\ImageMagick-6.7.8-Q16;C:\Program Files\ImageMagick-6.7.7-Q16;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files\Java\jdk1.7.0_11\bin;C:\Program Files\Java\jre7\bin;C:\apache-ant-1.8.2\bin;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files (x86)\Git\cmd;C:\Python27;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;D:\617E05~1.X-E\bundles\WEBLOG~1.6\wlserver\server\native\win\32\oci920_8;.' > <Jan 23, 2013 4:26:08 PM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.> <Jan 23, 2013 4:26:08 PM PST> <Warning> <Store> <BEA-280109> <Unable to load the native wlfileio library for the persistent file store "_WLS_AdminServer". The store will use buffered I/O. The store is still operating in a transactionally safe synchronous mode. See store open log messages for the requested and final write policies.> <Jan 23, 2013 4:26:08 PM PST> <Notice> <LoggingService> <BEA-320400> <The log file D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.> <Jan 23, 2013 4:26:08 PM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\access.log00014. Log messages will continue to be logged in D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\access.log.> <Jan 23, 2013 4:26:10 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY> <Jan 23, 2013 4:26:10 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> <Jan 23, 2013 4:27:36 PM PST> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: javax.crypto, referenced from: D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\autodeploy\ROOT\WEB-INF\classes]. Make sure the referenced optional package has been deployed as a library.> Loading zip:D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/servers/AdminServer/tmp/_WL_user/_appsdir_ROOT_dir/ogp35n/war/WEB-INF/lib/portal-impl.jar!/system.properties Jan 23, 2013 4:27:37 PM com.liferay.portal.kernel.log.Jdk14LogImpl info INFO: Detected server weblogic Jan 23, 2013 4:27:37 PM com.liferay.portal.kernel.log.Jdk14LogImpl info INFO: Global shared lib directory /D:/6.1.x-ee/bundles/weblogic-10.3.6/modules/ Jan 23, 2013 4:27:37 PM com.liferay.portal.kernel.log.Jdk14LogImpl info INFO: Global lib directory /D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/lib/ Jan 23, 2013 4:27:37 PM com.liferay.portal.kernel.log.Jdk14LogImpl info INFO: Portal lib directory /D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/servers/AdminServer/tmp/_WL_user/_appsdir_ROOT_dir/ogp35n/war/WEB-INF/lib/ Jan 23, 2013 4:27:37 PM com.liferay.portal.kernel.log.Jdk14LogImpl info INFO: Properties for portal loaded from [file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/ROOT/WEB-INF/classes/portal-ext.properties, zip:D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/servers/AdminServer/tmp/_WL_user/_appsdir_ROOT_dir/ogp35n/war/WEB-INF/lib/portal-impl.jar!/portal.properties] Loading zip:D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/servers/AdminServer/tmp/_WL_user/_appsdir_ROOT_dir/ogp35n/war/WEB-INF/lib/portal-impl.jar!/portal.properties Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/ROOT/WEB-INF/classes/portal-ext.properties 16:27:41,537 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][DialectDetector:71] Determine dialect for MySQL 5 16:27:41,561 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][DialectDetector:136] Found dialect org.hibernate.dialect.MySQLDialect Starting Liferay Portal Community Edition 6.1.20 EE (Paton / Build 6120 / July 23, 2012) 16:27:59,981 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][BaseDB:455] Database does not support case sensitive queries 16:28:00,263 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][ServerDetector:169] Server does not support hot deploy 16:28:00,266 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][PluginPackageUtil:1033] Reading plugin package for the root context 16:28:09,101 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][AutoDeployDir:85] Creating missing directory D:\weblogic\home\deploy 16:28:09,103 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][AutoDeployDir:106] Auto deploy scanner started for D:\weblogic\home\deploy <Jan 23, 2013 4:28:12 PM PST> <Notice> <LoggingService> <BEA-320400> <The log file D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\liferay.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\liferay.log00020. Log messages will continue to be logged in D:\6.1.x-ee\bundles\weblogic-10.3.6\domains\liferay\servers\AdminServer\logs\liferay.log.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN> <Jan 23, 2013 4:28:12 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING> <Jan 23, 2013 4:28:12 PM PST> <Warning> <Server> <BEA-002611> <Hostname "gladius", maps to multiple IP addresses: 172.16.14.22, 192.168.75.1, fe80:0:0:0:3cd2:8eb0:977c:c04b%12, fe80:0:0:0:9d4d:3639:f598:fbb9%26> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:0:5efe:ac10:e16:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[10]" is now listening on 127.0.0.1:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on fe80:0:0:0:9d4d:3639:f598:fbb9:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 172.16.14.22:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[6]" is now listening on fe80:0:0:0:de3:1979:e997:287a:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[7]" is now listening on fe80:0:0:0:3cd2:8eb0:977c:c04b:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[5]" is now listening on fe80:0:0:0:0:100:7f:fffe:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[9]" is now listening on 0:0:0:0:0:0:0:1:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on fe80:0:0:0:0:5efe:c0a8:4b01:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default[8]" is now listening on fe80:0:0:0:bc75:7469:8fb5:f3b5:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.75.1:8080 for protocols iiop, t3, ldap, snmp, http.> <Jan 23, 2013 4:28:12 PM PST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "liferay" running in Development Mode> <Jan 23, 2013 4:28:12 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> <Jan 23, 2013 4:28:12 PM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> <Jan 23, 2013 4:28:19 PM PST> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.> 16:30:07,111 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:177] Processing saml-portlet-6.1.20.1.war 16:30:07,123 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][PortletAutoDeployListener:77] Copying portlets for D:\weblogic\home\deploy\saml-portlet-6.1.20.1.war 16:30:07,127 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:802] Deploying saml-portlet-6.1.20.1.war Expanding: D:\weblogic\home\deploy\saml-portlet-6.1.20.1.war into C:\Users\Liferay\AppData\Local\Temp\20130123163007133 Copying 1 file to C:\Users\Liferay\AppData\Local\Temp\20130123163007133\WEB-INF Copying 1 file to C:\Users\Liferay\AppData\Local\Temp\20130123163007133\WEB-INF\classes Copying 1 file to C:\Users\Liferay\AppData\Local\Temp\20130123163007133\WEB-INF\classes Copying 1 file to C:\Users\Liferay\AppData\Local\Temp\20130123163007133\WEB-INF Copying 1 file to C:\Users\Liferay\AppData\Local\Temp\20130123163007133\WEB-INF\jsp 16:30:08,906 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:2158] Modifying Servlet 2.4 C:\Users\Liferay\AppData\Local\Temp\20130123163007133\WEB-INF\web.xml Copying 580 files to D:\617E05~1.X-E\bundles\WEBLOG~1.6\domains\liferay\autodeploy\saml-portlet Copying 1 file to D:\617E05~1.X-E\bundles\WEBLOG~1.6\domains\liferay\autodeploy\saml-portlet Deleting directory C:\Users\Liferay\AppData\Local\Temp\20130123163007133 16:30:10,210 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][PortletAutoDeployListener:87] Portlets for D:\weblogic\home\deploy\saml-portlet-6.1.20.1.war copied successfully. Deployment will start in a few seconds. <Jan 23, 2013 4:30:11 PM PST> <Warning> <HTTP> <BEA-101342> <_appsdir_saml-portlet_dir: Error(s) encountered while pre-compiling jsp jspURI identity_provider.jsp:53:69: NameIDType.ENCRYPTED cannot be resolved <aui:option label="encrypted" selected="<%= nameIdFormat.equals(NameIDType.ENCRYPTED) %>" value="<%= NameIDType.ENCRYPTED %>" /> ^-----------------^ identity_provider.jsp:53:106: NameIDType.ENCRYPTED cannot be resolved <aui:option label="encrypted" selected="<%= nameIdFormat.equals(NameIDType.ENCRYPTED) %>" value="<%= NameIDType.ENCRYPTED %>" /> ^-----------------^ edit_identity_provider_connection.jsp:81:68: NameIDType.ENCRYPTED cannot be resolved <aui:option label="encrypted" selected="<%= nameIdFormat.equals(NameIDType.ENCRYPTED) %>" value="<%= NameIDType.ENCRYPTED %>" /> ^-----------------^ edit_identity_provider_connection.jsp:81:105: NameIDType.ENCRYPTED cannot be resolved <aui:option label="encrypted" selected="<%= nameIdFormat.equals(NameIDType.ENCRYPTED) %>" value="<%= NameIDType.ENCRYPTED %>" /> ^-----------------^ edit_service_provider_connection.jsp:85:68: NameIDType.ENCRYPTED cannot be resolved <aui:option label="encrypted" selected="<%= nameIdFormat.equals(NameIDType.ENCRYPTED) %>" value="<%= NameIDType.ENCRYPTED %>" /> ^-----------------^ edit_service_provider_connection.jsp:85:105: NameIDType.ENCRYPTED cannot be resolved <aui:option label="encrypted" selected="<%= nameIdFormat.equals(NameIDType.ENCRYPTED) %>" value="<%= NameIDType.ENCRYPTED %>" /> ^-----------------^ > 16:30:11,431 INFO [[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'][HotDeployImpl:178] Deploying saml-portlet from queue 16:30:11,434 INFO [[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'][PluginPackageUtil:1036] Reading plugin package for saml-portlet Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/portlet.properties Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/service.properties Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/portlet.properties Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/service.properties Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/service.properties 16:30:13,506 INFO [[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'][HookHotDeployListener:553] Registering hook for saml-portlet Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/portal.properties 16:30:13,557 INFO [[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'][HookHotDeployListener:691] Hook for saml-portlet is available for use Loading file:/D:/6.1.x-ee/bundles/weblogic-10.3.6/domains/liferay/autodeploy/saml-portlet/WEB-INF/classes/portlet.properties
Issue Links
- is related to
-
LPS-28584
WebLogic: User is unable to deploy the saml portlet
-

This is probably an issue with tested version of Weblogic. When I deploy SAML plugin on my Weblogic 11, v10.3.6.0; there are no such pre-compile JSP exceptions.
Only issues with saml plugin JSP precompilation I have, are with the jsp files from META-INF/custom_jsp/ saying
slo.jsp:17:18: The include file was not found. <%@ include file="/html/portal/init.jsp" %>but this is fine, as these JSPs are not part of the plugin webapp.