- This topic has 4 replies, 2 voices, and was last updated 19 years, 10 months ago by Christian Meunier.
-
AuthorPosts
-
Christian MeunierMemberTried pretty much everything i could think of, i always got the same error which resin 3 version i use:
Source not found for ContextImpl.lookupImpl(String) line: 208
I am using 3.8.3GA with jdk 5.0 under win XP pro. Any hints ? i must miss something obvious, i could work with resin 3.x in the past, i can’t find why i can not do it anymore….
Riyad KallaMemberWhat is the rest of that exception? I can’t imagine source not being available would stop Resin from starting. How do you have it setup? Keep in mind JDK 5.0 is not supported with MyEclipse (and I don’t know that it is with Resin 3.x right now either). But I will see if we can get you working with your setup anyway.
Please tell me all your Resin setup info as well as anything you have setup in your /Paths settings for the Resin connector. The entire startup log would help as well (from the console).
Christian MeunierMemberthx for the help, resin log:
—————————————Resin Professional 3.0.10 (built Mon, 20 Dec 2004 01:19:28 PST)
Copyright(c) 1998-2004 Caucho Technology. All rights reserved.#002911 — 2 Resin servers licensed to Magelo
Starting Resin on Wed, 12 Jan 2005 08:40:18 +0100 (CET)
[08:40:25.421] Loaded Socket JNI library.
[08:40:25.437] http listening to *:8080
[08:40:25.437] ServletServer[] starting
[08:40:26.546] Host[] starting
[08:40:28.656] In-place class redefinition (HotSwap) is not available. In-place class reloading during development requires a compatible JDK and -Xdebug.
——————————————————–As soon as the last message is displayed, eclipse asks me to switch to debug mode and the error i reported is displayed with the following stacktrace error:
———————————————————-
Thread [main] (Suspended (exception NameNotFoundException))
ContextImpl.lookupImpl(String) line: 209
ContextImpl.lookup(String) line: 167
InitialContext.lookup(String) line: 351
Application.init() line: 1612
WebAppEntry.configureInstance(Application) line: 716
WebAppEntry.configureInstance(DeployInstance) line: 86
WebAppEntry(Entry).startImpl() line: 476
WebAppEntry.startImpl() line: 86
WebAppEntry(Entry).redeployIfModifiedImpl(boolean, boolean) line: 437
WebAppEntry.redeployIfModifiedImpl(boolean, boolean) line: 86
WebAppEntry(Entry).startAutomatic() line: 370
DeployContainer.start() line: 153
Host(ApplicationContainer).start() line: 584
Host.start() line: 489
HostEntry(Entry).startImpl() line: 478
HostEntry.startImpl() line: 83
HostEntry(Entry).redeployIfModifiedImpl(boolean, boolean) line: 437
HostEntry.redeployIfModifiedImpl(boolean, boolean) line: 83
HostEntry(Entry).startAutomatic() line: 370
DeployContainer.start() line: 153
HostContainer.start() line: 506
ServletServer.start() line: 890
ResinServer.start() line: 456
Resin.init() line: 296
Resin.main(String[]) line: 552
————————————————————————-As far as connector settings, i put the jdk instead of the jre, i appended to the CP all resin jars but resin.jar (tried with it also), and the resin’s win32 directory is appended to the library path.
Riyad KallaMemberI am having a hard time reproducing this, this is what I get when I try Resin 3.0.10 locally:
Resin 3 Settings
Home Dir: C:\Java\resin-3.0.10
Conf Dir: C:\Java\resin-3.0.10\conf\resin.confResin 3 Paths
Prepend to Classpath: Everything from /lib dir (yes everything)
Append to Library Path: /win32 dirLog
Resin-3.0.10 (built Mon, 20 Dec 2004 01:12:17 PST)
Copyright(c) 1998-2004 Caucho Technology. All rights reserved.Using Resin(R) Open Source under the GNU Public License (GPL).
See http://www.caucho.com for information on Resin Professional.
Starting Resin on Wed, 12 Jan 2005 04:21:15 -0700 (MST)
[04:21:20.546] http listening to *:8080
[04:21:20.546] ServletServer[] starting
[04:21:21.015] Host[] starting
[04:21:21.296] expanding /C:/Java/resin-3.0.10/webapps/resin-doc.war to /C:/Java/resin-3.0.10/webapps/resin-doc
[04:21:23.156] In-place class redefinition (HotSwap) is available.
[04:21:23.390] Application[http://localhost:8080/resin-doc] starting
[04:21:24.921] Application[http://localhost:8080] starting
[04:21:25.093] hmux listening to localhost:6802
Christian MeunierMemberThanks for your Time Riyad, looks like the issue is tied with my computer, for now on, i will start resin manually and i guess i will schedule a re install of my system pretty soon…
-
AuthorPosts