ASP to CFMX 7 Problem

I've just been given a new project which is to take an ASP
site and convert it to CF. Sounds easy enough...but I can't get the
CF variables to work/display. Here's what I've done so far:
1 - Copied all ASP and associated site files to a new
developer folder
2 - Created the site in DW using CF server technology
3 - Copied the index.asp page code into a new cfm page
4 - Deleted the ASP code in the index.cfm page and replaced
with the appropriate CF code
5 - Created the Application.cfm page and put all my
Application variables in there
6 - Put the necessary CF variables on the new CF pages
surrounded by <cfoutput>
While the header and footer information is called via the
<cfinclude> tag in the Application.cfm the APPLICATION
variables are displaying as regular text....it's almost as if the
site isn't registering that the index page is a .cfm even though
the page is index.cfm.
Any help would be appreciated.
D

Do you have <cfoutput></cfoutput> tags around any
an all calls to the
application variables. Variables are only rendered if they
are inside
an <cfoutput> block.
If your <cfincludes...> are working then CF as been
properly configured.
But if the web server has not been completely configures
CFML pages
will not be properly rendered, but this is an all or nothing
proposition. If any ColdFusion code is working, then it all
should.

Similar Messages

  • ASP application has problems working with oracle database 8.1.7

    ASP application has problems working with oracle database 8.1.7 through both oracle ODBC driver and Microsoft ODBC driver
    We have an ASP application running on Windows 2000 server, and with 8.1.7 Net8Client and MDAC 2.6 SP1.
    The application worked fine with an Oracle 8.0.5 database.
    After upgrading oracle database to 8.1.7.0.0, our ASP application works fine except when updating the same data record more than once. The application is not saving our updates.
    We tested our application using Oracles ODBC driver v8.1.7.5.0
    and experienced more problems. We had problems just bring up our data entry pages. In either case, we are returned with some 505 errors in our browser, problems with the ASP pages and IIS, the page is not displaying.
    If anyone has some suggestions on how to fix my problem, please advise. Thanks in advance.

    thanks...i saw one article with this approach..but the document did not present the detailed process...do you have one? i am still searching for a good procedure to follow...since it is an old database and focusing/studying old versions like this is a pain in the a**... :(

  • MySQL CFMX Problems

    CFMX 6.1
    MySQL 4.1
    Connector J 3.0.17
    I've recently changed from MS Access to MySQL. I've read all
    about the bugs and problems with the connectors and everything has
    been updated the way it has been described to. I can get a simple
    query working, but for some reason when i use several queries
    (loading a page with content from different tables) it just stops,
    the MySQL Administrator indicates that the threads are "Sleeping"
    but the page hasn't completely loaded... any ideas?

    There are some other things that must be done to connect to
    the database
    (such as passing the usernamee, password, and host info to
    mysql_connect()
    and storing the connection resource), and those might be in
    the include
    files. I generally place all of the connection parameters in
    a separate file
    that is located in a folder that can't be accessed by a
    browser, for
    security purposes.
    Paul Swanson
    Portland, Oregon, USA
    "Amy Blankenship *AdobeCommunityExpert*"
    <[email protected]>
    wrote in message news:edk6ui$69c$[email protected]..
    > What's in the include(s)?
    >
    > "83Dons" <[email protected]> wrote in
    message
    > news:edk5s5$4uk$[email protected]..
    > > Here is the php code for the 'read' and 'write'
    parts:
    > >
    > >
    > >
    > > <?php
    > > include '......';
    > > mysql_select_db('clinskills') or die("UNABLE TO
    CONNECT TO
    DATABASE");
    > > $sql = "select A1Answer from authorware where id =
    '13'";
    > > $result = mysql_query($sql);
    > > $answer1 = mysql_result($result,0,"A1Answer");
    > > print $answer1;
    > > ?>
    > >
    > > <?php
    > > include '............';
    > > mysql_select_db('clinskills') or die("UNABLE TO
    CONNECT TO
    DATABASE");
    > > $newdata = $_GET['data'];
    > > mysql_query("insert into authorware (A1Answer)
    values('$newdata')")
    or
    > > die(mysql_error());
    > > mysql_close(); ?>
    > >
    >
    >

  • IIS, Javascript, Signed Applet and ASP Blank Page Problem

    Hi,
    I'm having a problem using a Signed Applet in a site that runs in a IIS (Windows Server 2003).
    My aspx web page uses the applet to read my smart card and get information from it.
    This applet uses an auxiliar dll (stored in a second Signed Jar file) in order to read the information from my smart card.
    The way the solution is design:
    1) Aspx page is asked from server
    2) Internet Explorer recieve the page and asks the server for it content (images, applet, javascripts, etc)
    3) After this the JVM runs (console opens)
    4) After the Aspx page render fully a javascript register onload fires and call an applet method
    5) Applet receive the call and run the logic of the method:
         - reads the smart card;
         - calls Javascript function in order to fill aspx fields with information from smart card
         - calls Javascript function the simulates a click in a botton of aspx page (in order to call server side part sending data readed from smart card to server)
    5) The server makes some logic with the information receive and responds to client registering in aspx page a call to another Javascrit function
    6) The client received the asnwer from server and runs the Javascript function registered on step 5)
         This Javascript calls another method from applet and runs the following logic:
         - reads more information from smart card;
         - call javascript function in order to fill more fields of aspx page with the information readed
         - calls Javascript function the simulates a click in a botton of aspx page (in order to call server side part sending data readed from smart card to server)
    7) The server makes some logic and call another pages with no Applets
    8) Client asks for a second page with the same applet and we start with another logic express on steps 1);2);3),4);5) and then 7).
    This is all ok, until sometimes the server stop responding correcly for requests regarding this two pages with the Applet.
    When this happens the server just responds with a blank page.
         - with fiddler I can seer the request for the aspx page (that uses the applet)
         - but server responds with a blank html page
    The JVM doesn't fire.
    The IIS log don't show errors.
    The eventviewer doesn't show errors.
    The problem is solved with an IIS reset or a Application Pool reset.
    After a while the problem returns.
    This problem occours for other user in another machine, the server just stops responding correcly to request regarding pages with applets, the other pages still continue to work.
    If we disable Java Control Panel->Advanced->Java Plug-in->Enable the next-generation Java Plug-in the problem seend to stop, but we can't force all clients to disable this option right?
    Or there is a way to force the Applet to run with this option disabled?
    As anyone experience similar problem?
    Regards,
    OF

    This is all ok, until sometimes the server stop responding correcly for requests regarding this two pages with the Applet.
    When this happens the server just responds with a blank page.
    - with fiddler I can seer the request for the aspx page (that uses the applet)
    - but server responds with a blank html pageWell, if http requests look identical in case of success and failure (pay attention to cookies, etc) then it has to be something on the server side.
    It could be that server gets into this wrong state because of previous requests made by applet but it is hard to tell.
    I am not clear how old/new plugin can make a difference unless your applets run in the legacy mode (i.e. you are actually trying to reuse SAME instance of the applet when
    it is loaded next time).
    I'd start with
    1) carefully comparing good/bad sessions
    2) checking whether server will serve correct response to another client when it serves "bad" page for current client
    3) add debug statements to aspx - it is scripted page, may be some condition is not met and then it returns blank?
    4) record all http requests in one session until you get to "error" state and then use any http server testing tool to "replay" this set of requests.
    You should be able to get server into the same state without use of applet. Then you can try to tweak set of requests to see what makes a difference.

  • ASP-OCI Charset problems

    Hi,
    i've a 11.2 database with we8dec charset.
    Developer use ASP and OCI to connect to the database and insert into tables.
    Some char are not converted well, like this "€".
    Application machine use client 11.2 and i set NLS_LANG=AMERICAN_AMERICA.WE8DEC in the registry but nothing.
    Is there any modification application side to do?
    Database server is AIX
    Application Server is windows 2008.
    Thanks
    Edited by: 842366 on 29-nov-2012 9.09

    gdarling wrote:
    As best I can tell, "€" is not defined in WE8DEC .. http://www.columbia.edu/kermit/dec-mcs.html
    You'll want to use a database characterset that can support the characters you actually need to store.
    Generally AL32UTF8 is recommended these days as it supports a huge number of languages and characters, but if you want to stick to a single byte characterset for some reason, WE8MSWIN1252 is frequently used as well.
    You may be able to figure out some sort of hack to be able to put the character in and get it back out looking the same, but unless the middle part (ie, the storage in the database) is correct and valid, all bets are off and you're just asking for trouble.
    GregHi Greg,
    thank you.
    Developer report that conversion works fine with PHP.
    PHP insert "€" in database, database store a strange char but PHP read "€" from database. He set NLS_LANG in php oci connection.
    In ASP i don't know how it can do.

  • ASP Case loop problem

    im trying to define a Case list as follows :
    Select Case iItemID
    While ((Repeat2__numRows <> 0) AND (NOT
    RsProducts.EOF))
    Case RsProducts.Fields.Item("UniqueID").Value
    aParameters = Array(RsProducts.Fields.Item("ITEMDESC").Value,
    RsProducts.Fields.Item("ITEMNMBR").Value)
    Repeat2__index=Repeat2__index+1
    Repeat2__numRows=Repeat2__numRows-1
    RsProducts.MoveNext()
    Wend
    however i get the error : Error Type:
    Microsoft VBScript compilation (0x800A0400)
    Expected statement
    can i not declare the Case as a value of a recordset field ?
    help appreciated

    john_snow wrote:
    > im trying to define a Case list as follows :
    >
    > Select Case iItemID
    >
    > While ((Repeat2__numRows <> 0) AND (NOT
    RsProducts.EOF))
    >
    > Case RsProducts.Fields.Item("UniqueID").Value
    > aParameters =
    Array(RsProducts.Fields.Item("ITEMDESC").Value,
    > RsProducts.Fields.Item("ITEMNMBR").Value)
    >
    > Repeat2__index=Repeat2__index+1
    > Repeat2__numRows=Repeat2__numRows-1
    > RsProducts.MoveNext()
    > Wend
    >
    > however i get the error : Error Type:
    > Microsoft VBScript compilation (0x800A0400)
    > Expected statement
    >
    > can i not declare the Case as a value of a recordset
    field ?
    >
    > help appreciated
    >
    John, can you explain what you are trying to do please, as
    that isn't
    how you use CASE in SQL.
    Steve

  • Having problem with textHeight

    Hi,
    I'm trying to create a menu like a list. Data are from XML
    (ASP). The problem is I just can't tell Flash to use the textHeight
    data for calculating the distance between two items. When I trace
    the textHeight, the data is correct, but the final look isn't. The
    distance between two items is constant, but it shouldn't be,
    because some items have more then 1 line of text. Here's the code.
    PLEASE HELP

    kglad, thx for your suggestion. I did put the _y position
    line right after the line, where a assign the title attribute to a
    text field. But now there's a new problem. The first two item are
    in right position and the distance between them is also right. But
    then the distance between the third and foutrh is smaller and
    between the fourth and fifth is even smaller. And the distance
    between the second and third item is huge. Any ideas?

  • Problem to get Accented French Characters coming from a form

    I have an ASP form which submits the data to a ColdFusion form. Once text fields include French Accented letters (e.g.: é), those will be shown as little squares (�) in ColdFusion output. I use ‘URLdecode’ function, but it doesn’t resolve the issue.
    I tested this with submitting to an ASP page, no problem to get correct accented letters.
    Any help to resolve this issue is very much appreciated.
    Thanks.
    Sarath

    Thanks everybody for valuable suggestions.
    I got another problem once I changed Charset to 'UTF-8' from 'iso-8859-1'.
    There is drop-down in ASP form in which data coming from a database table. Now, accented French letters in that dropdown are changed to strange Chinese like character, for instance 'Béthanie' shows up as 'B鴨anie'.
    Collation of this SQL 2000 database is 'SQL_Latin1_General_CP1_CS_AI'.
    Any suggestions to resolve this issue would be very much appreciated.
    Thanks.
    Sarath

  • Please help with Load Variables / ASP

    Hello,
    I am using Load Variables to retreive a variable from an ASP
    page, (which uses a response.write) to output the variable
    getfile.onRelease = function()
    myData = new LoadVars();
    myData.onLoad = function(success){
    if(success) {
    getfile_txt.text = this.strString;
    } else {
    getfile_txt.text = "error";
    myData.load("sendFile.asp");
    stop();
    the problem is that the output says "undefined", but when I
    access the .asp page through my web browser I get the expected
    result of the variable which is "Test1.Doc"
    if any1 can help with this, i would be massivley thankful,
    thanks.

    p.s strString is the variable that I am trying to pass from
    the ASP page.

  • Problems with a Canon i-sensys LBP6000 printer!!! Help me please!!!

    Hello!
    I just bought aprinter Canon i-sensys LBP6000 and I can make it work on my MacBook Pro(version 10.7.1). I downloaded the driver from the Canon website and I have installed it on my laptop very easyly.
    http://software.canon-europe.com/products/0010907.asp
    But the problem is that when I want to configurate the printer I go to: System Preferences/Print andScan/  I don’t have the option of Add “Moreprinters”, so I don’t know what to do!!!
    Does anybody have the aome problem??? Can anybody help me please????
    Thank you very much!!!

    When using your link it shows that the Canon Europe web site only has the v3.30 driver for the LBP6000. This driver does not support Lion.
    So if you download this v3.36 CAPT driver from the Canon Australia web site, you will have the correct driver for Lion, and if you refer to the document "Registering_OS_X_Lion_en-uk_R.pdf", which is included with the driver download, it shows that you do not use More Printers but the IP > LPD protocol instead.

  • HFM 11.1.2 Cannot Deploy Application from Workspace

    Hi,
    I have sucessfully installed Foundation,Workspace, Calc Manager, EPMA, HFM, FDM and Financial Reports on a single Win 2008 SP1 win 32 server. All Products configured on std ports and services are starting allright.
    When I log on to Workspace and create a new HFM application validation is Sucessfull. However when I try to deploy the Application it fails.
    Error Reported:
    HTTP/1.1 500 Internal Server Error
    Action aborted.
    Log file Says nothing but:
    HTTP/1.1 500 Internal Server Error
    My Environment:
    Hyperion: 11.1.2
    OS: Win 2008 SP1 win32
    IIS7 has Allow all ISAPI
    ASP is allowed

    The problem was solved
    I went to IIS and then to the Virtual Directory of HFM and clicked on Browse, instead of showing me a white page with HFM written on it, there was Internal Server Error web page with more details.
    I Redeployed all Sub-Modules of HFM in EPM Configurator except for Database Configuration and then Restarted the machine. Problem Solved.
    Edited by: AIC on Dec 11, 2010 12:42 PM

  • How to get text vertically centred in Li box

    I am updating our company website in another area of the system which is why you'll see a tf in the web address I am about to give.
    http://www.essentialfinance.net/tf/products/reconciling/accruals_manager.asp
    Now, the problem I have is that the options in the boxes are aligned to the top.
    I have had quite a problem understanding how to get these boxes to work so that they highlight when hovered etc, but eventually got there through some tutorial which seems to create a nav class hanging off the ul.
    I have tried altering everything in the ul.nav, ul.nav li, ul.nav a regarding getting the text to vertical align centred but no success.
    The css file is here:
    http://www.essentialfinance.net/tf/main.css
    I put that link in since someone may be able to pick out my faults.
    I have only put a link to # (goes nowhere) to get the <a> code initialised.....
    By the way - don't worry about the colour scheme... it's only temporary to test the functionality.
    And I would not wander anywhere else in the site - it's a shambles which is why i'm looking at it.
    Can anyone please advise? Thank you very much in advance for any feedback.
    Terry

    These forums are getting worse by the day.  Try this link for the last time:
    <http://www.mytechnet.talktalk.net/sidebar.txt>
    If it works, it works otherwise tough luck.

  • MIDI in using DLL callback function

    I am trying to get MIDI into LV. The dll used is winmm.dll and the function midiinopen (plus others) is described here:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_midiinopen.asp
    The main problem is I don't know how to program the Call Library Function Node properly in order to perform the call
    plus set it to start receiving callback data, being midi messages. I have tried creating and registering a User Event and
    passing the Event ref to the dll's "dwCallback" and then trapping the callback in an Event Structure, but nothing happens.
    I have studied the "Communicating with a Windows MIDI Device in LabVIEW" example but it gives no hint since midi out
    does not require the use of callbacks.
    Please advice,
    Stefan

    Vedeja wrote:
    I am trying to get MIDI into LV. The dll used is winmm.dll and the function midiinopen (plus others) is described here:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/htm/_win32_midiinopen.asp
    The main problem is I don't know how to program the Call Library Function Node properly in order to perform the call
    plus set it to start receiving callback data, being midi messages. I have tried creating and registering a User Event and
    passing the Event ref to the dll's "dwCallback" and then trapping the callback in an Event Structure, but nothing happens.
    Damn! Need to make this post shorter as this message
    board just silently told me that it needs to be shorter than 5000 words
    and ate up my lengthy repsonse with no way to get it back.
    You can't configure a Call Library Node to pass a Callback function to
    another function. Callback functions have been alien to LabVIEW for a
    long time with good reasons and what it has now as callback function in
    LabVIEw 7.1 and newer is not directly compatible with C callback
    functions.
    Basically as you want to get data from the callback function back into
    LabVIEW there is really no way around some intermediate software layer
    which in this case almost surely means your own specific wrapper DLL
    written in C.
    If you use LabVIEW 7.1 you could use user events but not in the way you
    describe. Attached is an example of how you can use user events from
    external code. Note the extra DLL you will have to write. You have to
    watch out what data you pass back to the user event as it has to match
    exactly the type you configured the user event for, otherwise LabVIEW
    will simply crash on you.
    For numerics this is quite simply and also shown in the example. For
    strings you can't just pass back a C string pointer but you will have
    to allocate a LabVIEW string handle with
    handle = DSNewHandle(sizeof(int32) + <length of C string>)
    and then copy the C string into it. For specifics about how to do this
    you should refer to the External Code reference manual in your Online
    Bookshelf. Similar rules apply for arrays or clusters for that matter.
    If you want or need to do this for LabVIEW < 7.1 there are two
    possible approaches but both are even less trivial. You could either
    create a wrapper DLL that translates your callback events into LabVIEW
    occurrences and for the data transfer back to LabVIEW you would have to
    implement your own queing too, or you could use the Windows Message
    Queue example somewhere here in the NI examples and adapt it to return
    your specific data. That would solve the data queueing more or less for
    you without having to worry about that.
    Rolf Kalbermatter
    Message Edited by rolfk on 05-22-2006 11:22 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions
    Attachments:
    userevent.zip ‏27 KB

  • Ora-02005 error

    Hi,
    Has anyone experienced ora-02005 error before?
    (ORA-02005 implicit (-1) length not valid for this bind or define datatype
    Cause: A negative length for the define variable was passed to a define function.
    Action: An explicit, non-negative, length parameter must be passed. )
    I use oracle8i with oracle OLE DB driver 8.1.7.3. The application uses ASP using microsoft ADO 2.1.
    This error is sporadic when we try to updata or add record. Can anyone help? Thanks.

    Hi SS, thanks
    no, i'm not using ref cursors,
    i simply return a table of varchar2(32767)...
    WHY NOT A BIGGER CHARACTER STRING !!!!!
    i think ASP has the problem...
    by and thanks again.

  • Got "Reponse is not well-formed XML" error when calling FormDataIntegration web service

    Hi,
    I'm using Windows Server 2008 + LiveCycle Server ES2 (Reader Extensions) + ASP.NET
    This problem only happened when I run the ASP.NET program with the licensed version of the server, (which i installed form the CD provided)
    However, there is no problem in my development environment with the trial version downloaded from Adobe website, the import data was successful and a correct PDF form can be returned.
    My question is that whether there is a problem within the LiveCycle services? or there is missing component that needs to be installed?? Thanks
    After call the importData of FormDataIntegration, I got below error
    Response is not well-formed XML.
    System.InvalidOperationException: Response is not well-formed XML. ---> System.Xml.XmlException: Root element is missing.
    at System.Xml.XmlTextReaderImpl.Throw(Exception e)
    at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlTextReaderImpl.Read()
    at System.Xml.XmlTextReader.Read()
    at System.Xml.XmlReader.MoveToContent()
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    --- End of inner exception stack trace ---
    I checked in LiveCycle's jboss log, I found below errors:
    2011-02-17 14:16:37,086 ERROR [org.apache.axis.encoding.ser.BeanSerializer] Exception:
    java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.ArraySerializer.serialize(ArraySerializer.j ava:76)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:707)
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.AdobeAxisBeanSerializer.serialize(AdobeAxis BeanSerializer.java:281)
    at java.lang.Thread.run(Thread.java:619)
    2011-02-17 14:16:37,087 ERROR [org.apache.axis.encoding.ser.BeanSerializer] Exception:
    java.io.IOException: java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.AdobeAxisBeanSerializer.serialize(AdobeAxis BeanSerializer.java:326)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
    : at java.lang.Thread.run(Thread.java:619)
    2011-02-17 14:16:37,088 ERROR [org.apache.axis.SOAPPart] Exception:
    java.io.IOException: java.io.IOException: java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.AdobeAxisBeanSerializer.serialize(AdobeAxis BeanSerializer.java:326)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at java.lang.Thread.run(Thread.java:619)
    2011-02-17 14:16:37,088 WARN  [org.apache.axis.attachments.AttachmentsImpl] Exception:
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}hostname: XXXX
    ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:333)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    ... 33 more
    Caused by: java.lang.NoClassDefFoundError: com/adobe/formServer/utils/LogUtils
    at com.adobe.formServer.utils.CommonGibsonUtils.PDFDocumentFromDocument(CommonGibsonUtils.ja va:122)
    at com.adobe.livecycle.formdataintegration.server.FormData.importData(FormData.java:64)
    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.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    ... 74 more
    2011-02-17 14:16:37,090 ERROR [org.apache.axis.encoding.ser.BeanSerializer] Exception:
    java.lang.NullPointerException
    at com.adobe.idp.dsc.provider.impl.soap.axis.ser.ArraySerializer.serialize(ArraySerializer.j ava:76)
    at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1 504)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:980)
    at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:707)

    it's base64, here's the codes i called, any hints?
                FormDataIntegration.FormDataIntegrationService dataIntClient = new FormDataIntegration.FormDataIntegrationService();
                dataIntClient.Url += "?blob=base64";
                dataIntClient.Credentials = new System.Net.NetworkCredential(account, password);
                FormDataIntegration.BLOB inXMLData = new FormDataIntegration.BLOB();
                inXMLData.binaryData = xmlData;
                FormDataIntegration.BLOB inPDFForm = new FormDataIntegration.BLOB();
                string pathPDF = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "bin\\ReplySlipByEmail.pdf");
                FileStream fsPDF = new FileStream(pathPDF, FileMode.Open);
                int lenPDF = (int)fsPDF.Length;
                byte[] bytePDF = new byte[lenPDF];
                fsPDF.Read(bytePDF, 0, lenPDF);
                inPDFForm.binaryData = bytePDF;
                FormDataIntegration.BLOB result = dataIntClient.importData(inPDFForm, inXMLData);
                return ApplyUsageRightsToPDF(result.binaryData, account, password, LCCertName);

Maybe you are looking for

  • Layout Problem

    I have a jframe with a borderlayout manager into which i display a jpanel (BorderLayout.center). But when i want to display a jinternalframe, this is displayed at the center and is stretched in order to fit the borderlayout settings. Even though this

  • Processing Refund checks from One time vendor

    Hi Gurus I have an issue related to refund checks from vendors with whom we have very few transactions. My question is that if I have refund check from a vendor but do not have any subsequent payment to be made, how should I enter this check in the s

  • JSP Execution Problem

    We have implemented a servlet that uses a RequestDispatcher to forward to a JSP. The JSP instantiates an object (passing the Request and Response as parameters) that uses the RequestDispatcher once again to include another JSP. This has been working

  • Handling concurrent users

    hi guys, I developed an application to be used be 1500 users and deployed to tomcat. It hangs after working for a while how can i resolve this

  • ICal, contacts not syncing since Mountain Lion upgrade

    Greetings, I upgraded my iMac directly from Snow Leopard to Mountain Lion a few weeks ago. Since then, Apple pushed OSX 10.8.1 which is what I am currently running. Since upgrading to 10.8, my iTouch (software: 4.2.1) is not syncing properly. I'm hav