Fatal Error and NullPointerException in Oracle XML Transformer

Hi,
I'm building a dom tree in memory with oracle xml parser. Then I transform the dom document into a string to send xml to the client. But I get an fatal error on calling transform.
I don't know what could be the problem, because apache and weblogic parser works, an when I create a dom document with org.w3c.dom elements and statements then the xml document can't be invalid,
because the document implementation would throw an exception if wrong nodes or something like this should be inserted...
I'm using oracle xml parser 9.2.0.4 for java, bea weblogic 7.0 and win2k.
Thanks for help.
XSL-1900: (Fatal Error) An internal error condition occurred.
javax.xml.transform.TransformerException: XSL-1900: (Fatal Error) An internal error condition occurred.
at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:681)
at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:309)
java.lang.NullPointerException
at oracle.xml.parser.v2.XSLSAXPrintDriver.printAttributes(XSLSAXPrintDriver.java:394)
at oracle.xml.parser.v2.XSLSAXPrintDriver.startElement(XSLSAXPrintDriver.java:322)
at oracle.xml.parser.v2.XMLElement.reportSAXEvents(XMLElement.java:993)
at oracle.xml.parser.v2.XMLNode.reportChildSAXEvents(XMLNode.java:1014)
at oracle.xml.parser.v2.XMLDocument.reportSAXEvents(XMLDocument.java:942)
at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:294)

Hi,
I'm having that problem to:
I'm getting the following exception
javax.xml.transform.TransformerException: XSL-1900: (Fatal Error) An internal error condition occurred.
     at oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:723)
     at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:340)
     at com.ac.mqif.control.Handler.handleLong(Handler.java:835)
     at com.ac.mqif.control.Handler.run(Handler.java:951)
Caused by: java.lang.NullPointerException
     at oracle.xml.parser.v2.XPathStep.getSelectedNodes(XPathStep.java:380)
     at oracle.xml.parser.v2.PathExpr.getValue(XSLNodeSetExpr.java:483)
     at oracle.xml.parser.v2.XSLExprBase.getStringValue(XSLExprBase.java:363)
     at oracle.xml.parser.v2.XSLValueOf.processAction(XSLValueOf.java:99)
     at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:367)
     at oracle.xml.parser.v2.XSLTemplate.processAction(XSLTemplate.java:199)
     at oracle.xml.parser.v2.XSLApplyTemplates.processAction(XSLApplyTemplates.java:214)
     at oracle.xml.parser.v2.XSLApplyTemplates.processAction(XSLApplyTemplates.java:207)
     at oracle.xml.parser.v2.XSLApplyTemplates.processAction(XSLApplyTemplates.java:207)
     at oracle.xml.parser.v2.XSLApplyTemplates.processAction(XSLApplyTemplates.java:120)
     at oracle.xml.parser.v2.XSLNode.processChildren(XSLNode.java:367)
     at oracle.xml.parser.v2.XSLTemplate.processAction(XSLTemplate.java:199)
     at oracle.xml.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:471)
     at oracle.xml.parser.v2.XSLStylesheet.execute(XSLStylesheet.java:448)
     at oracle.xml.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:246)
     at oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:327)
     ... 2 more
when using a stylesheet which has a template match condition of more than 1600 characters.
The second thing is that the Oracle XML transformer is
NOT threadsafe. I was using several threads using different templates to transform an incoming XML simultaneously but was ALWAYS getting internal XSL errors
and Nullpointer Exceptions. I solved this by synchronizing the transformation, but I don't like it.
I'm using the following versions on Windows XP:
Oracle IDE: 9.0.3.10.35
Business Components Version: 9.0.3.10.7
SCM Support Version: 9.0.3.9.4
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Thanx,
Ellcrys

