Perl and locale problem

hi,
i have that problem: when launch mimeopen (perl application) i get this warning
[mattia@arch-desktop ~]$ mimeopen /tmp/test.txt
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "it_IT.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
any ideas on how solve it ?
thanks

same as before:
[mattia@arch-desktop ~]$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
en_GB.utf8
[mattia@arch-desktop ~]$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=it_IT.utf8
LC_CTYPE="it_IT.utf8"
LC_NUMERIC="it_IT.utf8"
LC_TIME="it_IT.utf8"
LC_COLLATE="it_IT.utf8"
LC_MONETARY="it_IT.utf8"
LC_MESSAGES="it_IT.utf8"
LC_PAPER="it_IT.utf8"
LC_NAME="it_IT.utf8"
LC_ADDRESS="it_IT.utf8"
LC_TELEPHONE="it_IT.utf8"
LC_MEASUREMENT="it_IT.utf8"
LC_IDENTIFICATION="it_IT.utf8"
LC_ALL=
[mattia@arch-desktop ~]$ cat .bashrc
# ~/.bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
# Aliases
alias rm='rm -v'
alias rmdir='rmdir -pv'
alias cp='cp -v'
alias mv='mv -v'
alias mkdir='mkdir -pv'
alias df='df -hT'
alias grep='grep --color=auto'
alias ls='ls -alh --color=auto'
alias upp='yaourt -Syu --aur'
alias rem='sudo pacman -R'
alias inst='sudo pacman -S'
alias instu='sudo pacman -U'
alias yy='yaourt'
alias aur='yaourt -G'
alias build='makepkg -s PKGBUILD'
alias abs='mkdir abs && cd abs && ABSROOT="." abs'
alias rmsvn='find . -depth -name .svn -type d -exec rm -fr {} \;'
alias isomount='mount -o loop'
alias wget='wget -c'
alias ping='ping -c 5'
alias nethogs='sudo nethogs eth0'
alias mkvmerge-gui='mmg'
alias lsusb.py='lsusb.py -c'
alias pkgfile='pkgfile -gv'
alias htop='htop -s PERCENT_CPU'
alias chown='chown -R -v'
alias chgrp='chown -R -v'
alias chmod='chmod -R -v'
alias swapoff='swapoff -v'
alias swapon='swapon -v'
alias pkgfile='sudo pkgfile'
# Export variables
if [ -n "$DISPLAY" ]; then
export BROWSER='firefox'
export EDITOR='geany'
export VISUAL='geany'
else
export BROWSER='links'
export EDITOR='nano'
export VISUAL='nano'
fi
export WINEPREFIX="$HOME/.wine-office10/"
export WINEARCH='win32'
export WINEDLLOVERRIDES='winemenubuilder.exe=d'
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
# Complete
complete -cf sudo
complete -cf man
complete -cf info
complete -cf pkill
complete -cf kill
complete -cf killall
complete -cf gdb
complete -cf time
complete -cf watch

