Pdf files doesn’t save highlighting and last visited page after most recent update. I’m using iOS 11.2, Pdf files doesn’t save highlighting and last visited page after most recent update. I’m using iOS 11.2
AEM 6.2 Session refresh issue
HI All,
We have started getting the following exception all of a sudden and instance shutting down after 4 minutes. please help
07.12.2016 16:18:49.769 *WARN* [sling-default-1-com.day.cq.rewriter.linkchecker.impl.LinkInfoStorageImpl.1446] org.apache.jackrabbit.oak.jcr.session.RefreshStrategy This session has been idle for 1 minutes and might be out of date. Consider using a fresh session or explicitly refresh the session.
java.lang.Exception: The session was created here:
Thanks,
Phani
Splitting jsx files?
I couldn't find a way to split jsx and use multiple files.
As a result my code is quite a big mess now.
I would like to use separate files and/or prototype classes, or even function-based classes – anything to refactor my code and make it more readable and re-usable.
I tried with various imports but nothing worked.
I need to support CC 2017, so it's CEP7.
Error -54 in Illustrator CC 2017
Re: CS3 Activation-the solution!
I am getting the reactivation notice for my Dreamweaver CS3 (which I paid for and is sufficient for what I am doing) and I read your recommendations but for anyone who also has Photoshop CS4 on the same computer I would suggest NOT to remove the PCD folder as it will deactivate Photoshop CS4, as well..luckily I checked to see if this would happen if I did remove the PCD folder.
I am getting very angry at Adobe doing this to us...I've paid for this application and this is bordering on illegality in my mind...I am considering consulting legal help.
Copy files into res/values/
Hi,
I have been using a custom Android theme in PGB with cli-6.x.x. In order to place the necessary xml files in the res/values/ folder, I have been using the locales/android/ folder that would do the trick. Everything works find with PGB cli-6.5.0 and also with cli.7.0.1 when using builder 1.
Now, I wanted to switch to cli-7.0.1 with the new builder (builder 2). For some reason, the files in the locales folder don't seem to be copied anymore. As a result of this, I am getting the following logs:
BUILD FAILED Total time: 1.929 secs Error: /project/gradlew: Command failed with exit code 1 Error output: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. /project/res/xml/config.xml:10:37-57: AAPT: No resource found that matches the given name (at 'theme' with value '@style/Theme.Default'). /project/build/intermediates/res/merged/debug/xml/config.xml:10: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.Default').
My old project structure (at least the important parts):
root
--> config.xml
--> locales/android/values/themes.xml (here, the themes file is included)
--> locales/android/values/colors.xml
Now, I have tried various things, including copying the themes.xml files like so:
root
--> config.xml
--> themes.xml
--> res/values/themes.xml
--> locales/android/values/themes.xml (here, the themes file is included)
--> locales/android/values/colors.xml
<?xml version="1.0" encoding="UTF-8" ?><widget xmlns = "http://www.w3.org/ns/widgets" xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.example.example" version = "1.0.0" versionCode = "1"> <name>Test-App</name> <description>Example...</description> <access origin="*" /> <platform name="android" /> <preference name="android-minSdkVersion" value="16" /> <preference name="android-targetSdkVersion" value="21" /> <preference name="android-build-tool" value="gradle" /> <content src="index.html" /> <config-file platform="android" parent="/manifest"> <application android:hardwareAccelerated="true" /> <supports-screens android:xlargeScreens="true" android:largeScreens="true" android:smallScreens="true" /> <application android:theme="@style/Theme.Default"></application> </config-file> <resource-file src="themes.xml" target="res/values/themes.xml" /> <source-file src="themes.xml" target-dir="res/values/" /> <preference name='phonegap-version' value="cli-7.0.1" /> <preference name='pgb-builder-version' value="2" /></widget>
As you can see, I have also tried to use source-file and resource-file. Still, I am getting the error mentioned above.
What can I do to copy files to the res/values/ folder? Is it somehow possible to "re-activate" the trick with the locales folder? Or is there another way to use a custom Android theme?
Really looking forward to your ideas!
Re: Problem Installing Animate - Error Code 146
I have been right through this link and carried out all the steps on my MacBook Pro. It still produces the same error, and won't install. The Camera Raw CC updated okay.
So, no, it doesn't help.
I have recently upgraded to High Sierra (latest version). Any ideas?
AEM 6.1 org.apache.jackrabbit.oak.jcr.session.RefreshStrategy
Page is not loading on first attempt. On refreshing it loads.
Below is the stack trace.
03.10.2017 15:26:24.130 *ERROR* [10.20.123.74 [1507024584094] GET /content/optus-mr/en/for-you/shop/mobile-phones/phones.html HTTP/1.1] com.adobe.cq.sightly.WCMScriptHelper Failed to locate script wcm/mobile/components/simulator/simulator.jsp.
03.10.2017 15:26:24.134 *WARN* [10.20.123.74 [1507024584094] GET /content/optus-mr/en/for-you/shop/mobile-phones/phones.html HTTP/1.1] com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl No library configured at /etc/designs/springd/clientlibs/osg/vendors/standalone/optus/authentication/d4a7185602be5 f03b5df64800983500a
03.10.2017 15:26:24.140 *WARN* [10.20.123.74 [1507024584094] GET /content/optus-mr/en/for-you/shop/mobile-phones/phones.html HTTP/1.1] org.apache.jackrabbit.oak.jcr.session.RefreshStrategy This session has been idle for 243 minutes and might be out of date. Consider using a fresh session or explicitly refresh the session.
java.lang.Exception: The session was created here:
at org.apache.jackrabbit.oak.jcr.session.RefreshStrategy$LogOnce.<init>(RefreshStrategy.java :169)
at org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:260)
at com.adobe.granite.repository.impl.CRX3RepositoryImpl.login(CRX3RepositoryImpl.java:92)
at org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryImpl.java:202)
at org.apache.jackrabbit.oak.jcr.session.SessionImpl.impersonate(SessionImpl.java:294)
at org.apache.sling.jcr.base.AbstractSlingRepository2.createServiceSession(AbstractSlingRepo sitory2.java:187)
at org.apache.sling.jcr.base.AbstractSlingRepository2.loginService(AbstractSlingRepository2. java:339)
at org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory.getResourceP roviderInternal(JcrResourceProviderFactory.java:279)
at org.apache.sling.jcr.resource.internal.helper.jcr.JcrResourceProviderFactory.getResourceP rovider(JcrResourceProviderFactory.java:209)
at org.apache.sling.resourceresolver.impl.tree.ResourceProviderFactoryHandler.login(Resource ProviderFactoryHandler.java:172)
at org.apache.sling.resourceresolver.impl.tree.RootResourceProviderEntry.loginToRequiredFact ories(RootResourceProviderEntry.java:95)
at org.apache.sling.resourceresolver.impl.CommonResourceResolverFactoryImpl.getResourceResol verInternal(CommonResourceResolverFactoryImpl.java:257)
at org.apache.sling.resourceresolver.impl.ResourceResolverFactoryImpl.getServiceResourceReso lver(ResourceResolverFactoryImpl.java:91)
at com.day.cq.wcm.msm.impl.LiveCopyServiceImpl.activate(LiveCopyServiceImpl.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:222)
at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37)
at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:615)
at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:499)
at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:295)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(Singl eComponentManager.java:302)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentM anager.java:113)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManage r.java:832)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleCompone ntManager.java:799)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManage r.java:749)
at org.apache.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistratio nImpl.java:343)
at org.apache.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.jav a:243)
at org.apache.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:357)
at org.apache.felix.framework.Felix.getService(Felix.java:3671)
at org.apache.felix.framework.BundleContextImpl.getService(BundleContextImpl.java:470)
at org.apache.felix.scr.impl.manager.SingleRefPair.getServiceObject(SingleRefPair.java:72)
at org.apache.felix.scr.impl.helper.BindMethod.getServiceObject(BindMethod.java:576)
at org.apache.felix.scr.impl.manager.DependencyManager.getServiceObject(DependencyManager.ja va:2037)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.prebind(Depend encyManager.java:1001)
at org.apache.felix.scr.impl.manager.DependencyManager.prebind(DependencyManager.java:1410)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.collectDependencies(AbstractCo mponentManager.java:983)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleCompone ntManager.java:778)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManage r.java:749)
at org.apache.felix.framework.ServiceRegistrationImpl.getFactoryUnchecked(ServiceRegistratio nImpl.java:343)
at org.apache.felix.framework.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.jav a:243)
at org.apache.felix.framework.ServiceRegistry.getService(ServiceRegistry.java:357)
at org.apache.felix.framework.Felix.getService(Felix.java:3671)
at org.apache.felix.framework.BundleContextImpl.getService(BundleContextImpl.java:470)
at org.osgi.util.tracker.ServiceTracker.addingService(ServiceTracker.java:414)
at org.apache.felix.http.whiteboard.internal.tracker.AbstractTracker.addingService(AbstractT racker.java:35)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:870)
at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)
at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:901)
at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispat cher.java:987)
at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java :838)
at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:545 )
at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4547)
at org.apache.felix.framework.Felix.registerService(Felix.java:3521)
at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:348)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentMa nager.java:869)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentMa nager.java:857)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationMana ger.java:133)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractCompon entManager.java:915)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractCompo nentManager.java:715)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(D ependencyManager.java:927)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(D ependencyManager.java:891)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.j ava:1492)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.j ava:1413)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTrack er.java:1222)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.jav a:1158)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.ja va:1444)
at org.apache.felix.framework.util.EventDispatcher.invokeServiceListenerCallback(EventDispat cher.java:987)
at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java :838)
at org.apache.felix.framework.util.EventDispatcher.fireServiceEvent(EventDispatcher.java:545 )
at org.apache.felix.framework.Felix.fireServiceEvent(Felix.java:4547)
at org.apache.felix.framework.Felix.registerService(Felix.java:3521)
at org.apache.felix.framework.BundleContextImpl.registerService(BundleContextImpl.java:348)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentMa nager.java:869)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentMa nager.java:857)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationMana ger.java:133)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractCompon entManager.java:915)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractCompo nentManager.java:715)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManage r.java:399)
at org.apache.felix.scr.impl.config.ConfigurableComponentHolder.enableComponents(Configurabl eComponentHolder.java:669)
at org.apache.felix.scr.impl.BundleComponentActivator.initialEnable(BundleComponentActivator .java:184)
at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:332)
at org.apache.felix.scr.impl.Activator.access$000(Activator.java:49)
at org.apache.felix.scr.impl.Activator$ScrExtension.start(Activator.java:257)
at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:25 9)
at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:232 )
at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:482)
at org.osgi.util.tracker.BundleTracker$Tracked.customizerModified(BundleTracker.java:415)
at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:232)
at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:444)
at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatc her.java:913)
at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java :834)
at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:516)
at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4531)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2169)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1368)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:745)
03.10.2017 15:26:25.240 *WARN* [10.20.123.74 [1507024584094] GET /content/optus-mr/en/for-you/shop/mobile-phones/phones.html HTTP/1.1] org.apache.sling.scripting.sightly.impl.compiler.util.GlobalShadowChecker Global variable 'component' is being overridden in template
org.apache.jackrabbit.oak.jcr.session
03.10.2017 15:26:29.748 *ERROR* [10.20.123.74 [1507024589747] GET /etc/segmentation.segment.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=rep:ACL, superType=null, path=/etc/segmentation/aam/rep:policy
03.10.2017 15:26:29.832 *ERROR* [10.20.123.74 [1507024589747] GET /etc/segmentation.segment.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=rep:ACL, superType=null, path=/etc/segmentation/rep:policy
03.10.2017 15:26:29.881 *ERROR* [10.20.123.74 [1507024589880] GET /etc/clientcontext/springd/content/jcr:content/stores.init.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=springd/components/personalization/mcssprofile, superType=null, path=/etc/clientcontext/springd/content/jcr:content/stores/mcssprofile
03.10.2017 15:26:29.881 *ERROR* [10.20.123.74 [1507024589880] GET /etc/clientcontext/springd/content/jcr:content/stores.init.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=springd/components/personalization/selfcare, superType=null, path=/etc/clientcontext/springd/content/jcr:content/stores/selfcare
03.10.2017 15:26:29.881 *ERROR* [10.20.123.74 [1507024589880] GET /etc/clientcontext/springd/content/jcr:content/stores.init.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=springd/components/personalization/productholding, superType=null, path=/etc/clientcontext/springd/content/jcr:content/stores/productholding
03.10.2017 15:26:29.882 *ERROR* [10.20.123.74 [1507024589880] GET /etc/clientcontext/springd/content/jcr:content/stores.init.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=springd/components/personalization/signalstore, superType=null, path=/etc/clientcontext/springd/content/jcr:content/stores/signalstore
03.10.2017 15:26:29.882 *ERROR* [10.20.123.74 [1507024589880] GET /etc/clientcontext/springd/content/jcr:content/stores.init.js HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension js, cannot render resource JcrNodeResource, type=springd/components/personalization/crminteraction, superType=null, path=/etc/clientcontext/springd/content/jcr:content/stores/crminteraction
Creating lines (arrows) in Muse
I want to use my MUSE website to explain cabinets to my kitchen customers.
The best way to do this is to post a picture then point to the picture with arrow that leads from the descriptive text to the detail I am trying to elucidate.
How do you go about creating an "arrow" line in muse?
Pictures will not clone
Can you tell me why some images will not work with the cloning stamp? Some of my pictures work and others do not and there seems to be no difference between them. When I click on the images that won't clone, I hear a pinging sound telling me they won't clone. Are there some pictures that will not clone for whatever reason? The images I tried to clone today were all taken from the same website under Google Images and there was no copyright guard on them. Perhaps I have something set wrong in Photoshop. Any help would be appreciated.
Also, my text is running from the right to the left (you have to start on the right and the letters move to the left), and from the bottom to the top. Is there some setting I am missing to correct this? Last time I used it, it worked fine.
Thank you
Why won't my files save as InDesign?
Why do my InDesign files save as Photoshop files, even when it says it is saving as Indd?
Software Simulation Not Working in HTML
Hello! I built a software simulation (assessment) in Captivate 10 that works perfectly when published as swf but does not work when published as HTML. It also works fine when previewed. It has very simple interactions. Any ideas?
My developments disappeared - how to rescue them?
I did a big mistake with Lightroom. I use a Mac Mini, and I should do an export to my friends hard drive with their wedding pictures. They had a Samsung USB HD of the same kind I have. I normally use PC and is used to the computer designate the HD names independently. Now there was some mismatch due to two HD with the same name, and a tremendous amount of developments did not exists any more!
If I try to import them they are greyed out.
Is there any way to rescue the developments? It's probably more than 10 000 images...
Anders E
App missing in overview after deinstallation
Hey Folks,
I had to deinstall the Speedgrade Application from my Windows 8.1(64 bit if that helps) Laptop.
After the deinstallation a window popped up and ich klicked ok too fast. Now Speed Grade is gone and I can´t find it in the list of all Creative Cloud products to download it again. Does anyone know what I did and how to correct it? Thanks already!
Startup screen disappeared
My startup screen disappeared and now I can see only a black screen with a gray rectangle at the bottom right corner when I start Ps.
I don't know the reason, but my guess is that it happened after the last Windows 10 update.
How can I see the stratup screen again?
Thanks.
could not connect to fulfillment server
ADE did an update to version 4.57.179634 and now I cannot download books from Library2Go. I get "connection error detected, could not connect to the fulfillment center, check internet connection" It worked just fine before the update. I AM connected to the internet. I've tried uninstalling, reinstalling ADE and deregistering and registering my computer. I am at a loss.
Design the Photoshop Forums Banner Challenge - Phase 3
Hi all,
Round one and two of the Forums Banner Challenge were awesome!
Congratulations to the previous winners, we've really enjoyed having a nice looking banner here for the Photoshop community!
Incase anybody missed the previous challenges --
Round 3: Design! Submit! Vote!
Purpose: Create a fresh Photoshop Forums Banner for the Photoshop forums overview page.
How to participate:
- Download the Template
- Submit your Photoshop Forums Banner design by attaching your image in a response to this thread before January 2018.
- We’ll then round up all of the submissions and vote for the people's favorite!
Details: Use the above template design as a starting point for your designs which will help you position your imagery so it won’t be covered by the forum's CSS banner elements:
- Image dimensions: 1150px ×150px (72dpi)
- File size: 30kb or less
- File type: .JPG or .PNG
Please keep all submissions Photoshop-related (Photoshop UI is OK to use), safe for work, and use image content you have the rights to (do not use any copyrighted images).
Timeframe: Post your design(s) to this thread, and we'll start voting in early January 2018. The chosen winner's design will be featured in the Photoshop Forums which is seen by over 35,000 people each month!
Looking forward to seeing what you come up with. Good luck!
Regards,
Adobe Social Team
We also are doing a challenge for the Photoshop Elements and Photoshop for Beginners forums as well!
Ton fehlt plötzlich
Ich habe ein Projekt in Premiere Elements 15erstellt. Bisher war der Ton immer vorhanden. Aus irgend einem Grund, vermutlich nach Abstürzen durch ein parallel ladendes W10-Update fehlt mir jetzt der Ton. Die Tonspur ist korrekt vorhanden und zeigt alles an. Was muss ich tun, dass Audio wieder hörbar wird?
Rule based on events firing on website
Hi,
Can i make a rule based on event. For example, we have event 40 that gets fired on certain action and i want to execute google conversion pixels when this event occur. Can anyone suggest how to make this rule.