For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 7 replies, 2 voices, and was last updated 20 years, 3 months ago by
Riyad Kalla.
-
AuthorPosts
-
jfmasciMemberI am unable to get MyEclipse to start Weblogic8 after I upgraded from MyEclipse 3.8 to 4.1.1.
The error says no such file or directory but I had this running before I upgraded so I am not sure which file is missing.
I am using my previous workspace and I can start the weblogic server from the commandline.
Any suggestions?My configuration summary and the error from my eclipse log are below.
Configuration Summary ————————————–
*** Date: Fri Mar 03 10:05:07 MST 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Tools\eclipse\3.1.2\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
320_3c
-vm
C:\WINDOWS\system32\javaw.exeView Error Log Entry —————————————————–
!ENTRY com.genuitec.eclipse.easie.core 1 0 2006-03-03 10:02:38.146
!MESSAGE Error starting WebLogic 8 server
!STACK 0
com.genuitec.eclipse.core.GenuitecCoreException: err:: No such file or directory
Error [2] in connect() call!
Socket transport failed to init.
Transport dt_socket failed to initialize, rc = -1.at com.genuitec.eclipse.easie.weblogic.WeblogicServer.start(WeblogicServer.java:58)
at com.genuitec.eclipse.easie.core.ui.action.ServerStartAction.basicRun(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.run(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3125)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2758)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)
Caused by: org.eclipse.core.runtime.CoreException: err:: No such file or directory
Error [2] in connect() call!
Socket transport failed to init.
Transport dt_socket failed to initialize, rc = -1.at org.eclipse.jdt.launching.AbstractVMRunner.abort(AbstractVMRunner.java:47)
at org.eclipse.jdt.internal.launching.StandardVMDebugger.checkErrorMessage(StandardVMDebugger.java:322)
at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.java:236)
at com.genuitec.eclipse.core.JavaVMUtility.execute(JavaVMUtility.java:189)
at com.genuitec.eclipse.easie.weblogic.WeblogicManager.startWeblogic(WeblogicManager.java:56)
at com.genuitec.eclipse.easie.weblogic.WeblogicManager.start(WeblogicManager.java:37)
at com.genuitec.eclipse.easie.weblogic.WeblogicServer.start(WeblogicServer.java:54)
… 26 morecom.genuitec.eclipse.easie.weblogic8.prefs ————————–
#Fri Mar 03 09:13:12 MST 2006
ROOT_DIRECTORY=C\:\\bea\\weblogic81
ADMIN_PASSWORD=weblogic
RUNTIME_ROOT_DIRECTORY=C\:\\bea\\user_projects\\domains\\mydomain
DOMAIN_DIRECTORY=C\:\\bea\\user_projects\\domains
LIBRARY_PATH=”C\:\\bea\\jdk142_05\\bin;C\:\\bea\\weblogic81\\bin;C\:\\bea\\weblogic81\\server\\bin”
DOMAIN_NAME=mydomain
BEA_HOME=C\:\\bea
eclipse.preferences.version=1
ADMIN_USER=weblogic
JDK_INSTALLATION_NAME=j2sdk1.4.2_05
STARTUP_DIR=C\:\\bea\\user_projects\\domains\\mydomain
SERVER_NAME=myserver
POLICY_FILE=C\:\\bea\\weblogic81\\server\\lib\\weblogic.policy
SERVER_ENABLEMENT=true
JDK_HOME=C\:\\bea\\jdk142_05March 3, 2006 at 6:44 pm #247737
Riyad KallaMemberI would first try restarting with -clean command line argument to resync your plugin caches.
Also, I would suggest re-setting up your WebLogic 8.1 connector settings just incase things went silly over there.
March 6, 2006 at 4:02 pm #247825
jfmasciMember@support-rkalla wrote:
I would first try restarting with -clean command line argument to resync your plugin caches.
Also, I would suggest re-setting up your WebLogic 8.1 connector settings just incase things went silly over there.
Thanks for the reply 🙂
I have tried both of these suggestions but still recieve the same error when starting the app server.I also uninstalled MyEclipse and Ecilpse then installed both into new directories and a new workspace. But still the problem exists.
How can I make sure My eclipse is completely removed before reinstalling it?
March 6, 2006 at 4:24 pm #247827
Riyad KallaMemberTo fully uninstall MyEclipse you a) can erase the dir it installed to and then restart with -clean.
I want to try one more thing, create a new workspace: File > Switch Workspace > C:\tempworkspace, hit OK. Now go setup WebLogic 8.1 (you may need to re-setup the WL JDK), now try and start it. Did it start? If not, can you still run WebLogic from the command line without problems?
March 6, 2006 at 5:43 pm #247832
jfmasciMember@support-rkalla wrote:
To fully uninstall MyEclipse you a) can erase the dir it installed to and then restart with -clean.
I want to try one more thing, create a new workspace: File > Switch Workspace > C:\tempworkspace, hit OK. Now go setup WebLogic 8.1 (you may need to re-setup the WL JDK), now try and start it. Did it start? If not, can you still run WebLogic from the command line without problems?
I switched the workspace and reentered the setup information for Weblogic8. Still got the same alert popup window with the error “A configuration error occured during startup. Please verify the preference field with the prompt: err:: No such file or directory Error [2] in connect() call! …” this is the same as the exception in the log file.
I uninstalled MyEclipse and launched eclipse from the command line with the -clean option.
I verifed that MyEclipse was not listed and that the directory it was in was gone also.
Closed eclipse and reinstalled MyEclipse.
Launched eclipse again.
MyEclipse was installed and still knows my new subscription information.How can I make certain that all my previous installs of MyEclipse (i.e. 2.6, 2.7, 3.8) are not around? The directory that they were in was deleted each time I uninstalled/reinstalled them.
March 6, 2006 at 7:25 pm #247834
Riyad KallaMemberThe only place MyEclipse lives is in those install dirs, so if those are erased, it’s gone (no reg entries or anything). The -clean issue is just to clear up your plugin cache.
May 8, 2006 at 12:45 pm #251766
jfmasciMemberJust wanted to leave a bread crumb of what my problem actually was.
The connect error was because the firewall was preventing access.
My corporate IT support implemented a new rule which blocked all java programs from accessing the internet.
I got them to add javaw.exe but I needed java.exe to have access also.Thanks for the help.
Apologize for creating the issue.May 8, 2006 at 12:50 pm #251768
Riyad KallaMemberThank you for the followup, it will help other users in a similar situation.
-
AuthorPosts
