FTP Sub Command: Local Error with EasyDMS

We have been using DMS for several years.  We have a vault setup and are able the checkin files with FTP via SAPGUI with no problems.  Recently we have been looking at EasyDMS.  We have it installed and can login ok.  When we try to drag a file into the windows explorer the popup appears and we can enter the META data.  When the file is checkin via FTP we get FTP Sub Command: Local Error.
Any suggestions would be appreciated.

Tom,
We have encountered the exact same siituation with EasyDMS, we currently have had an OSS call to SAP for 2 weeks that ended up with the developers in Germany and bouncing the issue back to technical support and stating that they have no idea!
We are also interested in an answer, sorry I can't help you, but you are not alone.

Similar Messages

  • Command line error with large codebase?

    any idea?
    if i change the source to go down the code tree to say
    -s "D:/wrk_gapp-i17/gariffCode/src/tinylion/gariff"
    then all is fine
    but all of the following give the same error
    -s "D:/wrk_gapp-i17/gariffCode/src/tinylion/gariff"
    -s "D:/wrk_gapp-i17/gariffCode/src/tinylion/"
    -s "D:/wrk_gapp-i17/gariffCode/src/"
    is it the amount of files?
    any source  that goes deeper is fine;
    -s "D:/wrk_gapp-i17/gariffCode/src/tinylion/gariff/views"
    -s "D:/wrk_gapp-i17/gariffCode/src/tinylion/library"
    etc
    as you can see ive tried uping the memory (same what ever value i use)
    using latest version as far as i know
    $ java -Xmx1024 -jar "A:/_tools/flexPMD/flex-pmd-command-line-1.0.jar" -s "D:/wrk_gapp-i17/gariffCode/" -o "D:/wrk_gapp-i17/gariffCode/_pmdOut/all_flex/" -r "A:/_tools/flexPMD/all_flex.xml"
    12-Dec-2009 21:34:09 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine loadRuleset
    INFO: Ruleset: A:\_tools\flexPMD\all_flex.xml
    12-Dec-2009 21:34:09 com.adobe.ac.pmd.engines.AbstractFlexPmdEngine loadRuleset
    INFO: Rules number in the ruleSet: 82
    Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
            at java.util.ArrayList.RangeCheck(Unknown Source)
            at java.util.ArrayList.set(Unknown Source)
            at com.adobe.ac.pmd.files.impl.MxmlFile.copyScriptLinesKeepingOriginalLineIndices(MxmlFile.j ava:131)
            at com.adobe.ac.pmd.files.impl.MxmlFile.extractScriptBlock(MxmlFile.java:162)
            at com.adobe.ac.pmd.files.impl.MxmlFile.<init>(MxmlFile.java:55)
            at com.adobe.ac.pmd.files.impl.FileUtils.create(FileUtils.java:83)
            at com.adobe.ac.pmd.files.impl.FileUtils.computeFilesList(FileUtils.java:58)
            at com.adobe.ac.pmd.FlexPmdViolations.computeFiles(FlexPmdViolations.java:131)
            at com.adobe.ac.pmd.FlexPmdViolations.computeViolations(FlexPmdViolations.java:94)
            at com.adobe.ac.pmd.engines.AbstractFlexPmdEngine.computeViolations(AbstractFlexPmdEngine.ja va:156)
            at com.adobe.ac.pmd.engines.AbstractFlexPmdEngine.executeReport(AbstractFlexPmdEngine.java:1 38)
            at com.adobe.ac.pmd.commandline.FlexPMD.startFlexPMD(FlexPMD.java:115)
            at com.adobe.ac.pmd.commandline.FlexPMD.main(FlexPMD.java:69)

    Hi again
    now I know where to start looking I'm positive i can track this one down for yo9u this evening.
    i'll get back to you later
    cheers

  • "FTP Subcommand: local error' in DMS

    Hi Forum..
    I have a problem with DMS while i'm doing Check in As 'Vault'
    i'm getting an error "FTP Subcommand: local error'
    wat r the settings tht i hav to do to overcum this error.
    i have already checked with reports like
    RSFTP002 & MCDOKVAULT.
    itz wrking fine wit those reports but in DMS its throughing da above error.
    Regards,
    Vijay.
    P.S: Useful info will be awarded with Points

    Hi Vijay,
    Is your system a Unicode system?
    If so the problem can be resolved if you have a unicode version of
    SAPFTP program in your desktop according to note 93042.
    Please follwo the note 93042 and download the latest sapftp.
    Execute sapftp -V on your command prompt. This should show you the ftp
    version stating if it is unicode.
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • FTP_R3_TO_SERVER gives error  " FTP SubCommand Local Error"

    Hi
    I have an issue with the transfer of data from SAP internal table to FTP server
      I am using the function module FTP_R3_TO_SERVER.
      Using this function module I am able to transfer data only some times.
      Most of the time it gives the error message "FTP SubCommand Local Error" .
    Could someone help me resolve this error.
    Its quite urgent.
    Help to resolve this is much appreciated.
    Regards

    Hi Sharayu,
      Kindly give your mail id I will send the code to your mail id.
    Regards
    Sudheendra

  • FTP STOR command with REST capability

    Hi folk,
    I have a cRIO on a remote field, and I need that the program running on that platform periodically uploaded, through the internet, the data files to an FTP server.
    I have used the FTP VIs included in the Internet Toolkit to develop this functionality and I am experiencing some problems.
    During the uploading of files of medium or large size, via FTP, can happen that the FTP server closes the connection.
    The reasons can be different, network operation exceeded the user-specified or system time limit, bandwidth usage is restricted or the bandwidth is limited, etc..
    To overcome this issue the correct strategy is to reopen the FTP connection and to restart the upload from the point where it was interrupted.
    It is very important to finish to upload only the remaining part of the file, and not to restart from the beginning, otherwise you could not end the upload if the FTP server closes the connection again and again.
    For implementing the resume, the FTP protocol supports a number of commands:
    SIZE <remote file-name>  Returns the size of a file (Binary mode) .
    REST <file-size>         Sets the following STOR command to restart transfer
                             from the specified point.
    STOR <remote file-name>  If anticipated from a REST command, store (upload)
                             only the part of the file starting from the
                             specified point.
    At the present, it seams to me that the LabVIEW Internet Toolkit does not support the capability of FTP resume.
    Furthermore, if during a FTP upload the connection is closed by the FTP server, the FTP [STOR].vi exits sometime with ambiguous errors.
    Exit with a correct error:
    Error 56 occurred at TCP Read in NI_InternetTK_Common_VIs.lvlib:TCP Read xTP Reply.vi:2->NI_InternetTK_FTP_VIs.lvlib:FTP Get Command Reply.vi:1->NI_InternetTK_FTP_VIs.lvlib:FTP Data Send.vi->NI_InternetTK_FTP_VIs.lvlib:FTP [STOR].vi
    Possible reason(s):
    LabVIEW:  The network operation exceeded the user-specified or system time limit.
    Exit with an ambiguous error:
    Error 54 occurred at TCP Open Connection in NI_InternetTK_FTP_VIs.lvlib:FTP Open Data Connection.vi->NI_InternetTK_FTP_VIs.lvlib:FTP Data Send.vi->NI_InternetTK_FTP_VIs.lvlib:FTP [STOR].vi
    Possible reason(s):
    LabVIEW:  The network address is ill-formed. Make sure the address is in a valid format. For TCP/IP, the address can be either a machine name or an IP address in the form xxx.xxx.xxx.xxx. If this error occurs when specifying a machine name, make sure the machine name is valid. Try to ping the machine name. Check that you have a DNS server properly configured.
    Do you have idea or suggestion of how  realize an FTP STOR command with REST capability?
    Thanks,
    Asper

    Unfortunately the best advice I could give you would be to make a copy of the FTP toolkit and add this functionality yourself. You should have most of the building blocks available to you so it should be fairly starightforward. You could reference the RFC (RFC 959 and RFC 3659 for extensions) for any specifics you need on the packet format. You will need to save some state information so you can resume your download from the correct point.
    Would it be possible to use TFTP? This is much leaner and more likely to succeed if the other ends supports it. I recently wrote a very basic TFTP Write. I'm sure I could do the TFTP Read in short order. I'm still working on packaging it up in a distributable form but I could provide you with a basic VI if needed.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Mac "expect" function cannot work properly with ftp "!" command

    Lastly I have written a Expect-TCL script on Linux to automatically download log files from my company network device I have ever made used of ftp command “!” to go back to linux local to create directory with appropriate name for storing downloaded files.
    However, I found that when I use the same Expect-TCL script on my Mac, I found that the Expect script will stuck at ftp “!” command without proceeding onward. Here below is the command output with my sample experiment.
    BMBP:_Practise boyce$ expect sample-ftp.exp
    spawn ftp 127.0.0.1 21
    Connected to 127.0.0.1.
    220-Welcome to Boyce BMP FTP
    220 CrushFTP Server Ready!
    Name (127.0.0.1:boyce): boyce
    331 Username OK. Need password.
    Password:
    230 Password OK. Connected.
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> binary
    200 Command ok : Binary type selected.
    ftp> verbose
    Verbose mode off.
    ftp> !
    bash-3.2$
    quit
    exit
    ^CBMBP:_Practise boyce$
    Here below is my sample script to test ftp “!” command:
    BMBP:_Practise boyce$ cat sample-ftp.exp
    #! /usr/bin/expect
    Default Settings
    set site "127.0.0.1"
    set port "21"
    set dirListFile "dir_list.txt"
    set sdUserName "boyce"
    set sdUserPwd "boyce"
    Launch a FTP session to SD
    set timeout 60
    log_user 0
    spawn ftp $site $port
    expect "Name" {send "$sdUserName\r"}
    expect "Password:" {send "$sdUserPwd\r"}
    expect "ftp>" {send "binary\r"}
    expect "ftp>" {send "verbose\r"}
    expect "ftp>" {send "!\r"}
    expect "(.*)" {send "ls\r"}
    exit
    Have you ever tried “!” command from expect script? Should it be classified as a bug on Mac Expect and do you know is there any patch available to fix such problem?

    Try posting this in the Unix Forums.

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Communication error with the opmn server local port

    Working on 64-bit R12.0.6 on AIX 5L
    Application services are not being started properly. They are being started with status 2(sometimes with 4).
    Autocinfig is being successfully completed.
    Please help me how I can get rid of this error. Following are some of the environment setting details:
    ons.conf
    nodes=appaix02.us.oracle.com:15007
    opmn.xml
    <opmn xmlns="http://www.oracle.com/ias-instance">
    <notification-server>
    <port local="15006" remote="15007" request="15005"/>
    opmn.log
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    OPMN worker process exited with status 4. Restarting
    ons.log
    07/01/11 13:12:02 [4] ONS server initiated
    07/01/11 13:12:52 [4] Logging disabled
    07/01/11 13:12:53 [4] ONS server initiated
    07/01/11 13:13:04 [4] Logging disabled
    07/01/11 13:13:04 [4] ONS server initiated
    07/01/11 13:13:17 [4] Logging disabled
    07/01/11 13:13:28 [4] ONS server initiated
    07/01/11 13:13:40 [4] Logging disabled
    07/01/11 13:13:41 [4] ONS server initiated
    07/01/11 13:14:20 [4] Logging disabled
    07/01/11 13:14:21 [4] ONS server initiated
    07/01/11 13:14:29 [4] Logging disabled
    07/01/11 13:14:29 [4] ONS server initiated
    07/01/11 13:14:34 [4] Logging disabled
    07/01/11 13:14:34 [4] ONS server initiated
    07/01/11 13:15:53 [4] Logging disabled
    adopmnctl.txt
    10/08/10-23:30:43 :: adopmnctl.sh version 120.4.12000000.3
    10/08/10-23:30:43 :: adopmnctl.sh: Stopping Oracle Process Manager (OPMN) and t
    he managed processes
    opmnctl: stopping opmn and all managed processes...
    10/09/10-11:13:41 :: adopmnctl.sh version 120.4.12000000.3
    10/09/10-11:13:41 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
    opmnctl: opmn start failed.
    10/09/10-11:15:09 :: adopmnctl.sh: exiting with status 2
    adformsctl.txt
    opmnctl: stopping opmn managed processes...
    10/09/10-11:18:11 :: adformsctl.sh version 120.12.12000000.5
    10/09/10-11:18:11 :: adformsctl.sh: starting OPMN if it is not running
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    Communication error with the OPMN server local port.
    Check the OPMN log files
    opmnctl: opmn start failed.
    Please help.

    "A point to add"
    I just noticed that following message is being continously receiving in the database alert_log:
    Sat Oct 9 16:04:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:05:32 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:06:30 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:07:10 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:09:35 2010
    Incremental checkpoint up to RBA [0x1d.1f9928.0], current log tail at RBA [0x1d.1f9a79.0]
    Sat Oct 9 16:11:52 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 9 16:29:40 2010
    Incremental checkpoint up to RBA [0x1d.1f9b87.0], current log tail at RBA [0x1d.1f9bf4.0]
    ~
    Please help.

  • "Trying to create a journal entry of the local BP with foreign amounts" error

    I have an addon that needs to set the Total (LC) field on the invoice form when a Delivery is copied to an Invoice. In this case, it's $169,978.62. The original Unit Price on the row is $7,000.00, with quantity of 5 MT (selling UoM). After populating the line total field through SDK UI, it calculated discount% to be -385.653. When I press Add, it gives me red bar error "Trying to create a journal entry of the local BP, with foreign amounts [message 3530-11]". This BP uses local currency and there is no foreign currency involved on this document. If I perform the same action through normal UI without SDK, I can add the invoice without a problem. I know it probably has to do with rounding, but how can I get past this error if I have to set the line total through SDK?

    Hi Ronnie,
    Glad you have found the issue
    Regardss,d
    Eric

  • Hi  i'm trying  to delete my bulk mail messages but it keep telling me this message"The IMAP command "DELETE" failed with server error: DELETE failed - Mailbox is reserved "

    Hi  i'm trying  to delete my bulk mail messages but it keep telling me this message"The IMAP command “DELETE” failed with server error: DELETE failed - Mailbox is reserved " is there any way to   delete of stop messages from coming into it ??
    thanks

    Sounds like the mail server thinks you are asking to delete the bulk-mail mailbox instead of some/all of the messages within it.
    How are you trying to delete your bulk mail messages? That is, what are you doing, step by step, up to the error message.
    What you should probably be doing is selecting the bulk mail mailbox, selecting one of more messages inside it, then hitting the "delete" key.

  • WriteSettings Error with plug-in servermgr_vpn

    Greetings,
    Just installed OS X Server for the first time. Decided to go with local network with VPN capability. I'm getting the following error;
    "The error occurred while processing a command of type 'writeSettings' in plug-in 'servermgr_vpn'.
    I'm not sure how to correct the issue or work around it.
    My goal is to have a home private LAN with VPN access from external.
    Additionally, I do have a VPN subscription service, which is added to my Networks Preferences when I'd like to go to private network. I'm not sure if this is required to make the VPN component on OS X Server work, but thought I'd add it in case it was.
    Help is greatly appreciated.
    v/r
    Roy Arellano

    Hi Roy,
    If your rotuer is serving as your DHCP server rather than your Mountain Lion Server, then the pool you define should be a subset of the IP addresses that are doled out by your router. For instance if the LAN addressing scheme is as follows:
    Router: 192.168.1.1
    DHCP Address Range: 192.168.1.10 - 192.168.1.255
    Mac OS X Server 192.168.1.2
    VPN Pool beginning IP Address: 192.168.1.4, with 6 consecutive IP addresses reserved for PPTP and L2TP VPN (through 192.168.1.10)
    Just remember that your remote location, that where you are establishing the remote secure tunnel from, must be on a different subnet. In other words 192.168.1.x will not work. However. 10.0.1.x, etc. will work. If the router will allow I often configure it with a non-standard IP address pool such as 10.0.2.x as home LAN's, Public wi-fi hot spots, etc. will often use the more common 192.168.1.x address scheme.
    -H.

  • BAD Command Argument Error. 11 writing to Exchange 2007 - Help Please...

    Hi,
    I am writing an IMAP to IMAP mailbox converter. I am testing a UW mailbox that I have approx. 1200 messages in to a MS Exchange 2007 Server. I am performing a javax.mail.Folder destFolder.appendMessages(sourceFolder.getMessages()). I transfer almost half the messages this why when i get the following exception. I have googled and not found any reference to it, nor does the protocol trace look bazaar :
    javax.mail.MessagingException: A4 BAD Command Argument Error. 11;
    nested exception is:
    com.sun.mail.iap.BadCommandException: A4 BAD Command Argument Error. 11
    at com.sun.mail.imap.IMAPFolder.doCommand(IMAPFolder.java:2337)
    at com.sun.mail.imap.IMAPFolder.appendMessages(IMAPFolder.java:1289)
    at edu.yale.its.tp.email.conversion.IMAPConverter.copyMessages(IMAPConverter.java:83)
    at edu.yale.its.tp.email.conversion.IMAPConverter.copyFolder(IMAPConverter.java:75)
    at edu.yale.its.tp.email.conversion.IMAPConverter.convert(IMAPConverter.java:36)
    at edu.yale.its.tp.email.conversion.IMAPConverter.start(IMAPConverter.java:27)
    at edu.yale.its.tp.email.conversion.IMAPConverter.main(IMAPConverter.java:16)
    Caused by: com.sun.mail.iap.BadCommandException: A4 BAD Command Argument Error. 11
    at com.sun.mail.iap.Protocol.handleResult(Protocol.java:296)
    at com.sun.mail.imap.protocol.IMAPProtocol.appenduid(IMAPProtocol.java:881)
    at com.sun.mail.imap.protocol.IMAPProtocol.append(IMAPProtocol.java:835)
    at com.sun.mail.imap.IMAPFolder$10.doCommand(IMAPFolder.java:1292)
    at com.sun.mail.imap.IMAPFolder.doProtocolCommand(IMAPFolder.java:2377)
    at com.sun.mail.imap.IMAPFolder.doCommand(IMAPFolder.java:2332)
    ... 6 more
    Here is the protocol trace...
    0 [main] INFO - start Conversion
    DEBUG: JavaMail version 1.4ea
    DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.providers (No such file or directory)
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsy stems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.address.map (No such file or directory)
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    DEBUG: mail.imap.partialfetch: false
    * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS AUTH=PLAIN AUTH=LOGIN] pantheon-po09.its.yale.edu IMAP4rev1 2002.336 at Fri, 21 Sep 2007 09:34:04 -0400 (EDT)
    IMAP DEBUG: AUTH: PLAIN
    IMAP DEBUG: AUTH: LOGIN
    A0 CAPABILITY
    * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS AUTH=PLAIN AUTH=LOGIN
    A0 OK CAPABILITY completed
    IMAP DEBUG: AUTH: PLAIN
    IMAP DEBUG: AUTH: LOGIN
    DEBUG: protocolConnect login, host=pantheon-po09.its.yale.edu, user=jjv6, password=<non-null>
    A1 AUTHENTICATE PLAIN
    +
    +*<----REMOVED---->*+
    A1 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS BINARY SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User jjv6 authenticated
    DEBUG: JavaMail version 1.4ea
    DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.providers (No such file or directory)
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/imap.jar!/META-INF/javamail.providers
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/pop3.jar!/META-INF/javamail.providers
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsy stems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: URL jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
    DEBUG: successfully loaded resource: jar:file:/usr/local/java-apis/javamail/javamail-1.4/lib/smtp.jar!/META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_11/jre/lib/javamail.address.map (No such file or directory)
    DEBUG: getProvider() returning javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc]
    DEBUG: mail.imap.partialfetch: false
    * OK Microsoft Exchange Server 2007 IMAP4 service ready
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 AUTH=NTLM AUTH=GSSAPI IDLE NAMESPACE LITERAL+
    A0 OK CAPABILITY completed.
    IMAP DEBUG: AUTH: NTLM
    IMAP DEBUG: AUTH: GSSAPI
    DEBUG: protocolConnect login, host=connect.yale.edu, user=jjv6, password=<non-null>
    A1 LOGIN +*<----Removed---->*+
    A1 OK LOGIN completed.
    A2 LIST "" "Sakai-Dev List"
    * LIST (\HasNoChildren) "/" "Sakai-Dev List"
    A2 OK LIST completed.
    DEBUG: connection available -- size: 1
    A2 EXAMINE "Sakai-Dev List"
    * 1206 EXISTS
    * 2 RECENT
    * OK [UIDVALIDITY 1151671867] UID validity status
    * OK [UIDNEXT 11497] Predicted next UID
    * FLAGS (Junk NonJunk $Label5 $Label1 $Label2 $Label3 $Label4 $MDNSent \Answered \Flagged \Deleted \Draft \Seen)
    * OK [PERMANENTFLAGS ()] Permanent flags
    * OK [UNSEEN 8] first unseen message in /imap/j/jjv6/Sakai-Dev List
    A2 OK [READ-ONLY] EXAMINE completed
    DEBUG: connection available -- size: 1
    A3 SELECT "Sakai-Dev List"
    * 524 EXISTS
    * 0 RECENT
    * FLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)
    * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent flags
    * OK [UIDVALIDITY 13758] UIDVALIDITY value
    * OK [UIDNEXT 525] The next unique identifier value
    A3 OK [READ-WRITE] SELECT completed.
    A3 LIST "" "Sakai-Dev List"
    * LIST (\NoInferiors \UnMarked) "/" "Sakai-Dev List"
    A3 OK LIST completed
    3080 [main] DEBUG - Source Messages : 1206
    3080 [main] DEBUG - Dest Messages : 524
    3080 [main] DEBUG - Copying 1206 Messages
    A4 FETCH 1 (ENVELOPE INTERNALDATE RFC822.SIZE)
    * 1 FETCH (ENVELOPE ("Tue, 21 Aug 2007 13:35:23 -0700 (PDT)" "Re: Sakai portlet problem in uPortal" (("Onur Sirin" NIL "onursirin" "sabanciuniv.edu")) (("Onur Sirin" NIL "onursirin" "sabanciuniv.edu")) (("Onur Sirin" NIL "onursirin" "sabanciuniv.edu")) ((NIL NIL "sakai-dev" "collab.sakaiproject.org")) NIL NIL "<[email protected]>" "<[email protected]>") INTERNALDATE "21-Aug-2007 16:37:20 -0400" RFC822.SIZE 7024)
    A4 OK FETCH completed
    A5 FETCH 1 (BODY[])
    * 1 FETCH (BODY[] {7024}
    Received: from mr4.its.yale.edu (mr4.its.yale.edu [130.132.50.10])
    by pantheon-po09.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbJRC006741
    (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
    Tue, 21 Aug 2007 16:37:19 -0400
    Received: from paploo.uhi.ac.uk (app1.prod.collab.uhi.ac.uk [194.35.219.184])
    by mr4.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbH3b030903;
    Tue, 21 Aug 2007 16:37:18 -0400
    Received: from paploo.uhi.ac.uk (localhost [127.0.0.1])
    by paploo.uhi.ac.uk (Postfix) with ESMTP id 7F70050E80;
    Tue, 21 Aug 2007 20:54:16 +0100 (BST)
    Message-ID: <[email protected]>
    Mime-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Received: from prod.collab.uhi.ac.uk ([194.35.219.182])
    by paploo.uhi.ac.uk (JAMES SMTP Server 2.1.3) with SMTP ID 665
    for <[email protected]>;
    Tue, 21 Aug 2007 20:53:07 +0100 (BST)
    Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])
    by shmi.uhi.ac.uk (Postfix) with ESMTP id 347909F12
    for <[email protected]>; Tue, 21 Aug 2007 21:35:26 +0100 (BST)
    Received: from isper.nabble.com ([192.168.236.156])
    by kuber.nabble.com with esmtp (Exim 4.63)
    (envelope-from <[email protected]>)
    id 1INaRf-0004yq-5U
    for [email protected]; Tue, 21 Aug 2007 13:35:23 -0700
    Date: Tue, 21 Aug 2007 13:35:23 -0700 (PDT)
    From: Onur Sirin <[email protected]>
    To: [email protected]
    Subject: Re: Sakai portlet problem in uPortal
    In-Reply-To: <[email protected]>
    X-Content-Type-Outer-Envelope: text/plain; charset=us-ascii
    X-Nabble-From: [email protected]
    References: <[email protected]> <[email protected]>
    X-Content-Type-Message-Body: text/plain; charset=us-ascii
    Content-Type: text/plain; charset=us-ascii
    X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)
    X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html
    X-Yale-Spam-Score: (0)
    X-Yale-Filter-Score: 0
    X-Scanned-By: MIMEDefang 2.52 on 130.132.50.10
    Hi Charles,
    I used a portlet you created first but not in trunk. (as sakai-dash.war
    file) This might be older one.
    From catalina.out i get following logs.First, as always i get:
    WARN: Shared Segment file is missing
    /home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
    23:02:38,279
    SearchBuilder_0_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
    ERROR: There has been a major poblem with the Search Index which has become
    corrupted (2007-08-21 23:02:38,285
    SearchBuilder_0_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
    java.io.IOException: No Index available to open
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
    at
    org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
    at
    org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
    at java.lang.Thread.run(Thread.java:595)
    WARN: Shared Segment file is missing
    /home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
    23:02:38,460
    SearchBuilder_1_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
    ERROR: There has been a major poblem with the Search Index which has become
    corrupted (2007-08-21 23:02:38,466
    SearchBuilder_1_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
    java.io.IOException: No Index available to open
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
    at
    org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
    at
    org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
    at java.lang.Thread.run(Thread.java:595)
    I don't know what it is. !!!
    And then, when i logged into portal, i get the following message:
    SakaiPortalLogin.loginAndCreate id=onursirin pw=plugh-xyzzy sec=plugh-xyzzy
    fn=Onur ln=Sirin [email protected] ip=10.4.3.1
    Site exists...~onursirin
    That's all what i see in catalina.out.
    By the way, we are using Cisco CSS (Content Switch) for Load Balancing
    process.
    Behind CSS, there is apache server and application server installed on two
    servers which mentioned in this page
    http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
    http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
    as thin client .
    CSS DNS address = sucourse.sabanciuniv.edu
    App server DNS address = sakws1.sabanciuniv.edu and sakws2.sabanciuniv.edu
    It is enough to type sucourse.sabanciuniv.edu address in web browser.
    Their sakai.properties files are similar. However, there are following
    parameters that i didn't use in my sakai.properties file. May be i should
    use them. !!
    [email protected]
    [email protected]
    [email protected]
    Now, i have changed my connection type by connecting Campus VPN server with
    Checkpoint VPN client, i got my sakai course pages correctly via sakai
    portlet. However, in campus i had same problem today.
    So, like i said, the situation is changing due to unknown reason.
    From portlet, i clicked on any course, i get blank screen with followingaddress in web browser address bar.
    https://sucourse.sabanciuniv.edu/sakai-login-tool/container?sakai.session=02274ca6-fc19-413c-80d9-4332ae4e4499&ticket=ST-5342-bLIfR5lVs29HB1ZAeRrMA3bbmQtVWRJqQ6N-20
    That's all.
    Thank you for your response Charles !
    Regards
    Charles Severance wrote:
    View this message in context: http://www.nabble.com/Sakai-portlet-problem-in-uPortal-tf4304476.html#a12262587
    Sent from the Sakai - Development mailing list archive at Nabble.com.
    This automatic notification message was sent by Sakai Collab (https://collab.sakaiproject.org/portal) from the DG: Development (a.k.a. sakai-dev) site.
    You can modify how you receive notifications at My Workspace > Preferences.
    A5 OK FETCH completed
    A6 FETCH 1 (FLAGS)
    * 1 FETCH (FLAGS (\Seen \Deleted NonJunk))
    A6 OK FETCH completed
    A4 APPEND "Sakai-Dev List" (\Deleted \Seen NonJunk) "21-Aug-2007 16:37:20 -0400" {7024+}
    A7 FETCH 1 (BODY[])
    * 1 FETCH (BODY[] {7024}
    Received: from mr4.its.yale.edu (mr4.its.yale.edu [130.132.50.10])
    by pantheon-po09.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbJRC006741
    (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
    Tue, 21 Aug 2007 16:37:19 -0400
    Received: from paploo.uhi.ac.uk (app1.prod.collab.uhi.ac.uk [194.35.219.184])
    by mr4.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbH3b030903;
    Tue, 21 Aug 2007 16:37:18 -0400
    Received: from paploo.uhi.ac.uk (localhost [127.0.0.1])
    by paploo.uhi.ac.uk (Postfix) with ESMTP id 7F70050E80;
    Tue, 21 Aug 2007 20:54:16 +0100 (BST)
    Message-ID: <[email protected]>
    Mime-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Received: from prod.collab.uhi.ac.uk ([194.35.219.182])
    by paploo.uhi.ac.uk (JAMES SMTP Server 2.1.3) with SMTP ID 665
    for <[email protected]>;
    Tue, 21 Aug 2007 20:53:07 +0100 (BST)
    Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])
    by shmi.uhi.ac.uk (Postfix) with ESMTP id 347909F12
    for <[email protected]>; Tue, 21 Aug 2007 21:35:26 +0100 (BST)
    Received: from isper.nabble.com ([192.168.236.156])
    by kuber.nabble.com with esmtp (Exim 4.63)
    (envelope-from <[email protected]>)
    id 1INaRf-0004yq-5U
    for [email protected]; Tue, 21 Aug 2007 13:35:23 -0700
    Date: Tue, 21 Aug 2007 13:35:23 -0700 (PDT)
    From: Onur Sirin <[email protected]>
    To: [email protected]
    Subject: Re: Sakai portlet problem in uPortal
    In-Reply-To: <[email protected]>
    X-Content-Type-Outer-Envelope: text/plain; charset=us-ascii
    X-Nabble-From: [email protected]
    References: <[email protected]> <[email protected]>
    X-Content-Type-Message-Body: text/plain; charset=us-ascii
    Content-Type: text/plain; charset=us-ascii
    X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)
    X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html
    X-Yale-Spam-Score: (0)
    X-Yale-Filter-Score: 0
    X-Scanned-By: MIMEDefang 2.52 on 130.132.50.10
    Hi Charles,
    I used a portlet you created first but not in trunk. (as sakai-dash.war
    file) This might be older one.
    From catalina.out i get following logs.First, as always i get:
    WARN: Shared Segment file is missing
    /home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
    23:02:38,279
    SearchBuilder_0_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
    ERROR: There has been a major poblem with the Search Index which has become
    corrupted (2007-08-21 23:02:38,285
    SearchBuilder_0_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
    java.io.IOException: No Index available to open
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
    at
    org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
    at
    org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
    at java.lang.Thread.run(Thread.java:595)
    WARN: Shared Segment file is missing
    /home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
    23:02:38,460
    SearchBuilder_1_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
    ERROR: There has been a major poblem with the Search Index which has become
    corrupted (2007-08-21 23:02:38,466
    SearchBuilder_1_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
    java.io.IOException: No Index available to open
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
    at
    org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
    at
    org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
    at java.lang.Thread.run(Thread.java:595)
    I don't know what it is. !!!
    And then, when i logged into portal, i get the following message:
    SakaiPortalLogin.loginAndCreate id=onursirin pw=plugh-xyzzy sec=plugh-xyzzy
    fn=Onur ln=Sirin [email protected] ip=10.4.3.1
    Site exists...~onursirin
    That's all what i see in catalina.out.
    By the way, we are using Cisco CSS (Content Switch) for Load Balancing
    process.
    Behind CSS, there is apache server and application server installed on two
    servers which mentioned in this page
    http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
    http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
    as thin client .
    CSS DNS address = sucourse.sabanciuniv.edu
    App server DNS address = sakws1.sabanciuniv.edu and sakws2.sabanciuniv.edu
    It is enough to type sucourse.sabanciuniv.edu address in web browser.
    Their sakai.properties files are similar. However, there are following
    parameters that i didn't use in my sakai.properties file. May be i should
    use them. !!
    [email protected]
    [email protected]
    [email protected]
    Now, i have changed my connection type by connecting Campus VPN server with
    Checkpoint VPN client, i got my sakai course pages correctly via sakai
    portlet. However, in campus i had same problem today.
    So, like i said, the situation is changing due to unknown reason.
    From portlet, i clicked on any course, i get blank screen with followingaddress in web browser address bar.
    https://sucourse.sabanciuniv.edu/sakai-login-tool/container?sakai.session=02274ca6-fc19-413c-80d9-4332ae4e4499&ticket=ST-5342-bLIfR5lVs29HB1ZAeRrMA3bbmQtVWRJqQ6N-20
    That's all.
    Thank you for your response Charles !
    Regards
    Charles Severance wrote:
    View this message in context: http://www.nabble.com/Sakai-portlet-problem-in-uPortal-tf4304476.html#a12262587
    Sent from the Sakai - Development mailing list archive at Nabble.com.
    This automatic notification message was sent by Sakai Collab (https://collab.sakaiproject.org/portal) from the DG: Development (a.k.a. sakai-dev) site.
    You can modify how you receive notifications at My Workspace > Preferences.
    A7 OK FETCH completed
    Received: from mr4.its.yale.edu (mr4.its.yale.edu [130.132.50.10])
    by pantheon-po09.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbJRC006741
    (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
    Tue, 21 Aug 2007 16:37:19 -0400
    Received: from paploo.uhi.ac.uk (app1.prod.collab.uhi.ac.uk [194.35.219.184])
    by mr4.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id l7LKbH3b030903;
    Tue, 21 Aug 2007 16:37:18 -0400
    Received: from paploo.uhi.ac.uk (localhost [127.0.0.1])
    by paploo.uhi.ac.uk (Postfix) with ESMTP id 7F70050E80;
    Tue, 21 Aug 2007 20:54:16 +0100 (BST)
    Message-ID: <[email protected]>
    Mime-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Received: from prod.collab.uhi.ac.uk ([194.35.219.182])
    by paploo.uhi.ac.uk (JAMES SMTP Server 2.1.3) with SMTP ID 665
    for <[email protected]>;
    Tue, 21 Aug 2007 20:53:07 +0100 (BST)
    Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158])
    by shmi.uhi.ac.uk (Postfix) with ESMTP id 347909F12
    for <[email protected]>; Tue, 21 Aug 2007 21:35:26 +0100 (BST)
    Received: from isper.nabble.com ([192.168.236.156])
    by kuber.nabble.com with esmtp (Exim 4.63)
    (envelope-from <[email protected]>)
    id 1INaRf-0004yq-5U
    for [email protected]; Tue, 21 Aug 2007 13:35:23 -0700
    Date: Tue, 21 Aug 2007 13:35:23 -0700 (PDT)
    From: Onur Sirin <[email protected]>
    To: [email protected]
    Subject: Re: Sakai portlet problem in uPortal
    In-Reply-To: <[email protected]>
    X-Content-Type-Outer-Envelope: text/plain; charset=us-ascii
    X-Nabble-From: [email protected]
    References: <[email protected]> <[email protected]>
    X-Content-Type-Message-Body: text/plain; charset=us-ascii
    Content-Type: text/plain; charset=us-ascii
    X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)
    X-Yale-Not-Spam: For more info see: http://www.yale.edu/email/spam/content.html
    X-Yale-Spam-Score: (0)
    X-Yale-Filter-Score: 0
    X-Scanned-By: MIMEDefang 2.52 on 130.132.50.10
    Hi Charles,
    I used a portlet you created first but not in trunk. (as sakai-dash.war
    file) This might be older one.
    From catalina.out i get following logs.First, as always i get:
    WARN: Shared Segment file is missing
    /home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
    23:02:38,279
    SearchBuilder_0_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
    ERROR: There has been a major poblem with the Search Index which has become
    corrupted (2007-08-21 23:02:38,285
    SearchBuilder_0_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
    java.io.IOException: No Index available to open
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
    at
    org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
    at
    org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
    at java.lang.Thread.run(Thread.java:595)
    WARN: Shared Segment file is missing
    /home/sakai/tomcat/sakai/sharedsegments/1187722277361.zip (2007-08-21
    23:02:38,460
    SearchBuilder_1_org.sakaiproject.search.index.impl.JDBCClusterIndexStore)
    ERROR: There has been a major poblem with the Search Index which has become
    corrupted (2007-08-21 23:02:38,466
    SearchBuilder_1_org.sakaiproject.search.index.impl.ClusterFSIndexStorage)
    java.io.IOException: No Index available to open
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexReader(ClusterFSIndexStorage.java:211)
    at
    org.sakaiproject.search.index.impl.ClusterFSIndexStorage.getIndexSearcher(ClusterFSIndexStorage.java:288)
    at
    org.sakaiproject.search.index.impl.SearchIndexStorage.getIndexSearcher(SearchIndexStorage.java:97)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.getIndexSearcher(SearchServiceImpl.java:554)
    at
    org.sakaiproject.search.component.service.impl.SearchServiceImpl.reload(SearchServiceImpl.java:451)
    at
    org.sakaiproject.search.component.service.impl.SearchIndexBuilderWorkerImpl.run(SearchIndexBuilderWorkerImpl.java:485)
    at java.lang.Thread.run(Thread.java:595)
    I don't know what it is. !!!
    And then, when i logged into portal, i get the following message:
    SakaiPortalLogin.loginAndCreate id=onursirin pw=plugh-xyzzy sec=plugh-xyzzy
    fn=Onur ln=Sirin [email protected] ip=10.4.3.1
    Site exists...~onursirin
    That's all what i see in catalina.out.
    By the way, we are using Cisco CSS (Content Switch) for Load Balancing
    process.
    Behind CSS, there is apache server and application server installed on two
    servers which mentioned in this page
    http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
    http://confluence.sakaiproject.org/confluence/display/DOC/Sakai+2.4+Admin+Guide+-LoadBalancing+and+Scaling
    as thin client .
    CSS DNS address = sucourse.sabanciuniv.edu
    App server DNS address = sakws1.sabanciuniv.edu and sakws2.sabanciuniv.edu
    It is enough to type sucourse.sabanciuniv.edu address in web browser.
    Their sakai.properties files are similar. However, there are following
    parameters that i didn't use in my sakai.properties file. May be i should
    use them. !!
    [email protected]
    [email protected]
    [email protected]
    Now, i have changed my connection type by connecting Campus VPN server

    The command that seems to be causing problems for Exchange is this one:
    A4 APPEND "Sakai-Dev List" (\Deleted \Seen NonJunk) "21-Aug-2007 16:37:20 -0400" {7024+}
    As far as I can see, there's nothing wrong with the syntax of that command.
    My first guess is that Exchange is unhappy with the flags. Possibly
    it refuses to append a message with the \Deleted flag set. If you're
    willing to modify the flags in the source mailbox, I would try turning
    off the DELETED flag. Or, try not copying deleted messages.
    If that doesn't work, the next thing to try is to get rid of all of the
    flags. You might want to copy the message into a local copy
    in order to lose all the flags from the original.

  • 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Unknown error

    Hello ,
    I am facing an error in communication channel while trying to post the file to the FTP server,
    The error is " Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: An error occurred while connecting to the FTP server '10.100.5.00:20'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 501 Unknown error'. For details, contact your FTP server vendor"
    Please could you advice what need to be done to resolve this.
    Thanks ,
    Siva

    Hi ,
    FTP 501 Error is: "Syntax error in parameters or arguments"
    Also, i see that the ftp address and port mentioned in your case is:
    10.100.5.00:20
    Hence, i see three probable issues here.
    1. FTP Port :
    Just check if the FTP server's port number '20' mentioned in your case is open as this is the data connection port. Moreover, the default port mentioned while creating a file channel is 21. Just check about the port number '20' with the FTP server administrator if this port number is opened and functioning.
    2. FTP server address:
    Also, try giving your FTP Server's address as 10.100.5.0
    3. Also, check if the FTP server is reachable from the PI Server by using a simple ping command.

  • Error with dbms_xslprocessor.clob2file

    Hi all!
    I am experiencing an error with this command
    dbms_xslprocessor.clob2file(v_xml,'DIR','1.xml');
    where:
    v_xml is a clob ( it is well formed and with data)
    DIR is the directory where i want to output the data, it has beeen created with: EXECUTE IMMEDIATE 'create or replace directory DIR ' ||' as ' || '''D:\XMLFILES''';
    and i don't have any error in this command
    1.xml is the name of the file.
    The errors i get when i execute that command are the following:
    ORA-29283 invalid file operation
    ORA-06512 at "SYS.UTL_FILE" line 451
    ORA-29283 invalid file operation
    ORA-06512 at "XDB.DBMS_XSlPROCESSOR" line 58
    ORA-06512 at "DBA_TEST.PRUEBA_TEST" line 106
    ORA-06512 at line 2
    thx in advance!!!

    Hi, excuse me for taking so long time to respond, but yesterday i had a mayor issue to solve, but now i am again with this problem.
    I'm gonna put some more code.
    The database is in another location, and i want to write the data in a local drive, so maybe this is important for the code.
    I will put the full code so maybe there is something else important here:
    CREATE OR REPLACE PROCEDURE DBA_TEST.PRUEBA_TEST AS
    v_select VARCHAR2(2000);
    v_ctx DBMS_XMLGen.ctxHandle;
    v_xml CLOB;
    v_more BOOLEAN := TRUE;
    xmldoc dbms_xmldom.DOMDocument;
    DIR VARCHAR2(200);
    v_DIR VARCHAR2(200);
    BEGIN
    EXECUTE IMMEDIATE 'create or replace directory DIR ' ||' as ' || '''D:\XMLFILES''';
    v_DIR := DIR;
    v_select := ' select nombre, direccion, dni from clientes where anio = 2009';
    v_ctx := DBMS_XMLGen.newContext(v_select);
    DBMS_XMLGen.setRowsetTag(v_ctx, 'rec_decla');
    DBMS_XMLGen.setRowTag(v_ctx, '');
    v_xml := DBMS_XMLGen.GetXML(v_ctx);
    DBMS_XMLGen.closeContext(v_ctx);
    dbms_xslprocessor.clob2file(v_xml,v_DIR,'1.xml');
    DBMS_LOB.FREETEMPORARY(v_xml);
    END;
    Remeber that the data are in another location, no local, and i need to output these xml in the D:\XMLFILES directory.
    I tried to grant permisions
    GRANT READ, WRITE ON DIRECTORY TO DBA_USER
    , but it said that i can't give permision to itself..
    maybe there is another way to write these files witout using:
    dbms_xslprocessor.clob2file(v_xml,v_DIR,'1.xml');
    but i would like to use it.
    Thx all!!!

  • [SOLVED] Netbens Error with java openjdk7

    hi! i have a error with netbeans:
    [pablo@arch ~]$ netbeans
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x802067a9, pid=11781, tid=2165295936
    # JRE version: 7.0_21-b02
    # Java VM: OpenJDK Client VM (23.7-b01 mixed mode linux-x86 )
    # Problematic frame:
    # C [libGL.so.1+0x707a9] glXChooseVisual+0xaf69
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /home/pablo/hs_err_pid11781.log
    # If you would like to submit a bug report, please include
    # instructions on how to reproduce the bug and visit:
    # http://icedtea.classpath.org/bugzilla
    /usr/share/netbeans/platform/lib/nbexec: línea 572: 11781 Abortado (`core' generado) "/usr/lib/jvm/java-7-openjdk/bin/java" -Djdk.home="/usr/lib/jvm/java-7-openjdk" -classpath "/usr/share/netbeans/platform/lib/boot.jar:/usr/share/netbeans/platform/lib/org-openide-modules.jar:/usr/share/netbeans/platform/lib/org-openide-util.jar:/usr/share/netbeans/platform/lib/org-openide-util-lookup.jar:/usr/share/netbeans/platform/lib/locale/boot_ja.jar:/usr/share/netbeans/platform/lib/locale/boot_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/boot_ru.jar:/usr/share/netbeans/platform/lib/locale/boot_zh_CN.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_ja.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_ru.jar:/usr/share/netbeans/platform/lib/locale/org-openide-modules_zh_CN.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_ja.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_ja.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_ru.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_pt_BR.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_ru.jar:/usr/share/netbeans/platform/lib/locale/org-openide-util_zh_CN.jar:/usr/lib/jvm/java-7-openjdk/lib/dt.jar:/usr/lib/jvm/java-7-openjdk/lib/tools.jar" -Dnetbeans.default_userdir_root="/home/pablo/.netbeans" -Dnetbeans.system_http_proxy="DIRECT" -Dnetbeans.system_http_non_proxy_hosts="" -Dnetbeans.dirs="/usr/share/netbeans/nb:/usr/share/netbeans/ergonomics:/usr/share/netbeans/ide:/usr/share/netbeans/java:/usr/share/netbeans/apisupport:/usr/share/netbeans/webcommon:/usr/share/netbeans/websvccommon:/usr/share/netbeans/enterprise:/usr/share/netbeans/mobility:/usr/share/netbeans/profiler:/usr/share/netbeans/python:/usr/share/netbeans/php:/usr/share/netbeans/identity:/usr/share/netbeans/harness:/usr/share/netbeans/cnd:/usr/share/netbeans/dlight:/usr/share/netbeans/groovy:/usr/share/netbeans/extra:/usr/share/netbeans/javacard:/usr/share/netbeans/javafx:" -Dnetbeans.home="/usr/share/netbeans/platform" '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' '-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense' '-XX:MaxPermSize=384m' '-Xmx403m' '-client' '-Xss2m' '-Xms32m' '-XX:PermSize=32m' '-Dapple.laf.useScreenMenuBar=true' '-Dapple.awt.graphics.UseQuartz=true' '-Dsun.java2d.noddraw=true' '-Dsun.java2d.dpiaware=true' '-Dsun.zip.disableMemoryMapping=true' '-Dsun.awt.disableMixing=true' -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="/home/pablo/.netbeans/7.3/var/log/heapdump.hprof" org.netbeans.Main --userdir "/home/pablo/.netbeans/7.3" "--cachedir" "/home/pablo/.cache/netbeans/7.3" "--branding" "nb" 0<&0
    i am with netbeans 7.3-1  in 32bits , i try the "ulimit -c ulimited"  command and nothing happens and java version
    OpenJDK Runtime Environment (IcedTea 2.3.9) (ArchLinux build 7.u21_2.3.9-4-i686)
    OpenJDK Client VM (build 23.7-b01, mixed mode)
    java runs fine with other programs like Eclipse
    thank's, sorry my bad english
    Last edited by senjik (2013-06-15 20:25:29)

    Restored thread from dustbin.  It is not clear to me how it got there
    Senjik, Sorry for the inconvenience.  See my suggestions in my PM.
    ewaller

Maybe you are looking for

  • One dimension and two fact report in OBIEE

    Dear All, I have one dimension "region" and two facts (Sales value & Gross margin%). Gross margin% is logical column which has been derived from two other facts column and it's value is in range from Zero to 100. Now, I want to generate below report.

  • ICal iPhone Sync Issue... Bug?

    I have many repeating events in my calendar. I often have to change the time of one of the events in the string. I seem to have major problems when I do this either in iCal on my Mac or in the iPhone. When I sync I end up with deleted events, duplica

  • PCI scsi card for ScanMaker 4

    Hi every one! I have G4 running Mac OX 10.4, I'm able to scan from the ScanMaker 4 in Mac OS 9 into PhotoShop or using the scanning software, however if I try to scan in OS X there is not communication between the computer and the scanner. I have ins

  • How to start & stop SAP J2EE services.

    Hello, Can anyone tell me the steps how to Start and Stop SAP J2EE operations and how to troubleshoot the problems when the Java doesn't come-up. Regards, Murali

  • Databound XML not updating

    I have an XML variable that is populating controls.  The XML is populating the controls as it should, however when I make a change to the data in the control, shouldn't the XML be updating automatically?  Or, is there some extra setting up required s