IE11 fails on javascripts after MVC5 Azure Deployment

Hi.. I´m having a hard time craking this one.
I have an MVC5 application :
Updated all scripts / dll references with the latest nuget packages
The application is connected to an azure sql database free version (also when I develop locally)
I have all my scripts bundled in on package except modernizr loaded in the head tag
Locally the application is running fine on IE11 in both debug & release mode
After deployment IE11 fails to run some of the scripts (I tried on different computers - not a caching problem)
Last, but not least, the application runs fine on Chrome after deployment, marking it as an IE11 issue.
Here is the javascript bundle:
bundles.Add(new ScriptBundle("~/bundles/all").Include(
"~/Scripts/jquery-2.1.0.min.js",
"~/Scripts/jquery.validate.min.js",
"~/Scripts/jquery.validate.unobtrusive.min.js",
"~/Scripts/jquery.simplecolorpicker.js",
"~/Scripts/bootstrap.min.js",
"~/Scripts/three.js",
"~/Scripts/myOrbitcontrols.js",
"~/Scripts/MyKonfigurator.js"
Help would be really appreciated.

Hi,
Does your issue has been fixed yet? As far as I know, There is no error in the codes that you provided (For more information on Bundling, visit
http://go.microsoft.com/fwlink/?LinkId=254726), I suggest you do the following test.
1) make sure this issue related to azure or not, test your application works fine in IE11 before deploy to azure?
2) Please do some test to make sure whether this issue related to bundle (consider reference the Javascript directory in the header instead of using bundle).
Hope this helps, If not, please follow up and give detail error message or further information here.
Best Regards,
Jambor
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Weblogic fails to start after new deployment

    Hello,
    We are experiencing problems after a new deployment please see the log snippet below.
    <Jun 14, 2012 4:14:30 PM PDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@6248fe00 - appName: 'SPLWeb', name: '/spl', context-path: '/spl'] Root cause of ServletException.
    java.lang.ClassCastException: javelin.java.JavaClassFile
         at javelin.CPL.getJavaFile(CPL.java:698)
         at javelin.java.JavaScope.findType(JavaScope.java:2252)
         at javelin.java.JavaScope$UnitScope.findType(JavaScope.java:390)
         at javelin.java.JavaScope$UnitScope.resolveUnqualifiedTypeName(JavaScope.java:347)
         at javelin.java.JavaScope$UserTypeScope.resolveUnqualifiedTypeName(JavaScope.java:688)
         Truncated. see log file for complete stacktrace
    Thank you,

    Hi,
    Is in your application <prefer-web-inf-classes> is true or false?
    This issue generally occurs when there is double class loaded (duplicate Classloading).
    so, give it a try by setting
    <prefer-web-inf-classes>true</prefer-web-inf-classes> in weblogic.xmlGD,
    Ashish

  • Azure deployment process: where is my ".war" compiled?

    Hi,
    We're evaluating Azure PaaS, for a java web application.
    We are trying to figure out where is the '.war' file compiled & packaged? Because we have a complex customized maven file (pom), using tricks such as automatically-generated source code. But the *final* product in a standard ".war" understandable
    to any Servlet Container with no assumption or dependencies.
    So the question please: what's the Azure deployment process 'under the hood'?
    1) Will it try to run "mvn package" on the cloud VM, which might fail due to the complexity of the maven file.
    2) Or will it just take the final "war" from my machine (not caring how the war was created) and copy it to the VM. Which is best for us.
    Thanks very much

    Hi,
    I didn't very familiar with java, if you want to deploy application, refer to
    http://msdn.microsoft.com/en-us/library/windowsazure/hh690944 for more information, 
    after deployed, we can use RDP to the Virtual Machine and see the files, if you find the files that was important with the application but not in this VM, we can consider copy it to the VM (every instances muse be the same). Hope this helps, if you find
    this didn't give you help, please feel free to let me know.
    Best Regards

  • "Failed to debug the Windows Azure Cloud Service project. The Output directory .... does not exist" - Looking for Solution Config Name Folder?

    Good evening,
    I've been working on and with a VS2013 Update 2 / Azure SDK 2.3 Cloud Service project for a while now and never had a problem debugging it (setting the .ccproj Project as Startup Project) but at the moment I cannot Debug it anymore - I always get the following
    error message:
    Failed to debug the Windows Azure Cloud Service project.  The output directory 'D:\Workspace\Development\Sources\AzureBackend\csx\Backend - Debug' does not exist.
    Now what's odd here, is the last part - the "Backend - Debug" is the Solution configuration name, ALL projects in that particular solution configuration are set to the Debug Configuration. The .ccproj file also only specifies Debug|Any CPU (and
    Release|Any CPU respectively) as its output folder(s). Why is the Solution config appearing up there?
    And more importantly.. why is this happening and what can I do?!
    Thanks,
    -Jörg
    Ps: there seems to be a related
    connect bug and these sorts of issues do appear around the forums but none contains a solution (neither reinstalling the Azure SDK nor cloaking the workspace/re-retrieving & building everything worked).

    Good morning Jambor,
    I already tried de-installing everything Azure-Tooling related including the Azure SDK, Restarting my machine and re-installing the SDK.
    Same result. I can build the .ccproj perfectly fine and the cspack file IS generated perfectly fine, only debugging does not work and there's NO information in the VS output window (again - all projects succeed to build).
    I tried explicitely running VS as Administrator, no change. I removed all IIS Express sites (as the ccproj has one web worker role), remapped my local TFS workspace.. nothing helped.
    As building works, deploying to Azure Cloud Service (manually and via Publish inside VS) all works -perfectly-, I am pretty sure this IS a bug and I'd LOVE to help to get this fixed. As I said, currently I cannot debug and/or run & test my work, hence
    I cannot do ANY work.

  • Deployment failed: J2EE application: *** has already been deployed

    Hi,
    I have a half deployed app I need to get rid of.
    Enterprise manager failed to re-deploy it (memory problem) and now tells me it's already deployed if I try to deploy it but doesn't show it in the list of applications, so I can't undeploy it.
    I have "grep"ed all the files in the config directory for my app name - no mention of it there. Nothing in the applications or application-deployments directories either.
    Any ideas where it's lurking and how to remove it?
    Thanks.
    Rob

    Robert, it seems that you are stuck in EM as you can not deloy nor undeploy nor redeploy that application.
    I am not sure if it works well, but can you try the command-line utility j2ee/home/admin.jar? You can do
    java -jar admin.jar ormi://localhost:${rmi_port} ${admin_user} ${admin_passwd} -deploy -file ${ear_file} -deploymentName ${app_name} -bindWebApp ${web_site_name}
    Check java -jar admin.jar -help for more information.
    Logout EM and login after the above deployment. If successful, you can undeploy the app then. If you have several oc4j instances, you might have to synchronize them then. . By the way, which oc4j version?

  • VM in Running (Installing Extensions) state - it seems it's failing to enable the Microsoft.Azure.Diagnostics.IaasDiagnostics plugin

    My VM is in the follow state "Running (installing extensions) state. In the dashboard it appears that the IaasDiagnostics extension is not enabled. The message displayed in the dashboard is:
    Enable failed for plugin (name: Microsoft.Azure.Diagnostics.IaaSDiagnostics, version 1.2.0.0) with exception Command C:\Packages\Plugins\Microsoft.Azure.Diagnostics.IaaSDiagnostics\1.2.0.0\DiagnosticsPluginLauncher12.exe of Microsoft.Azure.Diagnostics.IaaSDiagnostics has exited with Exit code: -3
    How can I get this working?

    Hi,
    Thanks for your feedback.
    Can you RDP into the VM? If yes, you can check the log in the path below to see if you can find any root reason for this issue:
    C:\WindowsAzure\Logs\WaAppAgent.log
    I also tried to use the Remove-AzureVMDiagnosticsExtension cmdlets to do that and got the same results as yours:
    I am sorry to say that I haven't found any ways to remove the DiagnosticsExtension in Azure PowerShell at present. I recommend you to feeback this on the Azure feedback
    link below:
    http://feedback.azure.com/forums/216843-virtual-machines
    By the way, you can access the
    preview portal by going to Browse Virtual Machines, select the VM, select
    Extensions, select the extension to remove and click Delete. After it has been deleted, go back and select
    Add and add it back.
    In addition, if you restart the VM and still encounter this issue, please contact Azure support by requesting a support ticket in the link below:
    http://azure.microsoft.com/en-us/support/options/
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Glassfish wont start after the first deployment

    good afternoon.
    i got a problem that i would like to solve whit your help: after the first deployment of my proyect into Glassfish i keep getting this error over and over again, when i reinstall the server everything works fine but after the first deployment the server wont start again, I would be glad to know what i can do to solve this, thx:
    Waiting for domain1 to start ...Error starting domain domain1.
    The server exited prematurely with exit code 1.
    Before it died, it produced the following output:
    Launching GlassFish on Felix platform
    Completed shutdown of GlassFish runtime
    Exception in thread "main" java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMa
    in.java:97)
    at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55)
    Caused by: org.jvnet.hk2.component.ComponentException: Failed to create a habita
    t
    at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.cre
    ateHabitat(AbstractModulesRegistryImpl.java:169)
    at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:425)
    at org.jvnet.hk2.osgiadapter.HK2Main.createHabitat(HK2Main.java:96)
    at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRunt
    ime.newGlassFish(EmbeddedOSGiGlassFishRuntime.java:89)
    at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(
    GlassFishMain.java:113)
    ... 6 more
    Caused by: java.lang.RuntimeException: Fatal Error. Unable to parse file:/C:/Pr
    ogram%20Files/glassfishv3/glassfish/domains/domain1/config/domain.xml
    at org.glassfish.config.support.DomainXml.parseDomainXml(DomainXml.java:
    273)
    at org.glassfish.config.support.DomainXml.run(DomainXml.java:112)
    at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.pop
    ulateConfig(AbstractModulesRegistryImpl.java:176)
    at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.cre
    ateHabitat(AbstractModulesRegistryImpl.java:158)
    ... 10 more
    Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[11,88]
    Message: Invalid byte 2 of 4-byte UTF-8 sequence.
    at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLS
    treamReaderImpl.java:590)
    at javax.xml.stream.util.StreamReaderDelegate.next(StreamReaderDelegate.
    java:88)
    at org.glassfish.config.support.XMLStreamReaderFilter.thisNextTag(XMLStr
    eamReaderFilter.java:94)
    at org.glassfish.config.support.XMLStreamReaderFilter.nextTag(XMLStreamR
    eaderFilter.java:74)
    at org.jvnet.hk2.config.ConfigParser.handleElement(ConfigParser.java:199
    at org.jvnet.hk2.config.ConfigParser.handleElement(ConfigParser.java:215
    at org.jvnet.hk2.config.ConfigParser.handleElement(ConfigParser.java:167
    at org.jvnet.hk2.config.ConfigParser.parse(ConfigParser.java:98)
    at org.jvnet.hk2.config.ConfigParser.parse(ConfigParser.java:93)
    at org.glassfish.config.support.DomainXml.parseDomainXml(DomainXml.java:
    254)
    ... 13 more
    Command start-domain failed.

    UPDATE:
    I also tried a safe boot and now after inserting install DVD and pressing the option (alt) I choose the DVD-Install disc to boot but after 30-45 seconds appers on the grey boot monitor from "behind" the Terminal panic message:
    panic (cpu 4 caller 0xfffffff80002d1208): Kernel trap at  ...
    Error code: 0x0000000000000000
    Debugger called: <panic>
    Backtrace (CPU 4), Frame : Return Adress
    0xfffffffff8153283600 : 0x8000204d15
    BSD process corresponding to current thread: ReportCrash
    Mac Os version:
    10J4139
    Kernel version:
    Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64
    How can I solve this, any Idea?
    THX

  • How can I automatically close a dialog box using Javascript after I click the OK button to submit it?

    How can I automatically close a dialog box using Javascript after I click the OK button to submit it? I don't want to have to X out of the dialog box after I am done.
    Thanks
    Linda

    JS can not interact with open dialogs in any way, unless it's a dialog
    created in JS using the Dialog object.
    On Thu, Jul 24, 2014 at 11:13 PM, lindaeliseruble <[email protected]>

  • Safari and app store fail to work after installing Maverick, what can I do?

    Safari and app store fail to work after installing Maverick, what can I do?

    Disk Utility (Applications - Utilities - Disk Utility) Repair Disk Permissions 2x. Then restart in Safe Mode and try both apps. Restart normally and post results.

  • ColdFusion 8 Fails to start after update Java for Mac OSX 10.5 Update 4

    I have been using ColdFusion on a Mac for years. Now CF fails to start after I updated Java for Mac OS X 10.5 Update 4. I usually start by typing in the terminal window sudo /Applications/ColdFusion8/bin/ColdFusion start.
    There is a crash report but I don't know how to read it. See attached.
    Please help, I need this working for my job.
    Thanks...Colin

    Dear Craig,
    Macbook Pro 2.4GHz Intel Core 2 Duo 4 GB RAM
    I'm sure that this is 64-bit
    CF 8.0.1 Enterprise Build 3080
    I had moved the Java SE 6 to the top in both Plugin and Applications. The
    correct version is showing in the terminal window. See below.
    Last login: Thu Jun 18 11:27:09 on ttys001
    Beta-4:~ Colin$ java -version
    java version "1.6.0_13"
    Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
    Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
    Beta-4:~ Colin$
    CF will not start. I have the activity monitor open, and when I start CF you
    see it in the activity monitor for a few seconds as it starts up. When the
    message process is completed in the terminal window CF disappears in the
    activity monitor.
    Any suggestions?
    C
    Hi, Colin,
    My apologies but I forgot to ask 2 questions: (1) What kind of Mac you have
    (Intel or PowerPC)? (2) What version of CF are you running and what installer
    did you choose (8 or 8.0.1, 32-bit, 64-bit, etc.)?
    To start, try the following:
    1. Normally you'd shut CF down first ... but that's not necessary for you
    2. Open Java Preferences again
    3. Select Java SE 6 and move it (drag) to the top spot in both section (Applet
    Plugin and Applications)
    4. Open Terminal
    5. Type java -version (you should see 1.6.0_13 as the new version)
    6. Try to start CF again
    This may not work (I've had issues with it) but it's technically how it's
    supposed to work. With the Java Preferences utility, you're visually setting a
    default JVM (you can do it with commands in Terminal but this is much faster
    and easier).
    If CF still won't start, look for the jvm.config file in your CF application
    folder (try /Applications/ColdFusion8/bin or
    /Applications/ColdFusion8/runtime/bin -- the latter is where a jvm.config file
    is on my machine for a particular version of CF that's installed similar to
    yours). You can override the JVM in this file but, hopefully, that won't be
    necessary!
    Best,
    Craig

  • How can i get mountain lion reinstalled if my mac says apple id never purchased? hd failed 2 wks after wty expired, I am the original owner, i have done command-r

    how can i get mountain lion reinstalled if my mac says apple id never purchased? hd failed 2 wks after wty expired, I am the original owner, put another hd in, done command-r & sys reinstalled, but it wanted to update & now am stuck. I don't mind paying for mountain lion; it is too far to get to an apple store. but, i only have one mac, so i cannot download with another mac. lots of other apple, but only one mac.

    You will need to do a network recovery:
    Install Lion/Mountain Lion on a New HDD/SDD
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your external hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • HT1349 ITunes failed to start after an upgrade, won't allow me to re-install saying "Apple Mobile Device failed to start, check for sufficient priveleges"

    My ITunes library failed to start after an upgrade, now I'm unable to open or re-install.  Receive an error message stating that "apple mobile device failed to start, check to see that you have sufficient priveleges to run system".  Any help with this?  I've tried un-installing and downloading only to get the same message again.

    Thank you to "turingtest2", solution for someone else worked for me as well!

  • Acrobat 8.1 fails to open after automatic update

    I installed CS3 a month ago and everything worked well until last week after an automatic update to Acrobat was installed. Since then, whenever I try to open Acrobat, I get the windows error "Adobe Acrobat 8.1 has encountered a problem and needs to close..." I tried to download and install the latest update but that didn't fix the problem.
    Also, I tried to report it to Adobe online but never got a response and now I can't find where I reported it to see what the status is.
    Any suggestions would be greatly appreciated.

    Still failing to launch after repairing permissions and restart.
    Part of the report says:
    AcroSecurityBailOutImpl
    It has always opened the file when I try a second or third time, though.
    It's just the first once or twice that it fails.

  • Is it possible to edit a MDT Task Sequence after starting a deployment, between Hyper-V snapshots?

    Using a Hyper-V VM, I take snapshots of my base image build between major sections (automatic updates, application installation, scripts and extras, etc.) with the intention of being able to go back to that area and look at it for troubleshooting's sake. 
    Each of these snapshots is manually taken during a pause in my MDT task sequence (using LTISuspend).  I would like to be able to roll back to these snaphots make edits to the task sequence (obviously to sections that haven't yet run), then resume and
    see the changes implemented - but I don't know where the task sequence file(s) resides on VM being imaged, or if that can be changed after kicking it off at the very start of the build. 
    Is it possible to replace the task sequence file (and any other necessary files) that are cached locally on the VM during the imaging process?  Where are those files located?  Or any other way to implement changes to my task sequence so I wouldn't
    have to start the image build completely from scratch?
    This build takes about 6 hours.  Having to make even the slightest modification causes me to lose an entire day, so this would be golden even if I have to manually edit certain files!

    Hi,
    Based on my known, you cannot edit the task sequence after starting the deployment.
    However, I suggest you ask this issue in MDT forum for more professional solution:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=mdt
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn
    from your interaction with us. Thank you for your understanding.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Acrobat fails to open after software update (end of March 2012) in Lion

    When opening a PDF in Acrobat x Pro the programme crashes, ever since I did a software update at the end of March 2012.
    I have also been having problems with emailing PDFs, with emails disappearing or getting corrupted.
    Seems worse if I have Firefox open at the same time.

    Still failing to launch after repairing permissions and restart.
    Part of the report says:
    AcroSecurityBailOutImpl
    It has always opened the file when I try a second or third time, though.
    It's just the first once or twice that it fails.

Maybe you are looking for

  • Issue while running the page on Intergrated Weblogic server

    Hello I had the below application being running till yesterday. But today getting below error <12-Apr-2011 12:11:02 o'clock BST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004 weblogic.application.ModuleException: Failed to load we

  • Select font of same size

    I am using Illustrator CS5 on Windows XP. I have a layer containing type of various font sizes. Is there a way to select type of a particular font size? Is there a script that I can use to achieve this. I have searched through the forum and have seen

  • If I use 2 ram modules the exact same (kingston) but purchased separately, will is still be dual channel?

    I have found a site selling cheap Kingston memory in single sticks, if I install 2 or 4, will they still run in dual channel or do I need to buy a kit marked dual channel?

  • I need help with safari, all the settings have changed

    some how my homepage setting keeps changing to some thing else even after i go to preferences and set it as the apple home page, also when i click on any thing at all while on the internet it automatically opens a new tab, with mackeeper adds or some

  • Can't find Root certificate update (KB931125) in SCCM

    Hi! As the thread title says, i can't find the update for new root certificate in the SCCM console but i can see it in the WSUS console. I am in the middle of migrating from 2007 to 2012 so i have two envrionments and in 2007 i can see one update. Wi