Crash and hang up on certain sites - help with error message

HI,
I hope someone can help me with this error message. When Using Firefox, on certain sites I get the following error message and then the program hangs. Here is the message:
java.lang.UnsatisfiedLinkError: getProxyConfigURL
It was suggested that I update Java from the apple site, which I did but nothing changed. When I use Safari I just get the picture of the coffee cup with a ! over it.
On both programs all Java extentions are turned on.
Any help would be apprieciated.
Thanks
Stu (ibook 900, OX 10.3.9)

Well,
When I went to that site, I was presented with a security certificate window. When I didn't click yes to explicity give the site access to my machine, it generated an error (not the same one you saw) and wouldn't allow me to continue.
It might initially be the speed of your machine. When you see the coffee cup that indicates that Java is starting up. Let it sit a bit and see if it eventually comes up. Second, I think you mentioned you were using Firefox (I can't scroll back at the moment). You might want to try it with Safari. Firefox might not be responding to the security issue properly.

Similar Messages

  • I have plugged my iphone 5s into windows computer, the computer picks up that its there and starts charging but keeps coming up with error message when i try connect to itunes... HELP!!!

    I have plugged my iphone 5s into windows computer, the computer picks up that its there and starts charging but keeps coming up with error message when i try connect to itunes... HELP!!!

    What does the error message say? (Precise text, please.)

  • Need help with error message 213:8

    Need help with error message 213:8, this error message prompted after re-installing CS5.5 on the same machine (W7 Pro)
    Thanks.

    Hi TKA_,
    Please try the solutions mentioned on following forum thread.
    http://support.muse.adobe.com/thread/1305941?start=0&tstart=0
    Let me know if it works?
    Regards,
    Sumit Singh

  • Please help with error message invoking external service from BPEL

    Yes, I'm new to Oracle SOA Suite and BPEL Process manager. I've searched the forums, OTN, and Google and have not found any description of this error message:
    "oracle.fabric.common.FabricException: Number of SOAP body elements and parts do not match in operation: <operation-name>"
    Using JDeveloper 11.1.1.2.0 and WebLogic/SOA 10.3.2.0.
    The BPEL process was built completely using JDeveloper's graphical tools... I haven't done any raw editing of the BPEL files yet. What types of things might I possibly be doing wrong that would cause this error to occur? Any idea what two things the server is comparing and deciding that there's a mismatch? It doesn't look like it is even attempting to invoke the external service, but bailing out before that, thinking that it's going to send bad data. Below is a bit more detail.
    Also, I loaded up the WSDL (same one that I gave to JDeveloper) into SOAPUI. Then I took the payload that SOA was about to send (see below) and pasted it into SOAPUI. SOAPUI didn't complain and the target web service accepted the message and produced a "success" response. It looks like the payload is correct, so I don't know why SOA is complaining.
    Thanks for any help you can offer.
    =====================================================
    Faulted while invoking operation "UpsertEmp" on provider "SiebelUSEmployeeIntegration".
    <messages>
    <input>
    <UpsertEmpInput>
    <part name="SiebelMessage">
    <SiebelMessage>
    <ns1:USEmployment>
    <ns1:globalId>123456abcdef</ns1:globalId>
    <ns1:employeeId>000123456</ns1:employeeId>
    <ns1:effDt>1/1/2009</ns1:effDt>
    <ns1:emplStatus>A</ns1:emplStatus>
    <ns1:supported>N</ns1:supported>
    <ns1:employed>Y</ns1:employed>
    <ns1:activeStatus>Y</ns1:activeStatus>
    <ns1:hrEditOnly>Y</ns1:hrEditOnly>
    <ns1:paygroup/>
    <ns1:statusCode/>
    <ns1:origHireDate/>
    <ns1:termDate/>
    <ns1:latestHireDate/>
    <ns1:locationCode/>
    <ns1:locationDescr>Somewhere</ns1:locationDescr>
    <ns1:positionCode/>
    <ns1:jobCode/>
    <ns1:jobDescr/>
    <ns1:supervisorEmplid>000654321</ns1:supervisorEmplid>
    <ns1:deptCode>ITG</ns1:deptCode>
    <ns1:deptDescr>Information Technology Group</ns1:deptDescr>
    <ns1:ministryCode/>
    <ns1:ministryDescr>Core Services</ns1:ministryDescr>
    <ns1:subministryCode/>
    <ns1:subministryDescr>Information Technology Group</ns1:subministryDescr>
    <ns1:wwcFreeSubFlag>N</ns1:wwcFreeSubFlag>
    <ns1:lakeHartMC>1234</ns1:lakeHartMC>
    <ns1:testFlag>Y</ns1:testFlag>
    </ns1:USEmployment>
    </SiebelMessage>
    </part>
    </UpsertEmpInput>
    </input>
    <fault>
    <bpelFault>
    <faultType>
    <message>0</message>
    </faultType>
    <remoteFault>
    <part name="summary">
    <summary>oracle.fabric.common.FabricException: Number of SOAP body elements and parts do not match in operation: UpsertEmp</summary>
    </part>
    <part name="detail">
    <detail>Number of SOAP body elements and parts do not match in operation: UpsertEmp</detail>
    </part>
    </remoteFault>
    </bpelFault>
    </fault>
    <faultType>
    <message>0</message>
    </faultType>
    </messages>

    Welcome to BPEL. Take a moment, and write "it's a namespace issue" on a sheet of paper. Post it near your monitor. It won't always be a namespace issue, but it's usually a good thing to suspect first! Is the namespace prefix ns1: defined somewhere? Does your XML that is being sent really match what the WSDL has for input to the UpsertEmp operation? The namespaces for each element level in the XML need to match, not just the lowest level.
    When problems like this get really sticky, you can use TCP tunneling (obtunnel shell?) to capture what is really being sent to the server, and compare that to what is sent from SOAPUI. That's more useful if it's a subtle header problem, but you may get better error messages if you catch the BPEL message and send it using SOAPUI.
    Good Luck, Andy

  • New to Java and need help with error message!

    I have just installed the oracle jdbc driver and am now getting the following error message when trying to use the jbdc driver instead of the jdbc:odbc wrap driver...
    See com.borland.dx.dataset.DataSetException error code: BASE+47
    com.borland.dx.dataset.DataSetException: Chain of 2 or more Exceptions occurred
         at com.borland.dx.dataset.DataSetException.a(Unknown Source)
         at com.borland.dx.dataset.DataSetException.throwExceptionChain(Unknown Source)
         at com.borland.dx.sql.dataset.q.a(Unknown Source)
         at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
         at com.borland.dx.sql.dataset.Database.createPreparedStatement(Unknown Source)
         at com.borland.dx.sql.dataset.o.a(Unknown Source)
         at com.borland.dx.sql.dataset.o.d(Unknown Source)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.open(Unknown Source)
         at com.borland.dbswing.JdbTable.bindDataSet(JdbTable.java:2749)
         at com.borland.dbswing.JdbTable.setDataSet(JdbTable.java:819)
         at myframes.ClaimView.btnSQL_actionPerformed(ClaimView.java:279)
         at myframes.ClaimView_btnSQL_actionAdapter.actionPerformed(ClaimView.java:440)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Chained exception:
    javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:640)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:280)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.borland.dx.sql.dataset.q.a(Unknown Source)
         at com.borland.dx.sql.dataset.Database.openConnection(Unknown Source)
         at com.borland.dx.sql.dataset.Database.createPreparedStatement(Unknown Source)
         at com.borland.dx.sql.dataset.o.a(Unknown Source)
         at com.borland.dx.sql.dataset.o.d(Unknown Source)
         at com.borland.dx.sql.dataset.o.f(Unknown Source)
         at com.borland.dx.sql.dataset.QueryProvider.e(Unknown Source)
         at com.borland.dx.sql.dataset.JdbcProvider.provideData(Unknown Source)
         at com.borland.dx.dataset.StorageDataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.a(Unknown Source)
         at com.borland.dx.dataset.DataSet.open(Unknown Source)
         at com.borland.dbswing.JdbTable.bindDataSet(JdbTable.java:2749)
         at com.borland.dbswing.JdbTable.setDataSet(JdbTable.java:819)
         at myframes.ClaimView.btnSQL_actionPerformed(ClaimView.java:279)
         at myframes.ClaimView_btnSQL_actionAdapter.actionPerformed(ClaimView.java:440)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Here is the code causeing the error;
    void btnSQL_actionPerformed(ActionEvent e)
    try
    String GET_DATASET = txtSQL.getText().trim();
    Display("Executing...");
    try
    MyDisplayTable.setDataSet(null);
    catch (DataSetException ex)
    Display("ERROR 1: " + ex.toString());
    try
    queryDataSet1.close();
    catch (DataSetException ex)
    Display("ERROR 2: " + ex.toString());
    try
    queryDataSet1.setQuery(new com.borland.dx.sql.dataset.QueryDescriptor(
    database1, GET_DATASET, null, true, Load.ALL));
    catch (DataSetException ex)
    Display("ERROR 3: " + ex.toString());
    try
    if (!queryDataSet1.isOpen()) {
    queryDataSet1.open();
    catch (DataSetException ex) {
    Display("ERROR 5: " + ex.toString());
    try {
    queryDataSet1.refresh();
    catch (Exception ex) {
    Display("ERROR 5.5: " + ex.toString());
    try {
    Display("setDataSet");
    MyDisplayTable.setDataSet(queryDataSet1);
    Display("DONE setDataSet");
    catch (DataSetException ex) {
    Display("ERROR 6: " + ex.toString());
    Display("Query: ' " + GET_DATASET.trim() + " ' was executed successfully");
    catch (Exception ex)
    Display(ex.toString());
    Please let me know if more information is required. I am completely at a loss as to what more I need to do to get this to work using the new driver.
    Thank you all in advance,
    Malcolm Diaz
    Application Developer
    [email protected]
    PlanVista Solutions Inc.
    419 E.Main St.
    Middletown NY 10940
    845-346-2692

    this is more of a jdbc question rather than an internationalization. You might be able to get more help if you post it in java programming section.

  • Help with error message: Expected end of line but got identifier

    The following is a calculated applescript step in a Filemaker script. It tells iCal to go to the date of an iCal event that the script has previously created from Filemaker. The code below keeps generating an error message: "Expected end of line but got identifier." Note: "ACTIVITY::Date" below is Filemaker's way of indicating the file name (ACTIVITY) and the field in question (date). Help appreciated.
    "tell application \" iCal\" ¶
    activate ¶
    switch view to month view ¶
    set theDate to date \"" & ACTIVITY::Date & "\" ¶
    view calendar at theDate ¶
    end tell"

    It's not clear exactly what you're aiming for here, so it's not easy to tell you how to fix it.
    At first glance I'd say you're missing a quote symbol or two, but even then it doesn't make a lot of sense without more context - for example, 'ACTIVITY::Date' isn't valid as an AppleScript variable name (you can't have a : in a variable name), and your code isn't within a Filemaker block, so it doesn't appear to relate to Filemaker, either.
    In either case the only thing that looks remotely valid to me would be:
    set theDate to date "\"" & ACTIVITY::date & "\""
    but without knowing the context of ACTIVITY::Date it's impossible to tell if this is valid, or how it differs from:
    set theDate to date ACTIVITY::Date
    (i.e., why the quotes are needed at all)

  • HELP with error message

    I keep getting an error message that reads Attempting to copy to the disk "IPOD" failed. The disk could not be read from or written to.
    can someone help me fix this I only have 40 songs on the Ipod and 353 in my itunes

    http://docs.info.apple.com/article.html?artnum=301267

  • Help with error message, please!

    I have treated my iPod like the crown jewels in the two years I've had it. Never dropped it, doesn't have a scratch on it. Imagine my sense of betrayal when suddenly I'm getting an error message "Attempting to copy to the disk 'Jim's iPod' failed. An unknown error occurred (-69)."
    This after 9.81 gigs of music has copied over, out of 19+ gigs. I have found no articles or postings relating to this error message, anywhere. Out of desperation, I followed the instructions for clearing a "1413" error message, since that one seems to be fairly prevalent and there's a lot of literature on it. But to no avail.
    I have done everything I can think of to the iPod itself. Reset it, restored it, run diagnostics (the HDD Test starts but won't complete; everything else gets a pass).
    I suppose at some point I may have to admit that the HD is FUBAR, but I'm not ready for that yet.
    Here's a question that I probably ought to know the answer to already: I have two users listed on my computer besides "All Users" and "All Users.WINDOWS" -- not sure how that happened, but there's "Jim" and there's "Jim.DAD" (DAD being my home netword name). The music folders under "ITUNES MUSIC" under these two users are not exactly the same. One is missing some artists. The listing of iTunes music in "My Docs/My Music" is also incomplete. But the music is there; I can play it out of the iTunes library. My question is, where is iTunes getting the music files when it copies to the iPod? Could this labeling screwup be causing that error message? I know, I'm probably just in denial about the demise of my iPod, but I'm gonna look for every possible source of this **** error message before giving up. Can anyone help? Sure do appreciate it if you can.
    Jim

    If anyone's interested (and it doesn't appear that anyone is), the problem was solved when I unplugged a USB external hard drive and simply plugged it back in.
    Doesn't say much for those Apple geniuses, IMO.

  • Please help with error message while trying to update i tunes

    Errors occurred while installing the updates, if the problem persists, choose tools, download only and installing manually

    When i try and download i-tunes i get a message about URBCHN1 not being a win32 command, or something similar.
    ... that's an unusual one.
    could you possibly send us a screenshot of the error message box? for instructions, see the following user tip:
    hudgie: Taking screenshots to help with problems

  • Help with error message opening lightroom 5 on macbook?

    I downloaded lightroom 5 on my macbook. i have os-lion. When I open the program and error message appears  saying " error switching modules". I am missing all the options to import photos. When I try to click on lightroom preferences at the top of the screen nothing pops up.  It seems like i am missing some of the options and the navigation pane. Do i need to update something else to be able to import photos and click between module pages?

    55AB,
    It appears the error message you have is an ink system failure error message. While it looks like your printer needs to be services there is also a thread with some suggestions out there with some results for this same issue. I have linked this thread this post. You will want to look at message 16 and 17 for what seems to be a resolution for your same printer. Hope this helps.
    http://h30434.www3.hp.com/t5/Other-Printing-Questions/error-message-0xc19a0035-quot-ink-system-failu...
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • Dvd burn error--need help with error message

    Ok so I have read all the support articles and many of the discussions already posted...but still can not burn a dvd.
    so, I created a project on idvd, it just has two slideshows that I imported from iphoto. I could not burn the dvd directly from idvd, got the multiplexing/burn error message. I successfully created a disk image and was able to play it on my computer using the dvd player, I then tried to burn it using the disk utility and again got an error message after it started the writing proccess...the error said "The devise failed to calibrate the laser power level for this media" Does anyone know what this means??? I have lots of room on my hard drive and am using DVD-R sony dvds. Any help would be greatly appreciated!!!

    Hi Becca:
    Just click on the little  in the upper left-hand corner, click ' About this Mac', More Info..and open your System Profiler. Under ATA you should se something like this:
    MATSHITA DVD-R UJ-825:
    Manufacturer: MATSHITA
    Model: MATSHITA DVD-R UJ-825
    Revision: DBN7
    Serial Number:
    ---> Drive Type: CD-RW/DVD-RW
    Disc Burning: Apple Supported/Shipped
    Removable Media: Yes
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    That will tell you.
    Sue

  • Iphone 4 help with error messages please =)

    When I plug it into itunes two error messages are coming up.....itunes could not connect to iphone...because an error occured while reading from the device and the second is a number 0xe8000001  any help greatly recieved

    The following document might be worth a try, sharon:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting to a Windows PC

  • Extended Program check: Need help with error messages

    Hi,
    I am getting the following error message several time on different internal table declarations:
    "Tables with headers are no longer supported in the OO context."
    This is the data declaration that it refers to:
    I_ZDAILY_MVMT TYPE TABLE OF ZDAILY_MVMT WITH HEADER LINE.
    Also, I am getting the following:
    You cannot use the "RANGES" statement within classes. Instead, use the "DATA"
    statement with the type "TYPE/LIKE RANGE OF" . . . . . . . . .              
    This is for the following data declaration:
    RANGES: I_WERKS FOR EBAN-WERKS, "PLANT RANGE
            I_VTWEG FOR I_TVTW-VTWEG,
            I_VTWEG2 FOR I_TVTW-VTWEG,
            I_VKORG FOR I_TVKO-VKORG,
            I_AUART FOR I_TVAK-AUART.
    What do I change and then how do i populate them?
    Thanks,
    John
    Message was edited by:
            John Damion

    We dont use tables with header lines any more.
    Declare a work area and use it transfer the data.
    e.g.
    types: types_ZDAILY_MVMT TYPE standard table of TABLE OF ZDAILY_MVMT.
    data: I_ZDAILY_MVMT TYPE  type_ZDAILY_MVMT,
            wa_zdaily type zdaily_mvmt.
    Now use this work area to move data into the table.
    Regards,
    Amit
    Reward all helpful replies.

  • Help with error message please (xbootclasspath)

    I have a 32bit system running Vista and the JRE that I did have used to work fine but then it did a few updates and I could no longer use the Java Port Forwarder for remote access to my works network.
    I tried to uninstall and rollback but couldnt get it to work at all.
    In efforts to ammend this as I no longer know which one did work, I have completely removed Java down to registry level and laid in a fresh install of 6u24.
    Alas, when I go to open the Java Control Panel I get this message:
    Java(TM) Control Panel
    C:\Program Files\Java\jre6\bin\javaw.exe
    -Xbootclasspath/a:"C:\Program Files\Java\jre6\bin\..\lib\deploy.jar"
    -Duser.home="C:\Users\Dave" com.sun.deploy.panel.ControlPanel
    OK
    If I navigate to the Jre6 root and try to open javaw.exe nothing at all happens.
    ---------------------------------------- and try to open deploy.jar I get the following;
    Java Virtual Machine Launcher
    Failed to load Main-Class manifest attribute from
    C:\Program Files\Java\jre6\lib\deploy.jar
    If I try to navigate to the works page and attempt to log on (IE8) then it opens the Port Forwarder screen and hangs.
    If anyone can shed any light onto the issue then I would be most grateful -
    As I am sure I may have missed out many important pieces of info just ask!
    Thanks,

    See this link:
    Re: Java Control Panel

  • Help with error messages

    My dreamweaver program has been running fine, until yesterday
    when I received this error message on launch:
    "At line 56 of file "C:\program files\macromedia\dreamweaver
    8\configuration\shared\common\scripts\dwscriptsExtData.js"
    Reference Error: dwscripts not defined.
    Then whenever any dreamweaver page is opened, the following
    error message appears:
    The following translators were not loaded due to errors:
    ASP.htm: has configuration information that is invalid. JSP.htm:
    has configuration information that is invalid. PHP_MySQL.htm: has
    configuration information that is invalid. XSLT.htm: has
    configuration information that is invalid.
    I've tried uninstalling and reinstalling Dreamweaver, but the
    same messages appear. Also, some of the Javascript programs I had
    running successfully on the pages suddenly no longer work...
    HELP! What should I do?

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    8/Configuration/MacFileCache-*.dat
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "tsfirefly" <[email protected]> wrote in
    message
    news:eh4jbq$lcc$[email protected]..
    > My dreamweaver program has been running fine, until
    yesterday when I
    > received
    > this error message on launch:
    >
    > "At line 56 of file "C:\program
    files\macromedia\dreamweaver
    >
    8\configuration\shared\common\scripts\dwscriptsExtData.js"
    Reference
    > Error:
    > dwscripts not defined.
    >
    > Then whenever any dreamweaver page is opened, the
    following error message
    > appears:
    >
    > The following translators were not loaded due to errors:
    ASP.htm: has
    > configuration information that is invalid. JSP.htm: has
    configuration
    > information that is invalid. PHP_MySQL.htm: has
    configuration information
    > that
    > is invalid. XSLT.htm: has configuration information that
    is invalid.
    >
    > I've tried uninstalling and reinstalling Dreamweaver,
    but the same
    > messages
    > appear. Also, some of the Javascript programs I had
    running successfully
    > on
    > the pages suddenly no longer work...
    >
    > HELP! What should I do?
    >

Maybe you are looking for

  • CS2 Database file - Damaged Error, program shuts down

    32mb InDesign file with 50 pages of text and hi-res color images. Just after saving and trying to scroll to another page, images were grayed out and an error message came up stating the database was damaged and InDesign was shutting down. Reopened In

  • Open google maps, youtube, video etc links with app instead of browser?

    According to the search maps and youtube won't ask if you want to use an app to open the links because google doesn't see firefox as a mobile browser (which is weird given that it will always load the mobile youtube site...) But the same thing happen

  • Issue Creating Duplicate Database on Different host using RMAN Backup

    HI friends.. I m trying to create a duplicate db on different host ....... 27 i have live production db on ............. 15 its up 24*7. i know how to create dup db using cold backup..but dont know how to create it using RMAN Backup.. I have googled.

  • Has anyone experience Mac Pro Server RAID card failure?

    RAID card of our company's Mac Pro server broke twice in less than 12 months, resulting in our server being out of office for more than 11 weeks for repair. I really would like to know if we are just unlucky or if this kind of hardware failure happen

  • Fan won't shut down after install of 10.6

    My fan on my Macbook Pro will not turn off while the notebook is on it is at max speed. The only time prior to this that I had my fan run this loud is when I have played a game like call of duty 4 since installing 10.6 my fan won't stop running like