Filename problem

What I wish to do is to name the file that I'm writing to with todays date and time (eg. 2009.08.13 09:15.txt). With the following code, the file name is truncated to be "2009.08.13 09". Thanks in for looking.
    private void writeLog()
        FileOutputStream fout;
        String fileName;
        // Make file name from date
        DateFormat titleFormat = new SimpleDateFormat("yyyy.MM.dd HH:mm");
        Date date = new java.util.Date();
        String datetime = titleFormat.format(date);
        fileName = "C:\\Users\\kentt\\Documents\\ProdLog\\" + datetime + ".txt";
        // write log file
        try
            fout = new FileOutputStream(fileName);
            fout.close();
        catch (IOException e)
            System.err.println("Unable to write to file");
    } // end writeLog

I have the same problem when trying to pass the absolute path
fileName = "C:\\Users\\kentt\\Documents\\ProdLog\\2009.08.13 09:15.txt"when I look in the explorer (win 7 x64) the file is named "2009.08.13 09"

Similar Messages

  • Filename problems file containing ' , o

    Ive been a creative owner now for many years and its issues with filenames has never really bothered me before, the problem im having is similar to some threads i've read on here but not quite the same so i've opened a new thread..
    When i sync my playlists from pc library to the zen vision (also happend on micro) some files were not transfered, these files were mainly files that had " ' "? in there names most other files do transfer perfectly and do get sorted into there own folders on the player (unlike most messages i've read where people are having problems with all files going into the same folder, i've never had that problem) the problem i have is i listen to alot of foreign music and they tend to use " ' " in there filenames alot - rather than rename over 2000 tracks containging this character i would like a solution to?synchronizing these types of tracks...
    My friend has a iPod (Boooo!! hehe) and the tracks do xfer to that but the creative is much better than the ipod so to avoid me having to buy an ipod just to resolve this issue somebody plz help!?thanks Paul....

    Hi
    Can you elaborate on what you did when you changed the
    security settings -> This was fixed by changing the security
    settings.
    I think too that my problem has something to do with security
    settings but I do not know for sure. I only know that my server
    side script is never reached when trying to upload from a MAC
    platform. I'm using a webhotel so I'm pretty limited in changing
    the settings.
    Any help will be greatly appreciated.
    Have a look at my case:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=585&threadid=1311564

  • Save for web filename problems

    I'm using a script to export layers to PNGs - but the filenames are getting screwed up.
    Here's the export function:
    function saveForWebPNG(name){
    var docName = activeDocument.name;
    docName = docName.slice(0,-4);
    toWhere = new File(fullPath+"/"+docName+name+".png");
    var opts = new ExportOptionsSaveForWeb();
    opts.format = SaveDocumentType.PNG;
    opts.PNG8 = false;
    opts.transparency = true;
    opts.interlaced = false;
    opts.quality = 100;
    activeDocument.exportDocument(toWhere, ExportType.SAVEFORWEB, opts);
    I end up with things like this:
    _generic_filter_failed_disabl#0
    when it should be:
    _generic_filter_failed_disabled.png
    I have a feeling this might be to do with the settings trying to limit it to 32 characters (so they're unix compatible) - but if I change the settings in the Save for web dialog it makes no difference.
    TIA,
    James

    > I have a feeling this might be to do with the settings trying to limit it to 32 characters
    Yep. It's a hard limit on either the Mac or XP. You may be able to create
    filenames with more than 32 characters, but only the first 32 are significant.
    Back in the earlier MS-DOS days it was far worse.
    >(so they're unix compatible)
    Not a unix problem. You're filenames can be incredibly long on unix.
    >- but if I change the settings in the Save for web dialog it makes no difference.
    I really don't know what that setting controls. I thought it was more like the
    character set or encoding of the filenames. Let me know if you figure it out.
    -X
    for photoshop scripting solutions of all sorts
    contact: [email protected]

  • Unicode filename problems in linux

    I'm running into a problem in linux (Ubuntu). The following test code will throw an exception at the "FileInputStream fis... " line with the file has a unicode filename. However, Windows passes this without problems.
    try {
         File dir = new File("a directory that exists");
         File[] files = dir.listFiles(); //get file list
         for (int i = 0; i < files.length; ++i) {
              System.out.println("file " + files.getAbsolutePath());
              FileInputStream fis = new FileInputStream(files[i]);
    } catch (Exception e) {
         System.out.println("Exception: " + e.getMessage());
    Does anyone know how to fix this? Thanks!

    But the characters are actually chinese. And since
    it's on Ubuntu, it would be in UTF-8 encoding
    wouldn't it?
    The characters display fine in ubuntu but when I try
    to read them in using FileInputStream, it fails for
    some filenames with strange characters.
    I just don't understand why some characters make it
    fail and others are fine. It seems that it should
    all work or all not work? Perhaps I'm wrong.On my Fedora Core 6,
    the result of
    echo $LANG
    is:
    ja_JP.UTF-8
    And I tried your program on a directory that has &#30334;&#24230;MP3��&#20840;.txt file in it.
    import java.io.*;
    public class AlsKdj{
      public static void main(String[] args){
        try {
          File dir = new File(".");
          File[] files = dir.listFiles();
          for (int i = 0; i < files.length; ++i) {
            System.out.println("file " + files.getAbsolutePath());
    FileInputStream fis = new FileInputStream(files[i]);
    System.out.println(" " + fis.toString());
    catch (Exception e) {
    e.printStackTrace();
    The output from the program is:
    file /root/test/./AlsKdj.class
      java.io.FileInputStream@1a46e30
    file /root/test/./&#30334;&#24230;MP3��&#20840;.txt
      java.io.FileInputStream@3e25a5
    file /root/test/./bbs.txt
      java.io.FileInputStream@19821f
    file /root/test/./WMP.txt
      java.io.FileInputStream@addbf1As shown above, the result is normal if LANG is really UTF-8.
    My Java version is:
    java version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)

  • Filename problems when checking out documents

    Hi,Client machines are using Windows NT4 SP6 and Internet Explorer 6.0.2800.1106CO. Environment is Plumtree 4.5 SP1, Collab Server 2.02.We have an issue whereby when users check out documents with periods in the filename, the default filename for the downloaded file is different from the original.Eg. If a document named test 0.1.docis uploaded, when this file is checked out, Internet Explorer will try and save it at test (0)0.1.doc. This means that users have to either manually change the filename in the Save As dialog box, or rename the file to it's correct name before checking it back in.Is this an issue Plumtree is aware of, and is there a workaround or fix?Thanks.Mun

    Further investigation into this problem shows it does not occur when downloading using a straight A link. Eg. Internet Explorer does not change the filename if excutable 0.1.exe is used; only when downloading through Plumtree (checking out files).This is Plumtree Collaboration Server core functionality.Can anyone from Plumtree shed any light on this?Cheers,Mun

  • Duplicate Item Filename problem

    Hello,
    I have a number of offline items I am eager to digitize. When I select any of them or all of them and select Batch Capture then press OK in the Batch Capture window I get a window that states "Duplicate Item Filename". It says "A file in use by Final Cut has been found to use the specified filename. Enter a different filename and click Continue or choose one of the options listed below." The options that it lists is greyed out. These filenames it thinks it is using are not on my system. I have searched and searched and found nothing. But if I can't batch capture I can't use FCP. Too many clips already logged. Has anyone experienced this same problem and if so what did you do about it?

    Yes, it's happened to everyone who has tried to recapture. Are you using Media Manager? If not, try that.
    The upshot is that you need to convince FCP the clips are no longer available regardless of their corporeal existence. That may mean restarting the machine, repairing permissions or deleting your prefs or, at least changing enough of your prefs so that the file is altered significantly.
    Wait, you're saying these files are not associated with your project?

  • Weird Z and Y key swap and arabic filename problems in Illustrator CS3

    Hi
    I am having some very weird problems with Illustrator CS3.
    At completely random times, the software starts to think my Y and Z keys have swapped places. i.e. When I type anything or use any shortcuts, the opposite letters appear and are used.
    Also from time to time, when I save a file, the filename is written in Arabic and I have to rename the file again in Explorer to correct this.
    Both of these problems are random and a restart or Illustrator usually fixes both of these. But what a pain and waste of time.
    Anyone else getting problems like this?
    Oh, I'm using Windows Vista.
    Thanks
    Mr M

    My guess is, it is related to Windows. Try to press shift and ctrl at once if the problem occurs. The keys should be switched back...
    You have probably installed more than one keyboard in Windows. Shift-ctrl is the standard way to switch between them. You can change this in the Windows keyboard configuration file.
    I had this problem with a German and a VS keyboard installed.

  • Filename problem/glitch/wierdness?

    Here's what I've done so far
    I imported files into Aperture with the default filename created by the camera. I've added keywords, done corrections, organized and made smart albums and so forth.
    After all that I finally realize I want to rename my files. I used A Better Finder Rename to do the renaming (I couldn't get what I wanted from Apertures rename tool). I haven't brought in a ton of files yet so I figure it won't be a big deal to relink the files. Here's the problem/glitch/wierdness.
    After doing the rename, Aperture somehow recognizes the renamed files. They are linked just fine. If I use the Show in Finder command it goes to the correct file. The problem/glitch/wierdness is that inside Aperture the filename has not changed. It's the old filename. So far I haven't been able to get it to update. Any ideas?
    Mac G5 1.8   Mac OS X (10.4.8)   3 gig RAM, Aperture 1.5.2

    Not sure. That bug you're referring to has to do with file sharing (e.g. AFP or SMB), it doesn't say anything about direct-connected fibre channel.
    Wish I had a server with RAID attached to tinker with this right now, but alas I don't at the moment. Any chance you can avoid using the #xx at the end of the file names?

  • Filenaming problem when publishing to hard disk in LR4

    I want to export (publish) a collection of photos from LR4 to a photo album on my iPad. I use the method that Russell Brown promotes in his nice video on the subject (for LR3). The key to making this work, as he points out, is to assign a sequential file name to the published files and to strip the date metadata from these files so that the iPad is forced to sort by filename.To this end I select the "Custom Name - Sequence" and "Copyright Only" options in the publishing manager.
    I want to maintain the same file order in the published photos that I have in my user-ordered collection (oftentimes I have already created a slideshow from this collection). So when I hit "Publish", LR4 should start with the upper leftmost (first) photo in the collection and name it, for example, "Birthday-1.jpg", then "Birthday-2.jpg",etc., until it gets to the lower rightmost (last) photo in the collection and name it "Birthday-10.jpg" for a ten-photo collection.
    Here's the problem: sometimes it does this just fine and other times it starts with the last photo in the collection and names it "Birthday-1.jpg", etc., so that the order in which the photos appear in the iPad album is reversed. Reversing the order of the photos in the collection before publishing seems to have no effect.
    Is this a bug or am I missing some step in the set up?
    Thanks,
    Bruce

    Not pertinent to your question about a potential bug, but a side note regarding how to view your LR results on an iPad:
    To overcome such limitations I have turned to export Slideshows as PDF for display on the iPad (which I use iBooks for). Of course, technically no photos arriving there, but it does exactly the sequence I want...
    I do not achieve using the full iPad screen in doing so, but can add annotations e.g. from caption metadata to tell the story.
    For getting images nicely full-screen on an iPad I recommend Jeffrey Friedl: http://regex.info/blog/lightroom-goodies/crop-for-ipad ... but he went for random order.
    Cornelia

  • Relative filename problems

    On my localhost directory the PHP_SERVER variable displays the local directory (website_name/index.html) whereas on the remote server the variable is displayed as just the file name (index.html).  Since I like to use the server vars in some scripts (such as validation) there is a problem if the PHP_SERVER vars doesn't display the same name.  Is there a setting in dreamweaver that I am missing from my local server settings compared to the remote server settings?
    Thx,
    Terry

    Hi Leon,
    Hope you are using this to load the xsl file.
    Are you doing like this?
    Transformer transformer = null;
    TransformerFactory transformerFactory = TransformerFactory.newInstance();
    transformer = transformerFactory.newTransformer(new StreamSource(<XSL FILE>));
    For this you need to provide the absolute path or the xsl should be in the classpath
    If your XSL is in the class path then it doesnt matter.
    Regards
    Aneesh A.V

  • Filename problems with packages

    problem.
    We created Incopy packages from a file example.indd
    We then for various reasons changed the name of the file to newexample.indd
    Now we are having problems bringing the incopy files back into the file.
    I can see why we we might be having problems, but the obvious solutions (changing the names to match) do not seem to be working.
    any recommendations?

    > Have we put rotten apples in our barrel?
    LOL  ... no, you should be fine. The Package workflow automates exactly what you did manually. It's just not a good idea to rename any files part of an InCopy workflow, as Bob says. It's a little fragile that way. If you do rename files, then you need to tread carefully and fix/update things manually.
    You should make a feature request for InDesign that the "Locate original file" for returned InCopy workflow packages should accept renamed INDD files as well as moved ones.
    AM

  • Filename problem while invoking process (com.adobe.idp.dsc.RequiredParameterException)

    Hello,
    We have a working process that's being triggered by an email endpoint.
    For every PDF attachment that is being sent to a specific address, 1 instance of the process is being started.
    This works fine.
    However, when the filename of the PDF attachment contains "special" characters like é, è, ù, á, ü, ... the process fails.
    The server.log contains several errors saying that a required input parameter (the pdf) is missing...
    I tested with "éa.pdf". In the server.log I see that "éa.pdf" has been changed to "éa.pdf".
    All help is very welcome...
    Here is the server.log :
    ERROR [com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker] An exception was thrown with name com.adobe.idp.dsc.RequiredParameterException message:Parameter: inPdfDoc is required. while invoking service FormDataIntegration and operation exportData and no fault routes were found to be configured.
    ERROR [com.adobe.idp.jobmanager.ejb.JobManagerBean] JobManagerBean:onMessage():Exception:ALC-DSC-002-000: com.adobe.idp.dsc.RequiredParameterException: Parameter: inPdfDoc is required.
    ERROR [STDERR] ALC-DSC-002-000: com.adobe.idp.dsc.RequiredParameterException: Parameter: inPdfDoc is required.
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:117)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequired(Ej bTransactionCMTAdapterBean.java:259)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor264.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    ERROR [STDERR]  at $Proxy170.doRequired(Unknown Source)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:129)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    ERROR [STDERR]  at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:724)
    ERROR [STDERR]  at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.transientInvoke(WorkflowDSCInvoker. java:346)
    ERROR [STDERR]  at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:157)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:284)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    ERROR [STDERR]  at $Proxy170.doRequiresNew(Unknown Source)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.doOnMessage(JobManagerBean.java:1104)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.onMessage(JobManagerBean.java:952)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor915.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:495)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
    ERROR [STDERR]  at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT. java:47)
    ERROR [STDERR]  at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:116)
    ERROR [STDERR]  at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:987)
    ERROR [STDERR]  at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1287)
    ERROR [STDERR]  at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)
    ERROR [STDERR]  at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:891 )
    ERROR [STDERR]  at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
    ERROR [STDERR]  at org.jboss.mq.SpySession.run(SpySession.java:323)
    ERROR [STDERR]  at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)
    ERROR [STDERR]  at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    ERROR [STDERR]  at java.lang.Thread.run(Thread.java:595)
    ERROR [com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl] EmailWriterImpl error : Could not connect to SMTP host: localhost, port: 25
    ERROR [STDERR] javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
      nested exception is:
    java.net.ConnectException: Connection refused: connect
    ERROR [STDERR]  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
    ERROR [STDERR]  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
    ERROR [STDERR]  at javax.mail.Service.connect(Service.java:275)
    ERROR [STDERR]  at javax.mail.Service.connect(Service.java:156)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.email.impl.EmailWriterImpl.send(EmailWriterImpl.java:2 54)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImpl.java:440)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImpl.java:375)
    ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor348.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    ERROR [STDERR]  at $Proxy170.doSupports(Unknown Source)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.processFaultCallBackInfo(JobManagerBean.java: 1383)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.doOnMessage(JobManagerBean.java:1240)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.onMessage(JobManagerBean.java:952)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor915.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:495)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
    ERROR [STDERR]  at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT. java:47)
    ERROR [STDERR]  at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:116)
    ERROR [STDERR]  at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:987)
    ERROR [STDERR]  at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1287)
    ERROR [STDERR]  at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)
    ERROR [STDERR]  at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:891 )
    ERROR [STDERR]  at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
    ERROR [STDERR]  at org.jboss.mq.SpySession.run(SpySession.java:323)
    ERROR [STDERR]  at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)
    ERROR [STDERR]  at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    ERROR [STDERR]  at java.lang.Thread.run(Thread.java:595)
    ERROR [STDERR] Caused by: java.net.ConnectException: Connection refused: connect
    ERROR [STDERR]  at java.net.PlainSocketImpl.socketConnect(Native Method)
    ERROR [STDERR]  at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    ERROR [STDERR]  at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    ERROR [STDERR]  at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    ERROR [STDERR]  at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    ERROR [STDERR]  at java.net.Socket.connect(Socket.java:520)
    ERROR [STDERR]  at java.net.Socket.connect(Socket.java:470)
    ERROR [STDERR]  at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
    ERROR [STDERR]  at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
    ERROR [STDERR]  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
    ERROR [STDERR]  ... 80 more
    ERROR [com.adobe.idp.Document] DOCS001: Unexpected exception. while saving null\Nico.Weyens_kindengezin.be\E-mail met bijlage (attachment): éa.pdf\090415150358\SentFiles\=?ISO-8859-1?Q?=E9a=2Epdf?=.
    java.io.FileNotFoundException: null\Nico.Weyens_kindengezin.be\E-mail met bijlage (attachment): éa.pdf\090415150358\SentFiles\=?ISO-8859-1?Q?=E9a=2Epdf?= (The filename, directory name, or volume label syntax is incorrect)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at com.adobe.idp.DocumentFileBackend.saveStreamToFile(DocumentFileBackend.java:374)
    at com.adobe.idp.Document.copyToFile(Document.java:1624)
    at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleJobSendF ailure(EmailResultHandlerImpl.java:718)
    at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImpl.java:446)
    at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImpl.java:375)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
    at sun.reflect.GeneratedMethodAccessor348.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy170.doSupports(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.idp.jobmanager.ejb.JobManagerBean.processFaultCallBackInfo(JobManagerBean.java: 1383)
    at com.adobe.idp.jobmanager.ejb.JobManagerBean.doOnMessage(JobManagerBean.java:1240)
    at com.adobe.idp.jobmanager.ejb.JobManagerBean.onMessage(JobManagerBean.java:952)
    at sun.reflect.GeneratedMethodAccessor915.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:495)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
    at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT. java:47)
    at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:116)
    at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:987)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1287)
    at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)
    at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:891 )
    at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
    at org.jboss.mq.SpySession.run(SpySession.java:323)
    at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    at java.lang.Thread.run(Thread.java:595)
    ERROR [STDERR] com.adobe.idp.DocumentError: java.io.FileNotFoundException: null\Nico.Weyens_kindengezin.be\E-mail met bijlage (attachment): éa.pdf\090415150358\SentFiles\=?ISO-8859-1?Q?=E9a=2Epdf?= (The filename, directory name, or volume label syntax is incorrect)
    ERROR [STDERR]  at com.adobe.idp.DocumentFileBackend.saveStreamToFile(DocumentFileBackend.java:406)
    ERROR [STDERR]  at com.adobe.idp.Document.copyToFile(Document.java:1624)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleJobSendF ailure(EmailResultHandlerImpl.java:718)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImpl.java:446)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl.handleFailure( EmailResultHandlerImpl.java:375)
    ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    ERROR [STDERR]  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:342)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor348.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    ERROR [STDERR]  at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    ERROR [STDERR]  at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    ERROR [STDERR]  at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    ERROR [STDERR]  at $Proxy170.doSupports(Unknown Source)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    ERROR [STDERR]  at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    ERROR [STDERR]  at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    ERROR [STDERR]  at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    ERROR [STDERR]  at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
    ERROR [STDERR]  at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    ERROR [STDERR]  at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.processFaultCallBackInfo(JobManagerBean.java: 1383)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.doOnMessage(JobManagerBean.java:1240)
    ERROR [STDERR]  at com.adobe.idp.jobmanager.ejb.JobManagerBean.onMessage(JobManagerBean.java:952)
    ERROR [STDERR]  at sun.reflect.GeneratedMethodAccessor915.invoke(Unknown Source)
    ERROR [STDERR]  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    ERROR [STDERR]  at java.lang.reflect.Method.invoke(Method.java:585)
    ERROR [STDERR]  at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    ERROR [STDERR]  at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:495)
    ERROR [STDERR]  at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    ERROR [STDERR]  at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    ERROR [STDERR]  at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
    ERROR [STDERR]  at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT. java:47)
    ERROR [STDERR]  at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:116)
    ERROR [STDERR]  at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:109)
    ERROR [STDERR]  at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    ERROR [STDERR]  at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    ERROR [STDERR]  at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:402)
    ERROR [STDERR]  at org.jboss.ejb.Container.invoke(Container.java:960)
    ERROR [STDERR]  at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:987)
    ERROR [STDERR]  at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1287)
    ERROR [STDERR]  at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:266)
    ERROR [STDERR]  at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:891 )
    ERROR [STDERR]  at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)
    ERROR [STDERR]  at org.jboss.mq.SpySession.run(SpySession.java:323)
    ERROR [STDERR]  at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)
    ERROR [STDERR]  at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    ERROR [STDERR]  at java.lang.Thread.run(Thread.java:595)
    ERROR [STDERR] Caused by: java.io.FileNotFoundException: null\Nico.Weyens_kindengezin.be\E-mail met bijlage (attachment): éa.pdf\090415150358\SentFiles\=?ISO-8859-1?Q?=E9a=2Epdf?= (The filename, directory name, or volume label syntax is incorrect)
    ERROR [STDERR]  at java.io.FileOutputStream.open(Native Method)
    ERROR [STDERR]  at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    ERROR [STDERR]  at com.adobe.idp.DocumentFileBackend.saveStreamToFile(DocumentFileBackend.java:374)
    ERROR [STDERR]  ... 78 more
    ERROR [com.adobe.idp.dsc.provider.service.email.impl.write.EmailResultHandlerImpl] Internal error.

    UPDATE
    We have installed a new UTF-8 database (Oracle) because the original database was not a unicode database.
    Now the process starts, we no longer get the errors in the server.log
    But now the parameter that contains the mail attachment (pdf) is empty.
    For a normal pdf (no special characters) the parameter is not empty.
    When we change the endpoint by changing the input parameter mapping from *.pdf to * we are able to
    receive the attachment in the input parameter.
    The reason is that the filename (ex. éa.pdf) is being changed to something like "=?ISO-8859-1?Q?=E9a=2Epdf?=".
    Hereby *.pdf does not match and the parameter is empty.
    By changing the endpoint we are now allowing all types of attachments. (ex. xls, doc,..)
    We only want pdf documents.
    In the proces we can get the documentname by using getDocAttribute(/process_data/@inPdfDoc, "wsfilename").
    Since this returns "=?ISO-8859-1?Q?=E9a=2Epdf?=" it's not clear what kind of document this is.
    For é.pdf, "=?iso-8859-1?B?6S5wZGY=?=" is begin returned (not even the letters "pdf").
    Does anyone know a way to solve this?
    Does anyone know a way to get the type of the attachment since the documentname is not a solution...

  • Filename problem with RAID

    All,
    We have a problem with our Xserve RAID with regards to the way files are named. For example we have a file called "081bSelecting_SkyArea#18.tif" which will not copy to our RAID. If i was to copy this to our Xserve it would be fine, but as soon as it goes down the Fire Channel it says we have the incorrect permissions. As soon as i rename the file it works fine.
    I under stand from the link below that there has been issues like this in the past with 10.2, but i am unable to find anything with regards to 10.3 server which is what we are using.
    http://docs.info.apple.com/article.html?artnum=107144
    Many thanks for your time.
    Darren Senadhira

    Not sure. That bug you're referring to has to do with file sharing (e.g. AFP or SMB), it doesn't say anything about direct-connected fibre channel.
    Wish I had a server with RAID attached to tinker with this right now, but alas I don't at the moment. Any chance you can avoid using the #xx at the end of the file names?

  • [wrt350n v2] FTP storage filename problems (results in file not found error)

    When a file is copied to the USB storage drive which contains high range Latin1 characters (e.g. ë or ü) that file is correctly listed but it can not be downloaded, renamed or deleted.
    The client receives a 451 error: File does not exist.
    I was hoping anyone had a solution for this, other than connecting the drive to my PC.
    Many thanks!
    Router: WRT350N
    Firmware Version: V2.00.17(03)
    Drive filesystem: FAT (formatted by router)
    Message Edited by lmolenaar on 03-18-2008 07:22 AM

    I know that is where my error is, but why and where is
    the script calling it up way?You wrote it right? check out the sendAU() method, there is line
    String newFileName = file.getParent() + "\\" + au.getLaunchParams();

  • Filename when dl PDF Blobs

    I have an APEX app that stores PDFs and RTF file in my DB as BLOBS. Users click on links and download these files. I use a DB procedure to build the http header for dl of the blob. (I think I got it from the APEX help section).
    Everything works except for the file name of the PDF blobs. I still get the file but the file name is always the name of my DB schema.pdf. The filename var is set correctly in the DB, same datatype as the RTF file.
    Same results if you left or right -> save target as click. RTF works. PDF works but odd filename.
    As anyone heard of an issue like this? Thanks for any help.
    Here are my two procedures:
    PDF (filename problem is here)
    create or replace PROCEDURE download_contractpdf(p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
         -- Assuming your application's numeric ID is 122, set g_flow_id to
         -- that value, otherwise change the value as required.
         HTMLDB_APPLICATION.G_FLOW_ID := 122;
         IF NOT wwv_flow_custom_auth_std.is_session_valid then
         -- display this message or a custom message.
         htp.p('Unauthorized access - file will not be retrieved.');
         -- You can do whatever else you need to here to log the
         -- unauthorized access attempt, get the requestor's
         -- IP address, send email, etc.
         RETURN;
         END IF;
    SELECT 'application/pdf', PDFFILE, PDFFILENAME,DBMS_LOB.GETLENGTH(PDFFILE)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM ES_GENERATION_Q_STAFFAUG
    WHERE id = p_file;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the PDFFILENAME will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; PDFFILENAME="'||substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end download_contractpdf;
    RTF (this works)
    create or replace PROCEDURE download_contractrtf(p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
         -- Assuming your application's numeric ID is 122, set g_flow_id to
         -- that value, otherwise change the value as required.
         HTMLDB_APPLICATION.G_FLOW_ID := 122;
         IF NOT wwv_flow_custom_auth_std.is_session_valid then
         -- display this message or a custom message.
         htp.p('Unauthorized access - file will not be retrieved.');
         -- You can do whatever else you need to here to log the
         -- unauthorized access attempt, get the requestor's
         -- IP address, send email, etc.
         RETURN;
         END IF;
    SELECT 'application/msword', RTFFILE, RTFFILENAME,DBMS_LOB.GETLENGTH(RTFFILE)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM ES_GENERATION_Q_STAFFAUG
    WHERE id = p_file;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end download_contractrtf;

    Hi Regis,
    You have put this thread as answered.
    I have the same problem, can you tell me how you fixed this problem?
    thanks!
    KR,
    Micha

Maybe you are looking for