facebook

Source not found for ProxyDirContext.cacheLookup(String)

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #217993 Reply

    tmakaro
    Member

    Source not found for ProxyDirContext.cacheLookup(String) line: 1412

    Hi, I just rebuilt my machine after a crash and installed myeclipseide again. When trying to start tomcat I get the above error. Any Ideas?

    Eclipse Platform
    Version: 3.0.0
    Build id: 200406251208

    #218000

    Scott Anderson
    Participant

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #231269

    PMann
    Member

    It may have helped if the answer was posted to this. I a getting the exact same error report. Everything has been working fine for weeks, my trial license has not expired yet. This happens when I try to start Tomcat 5.0 from within Eclipse 3.0.2.

    output from eclipse console when I try to start:

    Jun 17, 2005 3:24:06 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-80
    Jun 17, 2005 3:24:07 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-443
    Jun 17, 2005 3:24:07 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1462 ms
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Processing Context configuration file URL file:C:\tomcat\conf\Catalina\localhost\admin.xml

    It always stops right there. I have to manually kill the javaw.exe process holding up port 80 each time I retry.

    Please tell me how you resolved this. Thanks!

    #231270

    PMann
    Member

    It may have helped if the answer was posted to this. I a getting the exact same error report. Everything has been working fine for weeks, my trial license has not expired yet. This happens when I try to start Tomcat 5.0 from within Eclipse 3.0.2.

    output from eclipse console when I try to start:

    Jun 17, 2005 3:24:06 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-80
    Jun 17, 2005 3:24:07 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-443
    Jun 17, 2005 3:24:07 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1462 ms
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    Jun 17, 2005 3:24:07 PM org.apache.catalina.core.StandardHostDeployer install
    INFO: Processing Context configuration file URL file:C:\tomcat\conf\Catalina\localhost\admin.xml

    It always stops right there. I have to manually kill the javaw.exe process holding up port 80 each time I retry.

    Please tell me how you resolved this. Thanks!

    #231286

    Scott Anderson
    Participant

    For the instances of Tomcat that aren’t starting, can you start them from the commandline, outside of MyEclipse? That will let us know if the issue is with the Tomcat installation or the connection between Tomcat and MyEclipse. And, I still need *all* the information from the posting guidelines. 🙂

    #231358

    PMann
    Member

    Not sure what you mean by “instances of Tomcat that aren’t starting” I only assume 1 instance meaning 1 thread per port for HTTP, SSL, ADMIN, etc.

    Here is what I have…

    What operating system and version are you running?
    WinXP Pro

    What Eclipse version and build id are you using? (Help > About Eclipse Platform)
    Version: 3.0.2
    Build id: 200503110845

    – Was Eclipse freshly installed for MyEclipse?
    No, MyEclipse was installed just after I installed Eclipsed…weeks ago, no reinstalls since then.

    – If not, was it upgraded to its current version using the update manager?
    No

    – Are any other external plugins installed?
    How do I know it’s “external”? I use JUnit with Eclipse so that may be
    the only one.

    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
    8

    What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
    Providers are Eclipse.org …all v3.0.2 and Genuitec, LLC … all v 3.8.4

    What JDK version are you using to run Eclipse? (java -version)
    1.4.2_08 and J2EE 1.3.1

    What JDK version are you using to launch your application server?
    1.4.2_08

    What steps did you take that resulted in the issue?
    Not sure, but it happened after I committed some files to a remote CVS.

    What application server are you using?
    I installed Sun MicroSystems app server 1.4.2 for a couple of deployment test, but I don’t really need it.

    Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) Yes, but the errors are timestamped hours after I started having the problem. The exceptions are consistent with incorrect importing of libs during deployment.

    Thanks

    #231364

    Scott Anderson
    Participant

    Will Tomcat start if you undeploy your project and ensure everything has been removed under the Tomcat instance? If it will start, will it start from the commandline as well as from the Tomcat connector? If Tomcat won’t start, even without your application installed, then something has happened to affect your Tomcat installation and you’ll likely need to reinstall it.

    Not sure, but it happened after I committed some files to a remote CVS.

    Interesting. If Tomcat can start as above, can you deploy a minimal web project and still have Tomcat start? If so, can you create a new web project, copy your existing project’s files into it, deploy it, and start Tomcat successfully?

    #231371

    PMann
    Member

    Also using j2ee 1.3.1 and log4j plugins.

    Tomcat starts and I can see tomcat5.exe in the process list but I cannot hit any of the pages, cannot stop the service from Eclipse. I modify web.xml to include servlets and services, but took that all out to “undeploy” them and tried again and got the same thing.

    When I do a hard-shutdown, I have to kill the javaw.exe that holds up port 80 AND stop Tomcat.exe.

    #231372

    PMann
    Member

    To add to my previous post:

    Also seeing this on occasion in my stdout.txt file…

    SEVERE: Protocol handler pause failed
    java.lang.NullPointerException
    at org.apache.coyote.tomcat5.CoyoteConnector.pause(CoyoteConnector.java:1444)
    at org.apache.catalina.core.StandardService.stop(StandardService.java:521)
    at org.apache.catalina.core.StandardServer.stop(StandardServer.java:2347)
    at org.apache.catalina.startup.Catalina.stop(Catalina.java:605)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:580)
    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 org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Jun 20, 2005 10:35:22 AM org.apache.catalina.core.StandardService stop

    #231469

    PMann
    Member

    For those of you looking at this far from now …

    Apparently there is no solution to this that myself or anyone in support could find. I had to reinstall.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Source not found for ProxyDirContext.cacheLookup(String)

You must be logged in to post in the forum log in