Weblogic 10 Probs Start Web App only if using 'Visual Web JavaServer Faces'

There is no Errormessage in Netbeans IDE when I chose 'build' or 'undeploy and deploy'.
If I use a simple Webapplication that does not use 'Visual Web JavaServer Faces'
the war-file that netbeans ide creates and deploys in beas autodeploy directory can be executed in the linked page: http://localhost:7001/WebApplication9/
But if I chose the option 'Visual Web JavaServer Faces' in the web application project the whole compile and deployment process completes fine, the war-file is distributed in the autodeploy dir, but it can be deployed automatically nor manually.
In the Bea Weblogic Administration Console I get
Messages
An error occurred during activation of changes, please see the log for details.
Failed to load webapp: 'WebApplication14.war'
javax.faces.webapp.FacesServlet
C:\BeaWebLogic\MyDeploy\WebApplication14.war.
Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet>
whole Errorlog
Thanks in advance.
[LoginFilter]: LoginFilter constructed ...
<18.04.2008 12.53 Uhr CEST> <Notice> <Log Management> <BEA-170027> <The server i
nitialized the domain log broadcaster successfully. Log messages will now be bro
adcasted to the domain log.>
<18.04.2008 12.53 Uhr CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state
changed to ADMIN>
<18.04.2008 12.53 Uhr CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state
changed to RESUMING>
<18.04.2008 12.53 Uhr CEST> <Notice> <Security> <BEA-090171> <Loading the identi
ty certificate and private key stored under the alias DemoIdentity from the jks
keystore file C:\BEAWEB~1\WLSERV~1.0\server\lib\DemoIdentity.jks.>
<18.04.2008 12.53 Uhr CEST> <Notice> <Security> <BEA-090169> <Loading trusted ce
rtificates from the jks keystore file C:\BEAWEB~1\WLSERV~1.0\server\lib\DemoTrus
t.jks.>
<18.04.2008 12.53 Uhr CEST> <Notice> <Security> <BEA-090169> <Loading trusted ce
rtificates from the jks keystore file C:\BEAWEB~1\JROCKI~1\jre\lib\security\cace
rts.>
<18.04.2008 12.53 Uhr CEST> <Warning> <Server> <BEA-002611> <Hostname "localhost
", maps to multiple IP addresses: 164.24.95.242, 127.0.0.1>
<18.04.2008 12.53 Uhr CEST> <Warning> <Server> <BEA-002611> <Hostname "W9G01486.
bonn02.telekom.de", maps to multiple IP addresses: 164.24.95.242, 127.0.0.1>
<18.04.2008 12.53 Uhr CEST> <Notice> <Server> <BEA-002613> <Channel "Default" is
now listening on 164.24.95.242:7001 for protocols iiop, t3, ldap, snmp, http.>
<18.04.2008 12.53 Uhr CEST> <Notice> <Server> <BEA-002613> <Channel "Default[1]"
is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
<18.04.2008 12.53 Uhr CEST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecu
re" is now listening on 164.24.95.242:7002 for protocols iiops, t3s, ldaps, http
s.>
<18.04.2008 12.53 Uhr CEST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecu
re[1]" is now listening on 127.0.0.1:7002 for protocols iiops, t3s, ldaps, https
.>
<18.04.2008 12.53 Uhr CEST> <Notice> <WebLogicServer> <BEA-000331> <Started WebL
ogic Admin Server "examplesServer" for domain "wl_server" running in Development
Mode>
<18.04.2008 12.53 Uhr CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state
changed to RUNNING>
<18.04.2008 12.53 Uhr CEST> <Notice> <WebLogicServer> <BEA-000360> <Server start
ed in RUNNING mode>
<18.04.2008 13.13 Uhr CEST> <Warning> <netuix> <BEA-423420> <Redirect is execute
d in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true
&_pageLabel=WebAppApplicationOverviewPage&WebAppApplicationOverviewPortlethandle
=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DWebApplicatio
n14%2CType%3DAppDeployment%22%29.>
<18.04.2008 13.13 Uhr CEST> <Error> <HTTP> <BEA-101371>
<There was a failure when processing annotations for application
C:\BeaWebLogic\MyDeploy\WebApplication14.war.
Please make sure that the annotations are valid. The error is javax.faces.webapp.FacesServlet>
<18.04.2008 13.13 Uhr CEST> <Error> <Deployer> <BEA-149265> <Failure occurred in
the execution of deployment request with ID '1208517199484' for task '0'. Error
is: 'weblogic.application.ModuleException: Failed to load webapp: 'WebApplicati
on14.war''
weblogic.application.ModuleException: Failed to load webapp: 'WebApplication14.w
ar'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:311)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
oduleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
Truncated. see log file for complete stacktrace
java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:286)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:259)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAw
areClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Truncated. see log file for complete stacktrace
>
<18.04.2008 13.13 Uhr CEST> <Warning> <Deployer> <BEA-149004> <Failures were det
ected while initiating distribute task for application 'WebApplication14'.>
<18.04.2008 13.13 Uhr CEST> <Warning> <Deployer> <BEA-149078> <Stack trace for m
essage 149004
weblogic.application.ModuleException: Failed to load webapp: 'WebApplication14.w
ar'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:311)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
oduleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
Truncated. see log file for complete stacktrace
java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:286)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:259)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAw
areClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Truncated. see log file for complete stacktrace
>
<18.04.2008 13.13 Uhr CEST> <Error> <Console> <BEA-240003> <Console encountered
the following error weblogic.application.ModuleException: Failed to load webapp:
'WebApplication14.war'
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:311)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedM
oduleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:56)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:46)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
va:615)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
ava:191)
at weblogic.application.internal.DeploymentStateChecker.prepare(Deployme
ntStateChecker.java:147)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(App
ContainerInvoker.java:61)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.cr
eateAndPrepareContainer(ActivateOperation.java:189)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
Prepare(ActivateOperation.java:87)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.pr
epare(AbstractOperation.java:217)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
entPrepare(DeploymentManager.java:719)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploy
mentList(DeploymentManager.java:1186)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare
(DeploymentManager.java:248)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.pre
pare(DeploymentServiceDispatcher.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:464)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
Caused by: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
ClassLoader.java:286)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClass
Loader.java:259)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAw
areClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
Loader.java:179)
at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAw
areClassLoader.java:35)
at weblogic.servlet.internal.WebAnnotationProcessorImpl.processServlets(
WebAnnotationProcessorImpl.java:214)
at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnot
ations(WebAnnotationProcessorImpl.java:197)
at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotatio
ns(WebAnnotationProcessorImpl.java:93)
at weblogic.servlet.internal.WebAppServletContext.processAnnotations(Web
AppServletContext.java:1270)
at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
ntext.java:408)
at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletCo
ntext.java:452)
at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:402)
at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.ja
va:582)
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:298)
>

