SSL issue - windows CA - importing into JBoss 4.2.1

Afternoon,
I am trying to import a Windows generated certificate. I go through the process Adobe has documented to create the keystore and then the CSR. I send this CSR to the internal network team to create a certificate. Once I get this cert back I follow the Adobe documented steps to import.  The import process complains showing the following error in the dos prompt.
Unparseable CRLDistributionPoints extension due to
java.io.IOException: invalid URI name:file://\\servername\CertEnroll\XXXXXXX In.crl
I can also see this message in the keystore when viewing it. ("keytool -list -v -keystore name.keystore")
I am 'guessing' this is related to the space right after the XXXXXX in the error above.
Will JBoss cough on this space?
Any alternatives?
Has anyone else experienced this?
Thanks,
Carmen

File URL and UNC do not work togeather in Java till Java 1.7. Hence I assume that JBoss would not be able to understand the CRL URL.
Are you using this for SSL communication? In that case, even if you migrate to Java 7, the clients would require the access to the shared file system to validate the server certificate.
I think your best bet is to use a http server to host the CRLs.

Similar Messages

  • IPad 3 audio sync issue when video imported into CS5.5

    Hi everyone, long time lurker here, love the support you guys are giving!
    I'm hoping you'll be able to help with an audio sync problem I'm experiencing with videos recorded with the latest iPad 3 (well, that's what I'm calling it anyway).
    I believe the iPad 3 recording format is 1080/30p with 44.1Khz / 16 bit audio, but when I match those settings on a Premiere Pro CS5.5 project (or try 48KHz audio as a test), the audio gradually goes out of sync. If the video is several minutes long, it becomes quite obvious, and by 10 minutes, it's terrible!
    I should add the file plays back fine on the iPad itself and was imported to a Mac via iTunes. It also plays fine on the Mac itself in Quicktime.
    Does anyone have any suggestions on project settings that'd work?
    On a related note, I additionally captured the audio using a Zoom H2n which i intended to replace in Premiere, but foolishly I captured it at 48KHz, rather than the 44.1KHz of the iPad video file. Should I resample it?
    I actually managed to line-up the 48 and 44.1KHz waveforms from the iPad and Zoom in Premiere quite accurately, but again both gradually go out of sync with the video...
    I'm running Premiere Pro 5.5.2 on Mac OSX 10.7.3.
    Any suggestions greatly appreciated!
    Gordon Laing

    To update my original post, I have found this problem happens about half the time.
    Sometimes there's no issue and the audio is in sync when imported into Premiere, but at other times it's way off.
    I did however find a workaround which has resolved the problem on my iPad3 videos which were out of sync and that was to first import the video clip into iMovie on the Mac first, then simply export it again using the 1080p option. The subsequent file is much larger (so there's been an annoying re-encode), but when imported into Premiere, the audio is at least now in sync.
    I used this to fix the audio on a couple of the videos you can find on this page (all of which apart from the last one were filmed on the iPad3)
    http://www.cameralabs.com/features/Working_holiday/
    Since the video wasn't exactly critical to start with, I'm not too bothered by the re-encode.
    Let me know if this fix works for anyone, and also if anyone comes up with a different solution.
    Thanks,
    Gordon

  • Issue with ProRes importing into Premiere CC in Windows

    Hey all,
    I realize the futility of using ProRes in a Windows environment, so I figured I'd just get that out of the way right off the bat.  This is how I received the footage from the client and it's too much to try and convert into another codec (though if I must, I will, I'd just like to avoid it).  Even so, I didn't really have an issue with this until I tried to work in CC.
    I started this project in Premiere CS5 and was having no issues.  I received some AE files in CC and decided I'd bite the bullet and move to the latest and greatest rather than try and rebuild the projects in CS5.  I download, install, update, open up Premiere to rebuild the short edit, and then find that when I import ProRes files, all I get is audio, no video.  I can import other codecs just fine, it's just ProRes that's refusing.
    I've made sure Quicktime and the Windows QT Decoder for ProRes are updated, as well as Premiere CC.  I've currently got all my work files bundled up on a drive to take to my 9 to 5 and work on a Mac on my lunch break, but for obvious reasons, I'd like to be able to work at home.
    This client doesn't provide enough work to warrant a new Mac purchase, and I'm just at wit's end.  It worked fine in CS5, why not in CC?
    Here's my specs:
    Windows 7 Professional 64 bit
    Premiere Pro CC 7.0.1
    Quicktime (fully updated)
    Quicktime ProRes Decoder for Windows (fully updated)
    Any help you can provide is greatly appreciated!

    cc,
    cc_merchant wrote:
    Have you seen the WARNING here: Balanced Systems.
    The warning about Quicktime makes sense.  I was aware that Quicktime 7 has never been updated to 64-bit, but the obvious 4GB RAM limitation had never occured to me.  Makes sense. I have a very decent machine, yet all of my Canon DSLR and GoPro projects are more cumbersome to edit than even AVCHD files.  I've spent a little time thinking it over and running some side-by-side tests.  MOV vs. AVI (same video) Editing, scrubbing, playback—all while running Task Manager on top.  But I didn't need task manager to tell me that the AVI plays back, layers and layers, smooth as butter.  The .MOV footage struggled to keep up with my random access cuts to different locations within the same video file.
    cc_merchant wrote:
    most sane PC users would NEVER install QuickTime...
    So now I'm fascinated.  So many questions:  Why do so many cameras create .MOV or .MP4 files that require QuickTime components?  64-bit QuickTime X has aparently been available on the Mac for quite a while, yet I presume they won't allow anyone else to develop a 64-bit codec for Windows, so why hasn't someone sued Apple for monopoly, anti-trust, conflict-of-interest, etc?  And most importantly, how would a sane PC user go about editing MOV and MP4 files without going insane transcoding hours of footage?

  • OBIEE 11g SSL Configuration Issue : Unable to import the Server certs

    Hello All,
    We are trying to configure OBIEE 11.1.1.6.0 with SSL using Windows server 2003 (IIS) and facing some issues with that.
    Followed the document : OBIEE11g SSL Setup and Configuration [1326781.1]
    http://obieedue.blogspot.sg/2012/08/obiee11g-ssl-setup-and-configuration.html
    and also completed generating the required certificate signing request and keystores for SSL communication and sent it to the CA (IT Admin team) to to have the certificate signed by CA. The issue comes when I am trying to import the CA certificate (Root certificate) and Server Certificate into the Java Keystore.
    I am importing the Root CA Certificate first which is successfully added to the keystore.
    keytool -import -trustcacerts -alias mycacert -file cacert.pem -keystore mykeystore.jks -storepass Welcome1
    Trust this certificate? [no]: yes
    Certificate was added to keystore.
    But when trying to add the Server Certificate to the keystore using the command below :
    keytool -import -v -alias testserver -file server.cer -keystore mykeystore.jks -keypass Welcome1 -storepass Welcome1
    Certificate reply was installed in keystore
    I get the following error:
    keytool error: java.lang.Exception: Failed to establish chain from reply
    java.lang.Exception: Failed to establish chain from reply
    at sun.security.tools.KeyTool.establishCertChain(KeyTool.java:2662)
    at sun.security.tools.KeyTool.installReply(KeyTool.java:1870)
    at sun.security.tools.KeyTool.doCommands(KeyTool.java:807)
    at sun.security.tools.KeyTool.run(KeyTool.java:172)
    at sun.security.tools.KeyTool.main(KeyTool.java:166)
    Read many forums and tried to convert it to the PKCS#7 format and import the cert to the identity keystore, but was not successful in that either. I have also checked with the IT Admin team and found there is only one RootCA and no other intermediate CA's.
    Please advice if any one has similar issues or suggestions.
    Thanks in advance,
    SVS

    Hi,
    One obvious reason would be that you did not specify -trustcacerts, and the root CA is not included in the present server keystore. In that case, using the -trustcacerts option would solve the problem, if the root CA is indeed in the JDK cacerts.
    To print out the certificates present in the JDK cacerts, use the following command:
    keytool -list -keystore <JAVA_HOME>/jre/lib/security/cacerts -storepass changeit -v
    Then check if the root CA that signed your server certificate is present, and has not expired (in which case,you would need to re-import a newer one into cacerts).
    Another common reason for that error message is when you have used a proprietary CA to sign your server certificate. Then it would obviously not be in the JDK cacerts. The solution in that case is to import your proprietary root CA into the JDK cacerts, using the following command:
    keytool -import -keystore <JAVA_HOME>/jre/lib/security/cacerts -file yourRootCA.pem -storepass changeit -alias youralias
    A third reason for that error message is when your server was signed by an intermediate certificate. In that case, you would have received from your CA a chain of certificates. One way to solve this (not the only one, but this one works well): Prepend your intermediate CA file to your server cert file, and import the obtained concatenated file into the server keystore. Be careful, the intermediate CA must be BEFORE the server cert. Example:
    copy rootca.cer certchain.p7b
    type server.cer >> certchain.p7b
    The file certchain.p7b will be the concatenation of the intermediate CA and the signed server cert. Then import the newly created file under the key alias as follows:
    keytool -import -keystore serverks.jks -file certchain.p7b -alias yourkey -trustcacerts
    If you only prepend the intermediate root CA, you must make sure the the final root CA is in cacerts. But you can also prepend your whole chain of trust inside the server keystore.
    Regards,
    Kal

  • Email not being imported into my MacBook Pro - SSL error

    My email accounts that I monitor thru the mail in my macbook pro are now not working or updating.  When I read the error message it states that I might have to turn SSL off if my server does not support it.  I read Eric Roots suggestion on how to turn off SSL but when I follow his instructions I can not edit the SSL selection to uncheck.  My mail has been working fine by importing 5 email accounts into my Mail Application but since May 9 it has quite working on my Macbook Pro.   The mail app works fine on my ipad and my iphone.

    Out of frustration I finally completely shut down my MacBook Pro and waited 30 minutes then turned back on and majectly all of my email accounts imported into my Mail account.  Still not sure why this happened.  I use my MacBook as my desktop so I leave it on all the time and wonder if this may be my problem.   Thanks looking at my question but no answer replies but this seemed to fix my issue.

  • I have some dts cd's that I want to import into itunes on a windows pc and then play back on my apple tv 3 (i think its 3, about 9 months old) to listen to through my onkyo amp via hdmi as dts, when I play back I just get white noise.

    I have some dts cd's that I want to import into itunes on a windows pc and then play back on my apple tv 3 (i think its 3, about 9 months old) to listen to through my onkyo amp via hdmi as dts, when I play back I just get white noise. I have seen lots of old posts which go on about converting files but am wondering wherher at the current time with the latest versions of itunes and apple tv whether this should by now be a virtual play out of the box solution.
    I have tried connecting my atv to the amp by optical cable but that didnt produce anything better and am assuming that a hdmi cable should be able to reproduce everything an optical cable does.
    Is this something I should be able to achieve without having to recode the files?
    Tracks are imported to itunes as apple lossless, have tried setting the atv audio settings to auto and 16 bit, neither works yet I was told some time ago by an apple rep that the atv shoud be able to handle any type of audio as it just passes it to the amp to decode. I am not stupid but not that technical when it comes to audio and bitrates etc so any explaination would be appreciated.
    Thanks in advance for any help

    Willy, the procdedure you describe works perfectly for AppleTV G1. In fact, I frequently play DTS music discs ripped to my iTunes library as Apple Lossless (ALAC) and synched to the ATV. What happens is that, as far as iTunes and the ATV are concerned, a conventional stereo 16/44 audio file is being played; however my reciever detects the DTS data stream, and instead of outputting static, it decodes the 5.1 channels correctly. This process parallels the way DTS discs were designed to be played back: a conventional CD player is connceted, via digital out, to a DTS-aware reciever/pre-amp and the two channels of static are recognized as 6 channels of DTS-encoded audio.
    However this process will only work if the player (CD, ATV, PC, etc.) sends a "bit-perfect" 16 bit/44.1 khz data stream to the decoding device. In the case of ATV G2 and G3, as has been discussed elsewhere, the unit resmaples all audio - including 16/44 PCM (Redbook CD)  - to 16/48. While this is not a big deal for conventional audio CDs, MP3s, and AAC files, it mangles the fragile DTS datastream and renders it undecodable. The resulting static that you hear is just like the static you would hear if you played a DTS CD on a non-DTS capable system.
    Sadly, I'm not aware of any easy way around this. You could use a program like Foobar (and the DTS plugin) to convert your DTS CDs to 6-ch .wav or .flac file. From there you could transcode the file to AC-3 and then mux it into a video container that ATV supports. You may need add a dummy video track, for iTunes/AppleTV to be ok with the file, though I'm not sure. This may be a lot of work.
    Sorry for the bad news. I wish that the iTunes/ATV ecosystem had better multi-channel audio support.
    Steven

  • My music is on a nas loaded by Windows Media Player in WAV. When I import into Itunes only the songs appear no album name etc.

    My music is on a nas. Loaded using windows media player in WAV.
    When I import into Itunes only the record apears, no Album name etc
    How can can I see all the details

    Information is often stored as tags embedded in the file.  WAV does not support tagging. I don't know how WMP works but iTunes keeps its own database about media.  For many audio formats, track information will be stored both in iTunes' database and in the file itself as tags.  With formats such as mp3 most tags (not all) will 'travel' with the file when copied.  This does not happen with WAV where the information is only stored in the player application's database.

  • HT1844 Library Issue:  I just imported 2 CD's into ITunes.  They show up in "Recently Added" and on my other devices via ITunes Match, but NOT in the ITunes software on the computer where I added them.

    Library Issue:  I just imported 2 CD's into ITunes.  They show up in "Recently Added" and on my other devices via ITunes Match, but NOT in the ITunes software on the computer where I added them.  They show up in the search box, but when I click on the results it just kicks me to ALL my music.  I have imported thousands of songs/CD's before and this is a new one.

    Something may have gone wrong with the index of the Music playlist. Making another change to the library such as downloading the current iTunes Free Single of the Week, or deleting one track from your library and reimporting it, should fix the problem.
    If that doesn't work close iTunes and delete the hidden file sentinel from inside the main iTunes folder, then start iTunes again. It should run a consistency check when it starts up which ought to correct things.
    tt2

  • Having issue trying to import large (23min) clip into iMovie 08 and FCEx 4.0.1

    Through my iMac 2.0GHz 2GB ram, Intel Core Duo using OS 10.6.8 (Snow Leopard).  Try to no success to import a 23 min AVCHD clip into either
    iMovie 08 or FCEx 4.0.1.  I know my mac, OS and software are antiquated by today's current editions, but that said never had this issue before.
    Footage was shot with Sony NX5u camera using SDHC (class 10) media.  The event I shot has 54 video clips on the card.  All but this large clip
    will import. So I don't think it's some kinda of file structure issue.  Otherwise I think none of the clips would have imported into to either editing program.
    Each (iMovie 08 and FCEx) will begin the import process for this large clip. iMovie begins to import, but in the end only 11:28 of the full 23 min. get imported.
    FCEx after beginning to import eventually aborts the import.  I know in the past I've been able to import long clips (15-20min) with no issues.  Maybe
    someone here has a solution.  Dare I say I need to bump my ram up to 6GB, upgrade to Yosemite, upgrade to latest iMovie or FCPX.  Considered trying
    Adobe Premier.  Right now I'm wide open for any suggestions on how to tackle this problem.

    Hi M
    First thing that comes to mind is - Have You just installed FinalCut on
    Your Mac. There are a known problem with this so that You have to
    go to Library folder and move out FCE or pro files to make share back
    to camera to work in iMovie.
    my notes:
    This can happen with iMovie 3 or iMovie 4. This does not occur with iMovie HD 5.0.
    The solution is to temporarily move the following files from /Library/QuickTime / to the Desktop:
    Final Cut Pro HD
    ? DesktopVideoOut.component
    ? DVCPROHDVideoOutput.component
    Final Cut Express HD
    ? DesktopVideoOut.component
    Restart the computer and try exporting from iMovie to your camera.
    When you need to use Final Cut Pro HD or Final Cut Express HD again, drag these files back to /Library/QuickTime / and restart the computer.
    Yours Bengt W

  • Problem with import files from windows media player into iTunes

    When I have tried to import my .wav lossless files created under windows media player into iTunes I use File, add folder to library but when the action is completed I get all of the files under the heading 'unknown album' with 'unknown artist'.
    Does anyone know that I need to do in order to include the artist and album ?
    Many thanks,
    John.

    You'll first need to add the MP3s to your iTunes library since the iPod is not compatible with Windows Media Player. You can use, for example, the File > Add to Library menu to do this.

  • Importing contacts from windows outlook xp into leopard contacts

    I am a PC freak, 25 years experience, that now is turning total MAC, have on mac pro, one all new iMac 20" and one macbook g4.
    major item holding back from transition was the inability to find a way to transport several thousand customer info, stored in outlook, using Categories as vital selecting criteria.
    for some reason ??? Entourage will not import, succfully, this information from outlook. after much ado I have finally come up with a working solution.
    I will only do the transiotion once, but maybe others can benefit from my findings (when I browse the forums, I spot lots of frustrated users sitting in similar situations)
    So here it is:
    the ONLY way (that works)to transport contact from outlook is to
    open one contact
    save as vCard
    send as attachment in mail or put on USB stick
    +
    in leopard
    open mail /USB stick
    save vCard to folder on mac
    in adressbook import vCard from (that folder)
    and repeat...
    Now i had these thousands contacts so I found a utility for windows (Mouse and Key recorder 6.3 at www.kratronic.com, free trial for 30 days) that, after some trimmings did the "clicking" for me, storing the generated vCards in appropiate folders (some 400 at a time, for safety)
    I emailed these to my .mac mail, and they arrived well. Put them into folders on the desktop and, from adressbook (I use Danish Leopard so not totally sure of english description) I choose Import vCard.
    Now comes the distress point not vCards all were imported....
    Only a bleak message that not all vCards were imported not the reason!
    after several trials I found out that even the content in adressbook were shoving say 437 items, and I had offered say 950 items for import, I got the full quantity shown if i simply sorted the adressbook (first name or last name first....)
    then
    behold all items were in the adressbook.
    I dont have to worry about Entourage, Its synced with the adressbook in Leopard, Grin grin. so no need as I thought to import into Entourage.
    this last feature seems not to be used / known when looking in forums, so here it is for your use.
    Pallemn GreyT

    NanaSharon41 wrote:
    I have tried every way I know to transfer my Windows 7 Live email contacts to my new BlackBerry Storm 9550 and nothing seems to work.  Are they compatible?  And if so, how can this be done?  Does the BlackBerry record addresses and other information about contacts as well as phone numbers?
    Hi,
    Probably the easiest way to sync contact information would be by first exporting your contact list from Windows 7 into a vcard file or an excel type file such as a .csv file.  Then, by using Blackberry Desktop Manager, import that file and load the contacts onto your device.  Personally, I spent a few dollars and bought a program called Data Pilot from Susteen. Data Pilot works with all sorts of phones and devices allowing you to easily transfer contacts from one device to another.  I use it to regularly backup my Tour's contact list.  It was worth the money to buy that program because it saves all of the fields in the phone such as addresses, email addresses, etc.  Anyways, let me know if the above works for you.
    Doc

  • I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    I am having problems importing some CDs into iTunes on a laptop with Windows 8. Most CDs import without problem. The ones I can't import can be imported into iTunes with Windows 7. Does anybody know why this problem is occurring?

    First-off, this seems to be a general problem with 10.4 (across all the operating systems of which I am aware).  Unfortunately, I cannot provide a permanent solution but, if you need a quick fix, this will (hopefully) work for you.
    For some inexplicable reason, iTunes no longer recognises standard Windows paths.  For example:
    Y:\Music\Buddy Holly\Buddy Holly - Rave On.mp3
    The end result is that it will import a playlist with no content. 
    It will, however, recognise the equivalent Apple paths which look like this:
    file://localhost/Y:/Buddy Holly/Buddy Holly - Rave On.mp3
    It is possible to convert your existing playlists using a few basic replace commands in something like Notepad.  In my case, I made some code changes in my music manager and now generate two sets of playslists (one standard and one to accommodate iTunes).
    Forgive me foir stating the obvious but please remember to make sure that the disk / path containing your music is accessible when doing the import otherwise you will probably get a blank result.  Note that you can do a bulk import by selecting all the (revised) playlists and dragging them onto the iTunes sidebar.
    I am sorry that this is not a "clean" solution but it will work if you are in a bind.  The only alternative of which I am aware is to wait for Apple to fix the problem.

  • Canon Raw (CR2) import issues, Windows Vista home premium

    I can import JPEG files directly from my camera (EOS 400D)using Lightroom but I cannot import my raw CR2 files, for some reason Lighroom simply does not recognise that they are there.
    I therefore use another program to import my Raw files onto my hard drive.
    Once they are on my hard drive Lightroom will let me import my raw files.
    My question is how do I get lightroom to import my raw CR2 files directly from my camera?

    Plus multiple other good reasons/benefits of using a card-reader... such as...
    No cord to accidently get pulled and camera to fall to floor, can download card and still go out and use camera, and can copy pictures to ANY computer without having special software installed... plus can use card as portable flash drive for other file types.
    I personally don't allow Adobe to copy from my card even from a card-reader after their initial problems with 1.0... I copy all my files to a folder on HD, ensure all have been copied, then allow LR to Move and Import photos from that temporary holding location. This also allows me to do other things (like geotag the images) before I actually do my import into LR.

  • I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    If I understand you correctly, when you enter a date in the Adjust Date and Time window, the picture does not update with the date you enter.  If that is the case then something is wrong with iPhoto or your perhaps your library.
    How large a date change are you putting in?  iPhoto currently has an issue with date changes beyond about 60 years at a time.  If the difference between the current date on the image and the date you are entering is beyond that range that may explain why this is not working.
    If that is not the case:
    Remove the following to the trash and restart the computer and try again:
    Home > Library > Caches > com.apple.iphoto
    Home > Library > Preferences > com.apple.iPhoto (There may be more than one. Remove them all.)
    ---NOTE: to get to the "home > library" hold down option on the keyboard and click on "Go" > "Library" while in the Finder.
    Let me know the results.

  • UDF Export from OIM 11g R1 and Import into R2

    Has anyone ever exported user defined fields from OIM 11gR1 and successfully imported them into OIM 11gR2?
    I have tried exporting the user metadata via deployment manager in R1 and importing into a sandbox in R2 and the import fails with the following exception in the log:
    <Apr 8, 2013 2:49:14 PM UTC> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: LoadDeploymentUtility/displayImportSubstitution encounter some problems: Object specified is invalid.ORCLGUID [AttributeDefinition]
    com.thortech.xl.ddm.exception.DDMException: Object specified is invalid.ORCLGUID [AttributeDefinition]
    at com.thortech.xl.ddm.engine.SchemaInstanceFacade.populate(SchemaInstanceFacade.java:322)
    at com.thortech.xl.ddm.engine.SchemaInstanceFacade.addXMLSchemaInstance(SchemaInstanceFacade.java:253)
    at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.addLastPreviewedFilePrivate(tcImportOperationsBean.java:688)
    at com.thortech.xl.ejb.beansimpl.tcImportOperationsBean.addLastPreviewedFile(tcImportOperationsBean.java:664)
    at Thor.API.Operations.tcImportOperationsIntfEJB.addLastPreviewedFilex(Unknown Source)
    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:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy381.addLastPreviewedFilex(Unknown Source)
    at Thor.API.Operations.tcImportOperationsIntf_uawk3z_tcImportOperationsIntfRemoteImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at Thor.API.Operations.tcImportOperationsIntf_uawk3z_tcImportOperationsIntfRemoteImpl.addLastPreviewedFilex(Unknown Source)
    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:597)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    at $Proxy399.addLastPreviewedFilex(Unknown Source)
    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:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    at $Proxy400.addLastPreviewedFilex(Unknown Source)
    at Thor.API.Operations.tcImportOperationsIntfDelegate.addLastPreviewedFile(Unknown Source)
    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:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy401.addLastPreviewedFile(Unknown Source)
    at com.thortech.xl.webclient.actions.LoadDeploymentUtilityAction.displayImportSubstitution(LoadDeploymentUtilityAction.java:1975)
    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:597)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
    at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
    at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
    at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
    at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1914)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:450)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:185)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.nexaweb.server.servlet.NexawebRequestDispatcher.doClientRequest(NexawebRequestDispatcher.java:347)
    at com.nexaweb.server.servlet.NexawebRequestDispatcher.forwardClientRequest(NexawebRequestDispatcher.java:114)
    at com.nexaweb.server.servlet.JspProcessor.processRequest(JspProcessor.java:137)
    at com.nexaweb.server.servlet.RequestProcessor.dispatchRequest(RequestProcessor.java:463)
    at com.nexaweb.server.servlet.RequestProcessor.processClientEvent(RequestProcessor.java:710)
    at com.nexaweb.server.services.protocol.NexawebProtocolHandler.handleProcessEventCommand(NexawebProtocolHandler.java:1026)
    at com.nexaweb.server.services.protocol.NexawebProtocolHandler.dispatchCommand(NexawebProtocolHandler.java:140)
    at com.nexaweb.server.NexawebServer.doService(NexawebServer.java:420)
    at com.nexaweb.server.NexawebServer.doGet(NexawebServer.java:335)
    at com.nexaweb.server.admin.ServerAdmin.callNexawebServer(ServerAdmin.java:379)
    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:597)
    at com.nexaweb.loader.xMethodInvoker.runInThread(xMethodInvoker.java:69)
    at com.nexaweb.server.api.admin.ServerAdminProxy.callNexawebServer(ServerAdminProxy.java:551)
    at com.nexaweb.redirect.RedirectServlet.doGet(RedirectServlet.java:18)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:78)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Any ideas or suggestions? Thanks.

    There are multiple ways to do this. ODI, Essbase Studio or SQL interface in load rules are three. ODI is not free, but the other two I mention are. There are a few developers I know that prefer flat files as it is easier to trace back issues, but most o us use a SQL approach. Both Essbase Studio and Sql Interface can use either PDBC or OCI connections. Of course OCI connections are faster.
    While neither Studio or load rules has a scheduler associated with it, you can use the windows/cron/custom scheduler of your choice to schedule the process to run. Note that neither will run stored procedures/packages but just read from tables/views.
    The batch interface you would use is called MaxL and it interfaces with ODI, Studio and Load rules (Sql interface)

Maybe you are looking for