I am trying to implement CKWebSpeech in primefaces. I already have a CKEditor in my page. I have followed the below steps:
1. copied the CKWebSpeech folder under ckeditor/plugins folder.
2. Modified the config.js as mentioned in https://tech.ultranaco.com/webspeech/ckwebspeech
When I invoke the page, the editor is not displayed & I get the below error in my WildFly server console
[javax.enterprise.resource.webcontainer.jsf.application] (default task-9) JSF1064: Unable to find or serve resource, ckeditor/plugins/ckwebspeech/plugin.js, from library, primefaces
Can someone help me resolve this problem?
Related
As given in the Fastai course, I tried making a notebook app based on image classification. After putting all the relevant files in the GitHub repository when I finally use Binder, even when Binder is successful in pushing the files and building the app, on clicking the link to the app I get an error:
Cannot Open
Could not find path: voila/render/path/to/dogs-app.ipynb
Can anyone help resolve this issue?
Edit:
Link to my repository: My Repository
Link to Fastai bear_voila repository: Fastai Repository
Link to Voila docs: Docs
Trying to debug my javascript code in Visual Studio. Selected "Start Debugging" and I get the following error message "configuration 'Run Current File' is missing in launch.json" (not pictured--error msg vanished after 5 seconds). I also got redirected to this launch.json file but have no idea what I need to type here.
I already have installed Node.js. I have restarted my computer, as well as edited the syntax of my javascript before debugging.
I am very very new to programming and am not sure what could be missing. Help please!
launch.json is used for to launch an app for debugging. It has settings geared for things like mapping to your workspace source code or defining the Chrome port to use.
Check full details here
I have created an ionic 4 project that makes use of the google maps APIand their development tools. I would like to build the peoject now for android release i ran the command
ionic cordova build --release android
But then i get the following error message
* What went wrong:
Execution failed for task ':app:processReleaseGoogleServices'.
> File google-services.json is missing. The Google Services Plugin cannot function without it.
Searched Location:
I have downloaded the google-services.Json from firebase but I am unsure where i should place it and what files i need to edit. If you want the ciontents of a certain file let me know and ill put it here. Thank you for any help
Try copying this file into: \platforms\android
There is a known issue when this file on certain versions of Android Studio gets corrupted etc. So just double check that the file is always there if you see this again.
If you are on never version of Android studio:
google-services.json needs to be in app/google-services.json. Then your config.xml needs to have:
<resource-file src="google-services.json" target="app/google-services.json" />
I am following the Build an app with App Toolbox tutorial. In the Step 4 (Deploy), after calling polymer build command, the build/bundled and build/unbundled folder are created, but there are no images folder in them. This causes the tab icon not to show up when I deployed the build.
Here are some screenshots:-
In localhost development, the tab icon shows up:
I deployed the build to firebase (https://polymer-app-toolbox.firebaseapp.com/), there is no app-icon because images folder is not in the build output:
Am I missing something? Anyone else seeing the same problem?
I was trying to submit my second app update and it failed submission after passing validation. This is the error:
"Unable to create configuration directory:/Application/Xcode.app/Contents/iTMSTransportation.woa/.itmstransporter. Cannot save local copy of remote diagnostic configuration;local path is not writable".
My screen shot of the error cannot be attached. I know it is not a network error at Apple's end because it specified a path in the Application Loader in Xcode. Since the system has read and write permissions here, it cannot be because I changed something. I submitted another app successfully earlier on the same day without a problem (as usual). I am at my wits’ end. Anyone experienced this?
Since there is no “Build for Archiving” in Xcode 5 (like in Xcode), I started with following steps:
1 - From the Xcode Product menu I selected “Archive” item
2 - After the Build, the organizer window appeared in the foreground with my archive in it.
3 - I clicked the “Validate…” button and it executed that successfully.
4 - When I clicked the “Distribute…” button, it started uploading the app but failed and came back with the aforementioned error. I went to the folder to see if any folder in the directory path is locked and also to see who has read and write permissions. It is not me but the system. I did a Disk Permission Repair in Disk Utility but that didn't help.
I then removed the offending file “.itmstransporter.” and tried to submit but got a different error. I put it back and took out the other two (ITMSTransporter.cmd and WOBootstrap.jar” but produced a different error. So I restored the folder to its original contents and returned to where I started - stymied. I have considered installing a new version of Xcode 5.0 but I don't know if that will help.
My OS:Mountain Lion 10.8.5, Xcode 5.0, MacBook Retina (first retina in 2012). Project compiled for iOS 7 in the Build Settings.
Thanks for any pointers.

I had the same issue. I copied the whole "Application Loader" out of the XCode package to somewhere else and after that, uploading from the Application Loader worked fine.