Similar Messages

  • Perl and locale

    When I launch an perl application (okay - it was cowsay ) I get an error:
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_COLLATE = "C",
    LANG = "pl_PL.ISO-8859-2"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    Is an "arch way" to set these variables (profile.d or something) or I just have to set them in .bashrc or any other script?
    And what should I assign to LC_COLLATE?

    Thanks a lot. I'm quite unfamiliar with this whole locale idea and I don't understand how it works, so that's my problem I didn't have any idea that glibc news might have anything in common with perl...

  • Apache2 local web server + Perl 5 + mysql problem

    this problem has been bugging me for some months; it's stopping me developing on my new MBP.
    I cannot connect to mysql 5.0.45 database when web sharing w/ Apache2 with either Perl 5.8 & Activeperl 5.10 cgi scripts on Mac OS X Leopard 10.5.2 & 10.5.3
    Although I can connect to the mysql DB when running the Perl scripts from the command line.
    The problem only occurs on my local web server in Mac OS X 10.5.2 & 10.5.3.
    On my old development Mac running 10.3 the code runs fine, as it also does on my remote site.
    server error log: Can't locate DBD/mysql.pm . . .
    I suspect there is a problem somewhere between Apache2, Perl & MySQL.
    Please advise.
    Sarpedon Jones
    Message was edited by: Sarpedon Jones

    I've got the same problem but It sounds like I've gotten farther. I was forced to do an emergency move of some Perl and PHP sites to 10.5.4 when our 10.4 web server refused to authenticate to AD anymore...
    Leopard's Apache/Perl support is terrible. There is not click to add option anymore so you have to manually set up mod_perl. No big deal but the first sign that there isn't reasonable support.
    The bigger issue is that Apple's Perl will not compile some modules.. namely DBD::mysql.
    Normally you'd use "cpan" to install the modules you need. The core module for connecting to a mysql database is DBD.. specifically DBD::mysql
    You should be able to run "cpan" or "cpanp" [cpan plus] to get a cpan interactive prompt. At this point you should be able to compile DBD by issuing either of the following:
    "install DBD::mysql" or
    "install Module DBD::mysql"
    I've tried this on two installs of OS X Server and that module (and others) will not compile on either system. One of my servers had been set up as a Wiki server before but the other had not been running any web services before I started using it as a test bed for my site move. (BTW these sites are unavailable until I can move them).
    There is another bug (noted on mysql's site) with Apple's version of cpan. If you try to add some modules, cpan will report that it needs to install a new, full version of Perl. The recommendation is to not do this, but rather force the install.. "install f DBD::mysql"
    Forcing the install is a questionable idea but it doesn't work anyway.
    I eventually did install perl 5.0.10 on the system in /usr/ and that does allow me to compile the needed Perl mods. However, the global @INC path has the old Perl paths listed so my perl CGIs will not use the new perl install.
    I'm sorry I don't have a solution. Hopefully my troubleshooting will elicit some more feedback.
    steven.

  • Remote and Local Site Sync Problems

    I have a customer who is using Dreamweaver CS4 on Mac OS X. Dreamweaver is setup to have a local site as our development server(win 2k3) and the remote site as our live web server(win 2k3). The folder structure on both the development and live web server is the same. When you view the path in the manage site window of dreamweaver it shows both remote and local site listed as /Volumes/www/Data. When dreamweaver connects to both of these to sync the files nothing happens since it sees them as the same place.
    I have looked in the /Volumes folder on the customers computer and two listings appear for the servers www and www-1. This is not what dreamweaver shows and if you repoint the link to the www-1 folder it just changes back to www.
    I have tried to create alias' and symbolic links to distinguish one folder from the other however nothing I seem to change has any effect.
    If you use finder on the machine it can distinguish between the two folders I just need to figure out how to make dreamweaver do the same.
    Any assistance on this would be greatly appreciated.

    Unfortunately no I do not have a solution. I was not able to find out at the time and the problem went away with the migration to a content management system for our web server. Also the Develpment team changed hands and the new people all use windows machines.
    Good Luck trying to find a solution.

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • 10.5.8 Server, Amavisd 2.6.4 crahing perl, with BerkeleyDB Problem

    By searching the interwebs and discussions here didn't find a solution that worked for me yet.
    System Details: Quad intel Xserve, 10.5.8 Server (Security Update 2009-005 not yet applied.)
    Seems to have started this night around 2am.
    Amavisd-new 2.6.4 will not accept transport anymore. Logs the well known
    Sep 16 15:23:00 mail postfix/qmgr[3853]: warning: connect to transport smtp-amavis: Connection refused
    Sep 16 15:23:12 mail deliver[3869]: connect(/var/imap/socket/lmtp) failed: Connection refused
    messages to the log.
    Tried rebuilding amasid-new and all the needed perl modules. CPAN worked well, yet perl seems to crash anytime amavisd will access a BerkelyDB from cyrus.
    SMTP in seems to work fine, SMTP out as well, transport from postfix to cyrus via amavisd is still broken. My own user account can send and even receive mails without a problem, which stumps me a little. I only have that user for testing purposes, so it doesn't carry any amount of email beyond test mails, counting less than 100 messages.
    I have already checked for privileges and quota problems with the .db.
    Repairing the Database with ServerAdmin hasn't helped, as did a reconstruct with ServerAdmin. I'm still trying to avoid full mailbox rebuilds. I'd prefer rebuilding only the problematic mailboxes and not all mailboxes to have a few as possible users with all their unread status reset.
    For a quick fix, I'd like to be able to deliver mails to the users boxes so they get their mails for the moment, seems they are able to send without problems. This should buy me a little more time until I can fix it all properly.
    Turning off Spam and Virus filtering doesn't help the delivery, which I expected it would. doesn't this time.
    How can I find out which user's mailboxes are corrupted so I can only completely rebuild the ones really needed? I'm willing to jump through substantial hoops to prevent the need to do a full server mailbox rebuild. (ca. 90GB of mails in total… would take a looong time and upset the users.)
    I can test everything and can of course provide any more details you might need to help me.
    This setup is quite modified from Apple's stock setup mostly following pterobyte's excellent recommendations and tutorials for improvement.
    Best regards
    Pepi
    This is what the mail system logs when starting up:
    Clearly there is a problem with the cyrus databases which seem to cause amavisd/perl to crash.
    Sep 16 15:43:29 mail sudo[68375]: radmin : TTY=ttys007 ; PWD=/private/var ; USER=root ; COMMAND=/usr/sbin/serveradmin start mail
    Sep 16 15:43:30 mail master[68377]: process started
    Sep 16 15:43:30 mail postfix/postfix-script[68382]: fatal: the Postfix mail system is not running
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: DBENV->logflush: LSN of 1/62288 past current end-of-log of 1/15979
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: Database environment corrupt; the wrong log files may have been removed or incompatible database files imported from another environment
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: /var/imap/tls_sessions.db: unable to flush page: 0
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: txn_checkpoint: failed to flush the buffer cache Invalid argument
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR db4: PANIC: Invalid argument
    Sep 16 15:43:30 mail ctl_cyrusdb[68379]: DBERROR: critical database situation
    Sep 16 15:43:35 mail master[68377]: process 68379 exited, status 75
    Sep 16 15:43:35 mail idled[68430]: cleaning up corrupted database files in: /var/imap/db
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.001
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.002
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.003
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.004
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: __db.005
    Sep 16 15:43:35 mail idled[68430]: ----: removed file: log.0000000001
    Sep 16 15:43:36 mail master[68377]: Cyrus POP/IMAP Server v2.3.8 ready for work
    Sep 16 15:43:36 mail ctl_cyrusdb[68432]: checkpointing cyrus databases
    Sep 16 15:43:36 mail ctl_cyrusdb[68432]: done checkpointing cyrus databases
    Sep 16 15:44:01 mail sudo[68459]: root : TTY=unknown ; PWD=/ ; USER=_cyrus ; COMMAND=/usr/bin/cyrus/bin/cyrus-quota -r
    This is what is written to the crash report:
    $ cat perl2009-09-16-145012Buzz-Lightyear.crash
    Process: perl [2230]
    Path: /usr/bin/perl
    Identifier: perl
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2009-09-16 14:50:12.683 +0200
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: 351B0AD5-FE9F-4556-A043-7FE8E4595D06
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: dbversion
    Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Expected in: dynamic lookup
    I don't expect it to be of help in this case, but here is my postconf for completeness.
    $ postconf -n
    always_bcc = [email protected]
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter =
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 20971520
    mydomain = mail.raiffeisenzeitung.at
    mydomain_fallback = localhost
    myhostname = mail.raiffeisenzeitung.at
    mynetworks = 127.0.0.1/32
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks rejectrblclient zen.spamhaus.org rejectrblclient ix.dnsbl.manitu.net permit
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = gssapi,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,hash:/etc/postfix/rejects,reject_unauth_des tination,reject_unlistedrecipient,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/certificates/mail.raiffeisenzeitung.at.crt
    smtpdtls_keyfile = /etc/certificates/mail.raiffeisenzeitung.at.key
    smtpduse_pwserver = yes
    smtpdusetls = yes
    tlsrandomsource = dev:/dev/urandom
    unknownlocal_recipient_rejectcode = 550
    virtualaliasdomains = hash:/etc/postfix/virtual_domains
    virtualaliasmaps = hash:/etc/postfix/virtual
    virtualmailboxdomains = hash:/etc/postfix/virtualdomainsdummy
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp

    Hi Alex,
    thanks for chiming in!
    I'm quite confident, that nobody installed BerkeleyDB at 2am on that server. Neither on purpose nor accidentally.
    Just for the record… the usual suspects have be checked as well:
    I've checked the filesystem, and it seems to be ok.
    I've repaired privileges, and they seem to be ok.
    I've used mailbfr to rebuild each and every mailbox. (-m)
    I've used mailbfr to repair mail system privs and quota. (-o, -q)
    The system has plenty of freespace on all drives.
    Additional info about the current behavior:
    I've turned off virus and spam filtering for the moment. Mails can be sent and do get delivered for all the accounts I've tested. The ones that are already in the queue do not get delivered. I've even tried to manually flush the queue, though postfix usually never needs that and know best when to do what. Anyway it didn't convince postfix to deliver the queued mails.
    From the logs I can see that cyrus complains about a critical database condition in
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Log sequence error: page LSN 1 3679; previous LSN 10 7846960
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Recovery function for LSN 1 3308 failed on forward pass
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: PANIC: Invalid argument
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR: critical database situation
    Sep 16 20:49:47 mail idled[39372]: cleaning up corrupted database files in: /var/imap/db
    These problems persist after a server restart.
    Log Details when I try to activate Spam or virus filtering again:
    Sep 16 21:19:30 mail org.amavis.amavisd[1278]: Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Sep 16 21:19:30 mail org.amavis.amavisd[1278]: Expected in: dynamic lookup
    Sep 16 21:19:31 mail ReportCrash[1292]: Formulating crash report for process perl[1278]
    Sep 16 21:19:31 mail ReportCrash[1292]: Saved crashreport to /Library/Logs/CrashReporter/perl2009-09-16-211931Buzz-Lightyear.crash using uid: 0 gid: 0, euid: 0 egid: 0
    Sep 16 21:19:31 mail com.apple.launchd[1] (org.amavis.amavisd[1278]): Exited abnormally: Trace/BPT trap
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: dyld: lazy symbol binding failed: Symbol not found: dbversion
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Expected in: dynamic lookup
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: dyld: Symbol not found: dbversion
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/BerkeleyDB/BerkeleyDB.bundl e
    Sep 16 21:19:31 mail org.amavis.amavisd[1294]: Expected in: dynamic lookup
    Sep 16 21:19:31 mail ReportCrash[1292]: Formulating crash report for process perl[1294]
    Sep 16 21:19:31 mail ReportCrash[1292]: Saved crashreport to /Library/Logs/CrashReporter/perl2009-09-16-211931Buzz-Lightyear.crash using uid: 0 gid: 0, euid: 0 egid: 0
    Sep 16 21:19:31 mail com.apple.launchd[1] (org.amavis.amavisd[1294]): Exited abnormally: Trace/BPT trap
    Sep 16 21:19:31 mail com.apple.launchd[1] (org.amavis.amavisd): Throttling respawn: Will start in 10 seconds
    Sep 16 21:19:34 mail org.clamav.clamd[1204]: Pid file removed.
    Sep 16 21:19:34 mail org.clamav.clamd[1204]: --- Stopped at Wed Sep 16 21:19:34 2009
    Sep 16 21:19:34 mail org.clamav.clamd[1204]: Socket file removed.
    I've already rebuilt amavisd-new 2.6.4 and ClamAV 0.95.2 (with your extras) then rebootet. As expected, the cyrus problems remain. Perl is still crashing as soon as amavisd or ClamAV shall start. Mail delivery directly to cyrus without filtering seems to work fine at the moment. Queued mails stay where they are and do not get delivered.
    Log and status output:
    This is what CPAN tells me about the installed Perl BerkeleyDB Module:
    CPAN: Storable loaded ok (v2.15)
    Going to read '/Users/radmin/.cpan/Metadata'
    Database was generated on Wed, 16 Sep 2009 07:31:39 GMT
    Module id = BerkeleyDB
    DESCRIPTION Interface to Berkeley DB version 2, 3 or 4
    CPAN_USERID PMQS (Paul Marquess <[email protected]>)
    CPAN_VERSION 0.39
    CPAN_FILE P/PM/PMQS/BerkeleyDB-0.39.tar.gz
    UPLOAD_DATE 2009-06-06
    DSLIP_STATUS RdcOp (released,developer,C,object-oriented,Standard-Perl)
    MANPAGE BerkeleyDB - Perl extension for Berkeley DB version 2, 3 or 4
    INST_FILE /Library/Perl/5.8.8/darwin-thread-multi-2level/BerkeleyDB.pm
    INST_VERSION 0.39
    This happens when I start the mail system with spam and virus filtering turned off:
    Sep 16 20:49:37 mail com.apple.launchd[1] (org.postfix.master[35692]): Exited: Terminated
    Sep 16 20:49:37 mail postfix/postfix-script[39262]: fatal: the Postfix mail system is not running
    Sep 16 20:49:40 mail net.clamav.clamd[35631]: Pid file removed.
    Sep 16 20:49:40 mail net.clamav.clamd[35631]: --- Stopped at Wed Sep 16 20:49:40 2009
    Sep 16 20:49:40 mail net.clamav.clamd[35631]: Socket file removed.
    Sep 16 20:49:40 mail com.apple.launchd[1] (edu.cmu.andrew.cyrus.master[35710]): Stray process with PGID equal to this dead job: PID 38979 PPID 1 imapd
    Sep 16 20:49:41 mail master[39317]: process started
    Sep 16 20:49:41 mail postfix/postfix-script[39322]: fatal: the Postfix mail system is not running
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: Global size limit set to 20971520 bytes.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: File size limit set to 15728640 bytes.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: Recursion level limit set to 10.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Limits: Files limit set to 1500.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Archive support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Algorithmic detection enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Portable Executable support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: ELF support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Detection of broken executables enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Mail files support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: OLE2 support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: PDF support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: HTML support enabled.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Self checking every 600 seconds.
    Sep 16 20:49:41 mail net.clamav.clamd[39308]: Set stacksize to 1048576
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Log sequence error: page LSN 1 3679; previous LSN 10 7846960
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: Recovery function for LSN 1 3308 failed on forward pass
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR db4: PANIC: Invalid argument
    Sep 16 20:49:41 mail ctl_cyrusdb[39320]: DBERROR: critical database situation
    Sep 16 20:49:47 mail master[39317]: process 39320 exited, status 75
    Sep 16 20:49:47 mail idled[39372]: cleaning up corrupted database files in: /var/imap/db
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.001
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.002
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.003
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.004
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: __db.005
    Sep 16 20:49:47 mail idled[39372]: ----: removed file: log.0000000001
    Sep 16 20:49:47 mail master[39317]: Cyrus POP/IMAP Server v2.3.8 ready for work
    Sep 16 20:49:47 mail ctl_cyrusdb[39374]: checkpointing cyrus databases
    Sep 16 20:49:47 mail ctl_cyrusdb[39374]: done checkpointing cyrus databases
    Should I try to use mailbfr -f (and get about 900.000 unread mails)? If there is nothing else I can do to fix this, I'll do it. It takes what it takes.
    Thanks
    Best regards
    Pepi

  • R/3 Transport and tp Problem

    Hello,
    I downloaded the necessary support packages of SAP_APPL ( Lojistik ve
    Mali isler ) and P3A ( P3VA:500 Add-on Installation) on AFS Test system
    and updated them on their patch level. There was no problem with P3A,
    but I installed the patch level on SAP_APPL component to 009. Then I
    take the message "text" while installing 0010 patch and we
    cannot request the release in test system. I had a search for some
    documents about this on OSS but failed. Patch levels,after updating,
    are like the folloving:
    P3A-V500-0005-SAPKIAF505-P3A V500 : Add-On Installation-Comp.Supp. Pkg.
    SAP_APPL-500-0009-SAPKH50009-Lojistik ve mali i&#351;ler- R/3 Support Pkg.
    I also add our R3trans and TP version info.It is old, but we couldn't find the new version at SAP Service Marketplace for KErnel 6.40, how can we upgrade R3trans / TP ? (Do we have to upgrade Kernel patch? Our kernel level is (release 640, patch level 87).
    <b>Error Message</b>,
    The import was stopped, since an error occurred during the phase      
    IMPORT_OBJECT_LIST, which the Support Package Manager is unable to    
    resolve without your input.                                                                               
    After you have corrected the cause of the error, continue with the    
    import by choosing Support Package -> Import queue from the initial   
    screen of the Support Package Manager.                                                                               
    The following details help you to analyze the problem:                                                                               
    -   Error in phase: IMPORT_OBJECT_LIST                            
         -   Reason for error: TP_FAILURE                                  
         -   Return code: 0016                                             
    -     Error message: A tool used by tp broke down                   
    Notes on phase IMPORT_OBJECT_LIST                                                                               
    In this phase the object lists for the Support Packages in the queue are
    imported into the system. This phase can terminate due to the following 
    reasons:                                                                               
    o   TP_INTERFACE_FAILURE: The tp interface could not be called.                                                                               
    o   TP_FAILURE: The program tp could not be executed. For more          
         information on this, see the SLOG or ALOG log file.                                                                               
    o   COMMAND_FILE_IMPORT_FAILURE: The object list of one or more Support 
         Packages could not be imported. For the cause of the error, see the 
         log of the command file import.                                                                               
    A prerequisite of the Support Package Manager is that the Change and    
    Transport System (CTS) is configured correctly. For more detailed       
    information, read the online documentation available from Help -> SAP 
    Library -> mySAP Technology Components -> SAP Web Application Server ->
    Change and Transport System .                                                                               
    A list of the most important SAP Notes for Online Correction Support  
    (OCS) is available in SAP Note 97620, which is updated regularly.     
    <b>Support Package Error Logfile:</b>
    1 ETP176 IMPORT OF COMMANDFILE ONLY
    1 ETP101 transport order     : "SAPKIAF506"
    1 ETP102 system              : "AFT"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.07" "640"
    1 ETP198
    4 ETW000 R3trans.exe version 6.09 (release 640 - 28.04.04 - 16:14:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 14.03.2007 - 10:08:21
    4 ETW000 control file: D:\usr\sap\trans\tmp\SAPKKIAF506.AFT
    4 ETW000 > #pid 1352 on AFTHOST (APServiceAFT)
    4 ETW000 > import
    4 ETW000 > buffersync=yes
    4 ETW000 > file='D:\usr\sap\trans\data\RIAF506.SAP'
    4 ETW000 > continuation='D:\usr\sap\trans\data\RIAF506_#.SAP'
    4 ETW000 > client cascade yes
    4 ETW000 > repeatimport=yes
    4 ETW000 >
    4 ETW000 > including 'NOTHING'
    4 ETW000 R3trans was called as follows: R3trans.exe -w D:\usr\sap\trans\tmp\SAPLIAF506.AFT D:\usr\sap\trans\tmp\SAPKKIAF506.AFT
    4 ETW000 Connected to DBMS = MSSQL ---  SERVER = 'afthost' DBNAME = 'AFT' --- SYSTEM = 'AFT'.
    4 ETW690 "0" "0"
    4 ETW000 COMMIT (0).
    4 ETW000  trace at level 1 opened for a given file pointer
    4 ETW000
    4 ETW000 ================== STEP 1 =====================
    4 ETW000 date&time   : 14.03.2007 - 10:08:21
    4 ETW000 function    : IMPORT
    4 ETW000 data file   : D:\usr\sap\trans\data\RIAF506.SAP
    4 ETW000 Continuation: D:\usr\sap\trans\data\RIAF506_#.SAP
    4 ETW000 buffersync  : YES
    4 ETW000 clients     : cascade
    4 ETW000 repeatimport: YES (corresponds to unconditional mode 1)
    4 ETW000 repeatclimp.: NO
    4 ETW000 c.s.i.      : NO
    4 ETW000 l.s.m.      : VECTOR
    4 ETW000 charsetadapt: YES
    4 ETW000 def. charset: WEUROPEAN
    4 ETW000 commit      : 100000
    4 ETW000 table cache : dynamic
    4 ETW000 INCLUDING   : 'NOTHING'
    4 ETW000
    4 ETW000 rejected clients : 066
    4 ETW000
    4 ETW000 client cascade to: 000, 001, 100, 111, 300, 333
    4 ETW000 Character set on this machine : ASCII (ISO 8859-1).
    4 ETW000 Character set on the data file: 2 byte unicode big endian.
    4 ETW000 Data file is compressed with algorithm 'L'.
    4 ETW000 Export was executed on 27.06.2006 at 10:22:59 by hm3adm     
    3 ETW709 "640 "
    4 ETW000   with R3trans version: 13.02.06 - 15:46:42
    4 ETW000 Source System = SUN on SPARC CPU with Solaris 2.2 on DBMS = DB6 --- DB2DBDFT = 'HM3' --- SYSTEM = 'HM3'.
    4 ETW000
    4 ETW000 language vector during export: DESFIJ3TM1PN
    4 ETW000 lsm during export: ALL
    4 ETW000 trfunction = D (patch transport)
    4 ETW000 .--============--
    4 ETW000 |                              RSCP - Error                            |
    4 ETW000 | Error from:             Codepage handling (RSCP)                     |
    4 ETW000 | code:    8  RSCPEIO      Some I/O error.                             |
    4 ETW000 | dbrtab error 16 in rscpddio__direct_db_io                            |
    4 ETW000 | module: rscpgdio no:   14 line:  1515                    T100: TS004 |
    4 ETW000 | TSL01: F6H  p3: XRTAB&0&16&UMGSETTING                    &           |
    4 ETW000 |----
    |
    4 ETW000 | Error propagation from: Primary key table access (RTAB)              |
    4 ETW000 | RTAB error      16                                                   |
    4 ETW000 | table       UMGSETTING                                              |
    4 ETW000 | db key      UNICONV                                                  |
    4 ETW000 |----
    |
    4 ETW000 | Some OS information, which may or may not belong to this error:      |
    4 ETW000 | errno     2  No such file or directory                               |
    4 ETW000 `----
    1AETW000 ===> HALT: GetDBMigrateCodePagesLangs fails with rc=8 (twconv.c:888) Please contact the SAP support.
    4 ETW000  [dev trc     ,00000]  Rollback Work (0)                                  90088  0.090088
    4 ETW000 ROLLBACK (1470).
    4 ETW000 End of Transport (0016).
    4 ETW000 date&time: 14.03.2007 - 10:08:21
    1 ETP176 IMPORT OF COMMANDFILE ONLY
    1 ETP110 end date and time   : "20070314100821"
    1 ETP111 exit code           : "16"
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP176 IMPORT OF COMMANDFILE ONLY
    1 ETP101 transport order     : "SAPKIAF506"
    1 ETP102 system              : "AFT"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.07" "640"
    1 ETP198
    4 ETW000 R3trans.exe version 6.09 (release 640 - 28.04.04 - 16:14:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 14.03.2007 - 10:09:37
    4 ETW000 control file: D:\usr\sap\trans\tmp\SAPKKIAF506.AFT
    4 ETW000 > #pid 3148 on AFTHOST (APServiceAFT)
    4 ETW000 > import
    4 ETW000 > buffersync=yes
    4 ETW000 > file='D:\usr\sap\trans\data\RIAF506.SAP'
    4 ETW000 > continuation='D:\usr\sap\trans\data\RIAF506_#.SAP'
    4 ETW000 > client cascade yes
    4 ETW000 > repeatimport=yes
    4 ETW000 >
    4 ETW000 > including 'NOTHING'
    4 ETW000 R3trans was called as follows: R3trans.exe -w D:\usr\sap\trans\tmp\SAPLIAF506.AFT D:\usr\sap\trans\tmp\SAPKKIAF506.AFT
    4 ETW000 Connected to DBMS = MSSQL ---  SERVER = 'afthost' DBNAME = 'AFT' --- SYSTEM = 'AFT'.
    4 ETW690 "0" "0"
    4 ETW000 COMMIT (0).
    4 ETW000  trace at level 1 opened for a given file pointer
    4 ETW000
    4 ETW000 ================== STEP 1 =====================
    4 ETW000 date&time   : 14.03.2007 - 10:09:38
    4 ETW000 function    : IMPORT
    4 ETW000 data file   : D:\usr\sap\trans\data\RIAF506.SAP
    4 ETW000 Continuation: D:\usr\sap\trans\data\RIAF506_#.SAP
    4 ETW000 buffersync  : YES
    4 ETW000 clients     : cascade
    4 ETW000 repeatimport: YES (corresponds to unconditional mode 1)
    4 ETW000 repeatclimp.: NO
    4 ETW000 c.s.i.      : NO
    4 ETW000 l.s.m.      : VECTOR
    4 ETW000 charsetadapt: YES
    4 ETW000 def. charset: WEUROPEAN
    4 ETW000 commit      : 100000
    4 ETW000 table cache : dynamic
    4 ETW000 INCLUDING   : 'NOTHING'
    4 ETW000
    4 ETW000 rejected clients : 066
    4 ETW000
    4 ETW000 client cascade to: 000, 001, 100, 111, 300, 333
    4 ETW000 Character set on this machine : ASCII (ISO 8859-1).
    4 ETW000 Character set on the data file: 2 byte unicode big endian.
    4 ETW000 Data file is compressed with algorithm 'L'.
    4 ETW000 Export was executed on 27.06.2006 at 10:22:59 by hm3adm     
    3 ETW709 "640 "
    4 ETW000   with R3trans version: 13.02.06 - 15:46:42
    4 ETW000 Source System = SUN on SPARC CPU with Solaris 2.2 on DBMS = DB6 --- DB2DBDFT = 'HM3' --- SYSTEM = 'HM3'.
    4 ETW000
    4 ETW000 language vector during export: DESFIJ3TM1PN
    4 ETW000 lsm during export: ALL
    4 ETW000 trfunction = D (patch transport)
    4 ETW000 .--============--
    4 ETW000 |                              RSCP - Error                            |
    4 ETW000 | Error from:             Codepage handling (RSCP)                     |
    4 ETW000 | code:    8  RSCPEIO      Some I/O error.                             |
    4 ETW000 | dbrtab error 16 in rscpddio__direct_db_io                            |
    4 ETW000 | module: rscpgdio no:   14 line:  1515                    T100: TS004 |
    4 ETW000 | TSL01: F6H  p3: XRTAB&0&16&UMGSETTING                    &           |
    4 ETW000 |----
    |
    4 ETW000 | Error propagation from: Primary key table access (RTAB)              |
    4 ETW000 | RTAB error      16                                                   |
    4 ETW000 | table       UMGSETTING                                              |
    4 ETW000 | db key      UNICONV                                                  |
    4 ETW000 |----
    |
    4 ETW000 | Some OS information, which may or may not belong to this error:      |
    4 ETW000 | errno     2  No such file or directory                               |
    4 ETW000 `----
    1AETW000 ===> HALT: GetDBMigrateCodePagesLangs fails with rc=8 (twconv.c:888) Please contact the SAP support.
    4 ETW000  [dev trc     ,00000]  Rollback Work (0)                                  88800  0.088800
    4 ETW000 ROLLBACK (1470).
    4 ETW000 End of Transport (0016).
    4 ETW000 date&time: 14.03.2007 - 10:09:38
    1 ETP176 IMPORT OF COMMANDFILE ONLY
    1 ETP110 end date and time   : "20070314100938"
    1 ETP111 exit code           : "16"
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP179 CREATE COFILE FROM DATAFILE
    1 ETP101 transport order     : "SAPKIAF506"
    1 ETP102 system              : "AFT"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.07" "640"
    1 ETP198
    4 ETW000 R3trans.exe version 6.09 (release 640 - 28.04.04 - 16:14:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 14.03.2007 - 12:08:33
    4 ETW000 control file: D:\usr\sap\trans\tmp\SAPKKIAF506.AFT
    4 ETW000 > #pid 4020 on AFTHOST (APServiceAFT)
    4 ETW000 > createcofile
    4 ETW000 > file='D:\usr\sap\trans\data\RIAF506.SAP'
    4 ETW000 >
    4 ETW000 R3trans was called as follows: R3trans.exe -w D:\usr\sap\trans\tmp\SAPLIAF506.AFT D:\usr\sap\trans\tmp\SAPKKIAF506.AFT
    4 ETW000  trace at level 1 opened for a given file pointer
    4 ETW000
    4 ETW000 ================== STEP 1 =====================
    4 ETW000 date&time   : 14.03.2007 - 12:08:34
    4 ETW000 function    : CREATECOFILE
    4 ETW000 data file   : D:\usr\sap\trans\data\RIAF506.SAP
    4 ETW000 buffersync  : NO
    4 ETW000 clients     : default
    4 ETW000 l.s.m.      : VECTOR
    4 ETW000 commit      : -1
    4 ETW000 table cache : dynamic
    4 ETW000
    4 ETW000 Character set on this machine : ASCII (ISO 8859-1).
    4 ETW000 Character set on the data file: 2 byte unicode big endian.
    4 ETW000 Data file is compressed with algorithm 'L'.
    4 ETW000 Export was executed on 27.06.2006 at 10:22:59 by hm3adm     
    3 ETW709 "640 "
    4 ETW000   with R3trans version: 13.02.06 - 15:46:42
    4 ETW000 Source System = SUN on SPARC CPU with Solaris 2.2 on DBMS = DB6 --- DB2DBDFT = 'HM3' --- SYSTEM = 'HM3'.
    4 ETW000
    4 ETW000 language vector during export: DESFIJ3TM1PN
    4 ETW000 lsm during export: ALL
    4 ETW000 trfunction = D (patch transport)
    3 ETW692 "SAPKIAF506          "
    3 ETW708 "000"
    3 ETW695 "D"
    3 ETW694 "SAP       "
    3 ETW693 "PAUSER      "
    3 ETW696 "20060627"
    3 ETW713 "P3A V500: patch 0006, CRT for SAPKH50010 - 12               "
    3 ETW691 "CORRMERGMERGEINFO  HM3 20060627 102016          "
    3 ETW707 "CORRMERGMERGEINFO  HM3 20060627 102016          "
    3 ETW691 "LIMUCUAD/AFS/ARUN_SELSET_REORG                  "
    3 ETW707 "R3TRPROG/AFS/ARUN_SELSET_REORG"
    3 ETW691 "LIMUCUADPP_ORDER_PROGRESS                       "
    3 ETW707 "R3TRPROGPP_ORDER_PROGRESS"
    R3 Trans and tp Version
    C:\Documents and Settings\aftadm>tp -v
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    This is tp version 340.07 (release 640)
    tp information
    kernel release                640
    kernel make variant           640_REL
    DBMS client library           SQL_Server_8.00
    DBSL shared library version   640.00
    compiled on                   NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
    compilation mode              Non-Unicode
    compile time                  Jul 14 2004 19:38:55
    update level                  0
    patch number                  3
    source id                     0.026
    supported environment
    database (SAP, table SVERS)   610
                                  620
                                  630
                                  640
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    tp patch information
    ( 0.003) Restart after error in transport request independent step (note 686580)
    ( 0.003) Dd activation ends with returncode 8 although there's no error (note 69
    4062)
    dbsl patch information
    ( 0.001) MSSQL: TOP n for dynamic statements (note 699014)
    ( 0.003) MSSQL: R3load exports too few records (note 705088)
    ( 0.003) MSSQL: error handling on DBCON-connect (note 705674)
    ( 0.007) MSSQL: Row handles must all be released (note 719273)
    ( 0.016) MSSQL: BindInputParams: The parameter is invalid (note 731265)
    ( 0.017) MSSQL: SQL 2005 SNAC Support (note 734034)
    ( 0.022) MSSQL: Security issue (note 744948)
    ( 0.025) MSSQL: $DBCMD command (note 751269)
    ( 0.026) MSSQL: GetNextMsst1 error (note 754819)
    C:\Documents and Settings\aftadm>r3trans -v
    This is r3trans version 6.09 (release 640 - 28.04.04 - 16:14:00).
    R3trans information
    kernel release                640
    kernel make variant           640_REL
    DBMS client library           SQL_Server_8.00
    DBSL shared library version   640.00
    compiled on                   NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
    compilation mode              Non-Unicode
    compile time                  Jul 14 2004 19:38:55
    update level                  0
    patch number                  19
    source id                     0.026
    supported environment
    database (SAP, table SVERS)   610
                                  620
                                  630
                                  640
    operating system
    Windows NT 5.0
    Windows NT 5.1
    Windows NT 5.2
    R3trans patch information
    ( 0.001) Code pages patch packet 313233 (note 447519)
    ( 0.001) Code pages patch packet 34 (note 695907)
    ( 0.003) Deletion in language dependent table (note 337224)
    ( 0.009) Unicode: Core Dump in build_initrec, Modul dbntab (note 717717)
    ( 0.009) Avoid duplicate key errors due to scrap characters (note 718511)
    ( 0.009) Protect customer's table entries (note 530335)
    ( 0.011) Wrong error message: Value of key specification field (note 720329)
    ( 0.013) Code pages, languages and locales, packet 37 + 38 (note 447519)
    ( 0.013) Code pages, languages and locales, packet 37 + 38 (note 722638)
    ( 0.019) Code pages patch packet 40 (NT) (note 447519)
    ( 0.019) Code pages patch packet 40 (NT) (note 447519)
    dbsl patch information
    ( 0.001) MSSQL: TOP n for dynamic statements (note 699014)
    ( 0.003) MSSQL: R3load exports too few records (note 705088)
    ( 0.003) MSSQL: error handling on DBCON-connect (note 705674)
    ( 0.007) MSSQL: Row handles must all be released (note 719273)
    ( 0.016) MSSQL: BindInputParams: The parameter is invalid (note 731265)
    ( 0.017) MSSQL: SQL 2005 SNAC Support (note 734034)
    ( 0.022) MSSQL: Security issue (note 744948)
    ( 0.025) MSSQL: $DBCMD command (note 751269)
    ( 0.026) MSSQL: GetNextMsst1 error (note 754819)
    Thanks in advance…

    Hello Ismail
    Update your versions of TP and R3trans and the SAP Kernal and retry the import.
    The versions you have are from 2004.
    Thanks
    Kenny

  • Hello friends, my itunes has stopped working. and the problem report stated the following: Fault Module Name:     KERNELBASE.dll   Fault Module Version:     6.1.7601.17514.................. please can anybody help me?hello friends, my itunes has stopped w

    Hello everybody> my itunes has stopped working and the problem report stated the following:
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    iTunes.exe
      Application Version:    10.5.3.3
      Application Timestamp:    4f14cc3d
      Fault Module Name:    KERNELBASE.dll
      Fault Module Version:    6.1.7601.17514
      Fault Module Timestamp:    4ce7b8f0
      Exception Code:    80000003
      Exception Offset:    0003381b
      OS Version:    6.1.7601.2.1.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    can anybody help me?

    Are you seeing a similar message when launching QuickTime Player?
    What security software is installed on the computer? Have you tried testing in an admin account or after uninstalling tthe security software?
    Use one of the following articles to guide you through removing iTunes and the related QuickTime files.
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • Itunes not workin and the problem displays - m signature:   Problem Event Name:     BEX   Application Name:     iTunes.exe   Application Version:     10.5.3.3   Application Timestamp:     4f14cc3d   Fault Module Name:     QuickTime.qts_unloaded   Fault Mo

    i tunes not working and the problem its displaying is
      m signature:
      Problem Event Name:    BEX
      Application Name:    iTunes.exe
      Application Version:    10.5.3.3
      Application Timestamp:    4f14cc3d
      Fault Module Name:    QuickTime.qts_unloaded
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    4cf45322
      Exception Offset:    706e1040
      Exception Code:    c0000005
      Exception Data:    00000008
      OS Version:    6.1.7601.2.1.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
      please help.

    im having this problem to ive uninstalled and installed but this still comes up!!
    Problem signature:
      Problem Event Name:    BEX
      Application Name:    iTunes.exe
      Application Version:    10.7.0.21
      Application Timestamp:    504d85d9
      Fault Module Name:    StackHash_0a9e
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    00000000
      Exception Offset:    00000000
      Exception Code:    c0000005
      Exception Data:    00000008
      OS Version:    6.1.7601.2.1.0.768.3
      Locale ID:    5129
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789

  • JBoss and local interfaces (JNDI)

    I'm trying to do simple example involving local interfaces on JBoss.
    There is Bar remote interface, which uses Foo, local interface. And the problem is - i cant locate Foo within Bar:
    ejb-jar.xml:
    <session>
    <ejb-name>BarEjb</ejb-name>
    </session>
    <entity>
    <ejb-name>FooEjb</ejb-name>
    </entity>To make FooEjb accessible for Bar via local interface, as manual says, i have to put additional reference in ejb-jar.xml for Bar:
    <ejb-local-ref>
         <ejb-ref-name>LocalFooEjb</ejb-ref-name>
         <ejb-ref-type>Entity</ejb-ref-type>
         <local-home>beans.FooHome</local-home>
         <local>beans.Foo</local>
         <ejb-link>FooEjb</ejb-link>
    </ejb-local-ref>But it doesnt change anything, JBoss maps Foo like this: "Bound EJB LocalHome 'FooEjb' to jndi 'local/FooEjb@13595063'", and
    public class  Bar ... {
    Object ref = context.lookup("LocalFooEjb");
    }resuluts in exception:
    "java.lang.RuntimeException: LocalFooEjb not bound ..."
    Question: how do i map local interfaces within JBoss to some human-readable and predictable name?
    Thanks for help.
    update:
    specifying JNDI names in jboss.xml does the trick, but i still dont understand why JBoss ignores local-ref element. So anyone who can explain is welcome.
    jboss.xml
    ...xml declaration..
    <jboss>
         <enterprise-beans>
              <session>
                   <ejb-name>StockListEjb</ejb-name>
                   <jndi-name>remote/StockListEjb</jndi-name>
              </session>
              <entity>
                   <ejb-name>StockEjb</ejb-name>
                   <local-jndi-name>local/StockEjb</local-jndi-name>
              </entity>
         </enterprise-beans>
    </jboss>Edited by: anykeyN on Jun 29, 2008 7:06 AM

    [skipped]

  • Timeline - Cannot Move Tracks and Display Problem

    I've created about a ten-minute timeline that I'd really prefer not to toss out because a lot of work went into creating parts of it and getting the timing right with the music, etc. When I first open the project in Premiere Elements, everything seems okay - my timeline plays with all transitions and I can scroll around in the timeline. However, I appear to have done something where whenever I click and drag to try to move a track, the timeline goes insane. I get a circle with a line through it for a cursor and a blank tooltip window, whether I try to drag the track horizontally or vertically. After that, while the timeline will still play, the timeline itself gets all wonky in its display, almost as if the video isn't refreshing on it. (It's kind of like the timeline has crashed.) I attached a screenshot of what it looks like. Whenever I move my cursor to the edge of the timeline, the timeline scrolls in that direction.
    I'm running Premiere Elements 7 Educational Version on  a Core 2 Duo laptop with 3GB RAM, an Intel 965 graphics chip (latest Intel drivers are installed), and Vista Business 32-bit. The clips are from a standard DV cam (not HD), and there are some PNG format stills and MP3 sounds mixed in there as well. There are three active A/V tracks. I think that's all the relevant information, but ask me if you need more.
    Can anyone tell me what I've done and/or how to fix this?

    Good morning every one!
    The bad news: As expected the problem does still occur. The good news: I was able to track it down to one clip in the timeline.
    To save others time, I will described what I have evaluated quite detailed in the following paragraphs...
    As it seemed to me that deactivating the Windows indexing service made the usage of PrE more stable I thought that maybe file locks would cause the trouble. So I verified this by opening the project in PrE, writing and executing a small Java application that puts an exclusive file lock on one of the files from the project and tried to move the according clip in the timeline. It worked without any problems and the known symptoms did not occur. So we can put aside the file locks.
    Afterwards I tried to reproduce the problem by playing around with the scene that caused problems last week. I tried by moving around the video clips and the problem did not occur. Then I remembered my statement I have made earlier, that the problems seemed to occur as I started to work with titles and music clips -- and bingo: I have three music clips in my "soundtrack" track and one of them seems to cause the whole trouble. After I have clicked on this specific music clip, the problem occurs and it is no longer possible to move anything in the timeline and the strange behaviour regarding the automatic scrolling when the cursor is at the left/right etch is activated.
    It was easily reproducable: Restart PrE, open my project, move a video clip to verify that moving clips works, click on the specific music clip and the problem occurs. I have tried this several times and each time the problem occured. When I clicked on one of my other two music clips everything was fine -- same for the video clips I tried. So in my case it seems to be this single clip.
    OK, what's specific regarding this clip: All my music files are placed on a share on my Windows home server (in contrast to the video footage which is located on the local HD). So I moved the "dangerous" music file to the local HD, changed the path to the file with a text editor directly in the PrE project file (which is a simple XML file) and started up PrE again. I verified that PrE takes the file from the local HD (server was down), but the problem did still occur. So it is not a network issue.
    The next specific thing is, that this music file is the only file in my project which is a .wma-file -- the others are .mp3-files. So I did three things:
    At first I downloaded the project file provided by SQFreak2 in this thread and checked whether he is also using .wma-files. The result: He does not use them.
    As the second thing I again changed my project file in the text editor: I changed the path of the music clip to some other .mp3-file. Afterwards I opened up PrE with that project file, used the playback to verify that the other music file is referenced by the clip instead of the original wma-file and then tried to move the clip -- again the symptoms occured.
    As the last step I created a new project, added the "problematic" wma-file, placed it on the "soundtrack" track and afterwards tried to move it. The result: No problems at all.
    So it neither seems to be a generic problem with wma-files nor does it seem to be a file-specific problem at all.
    Lets summarize the things from above: File locks do not cause any trouble. In my project a single audio clip seems to cause the problem. The problem seems to be caused by the clip and not the file referenced by the clip (no matter whether local or server based, wma or mp3, the problem occurs in every case).
    What I have learned? Well, I am not sure. But in the meanwhile I am quite sure, that it hasn't to do anything with hardware and drivers, but that we are dealing with a bug in PrE that occurs in specific project cirumstances.
    This morning I have got some additional ideas I would like to try to track the problem down (e.g. the problematic clip has a transition for a fade out in the end [when I did this I didn't knew, that a fade out could be easily achieved in the clip's properties] -- I will try to remove this one and look what will happen).
    P.S.: In one of my earlier posts I stated the assumption that the problem occurs as soon as I move the mouse cursor over the vertical scroll bar of the timeline -- but this is definitely not the case.

  • Performance tuning: lite sessions and local ServletContext

    I have been doing some research on iPlanet performance tuning. In our
    current production environment (iAS6.0 SP1B, iWS4.1 SP2 on Solaris), since
    we don't use clustering there should be a couple of performance improvements
    we can make immediately:
    1. Use lite sessions (<session-impl>lite</session-impl> in ias-web.xml) - I
    believe that if you use lite sessions, the session data is stored in the kjs
    process space as opposed to the kxs process space. This, of course, means
    that if a kjs dies the user's on it will lose their session information but
    it will provide a performance improvement by reducing kxs/kjs communication.
    2. Use local ServletContexts (<distributable>false</distributable> in
    web.xml) - This should cause the ServletContext to only be stored in the
    originating JVM. So again, if a kjs dies, the user will lose their
    ServletContext but again we will get a performance improvement by reducing
    kxs/kjs communcation.
    What I want to understand is how our load balancing configuration will
    effect our production environment if we use this configuration. Right now
    we use sticky load balancing on all our servlets but we don't have our JSPs
    registered and therefore sticky load balancing cannot always be trusted to
    return users to the iAS they came from. We make up for this by using
    hardware load balancing that keeps the majority of our users sticky.
    However, using lite sessions and local ServletContexts will require that a
    user not only stick to an iAS, but to a specific kjs as well. Using sticky
    load balancing would ensure that, but since we also rely on our hardware
    load balancers, could they create a problem? If a user gets sent back to
    the iAS they came from by our hardware load balancers, will the kxs process
    be smart enough to return them to the kjs they came from? If so, then I
    think that means that we can safely switch to lite sessions and local
    ServletContexts, but if not, I think many users will lose their sessions.
    Thanks,
    Linc

    Please follow thru this link for your answers
    http://developer.iplanet.com/viewsource/char_tuningias/index.jsp
    Thanks
    Shital Patel
    Lincoln wrote:
    I have been doing some research on iPlanet performance tuning. In our
    current production environment (iAS6.0 SP1B, iWS4.1 SP2 on Solaris), since
    we don't use clustering there should be a couple of performance improvements
    we can make immediately:
    1. Use lite sessions (<session-impl>lite</session-impl> in ias-web.xml) - I
    believe that if you use lite sessions, the session data is stored in the kjs
    process space as opposed to the kxs process space. This, of course, means
    that if a kjs dies the user's on it will lose their session information but
    it will provide a performance improvement by reducing kxs/kjs communication.
    2. Use local ServletContexts (<distributable>false</distributable> in
    web.xml) - This should cause the ServletContext to only be stored in the
    originating JVM. So again, if a kjs dies, the user will lose their
    ServletContext but again we will get a performance improvement by reducing
    kxs/kjs communcation.
    What I want to understand is how our load balancing configuration will
    effect our production environment if we use this configuration. Right now
    we use sticky load balancing on all our servlets but we don't have our JSPs
    registered and therefore sticky load balancing cannot always be trusted to
    return users to the iAS they came from. We make up for this by using
    hardware load balancing that keeps the majority of our users sticky.
    However, using lite sessions and local ServletContexts will require that a
    user not only stick to an iAS, but to a specific kjs as well. Using sticky
    load balancing would ensure that, but since we also rely on our hardware
    load balancers, could they create a problem? If a user gets sent back to
    the iAS they came from by our hardware load balancers, will the kxs process
    be smart enough to return them to the kjs they came from? If so, then I
    think that means that we can safely switch to lite sessions and local
    ServletContexts, but if not, I think many users will lose their sessions.
    Thanks,
    Linc

  • Locale problem

    Hi,
    I experience various locale problems on Solaris 10.
    One of them relates to the thousand separator of the fr_CA locale : its value is A0 (hex) rather than a space. It can be easily reproduced by the following command :
    LC_ALL=fr_CA; export LC_ALL; locale -ck LC_MONETARY | grep thousands | od -x -c | grep a0
    Solaris 10 hosts with patch 119397-06 or 119397-07 return
    0000020 703d 22a0 220a
    Systems with patch 119397-05 do not seem to be affected.
    Is anyone affected by the same problem?
    Besides that, locale -ck LC_MONETARY gives a quite different output depending on the OS version (Solaris 9 or 10) or patch level (for Solaris 10).
    Thanks in advance,
    Olivier

    bump
    using
    new Locale("ja", "JP");
    and making a new formatted date gives me
    2007/03/23
    for japan
    and
    March 23, 2007
    for US_EN
    so it makes me think its missing some translations, any idea how to get the translations into the whatever so this works?

  • JRE 8 and Locale.setDefault(), java 8 update 5, Windows 7

    Hello,
    I have simple question that i can't resolve.
    I am working on JavaFX application in which I am using DatePicker. This part is not important.
    My date picker is formating date based on my Windows 7 OS Regional and Language settings(Formats).
    This part is now relevant:
    In order to try to make my app Regional independant, and show date format always as US, I only once used this line of code:
    Locale.setDefault(Locale.ENGLISH);
    Here is problem:
    Now when I remove this line of code "Locale.setDefault(Locale.ENGLISH)" my application is no longer able to get Regional format from my Windows 7 OS Regional and Language settings(Formats). Locale informations are permanently lost in JVM. Things are even worse, because my JDBC connection is not working now, and it reports:
    java.sql.SQLException: Locale not recognized
      at oracle.jdbc.driver.T4CTTIoauthenticate.setSessionFields(T4CTTIoauthenticate.java:1006)...
    How can I revert to old JVM behaviour, and get Locale information from my Windows 7 OS Regional and Language settings(Formats) automatically? Any help?
    The application now is only working when there is Locale.setDefault(Locale.ENGLISH); line in code.

    I am constantly using JRE8. Now
    Locale.getDefault(Locale.Category.DISPLAY) returns en_US which is OK
    and
    Locale.getDefault(Locale.Category.FORMAT)? returns bs_BA_#Latin witch is something I set wrongly with my Locale.setDefault.
    I think that this bs_BA_#Latin. How can I repair this and make JRE8 read Locale settings from regional settings?
    Many thx

  • Enabling Firewall breaks Bonjour name resolution (and other problems)

    Hi there, I thought I had a simple setup but trying to enable VPN & Firewall has shown me there are some issues I need help with:
    Setup: MacOS X Server 10.5.8 on MacPro
    - Machine is Mobile Account Server for 5 other machines connected to network
    - DHCP is obtained from Router in 10.1.10.x range. Server hardcodes its IP in that range (outside of DHCP addressable range)
    - Services running are: AFP, Open Directory, SMB, Software Update
    - All client workstations connect to server using "servername.local"
    This has all been working fine. However over the weekend I tried enabling VPN as we have a public IP address we can use. VPN works fine except:
    a) Plugging an additional ethernet cable into port 2, and configuring that port to have the external "public" IP information caused the "license in use issue" that has been reported here (http://discussions.apple.com/thread.jspa?messageID=9958588&tstart=0) so I had to use the solution of duplicating the existing ethernet config and entering the additional external IP to run both off the same port.
    b) I can't get L2TP working, but I can get P2PP. Seems like other people are having similar issues (http://discussions.apple.com/click.jspa?searchID=-1&messageID=9704644)
    But anyway, so I have P2PP VPN working and without a firewall previous functionality hasn't been impacted. Now of course, I'd be silly to leave this machine with the Firewall turned off as it is now a sitting duck out on the inter-tubes.
    I thus enabled the Firewall service with these settings:
    - Any service: Allow only traffic from "any" to these ports: (I enabled the ports for P2PP and L2TP)
    - 10-net: Allow all traffic from "10-net"
    This I assume would restrict access from the external interface, but let all internal subnet communication be unrestricted (like it was before I enabled the firewall). However this doesn't seem to be the case. I noticed that simple non-VPN connections to AFP service took a long time to happen using "afp://servername.local", several minutes before the authentication dialog appeared.
    Furthermore if I brought up "Software Update" on a managed client set to pull from "servername.local:8088", the connection would fail.
    If I disabled the firewall service, the slowdown and local Software Update would work fine.
    But if I try setting: "Allow all traffic from 'any'" on the Firewall (which should be almost like turning it of) it doesn't have a positive effect and slowdown of name resolution and failure to connect to local software update still occurred.
    Is there something in the Firewall being enabled that breaks Bonjour name resolution? Anyway to enable the Firewall and still keep Bonjour .local name resolution? Does this problem have anything to do with issue (a) we have to work-around?
    Thanks for any recommendations,
    Matt

    Hi Flanjman,
    Additional this article may give you more tips.
    https://connect.microsoft.com/SQLServer/feedback/details/674454/name-resolution-not-yet-available
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • Line input question

    I would like to be able to use my desktop speakers to listen to a satelitte radio receiver using the Mac Pro's line input and volume controls but I can not find a way to nake this audio "pass through" from the line input to the line output. I know th

  • Oracle's recommended Swap Size for Solaris 10 Oracle 11gR2 (11.2.0.2)

    I have a solaris server with 16gb of RAM that will subsequently be zoned into three zones to support three separate database instances, one for each zone. Given that physically there is only 16Gb of ram, It is my understanding and experience that I s

  • Help!?  skype problem! one bounce in dock then gone! ?

    i just installed skype onto mac os x version 10.3.9.... (the computer is my mom's emac) the computer had problems, so i had to re-instal the os-- start from scratch-- skype was working fine before, but now it just gives one bounce in the dock, then v

  • FULL JOIN Issue

    I'm having trouble grasping the concept of a full join. I googled it and didn't find a good explanation of what it is exactly. My boss told me to use it so i'm working on getting what it truely is and how I can use it. Thank you

  • Facing problem on imac with photoshop

    attached file for more information. please solve this issue as soon as possible regards, mahesh