Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    skinEditor export as base skin problem

    Hello, I've just tried to export my custom skin (based on Shiva) with the "Export as Base Skin" option. Then I've tried to use it in the skin editor to create a new skin, but I see a skin identical to the Shiva. I've tried to enable saving, but when I save it I see this error:

    Code:
    === 2025-01-09 10:13:42,169 [ec-3] WARN RequestContext - dsRequest.execute() failed: javax.script.ScriptException: java.lang.Exception:
    command: [sh, -c, compass compile '/Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Juventus_Light.tmp.43152@MacBook-Pro-di-Claudio-2.local.50/template']exited with error code: 1
    STDOUT:
    -------------
    STDERR:
    -------------Compass can't find any Sass files to compile.
    Is your compass configuration correct?.
    If you're trying to start a new project, you have left off the directory argument.
    Run "compass -h" to get help.
    
        at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:320)
        at org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:71)
        at DataSource isc_userSkin, operation: update, operationId: isc_userSkin_update.(Unknown Source)
        at com.isomorphic.scripting.ScriptXBase.evalScript(ScriptXBase.java:441)
        at com.isomorphic.scripting.ScriptXBase.eval(ScriptXBase.java:76)
        at com.isomorphic.rpc.Scripting.evalServerScript(Scripting.java:141)
        at com.isomorphic.rpc.BuiltinRPC.evalServerScript(BuiltinRPC.java:763)
        at com.isomorphic.datasource.DataSourceDMI.evalInlineScript(DataSourceDMI.java:994)
        at com.isomorphic.datasource.DataSourceDMI.evalInlineScript(DataSourceDMI.java:819)
        at com.isomorphic.datasource.DataSourceDMI.execute(DataSourceDMI.java:219)
        at com.isomorphic.datasource.DataSourceDMI.execute(DataSourceDMI.java:64)
        at com.isomorphic.datasource.DSRequest.execute(DSRequest.java:4526)
        at com.isomorphic.servlet.IDACall.handleDSRequest(IDACall.java:256)
        at com.isomorphic.servlet.IDACall.processRPCTransaction(IDACall.java:213)
        at com.isomorphic.servlet.IDACall.processRequest(IDACall.java:153)
        at com.isomorphic.servlet.IDACall._processRequest(IDACall.java:123)
        at com.isomorphic.servlet.IDACall.doPost(IDACall.java:79)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:661)
        at com.isomorphic.servlet.BaseServlet.service(BaseServlet.java:178)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at com.isomorphic.servlet.URIRegexFilter.ignore(URIRegexFilter.java:566)
        at com.isomorphic.servlet.URIRegexFilter.ignore(URIRegexFilter.java:561)
        at com.isomorphic.servlet.URIRegexFilter.matchedRule(URIRegexFilter.java:524)
        at com.isomorphic.servlet.URIRegexFilter._doFilter(URIRegexFilter.java:377)
        at com.isomorphic.servlet.BaseFilter.doFilter(BaseFilter.java:91)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at com.isomorphic.js.JSSyntaxScannerFilter._doFilter(JSSyntaxScannerFilter.java:262)
        at com.isomorphic.servlet.BaseFilter.doFilter(BaseFilter.java:91)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at com.isomorphic.servlet.CompressionFilter._doFilter(CompressionFilter.java:263)
        at com.isomorphic.servlet.BaseFilter.doFilter(BaseFilter.java:91)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at com.isomorphic.servlet.VersionedURLFilter._doFilter(VersionedURLFilter.java:83)
        at com.isomorphic.servlet.BaseFilter.doFilter(BaseFilter.java:91)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:185)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
        at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:748)
    Caused by: java.lang.Exception:
    command: [sh, -c, compass compile '/Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Juventus_Light.tmp.43152@MacBook-Pro-di-Claudio-2.local.50/template']exited with error code: 1
    STDOUT:
    -------------
    STDERR:
    -------------Compass can't find any Sass files to compile.
    Is your compass configuration correct?.
    If you're trying to start a new project, you have left off the directory argument.
    Run "compass -h" to get help.
    
        at com.isomorphic.util.SkinUtil.compileTheme(SkinUtil.java:441)
        at com.isomorphic.util.SkinUtil.compileTheme(SkinUtil.java:489)
        at com.isomorphic.util.SkinUtil$compileTheme$6.call(Unknown Source)
        at Script5.run(Script5.groovy:27)
        at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:317)
        at org.codehaus.groovy.jsr223.GroovyCompiledScript.eval(GroovyCompiledScript.java:71)
        ... 58 more
    is it a bug, or am I missing a step?

    #2
    Thanks Claudio - we'll check on the content in a Base Skin export and let you know what we find.

    Comment


      #3
      The issue where the settings exported to a Base Skin were not functional inside the Skin Editor (although they'd have worked if you used your skin outside of it) has been fixed for tomorrow's builds.

      Comment


        #4
        Following up on this - there were actually a couple of issues here. For Base-skin exports, some settings weren't subsequently functional inside the Skin Editor, as noted - there were also several files missing from the Base export which is the reason your compile failed.

        We've fixed both of those for tomorrow's builds, dated January 11 and later.

        Another potential issue is that custom Skin names are unique, whether in the userSkin DB-table or on-disk - so if you create a custom skin in the Skin Editor, export it with the same name and drop it into the same Skin Editor environment, clashes may result. You could work around this by renaming your skin in the Skin Editor (double-click the name), exporting with that name and then renaming it back. But we've added an "Export Name" field to the Skin Editor's Export window - you can export your custom skin with a different name in one step, and then both will work in the same Skin Editor.

        This will also be in builds dated January 11 and later.

        Comment


          #5
          SmartClient Version: v13.1p_2025-01-11/Enterprise Development Only (built 2025-01-11)

          Hello, now this seems to work, but I see a new problem: when I choose my custom skin for editing, at first I see the colorTester.jsp frame with the right colors, but then it refreshes and I see the colors from the base skin. This is not happening with the2025-01-10 build.
          This is what it's logged in tomcat:

          Hello, it seems to work now, but I’ve noticed a new problem: when I select my custom skin for editing, I initially see the colorTester.jsp frame with the correct colors, but then it refreshes and displays the colors from the base skin. This does not happen with the 2025-01-10 build.
          Here’s what is logged in Tomcat:

          Code:
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,811 [c-10] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,813 [c-10] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
          === 2025-01-13 11:15:54,813 [c-10] INFO DSRequest - Executing isc_baseSkin.fetch rows: 0->-1 with
          criteria: {}
          === 2025-01-13 11:15:54,816 [c-10] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
          === 2025-01-13 11:15:54,818 [c-10] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
          === 2025-01-13 11:15:54,820 [c-10] INFO DSResponse - DSResponse: List with 5 items
          === 2025-01-13 11:15:54,821 [c-10] INFO Compression - /CustomSkins/isomorphic/IDACall: 531 -> 238
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,807 [ec-4] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,809 [ec-4] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
          === 2025-01-13 11:15:54,809 [ec-4] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
          outputs: [pk, name, baseSkin, thumbnail]
          criteria: {}
          === 2025-01-13 11:15:54,816 [ec-4] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
          === 2025-01-13 11:15:54,817 [ec-4] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
          === 2025-01-13 11:15:54,819 [ec-4] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
          outputs: [pk, name, baseSkin, thumbnail]
          criteria: {}
          === 2025-01-13 11:15:54,819 [ec-4] INFO SQLWhereClause - empty condition
          === 2025-01-13 11:15:54,820 [ec-4] INFO SQL - Executing SQL query on 'dbJFrame': SELECT isc_userSkin.pk, isc_userSkin.name, isc_userSkin.baseSkin, isc_userSkin.thumbnail FROM DBJFRAME.isc_userSkin WHERE ('1'='1')
          === 2025-01-13 11:15:54,822 [ec-4] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,824 [ec-4] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,827 [ec-4] INFO Compression - /CustomSkins/isomorphic/IDACall: 202 -> 175
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,837 [c-13] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,840 [c-13] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
          === 2025-01-13 11:15:54,840 [c-13] INFO DSRequest - Executing isc_baseSkin.fetch rows: 0->-1 with
          criteria: {}
          === 2025-01-13 11:15:54,841 [c-13] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
          === 2025-01-13 11:15:54,842 [c-13] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
          === 2025-01-13 11:15:54,844 [c-13] INFO DSResponse - DSResponse: List with 5 items
          === 2025-01-13 11:15:54,845 [c-13] INFO Compression - /CustomSkins/isomorphic/IDACall: 531 -> 238
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,844 [ec-7] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/Tahoe/images/Notify/checkmark.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,846 [ec-7] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Tahoe/images/Notify/checkmark.png
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,834 [ec-5] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,836 [ec-5] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
          === 2025-01-13 11:15:54,836 [ec-5] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
          outputs: [pk, name, baseSkin, thumbnail]
          criteria: {}
          === 2025-01-13 11:15:54,837 [ec-5] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
          === 2025-01-13 11:15:54,838 [ec-5] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
          === 2025-01-13 11:15:54,840 [ec-5] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
          outputs: [pk, name, baseSkin, thumbnail]
          criteria: {}
          === 2025-01-13 11:15:54,840 [ec-5] INFO SQLWhereClause - empty condition
          === 2025-01-13 11:15:54,841 [ec-5] INFO SQL - Executing SQL query on 'dbJFrame': SELECT isc_userSkin.pk, isc_userSkin.name, isc_userSkin.baseSkin, isc_userSkin.thumbnail FROM DBJFRAME.isc_userSkin WHERE ('1'='1')
          === 2025-01-13 11:15:54,844 [ec-5] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,845 [ec-5] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,848 [ec-5] INFO Compression - /CustomSkins/isomorphic/IDACall: 202 -> 175
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,848 [ec-6] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/Tahoe/images/Notify/close.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,851 [ec-6] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Tahoe/images/Notify/close.png
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,840 [ec-3] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,845 [ec-3] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
          === 2025-01-13 11:15:54,845 [ec-3] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
          outputs: [pk, name, baseSkin, userSettings, thumbnail]
          criteria: {name:"Juventus_Light"}
          === 2025-01-13 11:15:54,846 [ec-3] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
          === 2025-01-13 11:15:54,848 [ec-3] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
          === 2025-01-13 11:15:54,851 [ec-3] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
          outputs: [pk, name, baseSkin, userSettings, thumbnail]
          criteria: {name:"Juventus_Light"}
          === 2025-01-13 11:15:54,853 [ec-3] INFO SQL - Executing SQL query on 'dbJFrame': SELECT isc_userSkin.pk, isc_userSkin.name, isc_userSkin.baseSkin, isc_userSkin.userSettings, isc_userSkin.thumbnail FROM DBJFRAME.isc_userSkin WHERE (LOWER(isc_userSkin.name)='juventus_light')
          === 2025-01-13 11:15:54,857 [ec-3] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,857 [ec-3] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,861 [ec-3] INFO Compression - /CustomSkins/isomorphic/IDACall: 8,4k -> 1,3k
          
          gen 13, 2025 11:15:54 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:54,899 [ec-9] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:54,902 [ec-9] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
          === 2025-01-13 11:15:54,903 [ec-9] INFO DSRequest - Executing isc_baseSkin.fetch rows: 0->-1 with
          criteria: {name:"Shiva"}
          === 2025-01-13 11:15:54,904 [ec-9] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
          === 2025-01-13 11:15:54,905 [ec-9] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
          === 2025-01-13 11:15:54,915 [ec-9] INFO DSResponse - DSResponse: List with 1 items
          === 2025-01-13 11:15:54,939 [ec-9] INFO Compression - /CustomSkins/isomorphic/IDACall: 575,0k -> 67,0k
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,207 [ec-2] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/colorTester.jsp', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:55,208 [ec-2] WARN LoadModulesTag - isc.moduleLoadOrder does not include user-selected modules: [SkinUtil] - placing these modules last in the load order.
          === 2025-01-13 11:15:55,209 [ec-2] INFO JSSyntaxScannerFilter - /CustomSkins/tools/skinTools/colorTester.jsp: scanning <script> tags in html output
          === 2025-01-13 11:15:55,210 [ec-2] INFO Compression - /CustomSkins/tools/skinTools/colorTester.jsp: 8,0k -> 2,0k
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,235 [ec-1] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/Tahoe/images/DynamicForm/ColorPicker_icon_overlayLight.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:55,237 [ec-1] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Tahoe/images/DynamicForm/ColorPicker_icon_overlayLight.png
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,237 [ec-8] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/images/revert.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,242 [c-12] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/images/delete.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,243 [c-11] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/images/export.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,308 [c-10] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/reference/skin/images/server_client_exchange.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:55,309 [c-10] INFO Download - File /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/reference/skin/images/server_client_exchange.png not found, sending 404
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,364 [ec-4] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,928 [c-13] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,984 [ec-7] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/standard/images/blank.gif', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:55,984 [ec-7] INFO Download - File /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/standard/images/blank.gif not found, sending 404
          
          gen 13, 2025 11:15:55 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:55,987 [ec-5] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json
          === 2025-01-13 11:15:55,988 [ec-5] INFO Compression - /CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json: 7,1k -> 1,3k
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,827 [ec-6] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/colorTester.jsp', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,828 [ec-6] WARN LoadModulesTag - isc.moduleLoadOrder does not include user-selected modules: [SkinUtil] - placing these modules last in the load order.
          === 2025-01-13 11:15:57,829 [ec-6] INFO JSSyntaxScannerFilter - /CustomSkins/tools/skinTools/colorTester.jsp: scanning <script> tags in html output
          === 2025-01-13 11:15:57,830 [ec-6] INFO Compression - /CustomSkins/tools/skinTools/colorTester.jsp: 8,0k -> 2,0k
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,861 [ec-3] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_FileLoader.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,862 [ec-3] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_FileLoader.js
          === 2025-01-13 11:15:57,862 [ec-3] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,864 [ec-3] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_FileLoader.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,870 [ec-1] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Containers.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,871 [ec-1] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Containers.js
          === 2025-01-13 11:15:57,871 [ec-1] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,875 [ec-1] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Containers.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,867 [ec-2] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Foundation.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,869 [ec-2] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Foundation.js
          === 2025-01-13 11:15:57,869 [ec-2] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,875 [ec-2] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Foundation.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,879 [c-11] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_RichTextEditor.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,880 [c-11] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_RichTextEditor.js
          === 2025-01-13 11:15:57,880 [c-11] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,883 [c-11] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_RichTextEditor.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,863 [ec-9] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Core.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,864 [ec-9] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Core.js
          === 2025-01-13 11:15:57,864 [ec-9] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,883 [ec-9] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Core.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,882 [c-10] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Drawing.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,883 [c-10] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Drawing.js
          === 2025-01-13 11:15:57,883 [c-10] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,889 [c-10] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Drawing.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,872 [ec-8] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Grids.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,873 [ec-8] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Grids.js
          === 2025-01-13 11:15:57,873 [ec-8] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,890 [ec-8] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Grids.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,876 [c-12] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Forms.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,878 [c-12] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Forms.js
          === 2025-01-13 11:15:57,878 [c-12] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,891 [c-12] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Forms.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,886 [ec-4] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_DataBinding.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,887 [ec-4] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_DataBinding.js
          === 2025-01-13 11:15:57,887 [ec-4] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,901 [ec-4] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_DataBinding.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,901 [ec-5] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_PluginBridges.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,902 [ec-5] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_PluginBridges.js
          === 2025-01-13 11:15:57,902 [ec-5] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,902 [ec-5] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_PluginBridges.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,898 [c-13] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_AutoTestUI.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,901 [c-13] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_AutoTestUI.js
          === 2025-01-13 11:15:57,901 [c-13] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,903 [c-13] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_AutoTestUI.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,900 [ec-7] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Calendar.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,900 [ec-7] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Calendar.js
          === 2025-01-13 11:15:57,900 [ec-7] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,904 [ec-7] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Calendar.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,906 [ec-3] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,905 [ec-6] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Charts.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,906 [ec-6] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Charts.js
          === 2025-01-13 11:15:57,906 [ec-6] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,912 [ec-6] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Charts.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,912 [ec-2] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_SkinUtil.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,912 [ec-2] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_SkinUtil.js
          === 2025-01-13 11:15:57,912 [ec-2] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,916 [ec-2] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_SkinUtil.js
          
          gen 13, 2025 11:15:57 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:57,910 [ec-1] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Tools.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:57,912 [ec-1] INFO Download - Using gzipped form of request file: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Tools.js
          === 2025-01-13 11:15:57,912 [ec-1] INFO ProxyHttpServletResponse - content-encoding set to: gzip - unwrapping response output stream (CompressionFilter)
          === 2025-01-13 11:15:57,919 [ec-1] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/development/ISC_Tools.js
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,704 [c-11] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,931 [ec-9] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/standard/images/blank.gif', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:58,932 [ec-9] INFO Download - File /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/standard/images/blank.gif not found, sending 404
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,934 [c-10] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json
          === 2025-01-13 11:15:58,934 [c-10] INFO Compression - /CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json: 7,1k -> 1,3k
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,960 [ec-8] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/Tahoe/images/TreeGrid/opener_closed.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:58,962 [ec-8] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Tahoe/images/TreeGrid/opener_closed.png
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,961 [c-12] INFO RequestContext - URL: '/CustomSkins/tools/images/classes/Background.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,963 [ec-4] INFO RequestContext - URL: '/CustomSkins/tools/images/classes/Text.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:58 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:58,964 [ec-5] INFO RequestContext - URL: '/CustomSkins/tools/images/classes/Border.png', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          
          gen 13, 2025 11:15:59 AM org.apache.catalina.core.StandardWrapperValve invoke
          INFORMAZIONI: === 2025-01-13 11:15:59,317 [c-13] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/Juventus_Light/images/blank.gif', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
          === 2025-01-13 11:15:59,318 [c-13] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/Shiva/images/blank.gif

          Comment


            #6
            SmartClient Version: v13.1p_2025-01-13/Enterprise Deployment (built 2025-01-13)

            Hello, with this last build, I don't see the reload for my CustomSkin (based on Shiva), but if I export it as a base skin, and the use this base skin to create a CustomSkin_2, at first it's loaded with the right colors, but then it's reloaded and it's like the Tahoe skin, colors and all. This is the log:

            Code:
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,425 [ec-8] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,426 [ec-8] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
            === 2025-01-13 16:33:10,427 [ec-8] INFO DSRequest - Executing isc_baseSkin.fetch rows: 0->-1 with
            criteria: {}
            === 2025-01-13 16:33:10,431 [ec-8] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
            === 2025-01-13 16:33:10,432 [ec-8] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
            === 2025-01-13 16:33:10,434 [ec-8] INFO DSResponse - DSResponse: List with 6 items
            === 2025-01-13 16:33:10,435 [ec-8] INFO Compression - /CustomSkins/isomorphic/IDACall: 631 -> 259
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,422 [ec-5] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,425 [ec-5] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
            === 2025-01-13 16:33:10,425 [ec-5] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
            outputs: [pk, name, baseSkin, thumbnail]
            criteria: {}
            === 2025-01-13 16:33:10,431 [ec-5] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
            === 2025-01-13 16:33:10,432 [ec-5] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
            === 2025-01-13 16:33:10,434 [ec-5] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
            outputs: [pk, name, baseSkin, thumbnail]
            criteria: {}
            === 2025-01-13 16:33:10,434 [ec-5] INFO SQLWhereClause - empty condition
            === 2025-01-13 16:33:10,435 [ec-5] INFO SQL - Executing SQL query on 'dbJFrame': SELECT isc_userSkin.pk, isc_userSkin.name, isc_userSkin.baseSkin, isc_userSkin.thumbnail FROM DBJFRAME.isc_userSkin WHERE ('1'='1')
            === 2025-01-13 16:33:10,438 [ec-5] INFO DSResponse - DSResponse: List with 2 items
            === 2025-01-13 16:33:10,439 [ec-5] INFO DSResponse - DSResponse: List with 2 items
            === 2025-01-13 16:33:10,442 [ec-5] INFO Compression - /CustomSkins/isomorphic/IDACall: 261 -> 197
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,494 [ec-3] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,497 [ec-3] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
            === 2025-01-13 16:33:10,497 [ec-3] INFO DSRequest - Executing isc_baseSkin.fetch rows: 0->-1 with
            criteria: {}
            === 2025-01-13 16:33:10,498 [ec-3] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
            === 2025-01-13 16:33:10,499 [ec-3] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
            === 2025-01-13 16:33:10,500 [ec-3] INFO DSResponse - DSResponse: List with 6 items
            === 2025-01-13 16:33:10,500 [ec-3] INFO Compression - /CustomSkins/isomorphic/IDACall: 631 -> 259
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,488 [c-10] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,490 [c-10] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
            === 2025-01-13 16:33:10,490 [c-10] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
            outputs: [pk, name, baseSkin, thumbnail]
            criteria: {}
            === 2025-01-13 16:33:10,491 [c-10] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
            === 2025-01-13 16:33:10,492 [c-10] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
            === 2025-01-13 16:33:10,494 [c-10] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
            outputs: [pk, name, baseSkin, thumbnail]
            criteria: {}
            === 2025-01-13 16:33:10,495 [c-10] INFO SQLWhereClause - empty condition
            === 2025-01-13 16:33:10,496 [c-10] INFO SQL - Executing SQL query on 'dbJFrame': SELECT isc_userSkin.pk, isc_userSkin.name, isc_userSkin.baseSkin, isc_userSkin.thumbnail FROM DBJFRAME.isc_userSkin WHERE ('1'='1')
            === 2025-01-13 16:33:10,499 [c-10] INFO DSResponse - DSResponse: List with 2 items
            === 2025-01-13 16:33:10,500 [c-10] INFO DSResponse - DSResponse: List with 2 items
            === 2025-01-13 16:33:10,506 [c-10] INFO Compression - /CustomSkins/isomorphic/IDACall: 261 -> 197
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,510 [ec-2] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,511 [ec-2] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
            === 2025-01-13 16:33:10,511 [ec-2] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
            outputs: [pk, name, baseSkin, userSettings, thumbnail]
            criteria: {name:"JLight_Pink"}
            === 2025-01-13 16:33:10,512 [ec-2] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
            === 2025-01-13 16:33:10,513 [ec-2] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
            === 2025-01-13 16:33:10,516 [ec-2] INFO DSRequest - Executing isc_userSkin.fetch rows: 0->-1 with
            outputs: [pk, name, baseSkin, userSettings, thumbnail]
            criteria: {name:"JLight_Pink"}
            === 2025-01-13 16:33:10,518 [ec-2] INFO SQL - Executing SQL query on 'dbJFrame': SELECT isc_userSkin.pk, isc_userSkin.name, isc_userSkin.baseSkin, isc_userSkin.userSettings, isc_userSkin.thumbnail FROM DBJFRAME.isc_userSkin WHERE (LOWER(isc_userSkin.name)='jlight_pink')
            === 2025-01-13 16:33:10,523 [ec-2] INFO DSResponse - DSResponse: List with 1 items
            === 2025-01-13 16:33:10,523 [ec-2] INFO DSResponse - DSResponse: List with 1 items
            === 2025-01-13 16:33:10,526 [ec-2] INFO Compression - /CustomSkins/isomorphic/IDACall: 629 -> 343
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,568 [ec-7] INFO RequestContext - URL: '/CustomSkins/isomorphic/IDACall', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,572 [ec-7] INFO IDACall - Performing 1 operation(s) [UA: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0]
            === 2025-01-13 16:33:10,572 [ec-7] INFO DSRequest - Executing isc_baseSkin.fetch rows: 0->-1 with
            criteria: {name:"Juventus_Light_base"}
            === 2025-01-13 16:33:10,574 [ec-7] INFO InterfaceProvider - No provider found for interface: ISpringBeanFactory
            === 2025-01-13 16:33:10,575 [ec-7] INFO InterfaceProvider - No provider found for interface: ICDIBeanManager
            === 2025-01-13 16:33:10,591 [ec-7] INFO DSResponse - DSResponse: List with 1 items
            === 2025-01-13 16:33:10,631 [ec-7] INFO Compression - /CustomSkins/isomorphic/IDACall: 561,8k -> 63,9k
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,808 [ec-8] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/colorTester.jsp', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:10,809 [ec-8] WARN LoadModulesTag - isc.moduleLoadOrder does not include user-selected modules: [SkinUtil] - placing these modules last in the load order.
            === 2025-01-13 16:33:10,810 [ec-8] INFO JSSyntaxScannerFilter - /CustomSkins/tools/skinTools/colorTester.jsp: scanning <script> tags in html output
            === 2025-01-13 16:33:10,811 [ec-8] INFO Compression - /CustomSkins/tools/skinTools/colorTester.jsp: 8,0k -> 2,0k
            
            gen 13, 2025 4:33:10 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:10,901 [ec-5] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            
            gen 13, 2025 4:33:11 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:11,245 [ec-9] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            
            gen 13, 2025 4:33:11 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:11,295 [ec-3] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/standard/images/blank.gif', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:11,296 [ec-3] INFO Download - File /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/standard/images/blank.gif not found, sending 404
            
            gen 13, 2025 4:33:11 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:11,322 [ec-6] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json
            === 2025-01-13 16:33:11,322 [ec-6] INFO Compression - /CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json: 7,1k -> 1,3k
            
            gen 13, 2025 4:33:13 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:13,096 [ec-1] INFO RequestContext - URL: '/CustomSkins/tools/skinTools/colorTester.jsp', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:13,096 [ec-1] WARN LoadModulesTag - isc.moduleLoadOrder does not include user-selected modules: [SkinUtil] - placing these modules last in the load order.
            === 2025-01-13 16:33:13,097 [ec-1] INFO JSSyntaxScannerFilter - /CustomSkins/tools/skinTools/colorTester.jsp: scanning <script> tags in html output
            === 2025-01-13 16:33:13,098 [ec-1] INFO Compression - /CustomSkins/tools/skinTools/colorTester.jsp: 8,0k -> 2,0k
            
            gen 13, 2025 4:33:13 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:13,144 [ec-4] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            
            gen 13, 2025 4:33:13 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:13,968 [c-10] INFO RequestContext - URL: '/CustomSkins/isomorphic/system/development/ISC_Analytics.js', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            
            gen 13, 2025 4:33:14 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:14,008 [ec-2] INFO RequestContext - URL: '/CustomSkins/isomorphic/skins/standard/images/blank.gif', User-Agent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0': Moz (Gecko) with Accept-Encoding header
            === 2025-01-13 16:33:14,009 [ec-2] INFO Download - File /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/skins/standard/images/blank.gif not found, sending 404
            
            gen 13, 2025 4:33:14 PM org.apache.catalina.core.StandardWrapperValve invoke
            INFORMAZIONI: === 2025-01-13 16:33:14,014 [ec-7] INFO Download - done streaming: /Users/bosticco/iscSDK/tools/visualBuilder/wsmvn/CustomSkins/target/CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json
            === 2025-01-13 16:33:14,014 [ec-7] INFO Compression - /CustomSkins/isomorphic/system/helpers/fonts/registeredFonts.json: 7,1k -> 1,3k
            actually after switching back and forth many times betweem the 2 custom skins, one time it haven't reloaded it, but what I see is a skin based on Tahoe, with the colors of my CustomSkin (which was based on Shiva)

            Comment


              #7
              Thanks Claudio - we're investigating

              Comment


                #8
                hi Claudio - we've made some changes which should address all the Skin Editor issues reported when exporting as a Base skin/using it as a base for a new custom skin/modifying exporting that custom skin.

                Please retest with a build dated January 22 or later.

                Comment

                Working...
                X