Java.io.FileNotFoundException: Unable to locate style sheet "oracle/webcent

Hi
I have created a webceter application in jdeveloper 11.1.1.4 with the default page templates and pages.
After creating the application i followed the below steps
1. Created a new skin file test-skin.css under webcontent/oracle/webcenter/portalapp/skins
2. Created a trinidad-skins.xml under WEB-INF and configured it as below
<?xml version="1.0" encoding="windows-1252" ?>
<skins xmlns="http://myfaces.apache.org/trinidad/skin">
<skin>
<id>testskin</id>
<family>testskin</family>
<version>
<name>v1</name>
<default>true</default>
</version>
<render-kit-id>org.apache.myfaces.trinidad.desktop</render-kit-id>
<style-sheet-name>oracle/webcenter/portalapp/skins/test-skin.css</style-sheet-name>
</skin>
</skins>
3. Made entry in the trinidad-config.xml as
<?xml version="1.0" encoding="windows-1252"?>
<trinidad-config xmlns="http://myfaces.apache.org/trinidad/config">
<skin-family>testskin</skin-family>
</trinidad-config>
4. Ran the portal but got error on the console as below
<StyleSheetEntry> <_getNameResolver> Could not load style sheet: oracle/webcenter/portalapp/skins/test-skin.css
<StyleSheetEntry> <_getNameResolver>
java.io.FileNotFoundException: Unable to locate style sheet "oracle/webcenter/portalapp/skins/test-skin.css" in local styles directory (C:\Users\197944 \AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\tmp\_WL_user\TestSkin_V2.0\7x71m9\public\adf\styles), or on the class path.
Please be sure that this style sheet is installed.
     at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry._getNameResolverForStyleSheetFile(StyleSheetEntry.java:439)
     at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry._getNameResolver(StyleSheetEntry.java:347)
     at org.apache.myfaces.trinidadinternal.skin.StyleSheetEntry.createEntry(StyleSheetEntry.java:78)
     at org.apache.myfaces.trinidadinternal.skin.SkinImpl._createStyleSheetDocument(SkinImpl.java:563)
     at org.apache.myfaces.trinidadinternal.skin.SkinImpl.getStyleSheetDocument(SkinImpl.java:346)
     at org.apache.myfaces.trinidadinternal.skin.SkinExtension.getStyleSheetDocument(SkinExtension.java:527)
     at org.apache.myfaces.trinidadinternal.skin.SkinStyleProvider.createStyleSheetDocument(SkinStyleProvider.java:158)
     at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getStyleSheetDocument(FileSystemStyleCache.java:649)
     at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache._getEntry(FileSystemStyleCache.java:424)
     at org.apache.myfaces.trinidadinternal.style.cache.FileSystemStyleCache.getStyleSheetURIs(FileSystemStyleCache.java:178)
     at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.StyleSheetRenderer.encodeAll(StyleSheetRenderer.java:97)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
     at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderSkinStylesheet(DocumentRenderer.java:1999)
     at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:885)
     at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
     at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
     at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
     at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
     at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
     at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:279)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:777)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:293)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:213)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
I also tried creating portal resource for the skin by right clicking on the skin file, but i still get the same error.
If i create a skin file under anyother folder directly under the webcontent say /css/test-skin.css it works file.
Am i doing something wrong or missing any entries?Help is appreciated.
Thanks

By default, trinidad-config picks up the skin setup through the preference bean - "#{preferenceBean.defaultTrinidadSkin}". The default skin can be setup through adf-config.xml at design time (look for <portal:preference id="oracle.webcenter.portalapp.skin") or using the Administration console at run-time. The value used here is whatever you've configured as "Skin Family" when creating the portal resource.
Of course, you can edit the trinidad-config to hard-code the skin as well using the same "Skin Family" from the Create Portal Resource dialog.

