Version 2.1.1.64/Windows 64bit : can't start debug listener ; toolbar empty

1. Starting Remote debug only activates "Debugging-remote debug session" window, but it does not open the port at all.
2. When stored function/procedure/etc. is opened, the toolbar where compile/run/etc. buttons should be, is empty. There is only Find editbox and nothing else.
I tried to update to newest JDK 1.6.0.18, no change. Platform is Windows 2008 Server 64bit.
Following output in the console:
C:\oracle\sqldeveloper\sqldeveloper\bin>java -Xmx640M -Xms128M -Xverify:none -Do
racle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=fals
e -Dwindows.shell.font.languages= -XX:MaxPermSize=128M -Dide.AssertTracingDisabl
ed=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.loggin
g.config.file=logging.conf -Dsqldev.debug=false -Dide.conf="./sqldeveloper.conf"
-Dide.startingcwd="." -classpath ../../ide/lib/ide-boot.jar oracle.ide.boot.Lau
ncher
Exception initializing 'oracle.dbtools.raptor.plsql.PLSQLAddin' in extension 'Or
acle SQL Developer': java.lang.NoClassDefFoundError: com/sun/jdi/Bootstrap
at oracle.jdevimpl.debugger.jdi.DebugJDIConnector.getVersion(DebugJDICon
nector.java:30)
at oracle.jdevimpl.debugger.support.DebugFactory.<clinit>(DebugFactory.j
ava:81)
at oracle.dbtools.raptor.plsql.PLSQLAddin.initialize(PLSQLAddin.java:76)
at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
rImpl.java:407)
at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
erImpl.java:214)
at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
dinManagerImpl.java:128)
at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
at oracle.ide.Ide.startup(Ide.java:703)
at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
at oracle.ideimpl.Main.start(Main.java:184)
at oracle.ideimpl.Main.main(Main.java:146)
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 oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
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 oracle.classloader.util.MainClass.invoke(MainClass.java:128)
at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
189)
at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
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 oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
at oracle.ide.boot.Launcher.launch(Launcher.java:68)
at oracle.ide.boot.Launcher.main(Launcher.java:57)
Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
Missing class: com.sun.jdi.Bootstrap
Dependent class: oracle.jdevimpl.debugger.jdi.DebugJDIConnector
Loader: ide-global:11.1.1.0.0
Code-Source: /C:/oracle/sqldeveloper/jdev/extensions/oracle.jdevelop
er.runner.jar
Configuration: extension jar in C:\oracle\sqldeveloper\jdev\extensions
This load was initiated at ide-global:11.1.1.0.0 using the loadClass() method.
The missing class is not available from any code-source or loader in the system.
at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassL
oader.java:2190)
at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoa
der.java:1733)
at oracle.classloader.PolicyClassLoader.access$000(PolicyClassLoader.jav
a:143)
at oracle.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassL
oader.java:331)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java
:1692)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java
:1674)
... 35 more
UsersCache.fillIn() time = 16 ret==null?: false
Finished parsing = 0
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not
initialize class oracle.jdevimpl.debugger.support.DebugFactory
at oracle.jdevimpl.runner.debug.DebuggingListener.startListening(Debuggi
ngListener.java:73)
at oracle.jdevimpl.runner.debug.DebuggingListener.startListening(Debuggi
ngListener.java:69)
at oracle.jdevimpl.runner.debug.DebuggingProcess.startTarget(DebuggingPr
ocess.java:571)
at oracle.ide.runner.RunProcess.start(RunProcess.java:891)
at oracle.jdeveloper.runner.JRunProcess.super_start(JRunProcess.java:407
at oracle.jdeveloper.runner.JRunProcess.access$000(JRunProcess.java:61)
at oracle.jdeveloper.runner.JRunProcess$1$1.run(JRunProcess.java:450)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Edited by: rini17 on 4.3.2010 2:34

If you run this from the command line for the console, do you get any output? - just ot see if there are errors.
Also, try to run it with the shell script too, I did see some intermittent issues on 64 bit where some toolbar items were not visible
thanks
B

Similar Messages

  • I bought the student and teacher version of CS5 extended for windows. Can I download the Mac version to my new  apple computer  and use the same serial number after removing phtoshop from my PC?

    i bought the student and teacher version of CS5 extended for windows. Can I download the Mac version to my new  apple computer  and use the same serial number after removing phtoshop from my PC?

    Can I download the Mac version to my new  apple computer  and use the same serial number after removing phtoshop from my PC?
    Short answer: not for CS5.
    Platform swaps are available but only for CS6
    Order product | Platform, language swap

  • SQL Data Sync Agent can not start - Debug error in windows 7 x86

    Log file as per below
    LocalAgentHost 1/3/2013 11:55:31 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:00000000-0000-0000-0000-000000000000, agentInstanceId:00000000-0000-0000-0000-000000000000, version:4.0.89.0, methodName:Main,
    message:Microsoft SQL Data Sync Windows service is starting as a Windows Service.
    LocalAgentHost 1/3/2013 11:55:31 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:00000000-0000-0000-0000-000000000000, agentInstanceId:00000000-0000-0000-0000-000000000000, version:4.0.89.0, methodName:OnStart,
    message:Microsoft SQL Data Sync Windows service starting.
    LocalAgentHost 1/3/2013 11:55:31 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:00000000-0000-0000-0000-000000000000, agentInstanceId:00000000-0000-0000-0000-000000000000, version:4.0.89.0, methodName:OnStart,
    message:Starting a service worker thread.
    LocalAgentHost 1/3/2013 11:55:32 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0, methodName:OnStart,
    message:Started a service worker thread.
    LocalAgentHost 1/3/2013 11:55:32 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0, methodName:OnStart,
    message:Microsoft SQL Data Sync Windows service started successfully.
    LocalAgentHost 1/3/2013 11:55:32 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0, methodName:StartUxWcfService,
    message: Namedpipe bd54233d-16ce-46d3-8858-5e564732b21c, BaseAddress net.pipe://localhost/bd54233d-16ce-46d3-8858-5e564732b21c
    LocalAgentHost 1/3/2013 11:55:32 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0, methodName:StartUxWcfService,
    message: Opened WCF Host
    LocalAgentHost 1/3/2013 11:55:32 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0, methodName:StartServiceThread,
    message: GetEntryAssembly().Location: C:\Program Files (x86)\Microsoft SQL Data Sync\bin\LocalAgentHost.exe, GetExecutingAssembly().Location: C:\Program Files (x86)\Microsoft SQL Data Sync\bin\LocalAgentHost.exe, Process.GetCurrentProcess().StartInfo.WorkingDirectory:
    LocalAgentHost 1/3/2013 11:55:37 AM  id:LocalAgentHost_Info, rId:, sId:00000000-0000-0000-0000-000000000000, traceLevel:Info, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0, methodName:AgentConfigDataManager.DownloadAndCacheServiceUrisFromLocator,
    message:Scale unit found
    AgentCore 1/3/2013 11:55:40 AM  id:AgentCore_InstanceStarted, rId:, sId:65915150-1284-4a17-9c13-d58e2830fcd9, agentId:6843e83c-6015-433c-97ae-4cb63815f4b5, agentInstanceId:bbd9490b-e160-4176-8988-9707b79ecd75, version:4.0.89.0
    ThreadId:40. Dispatcher started. Waiting
    ThreadId:43. GetRequest started.
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:46. GetRequest started.
    ThreadId:41. GetRequest started.
    ThreadId:48. GetRequest started.
    ThreadId:45. GetRequest started.
    ThreadId:42. GetRequest started.
    ThreadId:47. GetRequest started.
    ThreadId:44. GetRequest started.
    ThreadId:49. GetRequest started.
    ThreadId:50. GetRequest started.
    ThreadId:51. GetRequest started.
    ThreadId:52. GetRequest started.
    ThreadId:53. GetRequest started.
    ThreadId:54. GetRequest started.
    ThreadId:55. GetRequest started.
    ThreadId:56. GetRequest started.
    ThreadId:57. GetRequest started.
    ThreadId:58. GetRequest started.
    ThreadId:59. GetRequest started.
    ThreadId:60. GetRequest started.
    ThreadId:61. GetRequest started.
    ThreadId:62. GetRequest started.
    ThreadId:63. GetRequest started.
    ThreadId:64. GetRequest started.
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest
    ThreadId:40. Dispatcher calling GetRequest

    Hi,
    I believe that your issue is resolved by now. Please try this step is the issue still persists.
    its security issues and re-install the data sync with domainname\Myaccount user and give the user as adminitsrator privileges and change the time of your system.
    http://social.technet.microsoft.com/wiki/contents/articles/2655.sql-azure-data-sync-troubleshooting-guide.aspx
    Girish Prajwal

  • Oracle 10g on Windows 2003:  Can't start with any account but Local System

    Fresh install of Oracle 10g on Windows 2003. I install as a member of the local admin group and everything works great. The various services are starting as Local System, though, and I'd prefer to set them up to start as a specific domain user account.
    When I make that change, however, I can't get any of the Oracle related services to start. I've added this domain user to the local ora_dba group on my server, given it the ability to log on as a batch job and log on as a service in the local security policy. Doesn't seem to help.
    I saw a thread that implied using a domain user account wasn't supported (didn't seem right to me, but what the hell), so I created a local user account and tried that. Same result.
    Something I'm missing?
    Thanks.

    What is missing, I suspect, is reading the installation docs.
    http://docs.oracle.com
    If that doesn't work then come back and ask specific requestions referencing the appropriate document and naming the actual version you are trying to install (ps 10g is a marketing name not a version number).

  • Windows 8 can not start

    Hi I bought a computer for my son before 1,5 year with windows 8 installed. I made the recovery DVD media also, but he lost these DVDs. My son formatted the computer with different windows 8 DVD and some problem happened with the software and the windows cannot started. There is a recovery partition in the hard disk. I need a startup program which I can copied to USB flash memory so I can start up the computer and reinstall windows from the recovery partition. Best Regards

    Hi,
    Occasionally, the Welcome screen leaves a process running which prevents the second attempt to start the organizer or editor.
    There is no fix but the workaround is to create shortcuts direct to the applications and use them each time.
    Create shortcuts pointing to the following files:-
    Organizer: "C:\Program Files (x86)\Adobe\Elements 12 Organizer\PhotoshopElementsOrganizer.exe"
    Editor: "C:\Program Files (x86)\Adobe\Photoshop Elements 12\PhotoshopElementsEditor.exe"
    Please let us know if they work.
    Good luck
    Brian

  • Can not start the listener.

    Hi everyone,
    I start invoking the command below,I got the following error
    lsnrctl start
    C:\Users\Ian Su>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-JUN-2011 23:25
    :32
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    Then I checked for the listener.ora under admin dir and there is no listener.ora file there.I think,there should be that file because in my first installation of oracle 10g developer suite,I am aware of there is listener.ora and in that time ,I have some trouble connecting to the database from sql plus and can't login .So I deinstall and reinstall after that I have no listener.ora file.I hope somebody can help me out.
    I have oracle 10g developersuite and oracle xe database installed.Anybody can advise me from the scratch because I am just a beginner.Thanks.

    I already configured three listeners and tested it by call lsnrctl start and lsnrctl status and the error is still the same :
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    C:\Users\Ian Su>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-JUN-2011 01:00
    :21
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\Users\Ian Su>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-JUN-2011 01:00
    :28
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=IanSu-PC)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    My os 's these oracle services are also running.
    OracleJobSchedulerxe
    OracleMTSRecoveryService
    OracleServiceXE
    OracleXEClrAgent
    which one do I need to check further?Help me pls.
    Edited by: Ian Su on Jun 20, 2011 10:15 AM

  • Can not start a program after upgrade to version 5.0

    I upgrade the iphone to version 5.0 and after that I can not start any program installed exept for the program that come with the phone

    Ray,
    You might have been there but I would like to know are there any error footprints in the logs?
    eg.:
    on OVMM: */var/log/ovm-manager/*
    on OVM server: */var/log/xen/* && */var/log/ovs-agent/*
    --Dheeraj.                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • I get  "error...can't start bec. MSVCR 80 missing from your computer

    Can't download new version of itunes..get error message--can't start bec. MSVCR80 MISSING FROM MY COMPUTER

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Can't "Start Services" in Ripple 0.9.9 for BB 10

    I have installed Ripple 0.9.9 from Google Web Store and BB 10 WebWorks SDK version 1.0.2.9. I can't start the build and deploy services by clicking on start services button. I'd appreciate any input on this.
    Solved!
    Go to Solution.

    Solved through installing Ripple 0.9.10...

  • Can't start 11g r2 XE listener

    I install this in Windows 7 machine (SP 1).
    I can't start the listener. I get this error "oracleXETNSListener service on local computer started and then stopped.".
    Also, in the directory C:\oracle_xe_11g_r2\app\oracle\oradata\XE has no data files and is empty.
    When I start the listener using command line I get this:
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    Any help would be really appreciated.

    EdStevens wrote:
    Sounds like your actual installation of XE failed.  What append when you tried to install it?
    True. I removed all the Oracle stuff from my machine using this page's instructions ( ORACLE-BASE - Manual Oracle Uninstall )  and then re-install the XE again and now it is working.
    Only problem is that when installing I could not give the Oracle Base directory properly.
    I gave c:\oracle as the destination direcotry. Then the Oracle Base is taken as that (c:\oracle), BUT
    the Oracle Home comes as c:\oracle\app\oracle\product\11.2.0\server.
    According to OFA, if c:\oracle is the ORACLE_BASE, then the ORACLE_HOME should be
    c:\oracle\product\11.2.0\server_1, but it creates the app\oracle sub-directories beneath the oracle base???
    Also, can I install more than 1 oracle XE DB in the same machine? I tried but you only get repair and delete options int eh OUI.
    +
    Is there a DBCA which comes with XE. I looked around and I can't find one. Am I correct to say the XE does not have a DBCA?

  • Listener can not started.

    Hi,
    Could you please let me know how can i start Oracle10 Listener?
    There was a file ./opt/oracle/product/10.2.0/network/log/orcl10g.log
    But it size was 1 GB. I tried to delete. But could not do. So, I killed that process. who was locking this file.
    Now, i'm getting this error please help.
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    NL-00280: error creating log stream /opt/oracle/product/10.2.0/network/log/orcl10g.log
    NL-00278: cannot open log file
    SNL-00016: snlfohd: error opening file
    Linux Error: 13: Permission denied
    Listener failed to start. See the error message(s) above...
    Thx.
    Sara

    user2506283 wrote:
    Hi Sybrand Bakker,
    Listener has been started. But users are getting following errors.Uh, you forgot to give the error the users are getting, but I can pretty well guess it is ora-12514.
    See my post on this error at http://edstevensdba.wordpress.com/2011/03/19/ora-12514/
    It is by far the most read post on my blog.
    I checked Listener status and found below lines.
    LSNRCTL> status
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 01-OCT-2011 00:33:59
    Uptime 0 days 7 hr. 46 min. 57 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/10.2.0/network/admin/listener.ora
    Listener Log File /opt/oracle/product/10.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linux-BIMSTR)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    I copied & paste here the same lines (No change at any place).
    I hope it gives you, Listener's configuration idea.
    Do you have any idea about these services? How can i start these services? And why in first line (Host=)?
    Thx.

  • Where can I download a 64bit version of Digital Editions for Windows?

    On the page at http://www.adobe.com/products/digital-editions/download.html I can only find a 32bit version for Windows. Is there a 64bit version available?

    Hi chaz6.com,
    There is no 64 bit version available for Digital Edition. You can run the software on 64 bit machine in 32 bit mode.
    System requirements: http://www.adobe.com/products/digital-editions/tech-specs.html .
    Regards,
    Romit Sinha

  • My note book windows 7 (64bit) can't install this latest version itunes

    my notebook can not install the latest version itunes , it always shows "windows installer sealing problem " .
      Please help advice and thanks

    Could you possibly type out the text of that error message into a reply here, please? (Precisely as it appears ... don't attempt to give an English translation.)

  • I updated to itunes 11, uninstalled it according to directions, and  re-installed itunes 10.7.021 for windows 64bit.  Now Iget the message itunes library.itl cannot be read because it was created by an earlier version of itunes

    I updated my computer to Itune 11, did not like it, and uninstalled it exactly according to directions. I re-installed Itune10.7.021 for Windows 64bit, but now I keep getting the message "The file  itunes library.itl cannot be read because it was created by a newer version of itunes.  How can I resolve this problem?

    zepel has it, but perhaps some more detail will help.
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • Oracle 11G Express Windows 64bit Version

    I've seen the thread that states that a Windows 64bit 11G Express version is planned. Can someone at Oracle please provide an update as to when it will be available? Thanks

    Hi ,
    There is a known issue with Dbcontrol when try accessing the URL via Internet Explorer
    Can you check by accessing the Dbcontrol URL via a different browser like Firefox or Chrome
    Ref
    Log in to Enterprise Manager Console using Internet Explorer 7 and higher fails with "Internet Explorer cannot display this page" or with Security Certificate Error (Doc ID 1498203.1)
    If still an issue then check the status of Dbcontrol to ensure its working fine
    SET ORACLE_HOME=<value>
    SET ORACLE_SID=ORCL
    SET ORACLE_UNQNAME=ORCL
    cd %ORACLE_HOME%/bin
    emctl stop dbconsole
    emctl start dbconsole
    emctl status dbconsole
    Regards,
    Rahul

Maybe you are looking for

  • Problems with the 'Comments' field in iTunes

    First, sorry for my english (I'm danish). I've read a lot of threads here and everywhere else, but can't find a solution for my exact problem. I use Windows Vista and the newest version of iTunes. Most of my mp3 songs (35.000) are put directly in alb

  • What do I need to do to allow multiple users to connect to a Server?

    Hi, What do I need to do to allow more than two people to be able to connect to a server via RDP? I am using Server 2012 and I need 4 clients to be able to RDP in. The clients will only be accessing the Server from our internal network while they are

  • What does "licensing for this product has stopped working, Error 150:30" indicte?

    My CS4 has stopped working. I get the message..." licensing for this product has stopped working, Error 150:30"  After taking all the steps  listed and uninstalling CS4 and Reinstalling it I finally got it working again ( which took a couple of hours

  • Lumia 620 free shell offer

    Hi, Just been to http://nokia620freeshell.com to claim my free shell and the site says: "Fill in the form below, including your preferred colour choices and register your purchase to get a phone cover." Well there is no option to select my preferred

  • How do you turn down volume in bed?

    I regularly use my smartphone in bed to listen to music once the light it out. If a song comes on that I don't want to hit, I click the button on the top to go to next track.  Don't need to - in darkness - look at the screen opening my eyes to do tha