Listener or SID Problem!!!

I installed an Enterprise Edition of Oracle 8i in my Windows XP machine, and the installation was successfull.But whenever, I try to login with "scott" and "tiger" password,the oracle is shutdown and doesn't log me into the SQL prompt.What is this problem?I have tried to startup the account by logging into internal oracle system account,,,,,,but the error says that I have already started up the database and need to shutdown first to startup again.What is this problem??? I would be glad if you could help me!!!
thanks,
Sarad Rajbhandari,
Kathmandu,Nepal

GO TO
CONTROL PANEL-->ADMINISTRATIVE TOOLS-->SERVICES
AND THEN CHECK THE SERVICE "OracleHOMETNSListener"
THAT EITHER IT IS STARTED OR NOT....IF NOT THEN START IT....IF THIS WILL NOT SOLVE UR PROBLEM THEN GO TO THAT FOLDER WHERE U HAVE INSTALLED THE DATABASE....GO TO NETWORK FOLDER.....THEN ADMIN FOLDER AND IN ADMIN FOLDER U WILL SEE A FILE (TNSNAMES.ORA).....OPEN IT IN NOTEPAD AND MAKE A STRING AS BUILD THERE AS AN EXAMPLE.....DO THIS IF U R ON NETWORK.

Similar Messages

  • This is a server side problem. Check the URI.

    This page has three 500 errors on it. I guess I don't understand the problem. The things that have errors work ok. Is this something I can fix or do I complain to my webhost?
    http://www.newyorkhistoryreview.com/call.html
    Line: 124 http://www.newyorkhistoryreview.com/restprocess.html
    Status: 500 Server closed connection without sending any data back
    This is a server side problem. Check the URI.
    Line: 125 http://www.dianejanowski.com/
    Status: 500 Server closed connection without sending any data back
    This is a server side problem. Check the URI.
    Line: 97 http://www.newyorkhistoryreview.com/annualissues.html
    Status: 500 Server closed connection without sending any data back
    This is a server side problem. Check the URI.
    Diloretta

    Where are you seeing these errors?
    They must be temporary as you have apparently accessed them without trouble.

  • When listening to podcasts problems

    When listening to podcasts problems. After pausing playback starts listening back 5 - 20 min.

    As I mentioned this is a user forum. We are all volunteers. Apple does not read individual submissions unless a ToU violation is reported. If you want help specifically from Apple you need to contact them through Apple Support. When asking for help on these forums its best not to add to an unanswered post with a 'me too' comment but rather with your own post with details of your problem and ask specific questions.
    So what have you done to try and troubleshoot the problem yourself? The lack of response suggests to me the problem is rather isolated, a glitch perhaps, to individual devices and not a wide spread bug in the OS. These glitches often occur from a bad install or corrupt data. As such for end users there are a few things you can do to try and resolve software issues and are informally known as the 4R's; Restart, Reset, Restore with back up, and Restore as new. Generally performed in that order. Test your device before going on to the next. Apple has provided the following support articles to help you do those:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    Use iTunes to restore your iOS device to factory settings - Apple Support
    For hardware problems:
    Get help with hardware features on your iPhone, iPad, and iPod touch - Apple Support

  • LISTENER: Service/SID Aliases

    Hi,
    I have this db instance that answer correctly to DEVDB from a service DEVDB
    Now, I would like to have it accept connection to TESTDB as well.
    I know it is possible to use some sort of aliases but not sure how to setup the .ora files
    here are the files;
    # listener.ora Network Configuration File: /usr/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = DEVDB.DEV)
    (ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1)
    (SID_NAME = DEVDB)
    (SID_DESC =
    (GLOBAL_DBNAME = DEVDB.DEV)
    (ORACLE_HOME = /usr/app/oracle/product/10.2.0/db_1)
    (SID_NAME = TESTDB)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ~
    # sqlnet.ora Network Configuration File: /usr/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    NAMES.DEFAULT_DOMAIN = DEV
    ~
    # tnsnames.ora Network Configuration File: /usr/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    #DEV =
    # (DESCRIPTION =
    # (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    # (CONNECT_DATA =
    # (SERVER = DEDICATED)
    # (SERVICE_NAME = dev)
    DEVDB.DEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DEVDB)
    DEVDB.DEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TESTDB)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ~

    each name must be in single quotes and the list is separated by commas.Not necessarily :
    SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string
    SQL> alter system set service_names='devdb, testdb';
    System altered.
    SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string      devdb, testdb
    SQL> alter system set service_names='devdb','testdb';
    System altered.
    SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string      devdb, testdb
    SQL>
    How can I make this alias work so I can connect to the short name;
    testdb and it will connectd by default to the dev domain but if I specify testdb.prod it will go the the production database??Not sure to understand... you'd want to simultaneously use two different domains for the same database ?

  • "Application is bound to side-by-side" problem

    Hello,
    I have been working on an application for several months now. I started developing for Air 1.5 and when the 2.0 beta came out I downloaded the SDK and updated my application's namespace and it worked fine.
    Now that the official 2.0 version is released and the "2.0beta2" namespace is not supported anymore my application wouldn't install, or even run when I installed the new AIR runtime.
    I downloaded the updated SDK, replaced the old one (I'm using Flash CS4 to package and build the application), changed the namespace to "2.0" and re-exported my application.
    It installed with no problems and I can run it perfectly on the computer I am developing from. However if I try to install the exact same .air file on any other machine (Windows or Mac) i get the classic: "The application could not be installed because the installer file is damaged."
    My .airappinstall.log reads:
    UI SWF load is complete
    UI initialized
    Unpacking to C:\Users\ec\AppData\Local\Temp\fla3CFD.tmp
    unpacking is complete
    application is bound to side-by-side version null
    Downloading a runtime update from http://airdownload.adobe.com/air/3/windows/x86/add/2.0beta2/update to C:\Users\ec\AppData\Roaming\Adobe\AIR\Updater\1.0
    No update available
    starting cleanup of temporary files
    application installer exiting
    Does anyone have any insight to this? Like I said, I am sure my application descriptor file has this namespace: <application xmlns="http://ns.adobe.com/air/application/2.0">
    I am packaging and exporting the application from Flash CS4, and I did changed the SDK when the beta came out, but I overlay it with the new one already (before if wouldn't even let me export).
    Thank you in advance.

    This is just an update, when I install the .air on the computer I'm developing, it installs with no problems like I said, and this is what it traces on the airappinstall.log:
    Starting silent app install of file:///Volumes/Adobe%20Flash%20Professional%20CS5/Adobe%20Flash%20Professional%20CS5/pay loads/AdobeAMP1.8-mul/adobe_media_player.air
    UI SWF load is complete
    UI initialized
    Unpackaging to /private/var/folders/zz/zzzivhrRnAmviuee+++++++++++/TemporaryItems/FlashTmp0
    unpackaging is complete
    application is bound to side-by-side version 1.0
    application is bound to this version of the runtime
    app id com.adobe.amp
    pub id 4875E02D9FB21EE389F73B8D1702B320485DF8CE.1
    Application located at /Applications
    bad configuration for silent install or update
    starting cleanup of temporary files
    application installer exiting
    why is "application is bound to this version of the runtime". Is there something I haven't done on the Flash CS4 folder?
    Thank you.

  • Need help solving listener and Oracle problems with Mac OS X 10.4 "Tiger"

    I have Oracle 10g working on Mac OS X 10.4 "Tiger" except for the listener and Oracle net 8 configuration. I have not been able to get the Oracle listener to work with my built in Mac Airport wireless network card or built in ethernet card. I keep getting the errors
    connection refused cannot start listener. Can anyone offer help?
    Thanks
    Ben
    [email protected]

    Hi Ben,
    how does your listener.ora look like ?
    Mine is:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ronald-g4-eth)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ronald-g4-wifi)(PORT = 1521))
    and listens to the ethernet and airport address.
    When do you get the problems ?
    regards,
    Ronald
    http://ronr.nl/unix-dba

  • Oracle SID Problems with numbers

    Hi everybody,
    I created a new database (ORACLE 10g) with the SID name IC71 and the same global database name. After finishing the configuration and starting the database everything worked fine.
    Now I installed the Oracle Client on another server machine. I made an entry in the tnsnames.ora with the Servicename IC71 and it worked. The problem now is, that I have to give the SID instead of the Servicename for installing some software. With the SID IC71 it does not work, after I changed the SID to IC it works.
    Can someone explain me this strange settings? Has Oracle problems with numbers in the SID name?

    Has Oracle problems with numbers in the SID name?Not at all. I often use numbers in SIDs, and I've never had problems with that. Your problem has to be elsewhere.
    With the SID IC71 it does not workWhich error do you get ?

  • Side-by-side Problem

    here is the problem:
    [Window Title]
    C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\Dreamweaver.exe
    [Content]
    C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\Dreamweaver.exe
    You can not start the program because its side-by-side configuration is incorrect. Check the event log or use the command-sxstrace.exe for more information.
    [OK]
    Everytime i start it, tried re-install it, tried install vc++ redists from 2005 to newest 2010..
    It happend once i restarted it without doing anything special
    Badly need help :[

    sxstrace:
    =================
    Begin to generate activation context.
    Input Parameter:
    Flags = 0
    Processor architecture = Wow32
    culture fallback = en-US, en; en-US; a
    manifest path = C: \ Program Files (x86) \ Adobe \ Adobe Dreamweaver CS5 \ Dreamweaver.exe
    assembly directory = C: \ Program Files (x86) \ Adobe \ Adobe Dreamweaver CS5 \
    Application Config File =
    INFO: Parser manifest file C: \ Program Files (x86) \ Adobe \ Adobe Dreamweaver CS5 \ Dreamweaver.exe.
    INFO: Manifesto defined identity is Adobe.Dreamweaver.Dreamweaver, processor architecture = "X86", type = "win32", version = "10.0.0.0".
    INFO: Reference: Microsoft.Windows.Common-Controls, language ="*", processor architecture = "X86", PublicKeyToken = "6595b64144ccf1df", type = "win32", version = "6.0.0.0"
    INFO: Reference: Microsoft.VC90.CRT, processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8"
    INFO: Reference: Microsoft.VC90.MFC, processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8"
    INFO: Reference: Microsoft.VC80.CRT, processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "8.0.50727.762"
    INFORMATION: Matches reference Microsoft.Windows.Common-Controls, language ="*", processor architecture = "X86", PublicKeyToken = "6595b64144ccf1df", type = "win32", version = "6.0.0.0".
    INFORMATION: Matches the reference for the processor architecture WOW64.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_sv-SE_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_sv_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_en-US_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_en_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture Neutral.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0__6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture Neutral.
    INFORMATION: The package increase to close.
    INFORMATION: Matches the reference for the processor architecture x86.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_sv-SE_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_sv_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_en-US_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls \ 6.0.0.0_en_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture Neutral.
    INFORMATION: binding policy is applied.
    INFORMATION: Composition Revision redirected by the automatic operation of law.
    INFORMATION: Composition identity is Microsoft.Windows.Common-Control, processor architecture = "x86", PublicKeyToken = "6595b64144ccf1df", type = "win32", version = "6.0.7600.16661" the principle use.
    INFORMATION: The package increase is started.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ WinSxS \ manifests \ x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113 bd.manifest.
    INFORMATION: A manifesto has been found on the C: \ Windows \ WinSxS \ manifests \ x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113 bd.manifest.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference Microsoft.Windows.Common-Controls.mui, language ="*", processor architecture = "x86", PublicKeyToken = "6595b64144ccf1df", type = "win32", version = "6.0.7600.16661".
    INFORMATION: Matches the reference for the processor architecture WOW64.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_sv-SE_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_sv_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_en-US_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_en_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches the reference for the processor architecture x86.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_sv-SE_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_sv_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_en-US_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.Windows.Common-Controls.mui \ 6.0.7600.16661_en_6595b64144ccf1df \ Microsoft.Windows.Common-Controls.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference Microsoft.VC90.CRT, processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8".
    INFORMATION: Matches the reference for the processor architecture WOW64.
    INFORMATION: Matches reference for culture Neutral.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT \ 9.0.21022.8__1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.DLL.
    INFORMATION: Could not find any manifest for culture Neutral.
    INFORMATION: The package increase to close.
    INFORMATION: Matches the reference for the processor architecture x86.
    INFORMATION: Matches reference for culture Neutral.
    INFORMATION: binding policy is applied.
    INFORMATION: The publisher policy can be found at C: \ Windows \ WinSxS \ manifests \ x86_policy.9.0.microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_f48176b4f6540019.m anifest
    INFORMATION: Composition Revision redirected to publisher policy.
    INFORMATION: Composition identity is Microsoft.VC90.CRT, processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.30729.4974" the principle use.
    INFORMATION: The package increase is started.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ WinSxS \ manifests \ x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb.manifest.
    INFORMATION: A manifesto has been found on the C: \ Windows \ WinSxS \ manifests \ x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4974_none_50940634bcb759cb.manifest.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference Microsoft.VC90.CRT.mui, language ="*", processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.30729.4974".
    INFORMATION: Matches the reference for the processor architecture WOW64.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_sv-SE_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_sv_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_en-US_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_en_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches the reference for the processor architecture x86.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_sv-SE_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_sv_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en-US.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_en-US_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en-US.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference for culture en.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.CRT.mui \ 9.0.30729.4974_en_1fc8b3b9a1e18e3b \ Microsoft.VC90.CRT.mui.DLL.
    INFORMATION: Could not find any manifest for culture en.
    INFORMATION: The package increase to close.
    INFORMATION: Matches reference Microsoft.VC90.MFC, processor architecture = "x86", PublicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8".
    INFORMATION: Matches the reference for the processor architecture WOW64.
    INFORMATION: Matches reference for culture Neutral.
    INFORMATION: binding policy is applied.
    INFORMATION: No publisher policy found.
    INFORMATION: No binding policy redirect found.
    INFORMATION: The package increase is started.
    INFORMATION: Could not find assembly in WinSxS.
    INFORMATION: An attempt was made to look in the manifest at C: \ Windows \ assembly \ GAC_32 \ Microsoft.VC90.MFC \ 9.0.21022.8__1fc8b3b9a1e18e3b \ Microsoft.VC90.MFC.DLL.
    INFORMATION: Could not find any manifest for culture Neutral.
    INFORMATION: The package increase to close.
    INFORMATION: Matches the reference for the processor architecture x86.
    INFORMATION: Matches reference for culture Neutral.
    INFORMATION: binding policy is applied.
    INFORMATION: The publisher policy can be found at C: \ Windows \ WinSxS \ manifests \ x86_policy.9.0.microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.4974_none_ed0290eafb227cfc.m anifest
    ERROR: Row 0: XML syntax error.
    INFORMATION: The package increase is started.
    INFORMATION: The package increase to close.
    ERROR: Generate Activation context failed.
    Stop generate activation context.

  • Servlet side problem

    hi there,
    i have managed to get my mipd program talking 2 a tomcat server, but i have run into the following problem:
    the servlet has at initiation a buffer called int l = 0; and increment the l value by 1 , this is fine but when i get another phone 2 connect to the server, i want the value of l to increment to 2, instead the value resets to 0 and then increments by 1 giving me the final value of 1 yet again on the second phone
    here is the code:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class testing3 extends HttpServlet{
    int l;
    public testing3(){ l=0;}
    public void doPost(HttpServletRequest req,HttpServletResponse res) throws IOException,ServletException{
    InputStream in = req.getInputStream();
    PrintWriter out = res.getWriter();
    String rankstring = "sent by server";
    int requestlength = req.getContentLength();
    if(l==0){
    if(requestlength > 0 ){
    for(int i=0;i<requestlength;i++){
    int c = in.read();
    if(c==-1)break;
    l++;
    else if(l==2)
    out.write(rankstring);
    System.out.println("l value is" + l);
    public void doGet(HttpServletRequest req, HttpServletResponse res) throws IOException,ServletException{
    doPost(req,res);
    how do i get around this problem?advice will be greatly appreciated
    regards

    i think you want to number of hits kind of value...
    make that variable static
    you should get the value that you want
    [email protected]

  • Database shutdown taking more time, is listener process a problem??

    Dear all,
    though its a general process to stop the listener before shutting down the database for cold backup. but is it so that if you don't stop the listener before giving shutdown immediate command, the shutdown process takes long time than normal expected time?
    because as per my understanding, the listener process is used just for the connection and when we give shutdown command the database automatically rejects any new connections. your valuable comments are required.

    No version, as usual, and the answer is version specific.
    Why is it so difficult to include those 4 digits?
    Dear all,
    though its a general process to stop the listener
    before shutting down the database for cold backup.
    but is it so that if you don't stop the listener
    before giving shutdown immediate command, the
    shutdown process takes long time than normal expected
    time? No. Must be a fairy tale without proof.
    You might need set job_queue_processes to 0 and aq_tm_processes to 0, but that has nothing to do with the listener.
    >
    because as per my understanding, the listener process
    is used just for the connection and when we give
    shutdown command the database automatically rejects
    any new connections. your valuable comments are
    required.--
    Sybrand Bakker
    Senior Oracle DBA

  • SID Problem : could not register two ABAP systems with same SID

    Dear Expert:
    We have to register two ABAP systems on different host to SLD, and these two systems have same SID.
    We use rz70 to do this,  but we found the lastest registration will overwrite the previous registration,
    that
    means we could register them both in the same SLD. (we checked this in Technical system area).
    How could we do this?  It makes us crazy........
    Thanks very much
    Ray

    Dear Stefan,
    Thanks so much for your anwser.
    But the dilemma is in one SLD we achieved this, but it is only for one case and we could
    not apply this for other systems.
    This is the snapshot in our SLD for techical system:
    Name                                        Host                             Version                                     Last Update
    D01   on eisdq01                     eisdq01                         700                                           2010/12/06 12:45
    D01   on eisdv01                     eisdv01                         640                                           2010/12/06  11:40
    We don't know if this is the illusion that SLD could do this?  But for other systems, e.g two Q systems
    the lastest registration will overwrite the previsou one.
    Thanks very much.
    Welcome suggestions from very guru.
    Ray

  • SID problem in Master data

    Hi All,
    I have deleted  Master Data records from the table and SID also deleted from SID table.But now my report giveing error message  SID are missing from Master data object.
    How i can resolve this issue..
    another Issue  : I have deleted the 4 records form Master table and SID table but that records are appearing in report ?
    Regards
    srinivas

    Hi,
    Issue 1. Run th program RSDMD_CHECKPRG_ALL in SE38. Give the master data name and execute.
    Issue 2. After deleting the records try to run the attribute change run for that object once and try. If they are still appearing in the reports means they are already there in the aggregates. If you dont want those records  not  to appear in the report, you have to delete that request and reload the data and activate the aggregates.
    Regards,
    Jack

  • Listener.ora password problems

    After a recent IT audit we've been told to set up a listener password for our Oracle 9R2 database on VMS. I tried but got a few error messages when entering the save_config command e.g
    TNS-12570
    TNS-12560
    TNS-00530
    It turns out that we use something called host naming to connect to our database, meaning that although we have a listener.ora file it is empty (or contains only a blank line.) I suspect this is why the password saving is not working. Can anyone shed any light on how to resolve this.

    Try using the netmgr to resolve the issues, this will allow you to configure the listener file via a GUI and set the password.

  • Apps listener and Discoverer problem

    Hi All,
    I have installed Oracle EBS 11.5.10.2 in RHEL4. After installing, i have verified the URL and i am able to login and getting forms also. But when i checked
    ps -ef|grep lsnr , oracle listener is running. But apps listener is not running.
    Error in log:--
    /u01/applmgr/optdemoora/8.0.6/vbroker/bin/osagent
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /u01/applmgr/optdemoora/8.0.6/discwb4/util/oad.log.
    Discoverer Locator Started.
    Locator logs messages to the file /u01/applmgr/optdemoora/8.0.6/discwb4/util/locator.log.
    Cannot bind to OAD. Re-starting...
    OAD is stopped
    Unable to stop Osagent. No process-id file found.
    Locator is stopped
    Unable to stop gatekeeper. No process-id file found.
    Unable to stop any Discoverer Sessions. No process-id file found.
    Unable to stop any Discoverer Preference. No process-id file found.
    Unable to stop any Discoverer Collector. No process-id file found.
    /u01/applmgr/optdemoora/8.0.6/vbroker/bin/osagent
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /u01/applmgr/optdemoora/8.0.6/discwb4/util/oad.log.
    Discoverer Locator Started.
    Locator logs messages to the file /u01/applmgr/optdemoora/8.0.6/discwb4/util/locator.log.
    Registering Discoverer Session
    oadutil reg: Failed to bind to OAD
    Registering the Collector
    oadutil reg: Failed to bind to OAD
    Applying preferences from file : /u01/applmgr/optdemoora/8.0.6/discwb4/util/pref.txt
    Finished applying preferences
    Closing down registry..
    Registry File sync...
    Registering Discoverer Preference Repository
    oadutil reg: Failed to bind to OAD
    addisctl.sh: exiting with status 1
    .end std out.
    Failed to Start OSagent.
    Failed to Start OSagent.
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server adapcctl.sh Started
    OracleTNSListener80 adalnctl.sh Failed
    OracleConcMgr adcmctl.sh Started
    OracleFormsServer adfrmctl.sh Started
    OracleReportServer adrepctl.sh Started
    Oracle Metrics Client adfmcctl.sh Started
    Oracle Metrics Server adfmsctl.sh Started
    Oracle Fulfillment Server jtffmctl.sh Started
    Oracle Discoverer services addisctl.sh Failed
    Please let me know a solution.
    Thanks,
    Manikandan.

    Hi Hussain,
    After running ./adalnctl.sh start apps/apps
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_OptDemo.
    adalnctl.sh: exiting with status 127
    Output of ps-ef|grep lsnr:
    1 0 08:04 pts/0 00:00:00 /u01/oracle/optdemodb/9.2.0/bin/tnslsnr OPTDEMO -inherit
    0 23:49 pts/3 00:00:00 grep lsnr
    Locator.log:-
    LogFile Name = Locator.log
    Created FileWriter = Locator.log
    Sat Dec 19 23:34:41 PST 2009 Locator: Locator is created. Name =
    Sat Dec 19 23:34:41 PST 2009 Locator Instantiated: 19-Dec-09 11:34:41 PM 197ms
    Sat Dec 19 23:34:41 PST 2009 Locator: _getPreferences() bind to preference object
    Sat Dec 19 23:34:57 PST 2009 Unable to bind to or retrieve information from preference object OracleDiscovererPreferences4
    Please let me know a solution to fix Web Listener. That is urgent.
    Thanks,
    Manikandan
    Edited by: user11298689 on Dec 22, 2009 1:41 AM

  • Listener call method problem(

    Hello.
    I am using a Listener class with method getLogger(). When I call it from JSP file I get such an error:
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 4 in the jsp file: /SiteLoggerAdmin.jsp
    SiteLogger cannot be resolved
    1: <%@ page import="java.util.logging.*, java.io.*"%>
    2: <%
    3:   // get logger
    4:   Logger logger = SiteLogger.getLogger();
    5:   // get request parameters
    6:   String level = request.getParameter("level");
    7:   if (level != null && !level.equals("")) {
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:93)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:435)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:302)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:729)SiteLogger.java
    import java.io.*;
    import java.util.logging.*;
    import javax.servlet.*;
    public class SiteLogger implements ServletContextListener {
      // Site Logger
      private static Logger logger;
      public static Logger getLogger() throws IOException {
        return logger;
      public void contextInitialized(ServletContextEvent e) {
        ServletContext sc = e.getServletContext();
        // Get an instance of a Logger
        logger = Logger.getLogger("global");
        logger.setLevel(Level.INFO);
        try {
          FileHandler fh = null;
          String root = sc.getRealPath("/");
          fh = new FileHandler(root+"WEB-INF/log.txt");
          fh.setFormatter(new CustomFormatter());
          logger.addHandler(fh);
        } catch (IOException ee) {
          System.err.println("Can't load logger: " +ee.getMessage());
        sc.setAttribute("SiteLogger", logger);
      public void contextDestroyed(ServletContextEvent e) {
        ServletContext sc = e.getServletContext();
        sc.removeAttribute("SiteLogger");
        logger = null;
    }SiteLoggerAdmin.jsp
    <%@ page import="java.util.logging.*, java.io.*"%>
    <%
      // get logger
      Logger logger = SiteLogger.getLogger();
      // get request parameters
      String level = request.getParameter("level");
      if (level != null && !level.equals("")) {
        logger.setLevel(Level.parse(level));
      // set current level
      request.setAttribute("l", logger.getLevel());
      // set current log
      StringWriter sw = new StringWriter();
      request.setAttribute("log", sw);
      // parse in current log
      InputStream is  =
        application.getResourceAsStream("/WEB-INF/log.txt");
      if (is != null) {
        for (int i = is.read();i!=-1;i=is.read()) {
          sw.write((char)i);
      } else {
        sw.write("Can't load log file!");
    %>
    <html>
    <head>
    <title>Site Logging Configuration</title>
    </head>
    <body>
    <h3>Set the site's logging level:</h3>
    <b>Current level:</b> ${l}<br><br>
    <form>
      <select name="level">
        <option value="SEVERE">Severe</option>
        <option value="WARNING">Warning</option>
        <option value="INFO">Info</option>
        <option value="CONFIG">Config</option>
      </select><br>
      <input type="submit" value="Update Level"><br>
    </form>
    <h3>Current Log:</h3>
    <pre>${log}</pre>
    </body>
    </html>The Listener works properly (initialization is successful) and I have the error only when calling Listener's method. How can I fix this?
    I use Eclipse 3.4.2, Tomcat 5.5, JDK 6, Arch Linux.
    Thanks in advance.

    +As of JSP 2.0, referring to any classes from the unnamed or default package is not allowed. This can result in a translation error on some containers, specifically those that run in a JDK 1.4 or greater environment which will also break compatibility with some older JSP applications. However, as of JDK 1.4, importing classes from the unnamed package is not valid. See Java 2 Platform, Standard Edition Version 1.4.2 Compatibility with Previous Releases for details. Therefore, for forwards compatibility, applications must not rely on the unnamed package. This restriction also applies for all other cases where classes are referenced, such as when specifying the class name for a tag in a Tag Library Descriptor (TLD) file.+ (excerpt from [http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/rweb_jsp_migration.html] )

Maybe you are looking for

  • Problem Opening Pixel Bender Filter

    I just recently downloaded this Pixel Bender Filter for Photoshop CS4 (Win 32-bit). I downloaded it and finished installing with the adobe extension manager. However when I tried to use the pixel bender filter, photoshop becomes non responding and sa

  • Many issues trying to get an audio file on my iphone

    I tried the "drag and drop" method but it does not drop my file (which is a .wav file). I have tried changing the preferences to encode into .mp3 and vice versa but it won't work. Also if I click the button that says "Scan for Music" it doesn't do an

  • IPad Mini Screen is not functioning correctly

    so recently i took my ipad mini into the car and its pretty hot in there, but not as hot as to make you break a sweat- just pretty clammy. my ipad was charged around 70-80% and i put the brightness all the way up so i could see the screen display. Th

  • Site Manager Tabs Can't be Selected

    I've been having the same trouble with the 'root folder' issue as reported by many others, however, I go one further.  Once I resolve the root folder problem, I can't click on any of the site setup tabs (under Site; Site Manager) in CS 5 Dreamweaver.

  • Set line length

    I belong to a travel discussion group and they request that all e-mails are received in plain text and with a 60 character per line limit. How do I set the line length to a maximum of 60 characters?