Similar Messages

  • Oracle Locator-- Data Sheet--Oracle Corporation

    Are there any way to deploy Oracle
    Forms under Linux?
    Thank you for your help.
    John Chen
    =========

    Werner: Reminder that Locator (the subset of Spatial) is free and is available in all editions of the database.
    OP: No, there is no GUI around Locator. The closest we come is to use MapViewer (a part of the Application Server - see downloads) and SQL Developer with some G-Vis plugIns.

  • Unable to locate java.lang

    Hello,
    Could anyone tell me why when runnig the batch file I get the following error:
    unable to locate java.lang package
    I have set up the envionment variables as follows:
    CLASSPATH=c:\j2sdk1.4.2_14\lib
    PATH=c:\j2sdk1.4.2_14\bin
    I would highly appreciate any help. I would like to get this simulator up and running
    and do some work over the easter holidays (nice uh?), it could always be worst! :)
    contents of batch file
    Set SNAP_PATH=C:\TaylecSim\classes\TaylecSim.jar
    Set SRC=Mo
    javac -bootclasspath %SNAP_PATH%\classes %SRC%.java
    %SNAP_PATH%\bin\preverify -classpath %SNAP_PATH%\classes;. -nofinalize -d ReadyToGo %SRC%
    pause
    MS-DOS output
    C:\Simulator\Installation\DevFiles>Set SNAP_PATH=C:\TaylecSim\classes\TaylecSim.
    jar
    C:\Simulator\Installation\DevFiles>Set SRC=Mo
    C:\Simulator\Installation\DevFiles>javac -bootclasspath C:\TaylecSim\classes\Tay
    lecSim.jar\classes Mo.java
    Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
    C:\Simulator\Installation\DevFiles>C:\TaylecSim\classes\TaylecSim.jar\bin\prever
    ify -classpath C:\TaylecSim\classes\TaylecSim.jar\classes;. -nofinalize -d Ready
    ToGo Mo
    The system cannot find the path specified.
    C:\Simulator\Installation\DevFiles>pause
    Press any key to continue . . .

    C:\Simulator\Installation\DevFiles>javac -bootclasspath C:\TaylecSim\classes\Tay
    lecSim.jar\classes Mo.java
    Fatal Error: Unable to locate package java.lang in classpath or bootclasspath
    Why are you replacing (as opposed to possibly adding to) Java's standard classes? You are not providing access to the Java boot classes, as the error message is telling you.

  • Adding style sheet tag to struts tag

    hi
    I am unable to add style sheet settings to struts
    here is my Code
    ===========
    <link href="style sheet name" rel="stylesheet" type="text/css">
    <html:text property="accNo" class="textone"/>
    The Jboss server throws and error saying invalid attribute class
    Can somebody help ...............
    rgds
    Dany

    use 'styleClass' in place of class
    <html:text property="accNo" styleClass="textone"/>
    dont mind friend but u can find it within no time in google.
    vikram

  • Unable to locate a login configuration

    Weblogic 6.1 sp4 on Linux Redhat AS.
    Sun JAva 1.4
    As a work aroung from another user, I added a file called login.conf and made
    the entry change in StartWLS.sh file. The entry in the login.conf file is
    ServerLoginModule {
    weblogic.security.internal.ServerLoginModule required debug=true;
    Can someone help
    When I attempt to startup weblogic I get the following messages .
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:215)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:170)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:167)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:404)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate
    .java:78)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:210)
    at weblogic.Server.main(Server.java:35)
    Caused by: java.io.IOException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
    ... 16 more

    Michael,
    Can you post the complete exception stack trace for this problem?
    Chuck Nelson
    DRE
    BEA Technical Support

  • JAAS Error, Unable to locate a login configuration

    Maybe I can get some help with this one. Seem when I try to run my little login program as a jsp under Tomcat 4.1 I get the following
    java.lang.SecurityException: Unable to locate a login configuration
    First I modiied java.security like this:
    # Default login configuration file
    login.config.url.1==file:${java.home}/login.config
    That didn't work
    next I modified Tomcats setclasspath.bat like this
    set RUNJAVA="%JAVAHOME%\bin\java -Djava.security.auth.login.config=C:\j2sdk1.4.2_02\jre\login.config"
    That didn't work.
    Next I created a jar that contained the login.config and put it into MyApplication/WEB-INF/lib
    that didn't work.
    So I am wondering if anyone here can tell me how to get my little JAAS login program working as either a servlet or a jsp? Why can't it find my login.config file? Works fine when I run directly with java
    like this
    java LoginJaas
    thanks in advance
    jim

    thanks for the advice, I've tried that too. I think I have a permissions problem. Tomorrow I am going to bug our consultant, the one that got me into this mess in the first place. It has got to me a permissions of configuration problem cause everything works great, until I put the login logic into a servlet container.
    thanks again for the reply
    jim

  • XML style sheet error at Validate step in FDM for few locations

    Hi All,
    Users are facing the "XML page cannot be displayed - The style sheet doesnot contain a document element. The style sheet may be empty, or it may not be weel-formed XML document.." for very fre locations while validating the data.
    Please advise as it is most annoying thing for users.
    Thanks and Regards

    You will need to check a few things:
    a) Check that the Integration Option in the HFM Adapter "FDM WEB SERVER NAME" matches the value that the users are using to access FDM.
    http://<fdmwebservername>/HyperionFDM
    Make sure that the server host name is entered into this option.
    b) Check that the XML file type on the users workstation is configured to open with Internet Explorer and not the XML Editor.  You can do this by creating a text document named test.xml and right-clicking on it and choose "properties" and update the program to open the file to Internet Explorer and save.
    c) Make sure that the FDM Web Site is in the users trusted sites in the IE Browser
    d) Make sure that the "Automatically prompt for file downloads" and "Automatically Prompt for Active-X Controls" options are set to Enabled in the IE Settings.

  • ERROR: Unable to locate system class: java/lang/String

    I have swtiched from running my application using sun jvm to using microsoft jvm. When i run it i get the following error:
    ERROR: Unable to locate system class: java/lang/String
    java -classpath out;etc..etc myclass
    has become
    jview -cp:a out;C:\build\rt.jar;etc..etc myclass
    any ideas?

    Search for the old "MS SDK for Java 4.0" somewhere (no, you can't find it at Microsoft's site).
    There are two files that you have to get: sdkdocs40.exe (a file with 10,895,496 bytes) and SDKJava40.exe (a file with 20,222,928 bytes).
    Use the embedded jvc compiler to recompile your program. Beware: try not to rely too much in jvc. Use it only for discover that you're using methods not implemented in JDK 1.1.8, but don't use it for deploying your app.
    You'll discover that you'll have to rewrite large portions of your program, and even change your program specifications to deal with the reduced functionality of the old MS JVM (for instance, say that you'll need to change the 'modified date' of a file.
    In JDK >= 1.2 there's the method File.setModified(); in MS JVM you'll need to use some com.ms.wfc function.

  • Adobe Creative Suite 5.5 for MAC(OSX) requires Java SE 6 - I am unable to locate "safe" Java SE 6 Download, so I am unable to get the programs to open. Where can I get Download?

    Adobe Creative Suite 5.5 for MAC (OSX) (10.10.2 Safari), requires Java SE 6. I am unable to locate a "safe" Java SE 6 Download, so I am unable to open the "Suite" programs. Where can I download a safe Java SE6? Or is there a "work-around" this issue?

    https://support.apple.com/kb/DL1572?viewlocale=en_US&locale=en_US

  • XML report missing style sheet location

    Hi all
    I am having a issue regarding XML report generated by TestStand. I am using a custom style based heavy off NI example style sheet horizontal.xsl. The report generation works correctly on my development system however when the sequence is deployed onto runtime machine the header to the XML report is missing the style sheet location. i.e:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    Rather than:
    <?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet type="text/xsl" href="G:\Test\ATE4000_Production_Test_Results\T6MK6\Style_Sheets\T6MK6_PAS_Test_Sheet.xsl"?>
    If anyone has any idea what might be causing this issues i would be very greatful for any advice.
    Many Thank
    D.Barr
    Solved!
    Go to Solution.

    Thanks for the reply.
    I found the issue. I was determining the location of the style sheet using a registery key. The registry key contained double slashes which resulted in the style sheet not being found. I.e.. C:\\Test\\T6MK6_PAS_Test_Sheet.xsl. With single slashes the program worked as excepted.
    Thanks again
    D.Barr 

  • Please let tell me the exact location of the default Style sheets of ADF

    Hai Everyone,
    Please say me the exact location of the default Style sheet of ADF Since i need to modify the color & Background image of the Table which i have drag & dropped in the work space from the Data control palatte.
    regards,
    SUGANTH.G

    Thanks for ur information Mr.Frank
    I need another clarification from u The images used for the button in ADF is not satisfied for us.
    I need to use my own images & also I am not interested to use a button images as command link and proceed. Since it leads to an another issue
    I need to overwrite the basic button images used by ADF. U can give my a suggestion regarding this issue

  • Javaws error "Unable to locate a Java Runtime to invoke"

    No Java runtime present, requesting install.
    Unable to locate a Java Runtime to invoke.
    If i do java -version:
    java -version
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-10M3720)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
    I already try:
    -Delete cache and temp file (library/cache)
    - I delete old and new installation of java folders inside: /System/Library/Frameworks/JavaVM.framework/Versions
    - I delte folder: /System/Library/Java
    - Already download manually the Java from Apple site, reinstall 2 times and reboot... not solved.
    ANy idea?

    Thanks to Brody and Mark Jalbert to help me to find the problem I hope this not ocurred again.
    I give some feedback if this problem ocurred to other person, I see same error from 2009/2010... so is not a current problem, is a MacOS software problem of folders/permissions.
    Best regards!
    ========================================================
    Now I reboot, and all is solved (I already reboot 3 times and check and uncheck box you say).
    Now something change=
    TigreDARK:~ Myuser$ /usr/libexec/PlistBuddy -c "Print" $HOME/Library/Preferences/ByHost/com.apple.java.JavaPreferences.*
    Dict {
        GeneralByTask = Dict {
            Any = Dict {
                PrefsVersion = 2
                WebComponentsLastUsed = 361728896.000000
                WebComponentsEnabled = true
    TigreDARK:~ Myuser$
    =====================================================
    IMPORTANT:
    Is not a good idea to add permissions to all folders, and give wrong permissions or more permissions o files.... is really danger, please do a backup first if you want to do a test...
    I think the permissions, and the reboot solve, but I'm not sure what really do this change....
    how i fix the problem:
    1)
    /System/Library/Java/Support/Deploy.bundle/Contents/Resources/Java
    files i add permissions of my user, and write read:
    deploy.jar
    javaws.jar
    2)
    /System/Library/Java/Support/Deploy.bundle/Contents/Home/Lib
    I add here too a R+W permission to "system" and to my user r+w
    3)
    I moved the ~/Library/Preferences/ByHost/com.apple.java.JavaPreferences.*.plist file and ran Java Preferences again.
    4) Shutdown, and boot again.
    IF PROBLEM PERSIST:=
    Go to folder of JAVAWS path:
    cd /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin
    Lunch you jsp application:
    TigreDARK:bin XXXXXXX$ ./javaws /Users/myuser/Desktop/login.jsp
    If give you this error, like my error PROBLEM, is a permission of files problem....
    TigreDARK:bin XXXXXXXX$ Error occurred during initialization of VM
    java/lang/ClassNotFoundException: error in opening JAR file <Permission denied> /System/Library/Java/Support/Deploy.bundle/Contents/Home/lib/deploy.jar

  • Compiled Style Sheets: Unable to Compile with ClassReferences

    My CSS compiles fine in the project, but will not build a
    separate swf in the IDE or from the commandline.
    Here is a snippet of code from the CSS:
    selectedUpSkin : ClassReference('ui.skins.SelectedNavSkin');
    Here is the error from the IDE:
    1120: Access of undefined property SelectedNavSkin.
    Here is the error when trying from the command line:
    Error: Access of undefined property SelectedNavSkin.
    selectedUpSkin : ClassReference('ui.skins.SelectedNavSkin');

    Greg that could be, what I ended up doing is just moving all
    the styles that reference the custom class back into the main
    embedded style sheet, then I compile the "dynamic" style sheet
    separately.
    This works, but I would still be interested in know *why* I
    can do what I outlined above.

  • Can't invoke WS from BPEL process: Unable to locate activated endpoint

    I have a simple Calculator Web Service deployed on Glassfish, that I can access with any kind of SOAP client (e.g. soapUI). I have then created a BPEL process that invokes this external Web Service (which happens to run on the same Glassfish server, but that's largely irrelevant I suppose). I can instantiate and invoke the BPEL process (I've tried it with a dummy assign earlier just to make sure, and it runs successfully), but the BPEL process doesn't seem to be able to locate the external Web Service. I get the following fault:
    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Body>
    <ns2:Fault xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>ns2:Server</faultcode>
    <faultstring>javax.jbi.messaging.MessagingException: Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</faultstring>
    <detail>
    <ns2:exception class="java.lang.RuntimeException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false" xmlns:ns2="http://jax-ws.dev.java.net/">
    <message>javax.jbi.messaging.MessagingException: Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</message>
    <ns2:stackTrace>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube$AsyncProviderCallbackImpl" file="AsyncProviderInvokerTube.java" line="114" method="sendError"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="136" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="94" method="invoke"/>
    <ns2:frame class="sun.reflect.GeneratedMethodAccessor305" line="unknown" method="invoke"/>
    <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
    <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.InvokerImpl" file="InvokerImpl.java" line="72" method="invoke"/>
    <ns2:frame class="com.sun.xml.ws.api.server.Invoker" file="Invoker.java" line="115" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="166" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube" file="AsyncProviderInvokerTube.java" line="80" method="processRequest"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="595" method="__doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="554" method="_doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="539" method="doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="388" method="run"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="885" method="runTask"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="907" method="run"/>
    <ns2:frame class="java.lang.Thread" file="Thread.java" line="619" method="run"/>
    </ns2:stackTrace>
    <ns2:cause class="javax.jbi.messaging.MessagingException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
    <message>Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</message>
    <ns2:stackTrace>
    <ns2:frame class="com.sun.jbi.messaging.MessageService" file="MessageService.java" line="492" method="addressExchange"/>
    <ns2:frame class="com.sun.jbi.messaging.MessageService" file="MessageService.java" line="326" method="doExchange"/>
    <ns2:frame class="com.sun.jbi.messaging.DeliveryChannelImpl" file="DeliveryChannelImpl.java" line="209" method="send"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="268" method="sendInOut"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="479" method="executeSOAP"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="215" method="execute"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="134" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="94" method="invoke"/>
    <ns2:frame class="sun.reflect.GeneratedMethodAccessor305" line="unknown" method="invoke"/>
    <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
    <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.InvokerImpl" file="InvokerImpl.java" line="72" method="invoke"/>
    <ns2:frame class="com.sun.xml.ws.api.server.Invoker" file="Invoker.java" line="115" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="166" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube" file="AsyncProviderInvokerTube.java" line="80" method="processRequest"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="595" method="__doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="554" method="_doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="539" method="doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="388" method="run"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="885" method="runTask"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="907" method="run"/>
    <ns2:frame class="java.lang.Thread" file="Thread.java" line="619" method="run"/>
    </ns2:stackTrace>
    </ns2:cause>
    </ns2:exception>
    </detail>
    </ns2:Fault>
    </S:Body>
    </S:Envelope>
    For good measure, here's the WSDL (and partner link defn) for the external WS:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="CalculatorWSExternal" targetNamespace="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal" xmlns:ns="http://calculator.me.org/" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types>
    <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal">
    <xsd:import namespace="http://calculator.me.org/" schemaLocation="CalculatorWSService.xsd"/>
    </xsd:schema>
    </types>
    <message name="addRequest">
    <part name="add" element="ns:add"/>
    </message>
    <message name="addReply">
    <part name="addResponse" element="ns:addResponse"/>
    </message>
    <portType name="CalculatorWSExternalPortType">
    <operation name="add">
    <input name="input1" message="tns:addRequest"/>
    <output name="output1" message="tns:addReply"/>
    </operation>
    </portType>
    <binding name="CalculatorWSExternalBinding" type="tns:CalculatorWSExternalPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="add">
    <soap:operation/>
    <input name="input1">
    <soap:body use="literal"/>
    </input>
    <output name="output1">
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="CalculatorWSExternalService">
    <port name="CalculatorWSExternalPort" binding="tns:CalculatorWSExternalBinding">
    <soap:address location="http://localhost:8080/CalculatorApp/CalculatorWSService"/>
    </port>
    </service>
    <plnk:partnerLinkType name="CalculatorWSExternal1">
    <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
    In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
    A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
    <plnk:role name="CalculatorWSExternalPortTypeRole" portType="tns:CalculatorWSExternalPortType"/>
    </plnk:partnerLinkType>
    </definitions>
    Any help? I've seen someone post a similar problem on the forum at http://forum.java.sun.com/thread.jspa?threadID=5273187&messageID=10157363#10157363
    but I haven't seen any answers. Thanks!
    Edited by: tboubez on Jun 9, 2008 10:56 AM

    Check the ports of Web services and those of BPEL, as Hambo have different communication ports.
    Normally Webservices point to the port 8080 and BPEL to 18181 or 9084.
    Check and I accounts.
    Greetings.

  • Mapping style templates and properties to Actual Style Sheet Classes

    I got this response to an email regarding creating a customized style sheet and thought others might find it useful following is my initial question and the response from David Phipps. If anyone else has input to this conversation please join in.
    Initial question: I'm trying to create a highly customized style sheet and could use a matrix that maps the various properties to the styles that each property affects. I have had some success determining the specific styles that I would like to change but am unable to use the style mill with any efficacy to make those changes. We are attempting to create a single language style sheet with a unique color scheme that matches our branding. One big problem we have run into is that certain styles are called in multiple places with different backgrounds (i.e. breadcrumbText). Any help along these lines that you could provide would be greatly appreciated.
    Response:The CSS style mapping is not terribly satisfying right now; many objects share common CSS styles, which means if you change one tiny thing the whole page changes. We don't have a matrix or spreadsheet or styleguide that lays out the page itself and defines the styles used in each point. However, the stylesheet mill should work for you, and it's possible that what you have going on is a problem with your mill or an incomplete copy of what it generates.
    There are 18 styles in the portal currently; you can actually create new styles and populate them, which sounds like the option you are interested in. The mill is just an ANT script that uses the template files in the templates directory and combines them with the property files in the prop-color and prop-text directories.
    The prop-text files are per language (10 languages); if you check you'll see the values are all the same right now; the idea is you could change the font names or sizes per-language if you wanted to.
    The prop-color files are per style (18 styles). If you want a new set of property values for, say, style 19, you'd add a file called color.19.properties, and the mill would pick that up and generate 190 files (19 styles x 10 languages). It would then add a new line to community-themes.txt, which has a name of each style for each language, based on data it picked up from your new color.19.properties file.
    The real secret is that you only add color style elements you want to override. If you want a specific set of styles to always be available, just add them directly to the appropriate template file (in your case, the portal50.template file) without using the @variable@ in place of actual values. Then you're just adding new style overrides that apply everywhere.
    Finally, you can add arbitrary new properties to your new prtoperties file and use those in the template:
    in portal50.template:
    ..actionbarPortletBg {background-color: @personal.and.interesting.setting@;}
    in color.19.properties:
    personal.and.interesting.setting=#ff9900
    So the CSS mill is just a glorified text replacement tool.
    Remember that the CSS mill works this way:
    - Run make_all.bat if you're not sure and want to insure you've remilled everything, otherwise use make_community_css.bat or make_menu.bat to remill only community styles or those for the jsportalmenus dropdown, respectively.
    - The resulting files are created in ptimages/tools/cssmill/css
    - You have to copy the resulting files by hand to the imageserver CSS location, which is
    ptimages/imageserver/plumtree/common/public/css
    - You have to forcibly stop and restart your imageserver, be it Apache, Tomcat, IIS, Websphere or whatever; no matter what anyone says the new content won't show up reliably until you restart your imageserver.
    You probably know all this and your real problem is the CSS is not specific enough, that is, you can't get individual items to change like you want. We have been working on this, and the new version of the portal will have much more addressable CSS styles, including the ability to specify styles for individual navigation elements, individual pages, and individual portlets. This basically meant rewriting the HTML we generate, of course.
    Since you can override and rewrite chunks of our HTML as well using View Overrides, if you're in a jam we can walk you through how to rewrite specific bits of the UI that are causing you trouble - for instance, the code that generates the breadcrumbs itself.
    David Phipps
    Senior Engineering Manager
    Plumtree Software

    One way to do this is to give the <body> tag an ID. In a template, you need to make the ID attribute of the <body> tag editable.
    You would then have something like this in your style sheet:
    #home.oneColFixCtrHdr #container #navigation li,
    #services.oneColFixCtrHdr #container #navigation li,
    #about.oneColFixCtrHdr #container #navigation li,
    #contact.oneColFixCtrHdr #container #navigation li,
    #testimonials.oneColFixCtrHdr #container #navigation li,
    #links.oneColFixCtrHdr #container #navigation li
    background-color:
    #66ccFF;
    border-bottom-width: 1px;
    border-bottom-style:
    solid;
    border-bottom-color: #FFFFFF;

Maybe you are looking for

  • Active state not working in scrolling site (with anchor links)

    I'm design a scrolling site with anchor links and an horizontal menu on the top. when i publish the site and click on the menu buttons the site scrolling to the place of the anchor but the active state in the menu is not working. now... when i leave

  • Table name for the AMOUNT field in header details of costomer invoice

    hi experts,                 I need the table name for the field AMOUNT(wrbtr) which is in header details in fb70 tcode .I have checked many tables like bseg bsid,  there its showing the amount but at item level.

  • Where is "welcome.txt " located in solaris 10

    Hi Solarians, Please let me know the location (absolute path) of welcome.txt file ...... If i need to configure please let me know the correct steps to do so. Thank You! Thanks, Mahesh Muniraju

  • Adobe forms :Layout

    Hi Gurus, I am using Adobe forms for the first time. My requrement is to adjust Adobe form layout. Ihave changed the width of Daat field and compliled but still i am not getting desired output. My text is overlapping with neighbouring text. Plz sugge

  • Send image with MFMailComposeVewController and thread issue

    Hi, In my app, if user click a button, the app will generate an image and show up a MFMailComposeViewController with the image as attachment. Since it takes quite some time to generate the image, I fired up a thread and generate the image in this new