Catch
additional
Struct
Cause
stringjava.lang.StringIndexOutOfBoundsException
Detail
string
ErrorCode
string0
ExtendedInfo
string
Message
stringString index out of range: -1
StackTrace
stringString index out of range: -1 at java.lang.String.substring(String.java:1931):1931 at railo.runtime.functions.string.ReplaceNoCase.call(ReplaceNoCase.java:36):36 at functions_cfm$cf._1(/var/www/vhost1/ROOT/WEB-INF/railo/ciandotools/functions.cfm:154):154 at functions_cfm$cf.udfCall(/var/www/vhost1/ROOT/WEB-INF/railo/ciandotools/functions.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:215):215 at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434 at railo.runtime.type.UDFImpl.call(UDFImpl.java:384):384 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1480):1480 at ciando.show_ebook_cfm$cf._call000015(/var/www/vhost1/ROOT/WEB-INF/railo/ciandoconfig/ciando/show_ebook.cfm:968):968 at ciando.show_ebook_cfm$cf.call(/var/www/vhost1/ROOT/WEB-INF/railo/ciandoconfig/ciando/show_ebook.cfm:392):392 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:799):799 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:746):746 at application_cfm$cf._call000039(/var/www/vhost1/ROOT/Application.cfm:481):481 at application_cfm$cf.call(/var/www/vhost1/ROOT/Application.cfm:340):340 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:799):799 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:751):751 at railo.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:32):32 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:24):24 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2035):2035 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2002):2002 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:297):297 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717):717 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191):191 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127):127 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298):298 at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190):190 at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291):291 at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776):776 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705):705 at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898):898 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690):690 at java.lang.Thread.run(Thread.java:748):748
TagContext
Array
1
Struct
codePrintHTML
string152: function replaceP(text){<br> 153: text = replaceNoCase(text, &quot;&lt;p&gt;&quot;, &quot;&quot;, &quot;all&quot;);<br> <b>154: text = replaceNoCase(text, &quot;&lt;/p&gt;&quot;, &quot;&lt;br&gt;&quot;, &quot;all&quot;);</b><br> 155: return text;<br> 156: }<br>
codePrintPlain
string152: function replaceP(text){ 153: text = replaceNoCase(text, "<p>", "", "all"); 154: text = replaceNoCase(text, "</p>", "<br>", "all"); 155: return text; 156: }
column
number0
id
string??
line
number154
raw_trace
stringfunctions_cfm$cf._1(/var/www/vhost1/ROOT/WEB-INF/railo/ciandotools/functions.cfm:154)
template
string/var/www/vhost1/ROOT/WEB-INF/railo/ciandotools/functions.cfm
type
stringcfml
2
Struct
codePrintHTML
string966: &lt;cfelse&gt;<br> 967: &lt;!--- &lt;h3 class=&quot;p_book_content_title&quot;&gt;&lt;span class=&quot;p_book_content_title_span&quot;&gt;#item.kurzinformation# #item.zu#&lt;/span&gt; #attributes.ebookresult.ebook.bok_title#&lt;/h3&gt; ---&gt;<br> <b>968: &lt;h3 class=&quot;p_book_content&quot;&gt;#replaceP(attributes.ebookresult.ebook.bok_klappentext)#&lt;/h3&gt;</b><br> 969: &lt;cfset seo = 2 /&gt;<br> 970: &lt;/cfif&gt;<br>
codePrintPlain
string966: <cfelse> 967: <!--- <h3 class="p_book_content_title"><span class="p_book_content_title_span">#item.kurzinformation# #item.zu#</span> #attributes.ebookresult.ebook.bok_title#</h3> ---> 968: <h3 class="p_book_content">#replaceP(attributes.ebookresult.ebook.bok_klappentext)#</h3> 969: <cfset seo = 2 /> 970: </cfif>
column
number0
id
string??
line
number968
raw_trace
stringciando.show_ebook_cfm$cf._call000015(/var/www/vhost1/ROOT/WEB-INF/railo/ciandoconfig/ciando/show_ebook.cfm:968)
template
string/var/www/vhost1/ROOT/WEB-INF/railo/ciandoconfig/ciando/show_ebook.cfm
type
stringcfml
3
Struct
codePrintHTML
string390: qq[#cnt#] = new Array();<br> 391: qq[#cnt#]['anzahl'] = '0';<br> <b>392: qq[#cnt#]['rabatt'] = '0';</b><br> 393: document.getElementById(&quot;fl_exemplar&quot;).value=document.getElementById(&quot;fl_exemplar&quot;).value.replace(/\D/, '');<br> 394: if(document.getElementById(&quot;fl_exemplar&quot;).value.length==1){<br>
codePrintPlain
string390: qq[#cnt#] = new Array(); 391: qq[#cnt#]['anzahl'] = '0'; 392: qq[#cnt#]['rabatt'] = '0'; 393: document.getElementById("fl_exemplar").value=document.getElementById("fl_exemplar").value.replace(/\D/, ''); 394: if(document.getElementById("fl_exemplar").value.length==1){
column
number0
id
string??
line
number392
raw_trace
stringciando.show_ebook_cfm$cf.call(/var/www/vhost1/ROOT/WEB-INF/railo/ciandoconfig/ciando/show_ebook.cfm:392)
template
string/var/www/vhost1/ROOT/WEB-INF/railo/ciandoconfig/ciando/show_ebook.cfm
type
stringcfml
4
Struct
codePrintHTML
string479: &lt;cfelse&gt;<br> 480: &lt;cftry&gt;<br> <b>481: &lt;cfinclude template=&quot;/ciandoconfig/#application_shop.shp_basedir#/#languageparser.data[#iii#].template#&quot;&gt;</b><br> 482: <br> 483: &lt;cfcatch type=&quot;any&quot;&gt;<br>
codePrintPlain
string479: <cfelse> 480: <cftry> 481: <cfinclude template="/ciandoconfig/#application_shop.shp_basedir#/#languageparser.data[#iii#].template#"> 482: 483: <cfcatch type="any">
column
number0
id
string??
line
number481
raw_trace
stringapplication_cfm$cf._call000039(/var/www/vhost1/ROOT/Application.cfm:481)
template
string/var/www/vhost1/ROOT/Application.cfm
type
stringcfml
5
Struct
codePrintHTML
string338: &lt;cfset attributes.suche_header_next = &quot;&quot; /&gt;<br> 339: &lt;cfset attributes.exp_suche = &quot;&quot; /&gt;<br> <b>340: &lt;cfset attributes.shop_header_navi_bottom = &quot;&quot; /&gt;</b><br> 341: &lt;cfset attributes.suche_header_next_navi_bottom = &quot;&quot; /&gt;<br> 342: &lt;cfset attributes.suche_header_navi_bottom = &quot;&quot; /&gt;<br>
codePrintPlain
string338: <cfset attributes.suche_header_next = "" /> 339: <cfset attributes.exp_suche = "" /> 340: <cfset attributes.shop_header_navi_bottom = "" /> 341: <cfset attributes.suche_header_next_navi_bottom = "" /> 342: <cfset attributes.suche_header_navi_bottom = "" />
column
number0
id
string??
line
number340
raw_trace
stringapplication_cfm$cf.call(/var/www/vhost1/ROOT/Application.cfm:340)
template
string/var/www/vhost1/ROOT/Application.cfm
type
stringcfml
type
stringjava.lang.StringIndexOutOfBoundsException