For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 19 years, 8 months ago by
Riyad Kalla.
-
AuthorPosts
-
alf_softtekMemberI am trying to get my eclipse(trial by now) to work with a weblogic 7.0 server. The problem is when I try to start the server, I recieve this error:
<Server failed during initialization. Exception:weblogic.management.configuration.ConfigurationException: – with nested exception:
[weblogic.management.commo.CommoOperationsException: Exception making a delegate object during load]
java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: java.lang.ClassNotFoundException: weblogic.security.providers.authentication.DefaultAuthenticatorImpl
…I will appreciate any help.
thank you
RegardsThese are my server configurations.
BEA Home Directory: \\devcomfin02\c\bea
Weblogic installation directory: \\devcomfin02\c\bea\weblogic700
Admin username: system
Execution domain root: \\devcomfin02\c\bea\user_projects
Execution domain name: mydomain
Execution server name: myserver
Hostnumber:Portnumber: 3.217.104.30:7001
Security policy: \\devcomfin02\c\bea\weblogic700\server\lib\weblogic.policyOptional Java VM arguments:
-Xms32m -Xmx200m
-Dweblogic.security.SSL.trustedCAKeyStore=\\devcomfin02\c\bea\weblogic700\server\lib\cacerts
-Dweblogic.Name=myserver
-Dbea.home=”\\devcomfin02\c\bea”
-Dweblogic.management.username=system
-Dweblogic.management.password=weblogic
-Dweblogic.ProductionModeEnabledConfiguration Information
*** Date: Mon Dec 05 16:54:02 CET 2005*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
354_3c
-vm
C:\WINNT\system32\javaw.exeDecember 5, 2005 at 12:28 pm #242642
Riyad KallaMemberIf you get rid of all those optional arguments and just startup WebLogic does it work? We write our connectors to launch “out of the box” installs of all the app servers we suppport. So I’m wondering if we simplify this if it will wokr.
December 7, 2005 at 8:30 am #242745
alf_softtekMemberI removed all the parameters and add several jar files.Now the console show the server is running:
…
<Dec 7, 2005 1:43:18 PM CET> <Notice> <WebLogicServer> <000365> <Server state changed to RUNNING>
<Dec 7, 2005 1:43:18 PM CET> <Notice> <WebLogicServer> <000360> <Server started in RUNNING mode>But:
1) if we try to access the console (http://x.xxx.xxx.xx:7001/console) or any application url, we get a “The system was unable to communicate with the server.” message as though the server were stopped.
2) if we try to stop the server, we get on the console:
Failed to connect to t3://xxx.xxx.xxx.xxx:7001 due to:[javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://xxx.xxx.xxx.xxx:7001: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: no further information; No available router to destination]]Any idea about how to solve this?
December 7, 2005 at 10:51 am #242757
Riyad KallaMemberDo you have a firewall running locally on that machine? If you are running Windows XP SP2, open up your network connections and properties for your active LAN (or wireless connection) and click the Advanced tab then Settings, is the firewall turned on?
-
AuthorPosts