Log in error problem

Greetings: I hope that you can point me in the right direction to correct thes log in malfunction.
1. I have a preset page in my Bookmarks that takes me to "MacOS X v 10.3 Panther & earlier.
2. I then Log In
3. I get new page with the message "Error has occured...we apologise.
4. I then go to Forum Home and click
5. I select MacOS X v 10.3 Panther and ealier.
6. I have gone to MY Info and redone things, but no help.
Is there some way to correct this problem?
John

John,
ali brown has provided links which detail the login problem and provide possible short term solutions.
;~)

Similar Messages

  • Log File Error when open MDS_Log from MDM Console

    Hi Experts,
    I am facing a problem when I tried to open MDS_Log file from MDM Console. The error message was showing as below:
    Log File Error
    Problems in the log file prevent Console from displaying its contents. To view log contents, open the log file in a seperate text editor.
    Could any of you advise me how to open the log in a seperate text editor from MDM console ?
    Thanks very much in advance
    Regards,
    Wei Dona

    Hi ,
    Just  right click on record pane of log node and select save .it will sav to user defined location in .csv format.
    Please try at yr end.
    Thanks,
    Sudhanshu

  • THE DATABASE CONNECTION IS LOST :;; WIERD  ORA-01012 NOT LOGGED ON ERROR

    ERROR: ORA-01012 NOT LOGGED ON ERROR
    I AM USING A JAVA SWING INTERFACE (JDK 1.1.8), WHICH USES JNI TO CALL C PROGRAMS WHICH IN TURN CONNECTS TO THE DATABASE, ORACLE 8.1.6.
    A DATABASE CONNECTION IS ESTABLISED IN THE MAIN CLASS BY CALLING A FUNCTION FROM THE CONSTRUCTOR.
    FOR ALL OTHER FUNCTION CALLS WHICH ARE MADE FROM WITHIN THIS CONSTRUCTOR, THE CONNECTION STAYS.
    BUT AFTER THE CONTRUCTOR CALL IS COMPLETE, DATABASE CONNECTION IS STRANGELY LOST. THUS ALL OTHER FUNCTION CALLS FAIL BECAUSE OF CONNECTION ISSUES GIVING ORA-01012. THOUGH IF I CHECK UP IN THE DATABASE, THE CONNECTION DOES FIND AN ENTRY.
    SO IT APPEARS THAT SOMEHOW THE JAVA INTERFACE LOOSES TRACK OF CONNECTION. BUT STRANGELY ALL THE FUNCTIONS WORK IF CALLED FROM THE CONSTRUCTOR......... BUT THATS NOT THE IDEA.
    PLEASE HELP, THIS PROBLEM IS BUGGING ME FOR WEEKS NOW.
    THANKS
    AMIT

    apologise for the caps lock.
    i am working on a previous system with java swing front end which alread uses jni, and connects to database using pro *c.
    My problem is that the connection is lost as soon as the constructor of the main class is run, giving an
    ORA-1012 NOT LOGGED ON ERROR.
    But if i place the same calls in the contructor all the database call work.
    It somehow appears that the java interface looses the connection context. Though the session does find entry in the oracle dynamic tables as long as i dont close the front end main window, thereby meaning that its the jave interface which looses the context.
    part of the code of the main class eiquser.
    //constructor
    public EiqUser() {
         super();
         initMRI();
    private void initMRI() {
         try {
              /* initialize geoManager environment */
              int rccc = new EiqCfuncs().eiqInitEnv();
    //eiqinitenv is a c function which connects to database using pro *C
              EiqCfuncs cfuncs = new EiqCfuncs();
              //EiqCfuncs has the prototypes of c functions used bye the java interface
              this.ivjFileMenu.setText(cfuncs.eiqGetText(resNum.getTEXT_FILE_MENU())); // sets the menu name
    and so on.........
    public void eiqUser_WindowClosed(java.awt.event.WindowEvent windowEvent) {
         new EiqCfuncs().eiqTermEnv(); // gives ora-1012 error
    //eiqtermenv is supposed to disconnect from data base, but returns an ora-1012 not logged on erro
         return;
    //eiqtermenv closes the connection with the data base. But fails in this case. if i place the same call ( eiqtermenv) in the initMRI function or the contructor it succeeds.
    Plus if i dont use the java interace and use a c stub for executing the same sequence of functions, then i dont face any problems.
    the proc calls exectuted ultimately by...
    :::eiqinitenv
    exec sql connect using :sqlid identified by sqlpw; // succeeds giving sqlerr.sqlcode=0;
    ::::eiqterm env
    exec sql commit work; //fails giving 0ra-1012 error
    exec sql rollback work;
    Why is the java interface loosing track of the connection once done with the constructor of the main class?? The session still finds an entry in the oracle dynamic tables.
    Please help
    Thx
    Amit

  • While Installation of 11g database creation time error ORA-28056: Writing audit records to Windows Event Log failed Error

    Hi Friends,
    OS = Windows XP 3
    Database = Oracle 11g R2 32 bit
    Processor= intel p4 2.86 Ghz
    Ram = 2 gb
    Virtual memory = 4gb
    I was able to install the oracle 11g successfully, but during installation at the time of database creation I got the following error many times and I ignored it many times... but at 55% finally My installation was hanged nothing was happening after it..... 
    ORA-28056: Writing audit records to Windows Event Log failed Error  and at 55% my Installation got hung,,,, I end the installation and tried to create the database afterward by DBCA but same thing happened....
    Please some one help me out, as i need to install on the same machine .....
    Thanks and Regards

    AAP wrote:
    Thanks Now I am able to Create a database , but with one error,
    When I created a database using DBCA, at the last stage I got this error,
    Database Configuration Assistant : Warning
    Enterprise Manager Configuration Failed due to the Following error Listener is not up or database service is not registered with it.  Start the listener & Registered database service & run EM Configuration Assistant again....
    But when I checked the listener was up.....
    Now what was the problem,  I am able to connect and work through sqlplus,
    But  I didnt got the link of EM and when try to create a new connection in sql developer it is giving error ( Status : failure - Test Failed the Network Adapter could not establish the connection )
    Thanks & Regards
    Creation of the dbcontrol requires a connection via the listener.  When configuring the dbcontrol as part of database creation, it appears that the dbcontrol creation step runs before the dynamic registration of the databsase with the listener is complete.  Now that the database itself is completed and enough time (really, just a minute or two) has passed to allow the instance to register, use dbca or emca to create the dbcontrol.
    Are you able to get a sqlplus connection via the listener (sqlplus scott/tiger@orcl)?  That needs to be the first order of business.

  • MPD: ERROR: problems opening audio device

    Since a day, maybe a little more, mpd is troubling me. When I use mpc, I get the error
    ERROR: problems opening audio device
    This is my mpd.conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "/home/adriaan/Music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "/var/lib/mpd/playlists"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "/var/lib/mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "/var/log/mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "/var/run/mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "/var/lib/mpd/mpdstate"
    # The location of the sticker database. This is a database which
    # manages dynamic information attached to songs.
    #sticker_file "~/.mpd/sticker.sql"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "adriaan"
    # This setting specifies the group that MPD will run as. If not specified
    # primary group of user specified with "user" setting will be used (if set).
    # This is useful if MPD needs to be a member of group such as "audio" to
    # have permission to use sound card.
    group "users"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    #bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    #port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # This setting enables automatic update of MPD's database when files in
    # music_directory are changed.
    auto_update "yes"
    # Limit the depth of the directories being watched, 0 means only watch
    # the music directory itself. There is no limit by default.
    #auto_update_depth "3"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    device "hw:0,0" # optional
    # format "44100:16:2" # optional
    # mixer_type "hardware" # optional
    # mixer_device "default" # optional
    # mixer_control "PCM" # optional
    # mixer_index "0" # optional
    #audio_output {
    # type "alsa"
    # name "Sound Card"
    # options "dev=dmixer"
    # device "plug:dmix"
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_type "hardware" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    ## mixer_type "software" # optional
    # An example of a recorder output:
    #audio_output {
    # type "recorder"
    # name "My recorder"
    # encoder "vorbis" # optional, vorbis or lame
    # path "/var/lib/mpd/recorder/mpd.ogg"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    # bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # max_clients "0" # optional 0=no limit
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # mixer_type "none" # optional
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "off", "album" or "track". See <http://www.replaygain.org>
    # for more details. This setting is off by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting.
    filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    # SIDPlay decoder #############################################################
    # songlength_database:
    # Location of your songlengths file, as distributed with the HVSC.
    # The sidplay plugin checks this for matching MD5 fingerprints.
    # See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
    # default_songlength:
    # This is the default playing time in seconds for songs not in the
    # songlength database, or in case you're not using a database.
    # A value of 0 means play indefinitely.
    # filter:
    # Turns the SID filter emulation on or off.
    #decoder {
    # plugin "sidplay"
    # songlength_database "/media/C64Music/DOCUMENTS/Songlengths.txt"
    # default_songlength "120"
    # filter "true"

    milso wrote:
    type "alsa"
    name "equal"
    device "default"
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "PCM" # optional
    mixer_index "0" # optional
    I have mine set to plug:plugequal as I use an equalizer with alsa, but when I set it to default it works fine, try that.
    That didn't work out.
    Mr.Elendig wrote:Tell mpd to be more verbose. And check that mplayer -ao alsa whatever works.
    Here's the output of mpd -v
    listen: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
    path: path_set_fs_charset: fs charset is: UTF-8
    database: reading DB
    disabling the last.fm playlist plugin because account is not configured
    daemon: opening pid file
    daemon: daemonized!
    daemon: writing pid file
    Doesn't contain anything unusual.
    EDIT: oh, and mplayer -ao alsa works fine.
    Last edited by arthd (2011-02-09 15:14:09)

  • Log sequence error - possible causes?

    We're using C++, DBXML 2.1.7, with underlying Berkeley 4.3.28 - core 5 linux (2.6.16.28). We use transacted write's, with no nesting of transactions. We've been running with this version of DBXML for some time and this is the first time we've seen any sort of data corruption with the database.
    In this case, the database server was shutdown, and the system restarted - on restart, the database server core dumped. Repeated attempts to restart the database gave the same failure. We enabled error output for the Berkeley DB and we get the following errors:
    Finding last valid log LSN: file: 1 offset 8234100
    Recovery starting from [1][7965842]
    Log sequence error: page LSN 1 1664073; previous LSN 1 5236280
    Recovery function for LSN 1 8228918 failed on forward pass
    PANIC: Invalid argument
    PANIC: fatal region error detected; run recovery (repeated several times)
    followed by a segfault in libdb_cxx-4.3.so.
    So I have 2 questions, the first (and most important) being - how can the log file get corrupted? Is this an OS/file system problem? Or could we have a problem in our database server? It's relatively simple - there is a single thread for read's/write's, and a separate "checkpoint" thread that periodically calls the txn_checkpoint function. Something was just changed on the system that has to do with mirroring, specifically on the partition that holds our database, but I don't know the details (I can get the info, though).
    The second question - why is Berkeley choking on the error path, instead of causing a database panic? Granted, in this situation it would appear that we're hosed either way, but a panic is at least a little more user-friendy than a core dump. Looking at the core file, it appears that we've entered the error handling portion of dbenv_open, and the mp_handle of the environment object is NULL - we fail in the call to __dbenv_refresh because of that. (If you're interested, we rebuilt Berkeley with debug symbols - I can give you a stack trace with details for the segfault.)
    Oh, the startup flags for the database server are: DB_CREATE|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_RECOVER|DB_THREAD
    Thanks!
    Wendy

    Thanks Michael -
    Here's the stack trace from one of the core files, generated with the debug version of the library:
    #0 0xb7d97c3a in __dbenv_refresh (dbenv=0x80b5430, orig_flags=1024,
    rep_check=0) at ../dist/../env/env_open.c:722
    #1 0xb7d9993d in __dbenv_open (dbenv=0x80b5430,
    db_home=0x80b5334 "/pivot3/repository/xml", flags=188513, mode=432)
    at ../dist/../env/env_open.c:415
    #2 0xb7d1fe78 in DbEnv::open (this=0xbfa94488,
    db_home=0x80b5334 "/pivot3/repository/xml", flags=188513, mode=0)
    at ../dist/../cxx/cxx_env.cpp:442
    #3 0x0804e0e8 in main (argc=134537448, argv=0xbfa94488) at dbserver.cxx:179
    As to the "why's": the database files are never moved (in normal operation - I did copy them to a similar system for debug, but the failure is the same on both systems), we always run recovery when we restart the server, we never physically access the environment outside of the server, and there is only one database server on the system, so no "cross contamination" from another server (basically, we're using DBXML as an embedded database to store configuration information - we have it running on multiple, identical systems, and this is the first time in over 2 years that we've seen any sort of database corruption).
    So based on what you've said, the only other real possibility is if something happened to the partition holding the log file (all of the database files are on the same partition). Would there be any smoking guns we could look for on the physical system that might indicate what happened? The system that the failure originally occurred on is still in the 'last booted' state, in case there was anything that we could look for. The partition mirroring changes were just made this past week, which is why we thought it might be something at a lower level.
    I just ran db_printlog and the entry for 1664073 looks like this:
    [1][1664073]__bam_repl: rec: 58 txnid 80000047 prevlsn [0][0]
    fileid: 21
    pgno: 3
    lsn: [1][8228918]
    indx: 3
    isdeleted: 0
    orig: 0xc
    repl: 0x11
    prefix: 8
    suffix: 23
    The other record (5236280) does not exist in the log file, based on the output from db_printlog.
    If there's anything else from the log print that you need, just let me know.
    Thanks!

  • Detail log display error

    Hello,
    In the R3 system (4.6C, BRCONNECT 6.20 patch level 136, TOOLS HP-UX 11.23, oracle 9.2),  we have scheduled a job CleanupLogs in DB13. The program works successfully but while displaying details logs following error occures.
    BR252E Function fopen() failed for '/oracle/<SID>/sapreorg/cdxzmglv.cln'
    at location file_printout-1
    BR253E errno 2: No such file or directory
    External program terminated with exit code 5
    Job creates log file cdxzmglv.cln'
    in '/oracle/<SID>/sapcheck/cdxzmglv.cln' but while diplaying it is looking at location as above mentioned in error.
    Through Brtools we are able to display job log successfully.
    Further , other jobs sheduled in DB13 , detail log display works
    correctly. The problem is only with CleanupLogs job.
    We would like know why while creating and displaying logs it seeks different location.
    Request for your guidence please.
    Regards
    Kailash

    Hello,
    This looks like a parameter problem.
    Do this:
    a) Call Transaction SM51 and log on to the instance on the database server
    b) Call Transaction DB03 -> Active parameters to display any parameter that points to sapreorg
    c) Change it to point to saptrace, i can't recollect which one to change so use your own judgement
    d) Change the same parameter in OS level also in init<SID>.ora
    For reference, have a look at the following note:
    SAP Note Number: 305740 - Display Optimizer Trace File (ORACLE)
    Although the note doesn't point to CleanupLogs, it talks about the error that you see in your log.
    Regards,
    Siddhesh

  • Can't log php errors.

    I installed php 5.2.5 per the instructions on this page:
    http://switch.richard5.net/isp-in-a-box-v2/installing-php-on-mac-os-x/
    I've also installed Apache 2.2.8 and MySQL 5.1.24.
    Everything seems to be working fine, except for one strange problem. I cannot log php errors.
    I have edited my php.ini file so that
    error_log = "/Library/PHP5/logs/php_error.log"
    ... and I have set the permissions on the php_error.log file to 777.
    I have created a test .php file with deliberate errors, but none of the errors show up in the php_error.log file. The test error I am using is "if ($undefinedvariable) { do something }"
    No php error messages are showing up in Apache's log file.

    I contacted Richard Valk, and he suggested checking where my installation of PHP expected the php.ini file to be, by creating a script file to run the phpinfo() command. I found out that my installation expected php.ini to be in /Library/PHP5/lib/, and it was actually in /etc/. I don't remember if I moved it there or what exactly.
    I copied the php.ini file to /Library/PHP5/lib/, toggled Apache, and php error logging works now.
    Big thanks to Mr. Valk!

  • Change log format error

    I've been syncing three computers and my iPod with no problem for years. I've just had my G4 iMac monitor replaced, and ever since when I try to sync this machine I get the message "change log format error INTERNAL ERROR: unhandled error (change log format error)" and I can't sync. Any help would be appreciated.
    G4 iMac   Mac OS X (10.3.9)  

    Yes, you just need to add the option -showdate into the ttendaemon.options file.
    </p>
    Please check out the section on Modifying informational messages in the Operations Guide.
    </p>
    Simon

  • [svn] 1366: BLZ-136 log an error and return no properties when IntrospectionException occurs when introspecting a value object

    Revision: 1366
    Author: [email protected]
    Date: 2008-04-23 14:45:47 -0700 (Wed, 23 Apr 2008)
    Log Message:
    BLZ-136 log an error and return no properties when IntrospectionException occurs when introspecting a value object
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-136
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/BeanProxy.java

    Hi,
    Please apply the following correction manually.
    1. Go to transaction ST03N
    2. Change user from 'Administrator' to 'Expert Mode'.
    3. Go to Collector and performance analysis -> Performance database
       -> Monitoring database -> Contents
    4. Search where further info contains the string "h/2"
    like the following monikeys:
      - 'days  h/2'
      - 'weeks  h/2'
      - 'months  h/2'  
    5. Double click on each, so that they become red and show ** delete
    6. Finally SAVE
    This will remove the corresponding database related history up to the deletion date. It will accumulate anew afterwards.
    How can I identify the monikey that has to be deleted?
    When you load the text of the dump and then jump off to the break point of the debugger you may find the error break point look like:
    "IMPORT HIST2 FROM DATABASE MONI(DB) ID MONIKEY".
    To find the right monikey entry causing the dump you can search for the word 'MONIKEY' within the text of the dump. This can be 'days  h/3' or
    'tabgrowth  2'...
    You can then go back to the procedure above and search where further info contains the monikey that you found in the text of the dump.
    997535     DB02: Problems with History Data.
    Award points if helpful.
    Thanks,
    Tanuj

  • Error - Problem sending invitation email

    Hi
    I am trying to invite a admin user, but i never get an email from BC
    This i the error when im resend invitation email :
    Error - Problem sending invitation email
    Thanks
    Finn

    I am having a similar issue - the email appears to have been created but the activation email was never sent... now we can not remove the busted one or create a log in in a client! - how to repair?

  • (Forte-users) log file error

    Hi,
    We are getting this error in our log files, when we run our application.(We
    are running interpreted)
    Any help will be appreciated to solve this problem.
    Thanks
    Carole
    Attached to manager for node FORTE_DEV.
    aud Wed May 10 08:58:28 : Loading partition CSaver_cl169_Part1-router built
    on 08-May-2000 16:32:42.
    Attached to manager for node FORTE_DEV.
    aud Wed May 10 10:01:12 : Shutting down partition as requested.
    aud Wed May 10 10:01:13 : Unloaded partition CSaver_cl169_Part1-router.
    aud Wed May 10 10:01:15 : Loading partition CSaver_cl169_Part1-router built
    on 08-May-2000 16:32:42.
    Attached to manager for node FORTE_DEV.
    LbRouter::FindMembers - CAUGHT EXCEPTION attaching members from
    SYSTEM ERROR: Failed to connect or lost connection to the environment
    manager
    at FORTE_NS_ADDRESS = <Unknown>. Check that the environment manager is
    installed at that location. If it is, then check to be sure that there
    are
    enough system resources available to support this partition.
    Class: qqsp_SystemResourceException
    Error #: [601, 201]
    Detected at: qqdo_NsClient::FindObject at 1
    Error Time: Wed May 10 10:01:40
    Exception occurred (locally) on partition "CSaver_cl169_Part1-router",
    (partitionId = A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1, taskId
    =
    [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev.
    SYSTEM ERROR: Attempt to send from a partition
    (A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1) that no longer
    exists.
    Class: qqsp_DistAccessException
    Error #: [601, 111]
    Detected at: qqdo_PartitionMgr::SendMsg at 1
    Error Time: Wed May 10 10:01:40
    Distributed method called: qqdo_NsServerProxy.FindObject (object
    name
    Unnamed) from partition "CSaver_cl169_Part1-router", (partitionId
    =
    A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1, taskId =
    [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev
    Exception occurred (locally) on partition
    "CSaver_cl169_Part1-router",
    (partitionId = A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1,
    taskId
    = [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev.
    LbRouter::FindMembers - CAUGHT EXCEPTION attaching members from
    SYSTEM ERROR: Failed to connect or lost connection to the environment
    manager
    at FORTE_NS_ADDRESS = <Unknown>. Check that the environment manager is
    installed at that location. If it is, then check to be sure that there
    are
    enough system resources available to support this partition.
    Class: qqsp_SystemResourceException
    Error #: [601, 201]
    Detected at: qqdo_NsClient::FindObject at 1
    Error Time: Wed May 10 10:01:40
    Exception occurred (locally) on partition "CSaver_cl169_Part1-router",
    (partitionId = A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1, taskId
    =
    [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev.
    WARNING:
    Any unauthorised use or interception of this email is illegal. If this email
    is not intended for you, you may not copy, distribute nor disclose the
    contents to anyone. Save for bona fide company matters, the BoE Group does
    not accept any responsibility for the opinions expressed in this email.
    For further details please see: http://www.nbs.co.za/emaildisclaim.htm

    One thing to look at is this message: Check that the environment manager is
    installed at that location. If it is, then check to be sure that there are
    enough system resources available to support this partition.
    Particularly the enough systems resources part of it. I've seen this message
    before, but it's been awhile, & the problem was we didn't have enough
    virtual memory on the server & also we needed more tcp/ip connections. If I
    remember right our Unix guy had to change some of the configuration
    parameters in the kernel on the server.
    Hope this helps.
    -----Original Message-----
    From: MacDonald, Carole [mailto:CMacDonaldnbs.co.za]
    Sent: Thursday, May 11, 2000 3:53 AM
    To: forte-userslists.xpedior.com
    Subject: (Forte-users) log file error
    Hi,
    We are getting this error in our log files, when we run our application.(We
    are running interpreted)
    Any help will be appreciated to solve this problem.
    Thanks
    Carole
    Attached to manager for node FORTE_DEV.
    aud Wed May 10 08:58:28 : Loading partition CSaver_cl169_Part1-router built
    on 08-May-2000 16:32:42.
    Attached to manager for node FORTE_DEV.
    aud Wed May 10 10:01:12 : Shutting down partition as requested.
    aud Wed May 10 10:01:13 : Unloaded partition CSaver_cl169_Part1-router.
    aud Wed May 10 10:01:15 : Loading partition CSaver_cl169_Part1-router built
    on 08-May-2000 16:32:42.
    Attached to manager for node FORTE_DEV.
    LbRouter::FindMembers - CAUGHT EXCEPTION attaching members from
    SYSTEM ERROR: Failed to connect or lost connection to the environment
    manager
    at FORTE_NS_ADDRESS = <Unknown>. Check that the environment manager is
    installed at that location. If it is, then check to be sure that there
    are
    enough system resources available to support this partition.
    Class: qqsp_SystemResourceException
    Error #: [601, 201]
    Detected at: qqdo_NsClient::FindObject at 1
    Error Time: Wed May 10 10:01:40
    Exception occurred (locally) on partition "CSaver_cl169_Part1-router",
    (partitionId = A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1, taskId
    =
    [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev.
    SYSTEM ERROR: Attempt to send from a partition
    (A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1) that no longer
    exists.
    Class: qqsp_DistAccessException
    Error #: [601, 111]
    Detected at: qqdo_PartitionMgr::SendMsg at 1
    Error Time: Wed May 10 10:01:40
    Distributed method called: qqdo_NsServerProxy.FindObject (object
    name
    Unnamed) from partition "CSaver_cl169_Part1-router", (partitionId
    =
    A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1, taskId =
    [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev
    Exception occurred (locally) on partition
    "CSaver_cl169_Part1-router",
    (partitionId = A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1,
    taskId
    = [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev.
    LbRouter::FindMembers - CAUGHT EXCEPTION attaching members from
    SYSTEM ERROR: Failed to connect or lost connection to the environment
    manager
    at FORTE_NS_ADDRESS = <Unknown>. Check that the environment manager is
    installed at that location. If it is, then check to be sure that there
    are
    enough system resources available to support this partition.
    Class: qqsp_SystemResourceException
    Error #: [601, 201]
    Detected at: qqdo_NsClient::FindObject at 1
    Error Time: Wed May 10 10:01:40
    Exception occurred (locally) on partition "CSaver_cl169_Part1-router",
    (partitionId = A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696:0x1, taskId
    =
    [A37D7E70-0024-11D3-9C6C-522EAE7DAA77:0xa696.9]) in application
    "CSaver_cl169", pid 698 on node FORTE_DEV in environment nbs_dev.
    WARNING:
    Any unauthorised use or interception of this email is illegal. If this email
    is not intended for you, you may not copy, distribute nor disclose the
    contents to anyone. Save for bona fide company matters, the BoE Group does
    not accept any responsibility for the opinions expressed in this email.
    For further details please see: http://www.nbs.co.za/emaildisclaim.htm
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Log in errors

    For the past two weeks or so, every time I log in to support I get the following message:
    Error
    An error has occurred. We apologize for the inconvenience.
    Useful links:
    Forum Home -- browse the forums here.
    Search Forums -- visit the search page to query all forum content.
    I can then go back and I am logged in. Nonetheless, this is weird!

    Hi Kenneth!
    Here are the other Topics concerning this issue, if you care to review them.
    More forum unreadable also user unfriendly
    i know this has been discussed but the login error...
    Log in errors I have added your Topic to the growing list.
    Every time I log in and try to post I get error message
    Still receiving "Error" message while trying to login?
    Error after login
    Error when logging into Apple/Support/Discussions
    Login for Discussion Forum Problems
    Error logging in
    How come?
    Error after login
    ali b

  • Error is not getting logged in error file while running dataload maxl

    Hello All,
    I am running a Maxl to load data in a database which is running fine but noted a weird issue that the errors are not getting logged in error file. Suppose i changed the name of data file then it should give error something like
    ERROR - {Error no.} - Unable to open file {filename} which should be logged in error file but my error file is still empty.
    I am using the Maxl -
    import database {dbname} data from data_file {filename} on error append to "D:/Error/errorfile.err";
    Any inputs please...
    Thanks

    Try to use single quotes and the backslash. It may depend on the operating system and /or the version of essbase used. This is an example from one of my maxls:
    on error append to 'D:\Hyperion\logfiles\myload.err';
    cheers, chris

  • I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5. I am receiving an error problem when doing the following -  I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive whe

    Hi, I am having a little trouble with exporting images to another drive and Catalogue and need some help if anyone can give me some advice
    I am currently using Lightroom 5.6 and operating on a Mac with OSX Ver 10.9.5.
    I am receiving an error problem when doing the following -
    I am exporting selected photos from a particular Catalogue saved on Drive 1 to a folder created on another Drive where a Lightroom Catalogue has been created. In this Catalogue I have arranged for the images once exported to be moved to a different folder - I used the Auto Import process under the File dialogue box.
    When processing the Export I receive an error message for each of the images being exported indicating the following -
    Heading Import Results
    Some import operations were not performed
    Could not move a file to requested location. (1)
    then a description of the image with file name
    Box Save As                                  Box  OK
    If I click the OK button to each image I can then go to the other Catalogue and all images are then transferred to the file as required.
    To click the OK button each time is time consuming, possibly I have missed an action or maybe you can advise an alternative method to save the time in actioning this process.
    Thanks if you can can help out.

    Thank You, but this is a gong show. Why is something that is so important to us all so very, very difficult to do?

Maybe you are looking for

  • Video purchased from itunes not playing on 80gb ipod

    I bought some videos on itunes. I when I synced my Ipod (80GB) I only hear the music and don't see the video. I read that they have to be converted ("To IPOD" under the advanced tab) but this option is not available. What's the deal? I paid money for

  • Hp support assistant has stopped working windows 8

    My HP Support Assistant has stopped working. I have read other comments on the forum concerning this problem and attempted to follow their advice. But I am still having the same problem. I uninstalled the HP support in the Control Panel uninstall pro

  • I have an ipod nano 6th generation. I purchased approximately 15 songs. They appear in my purchased list but won't sync up. What to do?

    Can anyone advise me on my nano 6th generation not syncing with newly purchased songs? The songs appear in my purchased list but simply won't sync to my nano. There is plenty of memory left. I am using Windows 7. Never had an issue before. Thanks!

  • Recover Database without backup

    Hi Joel, I have read most of your postings regarding database recovery, but still encounter problems. The background is: Our NT server was crashed last weekend, due to harddisk failure. We are able to retrieve back all the datafile, control file, eve

  • Link from a dataTable with row id

    I can't seem to get a link from a dataTable to work with a specific id. Example: <h:dataTable columnClasses="list-column-center,list-column-center, list-column-center, list-column-center" headerClass="list-header" rowClasses="list-row-even,list-row-o