Share

Tea Trove

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

insertURL not working with Java 1.4

You are viewing a single message from this topic. View all messages.

  1. 2005-03-03 21:35:39 UTC
    Hello, this is the error message I receive in the log when trying to use the insertURL(String URL) method. It doesn't seem to matter what I use for the URL (absolute or relative).

    Java Version: 1.4
    Servlet Engine Resin/2.1.13
    Servlet API 2.3
    TeaServlet 1.4.3.0005

    *E,16:33:32.107> Error processing request for /p_l/m_h/lyg_ext.html
    *E,16:33:32.107> java.lang.NullPointerException
        at com.go.trove.net.CheckedSocketException.createMessagePrefix(CheckedSocketException.java:89)
        at com.go.trove.net.CheckedSocketException.<init>(CheckedSocketException.java:106)
        at com.go.trove.net.CheckedSocketException.<init>(CheckedSocketException.java:101)
        at com.go.trove.net.CheckedSocketException.create(CheckedSocketException.java:74)
        at com.go.trove.net.CheckedSocket.handleSocketException(CheckedSocket.java:332)
        at com.go.trove.net.CheckedSocket.setSoTimeout(CheckedSocket.java:191)
        at com.go.trove.net.HttpClient.getResponse(HttpClient.java:246)
        at com.go.trove.net.HttpClient.getResponse(HttpClient.java:229)
        at com.go.teaservlet.HttpResource.getResponse(HttpResource.java:200)
        at com.go.teaservlet.HttpContextImpl.insertURL(HttpContextImpl.java:364)
        at MergedClass$2705125483.insertURL(Unknown Source)
        at com.go.teaservlet.template.p_l.m_h.lyg_ext.execute(p_l/m_h/lyg_ext.tea:37)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.go.tea.runtime.TemplateLoader$TemplateImpl.execute(TemplateLoader.java:267)
        at com.go.teaservlet.TeaServlet.processTemplate(TeaServlet.java:514)
        at com.go.teaservlet.TeaServlet.doGet(TeaServlet.java:291)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:126)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
        at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
        at com.caucho.server.http.Invocation.service(Invocation.java:315)
        at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
        at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:346)
        at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:274)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:139)
        at java.lang.Thread.run(Thread.java:534)
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.