Similar Messages

  • Java.lang.NullPointerException at oracle.xml.xsql.XSQLHttpUtil.HttpRequestAsXMLDocume

    Hello Everyone,
    I get the following error in the <request> element of my XML result from any XSQL page. This always occurs when the page is linked from a JSP page using a simple hyperlink, accessed with <jsp:forward> or accessed with <jsp:include>. This occurs both when I include a request parameter and when I don't.
    If I access the XSQL page directly through its URL in my browser or as a link from a regular HTML page this does not occur.
    However, once I link or include to the XSQL page and get the error I continue to get it until I stop and restart the server.
    Oracle XDK Java 9.2.0.2.0 Production
    Development Environment: WebSphere Studio Application Developer 4.02
    OS: NT 4.0 SP6
    Even this simple Hello World! example produces the error when linked from a JSP page:
    <?xml version="1.0"?>
    <page connection="ghms" xmlns:xsql="urn:oracle-xsql">
         <xsql:include-request-params/>
    <xsql:query>
              SELECT 'Helo World!' AS text
              FROM DUAL
    </xsql:query>
    </page>
    Error:
    <request>java.lang.NullPointerException
         at oracle.xml.xsql.XSQLHttpUtil.HttpRequestAsXMLDocument(XSQLHttpUtil.java:116)
         at oracle.xml.xsql.XSQLServletPageRequest.getRequestParamsAsXMLDocument(XSQLServletPageRequest.java:382)
         at oracle.xml.xsql.actions.XSQLIncludeRequestHandler.handleAction(XSQLIncludeRequestHandler.java:39)
         at oracle.xml.xsql.XSQLDocHandler.getDocument(XSQLDocHandler.java:149)
         at oracle.xml.xsql.XSQLPageProcessor.process(XSQLPageProcessor.java:140)
         at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:60)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
         at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167)
         at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297)
         at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
         at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
         at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
         at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:523)
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:282)
         at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:112)
         at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:91)
         at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:184)
         at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
         at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:106)
         at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:125)
         at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:315)
         at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
         at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:323)
         at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:252)
         at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
    </request>

    Please refer to Oracle bug 3973353 in Metalink. The solution is as following:
    - extract BC4JRequestProcessor.java from \BC4J\src\bc4jstrutssrc.zip
    - copy BC4JRequestProcessor.java to ...\project\src\oracle\jbo\html\struts11\BC4JRequestProcessor.java
    - comment the following lines (lines 347 to 351):
    // Overide only if the action mapping is a BC4JActionMapping.
    // ActionMapping mapping = (ActionMapping)
    // request.getAttribute(Globals.MAPPING_KEY);
    // if (! (mapping instanceof BC4JActionMapping) )
    // return super.processMultipart(request);
    Regards,
    Rayyen

  • B2B-50014:  General Error: java.lang.ClassCastException: oracle.xml.parser.

    Hi Gurus,
    Trying to pass an OAG XML 9.0 payload to a remote trading Partner, over an AS2 channel -- message is both Signed and Encrypted, Cert has been imported.
    I get the B2B-50014: General Error.
    B2B is able to identify the Agreement correctly.
    LOGS:
    [2011-05-12T12:27:03.292+00:00] [soa_ms_1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@243d15ed] [userId: <anonymous>] [ecid: bb3e7e8ee8316823:74cad781:12fc9c42815:-7ff5-0000000000172f4e,0] [APP: soa-infra] Error -: B2B-50014: General Error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException[[
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1571)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         ... 8 more
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Error -: B2B-50014: General Error: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1571)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:800)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3785)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3127)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:619)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:220)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLParseException cannot be cast to oracle.tip.b2b.system.B2BDomainException
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.validateXMLDocument(OagDocumentPlugin.java:1237)
         at oracle.tip.b2b.document.oag.OagDocumentPlugin.processOutgoingDocument(OagDocumentPlugin.java:819)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1483)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:990)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1511)
         ... 8 more
    Kindly advise.
    Regards,
    Sambhav.

    Hi Anuj,
    Thanks, i disabled the agreement validation, ran the file through. It worked.
    Also, tried to validate the XML instance with the XSD, and it threw no errors, so the payload conforms to the XSD, but will validate.
    Other thing being, this is an OAG-XML PO, so had the XSD, not the Guideline file.
    Regards,
    Sambhav.

  • Py2app stub executable has encountered a fatal error, and will now terminate. How do I fix this?

    I can't get rid of the following startup error message:
    py2app stub executable has encountered a fatal error, and will now terminate.
    How do I fix this?
    It started after my G5 PowerPC crashed while watching an iTunes Podcast.
    Thanks.

    Are you using Google Drive, Dropbox, or such?
    https://discussions.apple.com/thread/5286185?start=0&tstart=0
    http://productforums.google.com/forum/#!msg/drive/OxB-qAsRQS4/Txvcg18ATCMJ

  • Audition has encountered a fatal error and needs to shutdown

    All of a sudden, Audition has been frequently giving me this error "audition has encountered a fatal error and needs to shutdown" and shutting down when I select an area using the Paint Brush selection Tool in the Spectral Display. I have made lots of use of this tool in the recent past, editing out noise in recordings. But, this error now makes that tool almost useless.
    How can I fix whatever is wrong?
    1) MacBookPro with Lion 10.7.4
    2) Audition CS6, v5.0 build 708
    3) Editing wave files using the Paintbrush tool to select small areas to reduce the level.
    4) Does NOT seem file dependent, since this problem has occurred on brand new wave files and previously edited wave files. I do not know if it is restricted to wave files. That is just all record - wave 24/96.
    5) The problem generally occurs when I simply select an area. I think sometimes it doesn't surface, until I try to adjust the level.
    6) I have used this tool a lot, prior to this problem surfacing. I' had no troubles. then, on a file I hade been making lots of little edit to, to clean up the noise, it suddenly started giving me this error. Since then, any file I have tried to use the Paint Brush tool give me this error. Forces me to save  VERY frequently.
    Any ideas?
    Mike

    Hi Mike,
    First, let me ask that the next time this crash occurs, please locate and send the corresponding OS X Crash log.  To locate this file, do the following:
    Open Finder
    From the menu bar, choose Go > Go To Folder...
    In the "Go to the Folder" box that pops up, type: ~/Library/Logs/Diagnostic Reports/ and click Go
    Locate the Adobe Auudition CS6_2012... file that is most recently dated and send it as an attachment to [email protected]
    I would then suggest two steps to resolve this:
    Update Audition:
    Click Help > Updates in the menu bar and update Audition CS6 to v5.0.2
    If you still experience a crash after updating Audition, let's temporarily reset the preference files for Audition and see if that makes a difference.
    Open Finder
    From the menu bar, choose Go > Go To Folder...
    In the "Go to the Folder" box that pops up, type ~/Library/Preferences/Adobe/Audition/ and click Go
    Rename the "5.0" folder to something else, such as "5.0_OLD"
    Audition will rebuild these preference files to its defaults on the next launch.  See if this crash is still a problem.
    Thanks!

  • Fatal Error and Freezing my screen

    Hello All,
    I need some help.  I allowed my wife to use one of her friends external hardrives on my computer and then after she was done opening her friend's PDF files, all of my scanned PDF files are now very very difficult to open and I keep getting a message stating Fatal Error and my computer screen freezes up.   I believe that I have the most up to date free adobe acrobat software that I allowed my computer to install the upgrade.  Please help me fix this problem. Thanks!

    What is your operating system?  What is your Reader version?
    Can you open Adobe Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].

  • Media card can not be accessed due to fatal errors and media card format failed

    hi
    anybody please help me. when i insert media card in blackbeery 8520 mobile i am getting the below message.
    "media card can not be accessed due to fatal errors" and
    when i try to format the media card on mobile i am getting the following message.
    "media card format failed"
    i tried to connect this media card to PC. but PC not showing any message and not even displaying the card in "my computer" folder.
    i have some important files on the media card.
    can some please help me to clear this problem and get my files.

    mrvonzuela wrote:
    Help Guys! please!
    Hi mrvonzuela,
    On your BlackBerry® smartphone, go into Options > Device > Storage, remove the check mark next to Media Card Support then press the menu key and choose save.  Place a check mark in the Media Card Support box again, then press the menu key and choose save.
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • Error : java.lang.NoSuchMethodError: oracle.xml.parser.v2.

    Hello,
    We have installed successfully XSQLServlet engine and configured Apache server as per release document.
    When we tried to run xsql/demo/helloworld.xsql we are getting following error.
    Am I missing any classpath in jserv.properties? Any pointers to resolve this issue will be appreciated.
    Thanks,
    Shree
    Actual Error
    [18/02/2000 16:20:00:156 PST] java.lang.NoSuchMethodError: oracle.xml.parser.v2.
    XMLNode: method selectNodes(Ljava/lang/String;)Lorg/w3c/dom/NodeList; not found
    at oracle.xml.xsql.XSQLDocHandler.getDocument(Compiled Code)
    at oracle.xml.xsql.XSQLPageProcessor.process(Compiled Code)
    at oracle.xml.xsql.XSQLServlet.doGet(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)

    Steve,
    Thanks for the response. Now we are getting different error. In one of the questions earlier posted, someone (I think Jon) noted that following error (the one we are getting) can be resolved by using JDK 1.1.8, is there any specific JDK pre-req for XML Parser 0.9.8.6?
    Is it possible, to enhance release notes for 0.9.8.6 to include
    a) Tips mentioned in your mail (i.e. putting oracle xml parser 2.0.x before Apache/OJSP xmlparserv2.jar
    b) Dependencies on specific version of JDK
    Once again thanks for the responding to the mail and will appreciate a help to resolve this current error.
    Thanks,
    Shree
    Actual error :
    java.lang.IllegalArgumentException: sun.io.CharToB
    yteUTF-8
    at sun.io.CharToByteConverter.getConverterClass(Compiled Code)
    at sun.io.CharToByteConverter.getConverter(Compiled Code)
    at java.io.OutputStreamWriter.<init>(Compiled Code)
    at org.apache.jserv.JServConnection.getWriter(Compiled Code)
    at oracle.xml.xsql.XSQLServletPageRequest.setupWriter(Compiled Code)
    at oracle.xml.xsql.XSQLServletPageRequest.setContentType(Compiled Code)
    at oracle.xml.xsql.XSQLPageProcessor.process(Compiled Code)
    at oracle.xml.xsql.XSQLServlet.doGet(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    null

  • HT1926 When i try to download itunes during installation it says something about a fatal error and closes down. how can i fix this?

    i have had itunes downloaded on my computer before but the computer had to be repaired becuase it had viruses and now i cant reinstall itunes. whenever i try to install it again something pops up that says a fatal error has occured or something like that. does anyone know how this can be fixed?

    the older version of bonjour could not be removed
    Let's see if we can make some progress with that one first.
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Where see error and status for oracle 8.0.6

    hi admins,
    we looking for into tools oracle, what is for see general error and status database ?
    thanks in advance
    regards
    Rodolfo

    You see general error and status infomation in your alert log. This is the alert_<sid>.log file found in the directory specified by the parameter background_dump_dest.

  • I'm trying to reload Production Premium CS5.5.  I get fatal error and it won't load Premier or AE.

    I'm trying to reload Production Premium CS5.5 and I get a fatal error that says Conflicts found in selected payloads, halting installation.  Everything loads except Premier and After Effects.  What do I do next?

    what error?  copy and paste the error message.

  • Fatal error and lost tutorial

    I'm trying to find where Tutorial Builder is putting my completed tutorial. I've tried it twice, it's supposedly saved to the Mac desktop, but it isn't there. Now, when I tried to review the notes I get
    Fatal error: Call to a member function tableName() on a non-object in /data/www/sites/labs-live.macromedia.com/docs/wiki/includes/ObjectCache.php on line 409"
    Are folks having success with this and I'm an idiot? Quite possible...

    Hi David,
    I am not sure where the original tutorials were stored. You could search for ScriptingListenerJS.log and see all the log files that Tutorial Builder generated. That might provide some clues.
    As for the "tbstep" links, these hyperlinks are special. A browser like Safara, Firefox, or Chrome is not going to recognize those. As we mention in the Release Notes:
    "You can view the generated HTML tutorial in a Web browser (we have primarily tested on IE8 and Firefox 6), but the "Show me in Photoshop" links will not work. In order to enable this functionality, you will need to build a simple Webkit based application that loads the tutorial and sends the code embedded in the HTML file to a running instance of Photoshop via the Touch SDK. In the future, we hope to release such an application with Tutorial Builder."
    Please let me know if you have any more questions.
    We would love to hear your feedback on Tutorial Builder
    Thanks!
    Mira

  • ORA-03113 error when setting up Oracle XML DB Basic Demo

    When I try to install XDB_UTILITY package using the command @SQL/xdbUtility, immediately after the view is created successfully, I get the out-of-file error. The error is caused by "select value(x) into dbxml from xdb_database_summary x".
    The database I am using is 9.2.0.2 updagrated from 9.2.0.1 and the OS is windows 2000 server.
    regards

    Regarding the problem with xdbUtility. I think you are running the 9.2.0.1.0 vesrion of the demo. This is a known bug in 9.2.0.2.0, which is fixed in 9.2.0.3.0. Please download an updated version of the demo from http://otn.oracle.com/tech/xml/xmldb/content.html. This version contains a workaround for the problem in 9.2.0.2.0.
    Please shutdown and re-start the database before running the new version of the dmeo

  • Fatal error and blue screen using iTune 6.05.20 under Window XP pro

    I just downloaded and upgraded my iTune to 6.05.20 and having serious problems which I can't even play a song for more than 5 sec. If I click PLAY, my computer will hang and display a quick blue screen(too quick I can't get the exact error)then restarts. I can't find the older version I had anywhere, so any help please.
    Im using Creative Audigy2 ZS pro. never had a problem with iTune untill this version.

    we can also try using the following technique to slow down that flash of a blue screen, to try to get some more information from it:
    1) Open your system control panel (Start->Control Panels->System).
    2) Select the "Advanced" tab.
    3) Click the "Startup and Recover" section's "Settings" button
    4) Verify that under "System Failure" the "Automatically restart" checkbox is not checked.
    what text and numerical codes do you see? (ie 0x[zeros/letters/numbers] CAPSANDUNDERSCORES)
    here's a reference on the sorts of things i'm asking about:
    Troubleshooting Windows Stop Messages
    if the blue screen cites a specific file, also let us know what it's called. precise spelling and filename extension, please.

  • ITunes 9.2 causes fatal error and "blue screen of death"

    I installed Itunes 9.2 this morning and whenever I tried accessing this version of Itunes, my system hangs and showed me the infamous “blue screen of death”. I have tried uninstalling and reinstalling Itunes but nothing seems to work.
    Anyone encountering this problem and is there any way to solve this? Thanks!

    I was using v9.1.1.12 and could not synch my iphone with outlook although with other versions there was no problem so was keen to install the new version of iTunes yesterday (9.2.0.61). Installation went fine, iTunes opened up perfectly and read my music library and hey presto synched my phone with outlook. I was well pleased. Closed down itunes and went back to working A couple of hours later as my secretary had updated my calendar I plugged in my iphone and itunes started to open then.... disaster. The blue screen appeared.
    I restarted again, and again and again and the same thing happens everytime iTunes was opened (independently or when plugging my iphone in). Tried 4 times.
    I did a repair using itunes installer. No change stilled blue screened when opened. I then had the bright idea of uninstalling iTunes totally and reinstalling. No change - itunes begins to open then causes blue screen.
    The next step I uninstalled itunes. Did a disk defrag and then thought I would reinstall version 9.1.1.12 and install the newer version over the top. But hey you have guessed it, the older version would not open because the library it was using had been created with a newer version i.e. v9.2.0.61 - nice one iTunes!!
    So at the moment I have no iTunes at all so am stuffed. So, iTunes solves one problem but creates another. Do they ever check these things???
    Help!!

Maybe you are looking for

  • Problem with naming certain people in Faces

    When I am using the Faces feature of Aperture 3, I have a problem with naming certain people. In particular, if I want to name someone "Tommy", I type a "T" but instead a "D" appears. If I type a "T" again then the correct letter will appear but the

  • How many GB can the Mac Mail program handle?

    My mail program has 2.2 GB. My friend told me that the mail program has a limit of 2 GB is this true?

  • Attach a Photo when Texting???? How To!

    Can i attach a picture from my photos on my phone when texting? thnaks B

  • How to derive a tree like output in Report?

    Hi, I have a report which should produce output like a tree which takes the data from a single table? If anybody having idea in this regard please post me. Thanks, henschel

  • Boot camp error running!

    Hello i'm trying to run bootcamp but didn't work showing an error You must update your computer's boot rom firmware before using this setup assistant! SMC Version (system):     1.30f3 Model Identifier:     MacPro3,1 I tried to download the update fro