Hi,
make sure you created the parameter for the bind variable in the ViewObject. It is not enough to only add the bind parameter. It has to be created as well
Frank

Similar Messages

  • Why there is spaces between Web App module listings on a web page?

    Why there is spaces between Web App module listings on a web page?
    Here is the web page:
    http://www.mazine.com/test/testpage.htm
    And here is the CSS code:
    http://www.mazine.com/test/css/tablestyle.css

    I only used Photoshop for the layout.  Then I created web-safe images for everything that I used for Dreamweaver.  I uploaded the images to the internet and then image sourced them into the code so that they will be viewed properly in the correct circumstances.  I haven't used HTML since about 2004 and I wasn't very good then.  I've just been thrown back into it and I'm pretty much learning as I go.  This is my second attempt because I wanted to make the newsletter more eye-catching.  My first one is very basic and without a background image at all and that looks fine in pretty much all email clients.  I tested it with Litmus.  All except for Windows Live Mail, where the images didn't act as links but as static images.  It works fine with the others I tested manually.  Those being Gmail, Yahoo and AOL.  I will try the display:block and get back to you.  Thanks for your suggestions.

  • Invoking a web service not created using oracle web service lib

    Hi All,
    I have a need to invoke my web service from oracle sql command. My web service not created using oracle web service library, but it is created using axis c++ libraries. Is it possible to do so,
    Thanks in advance,
    Regards,
    Monica

    In order to call out from the database process, is SQL (or PL/SQL) you need to generate some client code, that understand the details about the specific of the service you want to invoke and can produce the correct SOAP request. Once this proxy is uploaded in the Database, you can use it.
    There is a set of Database Web services samples that should help you get started. You can also take a look at the developer's guide - see Developing a Web Service Client in the Database.
    Hope it answers your question.
    --eric                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Web app context file in java web server?

    I'm being forced to move an application from Tomcat 5.5 to Web Server 6.1. I'm used to putting my app's context information into a context xml file that in Tomcat 5.5 is deployedin in $tomcat_home/conf/Catalina/localhost/. I define my jdbc connection pool there, as well as environment entries for the application. That way I can use the same war file, but run the application with different configuration settings.
    It doesn't seem like Web Server 6.1 supports that, or am I missing something in the documentation. I thought the notion of the context file was generic to the servlet container spec even in the 2.3 servlet spec....but maybe that's specific to Tomcat. So now how can I pass environment information to the application?

    The SJS webserver does not support context.xml, you are correct.
    However, most of the things done in context.xml can be done through other ways.
    JDBC conncetion pools are global to the server instance, and are declared in server.xml
    http://docs.sun.com/source/819-0130/agapuirf15.html#wp297682
    The web apps descriptors allow to configure web apps parameters. In SJS webserver there are two descriptors, the standard web.xml, and sun-web.xml.
    http://docs.sun.com/source/817-6251/pwadeply.html
    Regarding passing environment information, what exactly do you have in mind? the web server supports JNDI resource-env-ref, that can be used to pass environment entries to a web-app.
    If you have any particulars needs, or more specific questios, feel free to post them here.

  • Way to use Visual Web part in sharepoint 2010 without using/installing third party tools

    I want to know the way to use Visual Web part in sharepoint 2010 without using/installing third party tools.
    Please provide me a link where i can actually know how it is done.

    + to _eNo_,
    Visual Studio 2010 has support for visual webpart, you can find that under Visual C# node in the Installed Templates section (if your preferred language is C#)
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • Create office app for word using visual studio 2013

    i tried to create an app for office using visual studio 2013 i just created one in task pane with all default settings and then deployed succesffully and i can't find the app in task pane in word office any ideas
    Mohamed Abdeen

    Hi Mohamed Abdeen,
    Please try to enable a build-in app for Office, such as "Bing dictionary" and check if the task pane pop-up.
    If the "Bing dictionary" works well, I suppose that this issue might be caused by itself. I recommend you post the question to Word for DEV forum:
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=worddev&filter=alltypes%2Calllanguages&sort=lastpostdesc
    If all the apps can't be used, they might be blocked. Please go to File/option/trust center/trusted app catalogs/enable it.
    Reference:
    https://technet.microsoft.com/en-us/library/jj219429.aspx?f=255&MSPPError=-2147217396
    https://msdn.microsoft.com/en-us/library/office/jj220060.aspx?f=255&MSPPError=-2147217396
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Facelet to crare web app, instead of using JSP; JSF1.2 spec in WebSphere6.1

    Novice to JSF and Facelet. But, I had been using Struts since its inception.
    I am required to use IBM's WebSphere Application Server 6.1 that comes with Servlet 2.4 and JSP 2.0. WebSphere 6.1 App Server limits me to using JSF 1.1. This is because, JSF 1.2 requires Servlet 2.5 and JSP 2.1, that is a part of WebSphere App Server 7.0; not a part of WebSphere 6.1.
    Somebody suggested that it will be possible to use JSF 1.2 in WebSphere 6.1, if I were using Facelet, instead of JSP.
    I am not eager to use JSF 1.1 and may have to forego JSF; unless and until I can use JSF 1.2.
    The hold-up is that I cannot use JSF 1.2 spec in WebSphere 6.1. Is there is any way to use JSF 1.2 in WebSphere 6.1? Can I create an entire application using Facelet (instead of JSP) that will let me use JSF 1.2 spec in WebSphere 6.1? If so, how?
    Here are my questions, especially because I am not very familiar with JSF and Facelet technology:
    1. Can I use JSF 1.2 specification in WebSphere 6.1, if I were using facelet (as opposed to JSP) as my view technology?
    2. Will it be possible to create an entire web app with facelt, instead o fusing any JSP at all? If so, how? Does it mean that all the GUI screens will only use facelet and no JSP at all?
    3. Please explain how I can write a complex web app with 100s of screens using only facelet, instead of using JSP.
    4. Please provide pointer on how JSF and facelet differ, or what are their demarcations boundaries.
    Any comment and pointer will be greatly appreciated.

    Don't doublepost. It's rude. Stick to one topic. Continue here: [http://forums.sun.com/thread.jspa?threadID=5335001].

  • Do you have any html5 web app examples (not using javascript)?

    Do you have an html5 web app that only uses html5 and CSS?  (and NOT javascript).  I'd just like to see what other people are making because I don't understand how you could make an interactive webapp without using javascript (and I don't want to learn javascript).  I'd like to see what a web app looks like.

    HTML on it's own can't do anything smart. You need JavaScript to know when someone has interacted with the page. For example, clicked on an image, or entered text into a form field. You're going to need to know JavaScript in order to create any kind of apps with HTML 5 and CSS. If you want any interactive things such as geolocation etc it requires JavaScript. It's not hard to learn. I would suggest learning a library like JQuery. It uses CSS ids to allow you to select elements and regions on a page so as you can manipulate them. It's based on JavaScript, but a bit easier to learn. It's easy to add things like loops and chain functions it looks very CSS like so if you come from a design background it might be better for you to learn. You simply download JQuery from the http://jquery.com and store it in a folder with the site and then do a link to it. It's straight forward.

  • Office Web Apps only opens some file types

    I have a Office Web Apps (WCA) 2013 UAT environment that is connected to my UAT SharePoint 2013 farm.  I can preview a lot of document types in Office Web Apps but other I get an error.  For example pptx gives me the error "Sorry, PowerPoint
    Web App ran into a problem opening this presentation. To view this presentation please open it in Microsoft PowerPoint". 
    All the excel file types work as does *.doc files.  *.docx files fail.
    I can't find any logging information in my ULS or event viewer logs. 
    Background: The OS on all servers is Windows 2008 R2, the OWA/WCA farm uses allowHttp as I will be behind a hardware load balancer.  The issue is not to do with SSL or SSLoffload as most file types open.
    The SPWOPIBinds look correct to me: Fails for the docx binding below
    Application     : Word
    Extension       : DOCX
    ProgId          :
    Action          : attend
    IsDefaultAction : False
    ServerName      : OWA-UAT.DEMO.LOCAL
    WopiZone        : internal-http
     Works for this WOPIBinding
    Application     : Word
    Extension       : DOC
    ProgId          :
    Action          : interactivepreview
    IsDefaultAction : False
    ServerName      : OWA-UAT.DEMO.LOCAL
    WopiZone        : internal-http
    Any ideas?

    By default, there are 8 bindings for DOCX.  Do you see any other bindings available?
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Office Web Apps - how to disable office web apps features for one web application

    ENV: Sharepoint 2010 farm with office web apps + fast search
    I have the requirement for one web application to open all its documents in client applications - I can enable feature "OpenInClient". This web application uses team site template and other web application also uses team site template. ( feature
    stapling ruled out)  Now I can run powershell cmdlet to enable this feature on all the currently existing site collections. But the requirement is to enable this feature for all the future site collections. This web applications has 60 k site collections
    and atleast more than 10 site collections get created each day and they dont like the option to run a powershell script each day to activate this solution.
    Is there any other way to by default activate new site collections on this WA to open in client applications by default (can we disable this office webapps features only on one web app)?
    VM

    I have learnt from this forum that it is not possible to turn off Office web apps on single web application. The line of control lies at farm level and then at site collection.
    Disable
    Office Web Apps on web application
    VM

  • Cannot pass data from Web Dynpro to XI using a Web Service

    Hi All,
    We have been facing some issues when we try to pass on a SOAP / XML message via a WSDL from a WebDynpro App to XI - No data is reaching XI interface. The payload data details for the inbound message in XI is empty. When testing the WSDL separately using XML spy the data passes to the XI successfully.
    The problem only occurs when we pass on the data from the WebDynpro component.
    We are also passing additional information _user and _password to ensure authenticated access.
    Steps that we completed so far:
    1. Created a WSDL which we can use to communicate to XI interface.
    2. Imported WSDL using webdynpro Web Service Model import
    functionality.
    3. Bound WSDL with webdynpro components.
    4. Pass on data through WSDL contexts.
    5. Execute WSDL model.
    Any help would be much appreciated.
    Thanks,
    RR

    Hi,
    please check document:
    Almost Everything about Transaction Launcher u2013 Part
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3059fb20-987f-2e10-ef82-d147b9b5e8b4
    Denis

  • OC4J shuts down servlet in web-app A during deployment of web-app B ?!

    Hey all,
    We have a web-app A deployed to OAS 10g that contains a servlet with <load-on-startup> set to 2.
    This servlet loads fine when the app is deployed.
    However, when we deploy web-app B to our server, we notice in the logs that the destroy() method on the above servlet is invoked in web-app A! After web-app B is finished deploying, the init() method on the above servlet in web-app A is fired again.
    What's going on?
    Thanks.

    I have posted this on the JDeveloper forum and been pointed in the direction of this discussion as it seems I am experiencing the same problem.....
    I currently have an instance of the OC4J 10.1.2 standalone (current production version) server running, and am deploying 5 servlets to the same server. Once they are all deployed they all run fine without any problems at all.
    However, if I need/want to make an update to one of these 5 servlets and then redploy it the server, the server effectively restarts terminating any open sessions that users may have on any of the other four servlets as well (i.e. users are forced to login again to the particular servlet they are using).
    Is this a bug in the OC4J 10.1.2 standalone (current production version) server? or have I not set something in the deployment profile for each of these servlets/applications to prevent this from happening?
    All advice/suggestions would be gratefully appreciated as soon as possible.
    Thanks in advance
    David

  • Business Catalyst Help | Building Web Apps Part 3: Building a Web App with visitor-submitted content

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/building-web-app-visitor-submitted.html

    To save others hours looking for this, if you want to know how to set the Expiry Date from a custom HTML Web App Item submission form, you can do something like this:
    input type="radio" style="display: none;" checked="true" value="2" id="daysRB"
    input type="text" value="60" maxlength="2" style="display: inline; width: 25px;" id="Days" name="Days"
    You can't set the date directly, but you can tell it how many days from today you want it to expire...

  • How to use Web dynpro DC to use another Web dynpro DC?

    First,I created a Web dynpro DC,and make the component to public .
    Then,I created another Web dynpro DC,Add the first DC in Used DCs,But in this Web dynpro, I can't use first Web dynpro Method,can anyone tell me how to do it?

    Go for below document.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60132577-7801-2b10-c9b1-b13b2f78f23b?QuickLink=index&overridelayout=true]
    This explains interaction between two components of same DC.
    Now, since you need 2 DC.
    Then follow below steps in addition to above document.
    1. Create DC1 and Dc2
    2. Add dependency from DC1 to DC2. (Used DC Component).
    If you find any further issues then please revert back.
    Thanks

  • Producing HTML wireframe in JDeveloper using Visual Web Designer

    Using 10.1.3.5 on winXP..
    You'd think something as simple as an html wireframe could be easily accomplished using the visual editor... doesn't work at all. I create an html template, then create an html page from template... fine so far.
    As soon as I try to insert a component from component palette in Design mode... it doesn't let me... there are no valid insertion points anywhere... all I want is to produce some quick screen mockups, basic wireframe for clients to test out and review.
    Has anyone ever done this with Jdeveloper successfully?

    You will get this error, when you don't have necessary web.config file entires related to ASP.NET Chart controls for that. Please verify those entries
    Make sure that the following entries are there in your web.config file
    <appSettings> 
      <add
    key="ChartImageHandler"
    value="storage=file;timeout=20;"
    /> 
    </appSettings> 
    <compilation
    targetFramework="4.0"> 
     <assemblies> 
      <add
    assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> 
     </assemblies> 
    </compilation> 
    <system.webServer> 
    <handlers> 
          <add
    name="ChartImg"
    verb="*"
    path="ChartImg.axd"  type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler,
    System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"  /> 
        </handlers> 
    </system.webServer> 
    Also make sure that you've the following register directives
    <%@ Register
    Assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" 
        Namespace="System.Web.UI.DataVisualization.Charting"
    TagPrefix="asp" %> 
    Sundar Narasiman

Maybe you are looking for

  • Satellite M30-951 graphic card or video BIOS does not work properly

    On the BIOS and boot pages strange characters occur (screenshot www.audioberlin.com/M30-951_SCREEN.jpg). XP boots up but the elements displayed freeze and the display becomes black for a second. The system becomes slow and does not react any longer.

  • How do I get rid of SYNC ALERT - I think it has to do with Address Book - I keep unchecking and it keeps popping up!!

    Well I was following some instructions on possibly syncing the Mac Address Book with Google and its created havoc.  I dont know if the instructions might have been for a previous OS or what.  I originally was looking for ways to sync the Address Book

  • Load JP2 image file with GeoRasterLoader

    Hi to all, We are trying to set up Oracle GeoRaster tools (stand-alone client-side java Executables found in %ORACLE_HOME%\md\...) in order to view and load JP2 image files to Oracle. Our test environment has Oracle 11g r2 (11.2.0.3.0) EE with Spatia

  • Production order qty change tracking

    Dear gurus, In a production order qunatity change should be tracked.Say for eg prodn order qty is 100.User is changing  to 200.As a client requirement they want he change historya of PIR change history.The same tracking reuired for Component change q

  • Best practice for intervlan routing?

    are there some best practices for intervlan routing ? I've been reading allot and I have seen these scenarios router on a stick intervlan at core layer intervlan at distribution layer. or is intervlan needed at all if the switches will do the routing