Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.2.2
-
Component/s: Site Generation Service
-
Labels:None
-
Environment:
QA Environment
optus-ear-1.2.3-SNAPSHOT-p2-t20120501-140620-CI.ear
Description
DeploySite request having CustomerID " CK Testing 005-0000000006", is throwing exception - Index out of bound.
Tunnel : ssh -t -L 9994:localhost:9994 gsingh@ritsa.thesearchagency.com ssh -t -L 9994:50.57.178.209:8443 gsingh@50.57.178.209
1. Send deploySite request having CustomerID "CK Testing 005-0000000006" – Request attached.
2. Check the jboss log on smb1 server, it shows string out of index exception! ---Detailed log attached.
18:37:25,850 ERROR [SiteServiceBD] Process during context processing step : class com.thesearchagency.smb.service.site.component.contextprocessing.CustomerSiteImporterCP
java.lang.StringIndexOutOfBoundsException: String index out of range: 36
at java.lang.String.charAt(String.java:686)
at java.util.regex.Matcher.appendReplacement(Matcher.java:711)
at java.util.regex.Matcher.replaceAll(Matcher.java:813)
at java.lang.String.replaceAll(String.java:2189)