WEB CLIENT in Duke�s Bank Application

Hi, I have a problem with running the WEB CLIENT in Duke�s Bank Application.
First about the VERSIONs:
I downloaded
"The Java EE 5 Tutorial" For Sun Java System Application Server Platform Edition 9, dated: June 16 2006
The source for the tutorial examples is obtained from the above mentioned "The Java EE 5 Tutorial" online, when on that page click on "Download". The downloaded file is
javaee-5-doc-tutorial-1[1].0_01.
I am running Sun Java System Application Server Platform Edition 9.0 (build b48).
I am referring to what happens when I follow the instructions on pages 1209-1213 of the manual
After you have read the description of the problem, please see below for output from running:
ant create-tables
ant
ant deploy
which I did according to the tutorial. Also I created the users according to the tutorial.
As you can see below,
ant reported �dukesbank-war\src\conf\persistence.xml� missing
Could someone please explain why (and whether that is the reason for my problems).
This seems significant (though I am an absolute beginner in J2EE and may be wrong). Would it be possible that the file �dukesbank-war\src\conf\persistence.xml� mistakenly was not included in the zipped source code file?
APPLICATION CLIENT it would seem runs okay. I could log on as bankadmin, create a new customer.
WEB CLIENT
First of all the manual says the url is
http://localhost:1189/dukesbank/main.faces
but the url that works is
http://localhost:1189/dukesbank-war/main.faces
Is that just a small inaccuracy in the manual, or there is more to it?
Now for the problem:
I do get the page �Please enter your customer ID and password and click Submit�
If I enter the user 200 (the one created as per the tutorial), I get:
HTTP Status 403 - Access to the requested resource has been denied
type Status report
message Access to the requested resource has been denied
description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.
Sun Java System Application Server Platform Edition 9.0
However, if I enter a non-existing user I get the page �dukesbank-war/j_security_check � which tells me:
�Please check your customer ID and password.�
�. Which is of course a correct response. (I would get the same response with the correct user 200 but incorrect password, which also makes sense)
So, what is the problem when I use a correct user name and password, why can't I proceed?
THE ANT OUTPUTS:
C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\examples\dukesbank>ant create
-tables
Buildfile: build.xml
-pre-init:
init:
check:
tools:
start-db:
[exec] Database already started on host localhost, port 1527.
[exec] Command start-database executed successfully.
delete-tables:
[sql] Executing file: C:\javaeetutorial5\examples\common\sql\javadb\de
.sql
[sql] 24 of 24 SQL statements executed successfully
create-tables:
[sql] Executing file: C:\javaeetutorial5\examples\common\sql\javadb\tu
al.sql
[sql] 181 of 181 SQL statements executed successfully
BUILD SUCCESSFUL
Total time: 9 seconds
C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\examples\dukesbank>ant
Buildfile: build.xml
-pre-init:
init:
default-ear:
-pre-init:
init:
default-ear:
-pre-compile:
bpp-actual-compilation:
[echo] Compiling dukesbank-ejb
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\dukesbank-ejb\build\jar
[javac] Compiling 25 source files to C:\javaee-5-doc-tutorial-1[1].0_01\java
eetutorial5\examples\dukesbank\dukesbank-ejb\build\jar
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
-post-compile:
compile:
package:
bpp-package-persistence-unit-war:
bpp-package-persistence-unit-ejb-jar:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-ejb\build\jar\META-INF
package-persistence-unit:
[delete] Deleting: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\example
s\dukesbank\dukesbank-ejb\build\dukesbank-ejb.jar
[jar] Building jar: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exa
mples\dukesbank\dukesbank-ejb\build\dukesbank-ejb.jar
[delete] Deleting directory C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial
5\examples\dukesbank\dukesbank-ejb\build\jar
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-ejb\dist
default-not-ear:
default:
-pre-init:
init:
default-ear:
copy-common-jars:
-pre-compile:
bpp-actual-compilation:
[echo] Compiling dukesbank-appclient
-post-compile:
compile:
package:
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\dukesbank-appclient\build\app-client
[copy] Copying 27 files to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutoria
l5\examples\dukesbank\dukesbank-appclient\build\app-client
[delete] Deleting: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\example
s\dukesbank\dukesbank-appclient\build\dukesbank-appclient.jar
[jar] Building jar: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exa
mples\dukesbank\dukesbank-appclient\build\dukesbank-appclient.jar
[delete] Deleting directory C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial
5\examples\dukesbank\dukesbank-appclient\build\app-client
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-appclient\dist
default-not-ear:
default:
Trying to override old definition of task iterate
-pre-init:
init:
default-ear:
build-common:
-pre-init:
init:
default-ear:
-pre-compile:
bpp-actual-compilation:
[echo] Compiling dukesbank-ejb
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\dukesbank-ejb\build\jar
[javac] Compiling 25 source files to C:\javaee-5-doc-tutorial-1[1].0_01\java
eetutorial5\examples\dukesbank\dukesbank-ejb\build\jar
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
-post-compile:
compile:
package:
bpp-package-persistence-unit-war:
bpp-package-persistence-unit-ejb-jar:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-ejb\build\jar\META-INF
package-persistence-unit:
[delete] Deleting: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\example
s\dukesbank\dukesbank-ejb\build\dukesbank-ejb.jar
[jar] Building jar: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exa
mples\dukesbank\dukesbank-ejb\build\dukesbank-ejb.jar
[delete] Deleting directory C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial
5\examples\dukesbank\dukesbank-ejb\build\jar
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-ejb\dist
default-not-ear:
default:
copy-common-jars:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-war\build\web\WEB-INF\lib
-pre-compile:
bpp-actual-compilation:
[echo] Compiling dukesbank-war
-post-compile:
compile:
package:
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\dukesbank-war\build\war
bp-copy-classes:
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\dukesbank-war\build\war\WEB-INF\classes
[copy] Copying 25 files to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutoria
l5\examples\dukesbank\dukesbank-war\build\war\WEB-INF\classes
[copy] Copying 27 files to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutoria
l5\examples\dukesbank\dukesbank-war\build\war
bpp-package-persistence-unit-war:
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\dukesbank-war\build\war\WEB-INF\classes\META-INF
[copy] Warning: Could not find file C:\javaee-5-doc-tutorial-1[1].0_01\java
eetutorial5\examples\dukesbank\dukesbank-war\src\conf\persistence.xml to copy.
[copy] Warning: Could not find file C:\javaee-5-doc-tutorial-1[1].0_01\java
eetutorial5\examples\dukesbank\dukesbank-war\src\conf\persistence.xml to copy.
bpp-package-persistence-unit-ejb-jar:
package-persistence-unit:
[delete] Deleting: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\example
s\dukesbank\dukesbank-war\build\dukesbank-war.war
[jar] Building jar: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exa
mples\dukesbank\dukesbank-war\build\dukesbank-war.war
[delete] Deleting directory C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial
5\examples\dukesbank\dukesbank-war\build\war
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\dukesbank-war\dist
default-not-ear:
default:
-pre-compile:
bpp-actual-compilation:
[echo] Compiling dukesbank
-post-compile:
compile:
package:
[echo] building ear package
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\build\ear
[mkdir] Created dir: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exam
ples\dukesbank\build\ear\META-INF
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\build\ear\META-INF
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\build\ear\META-INF
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\build\ear
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\build\ear
Trying to override old definition of task iterate
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5
\examples\dukesbank\build\ear
[delete] Deleting: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\example
s\dukesbank\build\dukesbank.ear
[jar] Building jar: C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\exa
mples\dukesbank\build\dukesbank.ear
bpp-copy-dist:
[copy] Copying 1 file to C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial
\examples\dukesbank\dist
default-not-ear:
default:
BUILD SUCCESSFUL
Total time: 9 seconds
C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\examples\dukesbank>
C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\examples\dukesbank>ant deploy
Buildfile: build.xml
check:
tools:
-pre-deploy:
-pre-init:
init:
check:
tools:
start-db:
[exec] Database already started on host localhost, port 1527.
[exec] Command start-database executed successfully.
delete-tables:
[sql] Executing file: C:\javaeetutorial5\examples\common\sql\javadb\del
.sql
[sql] 24 of 24 SQL statements executed successfully
create-tables:
[sql] Executing file: C:\javaeetutorial5\examples\common\sql\javadb\tut
al.sql
[sql] 181 of 181 SQL statements executed successfully
deploy:
[exec] Command deploy executed successfully.
deploy-url-message:
[echo] Application Deployed at: http://localhost:8080/dukesbank
BUILD SUCCESSFUL
Total time: 13 seconds
C:\javaee-5-doc-tutorial-1[1].0_01\javaeetutorial5\examples\dukesbank>
So please do try this all and respond. If you have ever got Duke's Bank WEB CLIENT going on any other version of j2EE tutorial or application server please let me know too, I am happy to go to a previous version!
Message was edited by:
grand_armee on 10-nov-06-
added version information
Message was edited by:
grand_armee

As you can see below,
ant reported �dukesbank-war\src\conf\persistence.xml�
missing
Could someone please explain why (and whether that is
the reason for my problems).
This seems significant (though I am an absolute
beginner in J2EE and may be wrong). Would it be
possible that the file
�dukesbank-war\src\conf\persistence.xml� mistakenly
was not included in the zipped source code file?You can ignore that warning message. It's part of the BluePrints build system, which checks to see if you have persistence.xml in your WAR so it can package it. The persistence unit is in in the EJB JAR for Duke's Bank:
javaeetutorial5/examples/dukesbank/dukesbank-ejb/src/conf/persistence.xml
First of all the manual says the url is
http://localhost:1189/dukesbank/main.faces
but the url that works is
http://localhost:1189/dukesbank-war/main.faces
Is that just a small inaccuracy in the manual, or
there is more to it? Actually, in "Running the Web Client" the page is:
http://localhost:8080/bank/main.faces
So in your case it should be:
http://localhost:1189/bank/main.faces
Try that URL instead, and see if you get the same error.
-ian

Similar Messages

  • Security check, j_security_check, Duke's Bank Application

    Hello all! I'm a newbie on j2ee and looking for answer to some thoughts.
    When looking at the "Duke's Bank Application" I found that the webclient use a form to authorize the user (logon.jsp), the form post to "j_security_check".
    - What is "j_security_check" and where is it defined?
    - In deplytool I noticed that the BankWAR have some security settings that are set to "Form Based" and that there are some login-stuff in web.xml but...how does it connect to j_security_check?

    I also got the same problem whenever I run the web client, the application client is working just fine. Please help!!!
    Thanks,
    ace

  • Duke's Bank Application

    Where can I find the files for the duke's bank application?

    Where did you look?
    What did Google suggest?
    %

  • Getting error while compiling The Duke’s Bank Application

    Hi,
    I am trying to complies The Duke’s Bank Application with reference to http://docs.jboss.org/jbossas/getting_started/v4/html/dukesbank.html guide.
    I am getting the following error:
    D:\Technical\Software\Tutorial\J2ee\Installation\J2ee-1_4\J2ee-1_4\j2ee-1_4-doc-tutorial_7\j2eetutorial14\jbossj2ee-src\examples\bank>ant -f jboss-build.xml c
    pile
    Buildfile: jboss-build.xml
    prepare:
    compile:
    [javac] Compiling 5 source files to D:\Technical\Software\Tutorial\J2ee\Installation\J2ee-1_4\J2ee-1_4\j2ee-1_4-doc-tutorial_7\j2eetutorial14\jbossj2ee-sr
    examples\bank\build
    BUILD FAILED
    D:\Technical\Software\Tutorial\J2ee\Installation\J2ee-1_4\J2ee-1_4\j2ee-1_4-doc-tutorial_7\j2eetutorial14\jbossj2ee-src\examples\bank\jboss-build.xml:44: D:\T
    hnical\Software\Tutorial\J2ee\Installation\J2ee-1_4\J2ee-1_4\j2ee-1_4-doc-tutorial_7\j2eetutorial14\jbossj2ee-src\examples\bank\${jboss.server}\lib not found.
    Total time: 0 seconds
    D:\Technical\Software\Tutorial\J2ee\Installation\J2ee-1_4\J2ee-1_4\j2ee-1_4-doc-tutorial_7\j2eetutorial14\jbossj2ee-src\examples\bank>
    Its not able to find ${jboss.server}\lib.
    What is the solution for this compiling problem. Please help me.
    Thanks in Advance.

    Hi,
    This could also be a reason :
    If you have any private proc defined in package body, make sure you define it at the top before using in other proc inside package body.

  • Web Client too Old

    HI Gentlemen,
    I installed on my XP machine Oracle Forms & Reports Services from 10g AS to regularly deploy my forms and reports. Since then, I get a message like "Web Client too Old" and the application does not start. Earlier it was simply deployed using 9iDS, however, it was highly unstable and I had a lot of problems with printing. However, by starting OC4J Instance ahead brought a relatively stable execution environment.
    My question is: Where can I be wrong? Do I have to go thru the whole 10g AS doc to find out how to launch a simple application? This would be terrible. Can you suggest a workaround to gain time?
    Thanks, kind regards from
    Miklos HERBOLY

    HI Frank,
    Thank you very much. Another important thing: 1. When I earlier only installed 9iDS, it created a program group "Oracle 9iAS" as well and placed some programs into it. Do I still have to install Forms and Reports Services FROM AS, a very big package of about 500 MB unzipped on every client in order to get access to the application via the URL? Or is it enough to install OC4J Instance?
    2. With ONLY 9iDS I also configured (perhaps) Forms Services by editing formsweb.cfg etc. Did I thereby deploy using AS implicitly or was it a non-recommended DS deployment? How can I deploy "USING" AS? When editing those files it is completely transparent to me if I have AS or not! And I could not start 10g AS by emctl start, because it always complained about an invalid argument and accepted nothing!
    So I ame completely jammed, and the doc is unbelievably huge to go thru.
    Thanks, kind regards from
    Miklos HERBOLY

  • How To Stop Lookout Web Client Crashing IE Web Browser

    Hi,
    I am using Web Client with Lookout. My problem is I can only load a panel within Internet Explorer once. If I reload the URL within the same session then Internet Explorer crashes.
    Can anyone offer me advice to fix this problem please?
    Software is as follows:
    - Lookout V 6.0 (build 5)
    - Browser: Internet Explorer 6.0.28
    - Web Server: Tomcat 5.5.7
    The steps I took are as follows:
    1. Created Process
    2. Set up File-> Web Server Options->Export Directory to:
    c:\telemetrysms\webapps\root\user\fishfarmlive\
    (where “c:\telemetrysms\webapps” is Tomcat webapps folder)
    Set up server URL to:
    http://HOSTNAME/user/fishfarmlive/
    (where “HOSTNAME” is the server name)
    3. Export Web Server Files
    4. Start IE and open web page. My panel displays correctly (with live data), although the only alarm Lookout displays is “The remote position source is not writable”.
    5. HOWEVER, when I reload the page in IE the browser will always go blank for several seconds and then crash (with no error message).
    Furthermore…
    As a test I created a simple test process with nothing but one panel containing a single line of static text. This simple project also crashes.
    This computer also has Lookout 5.1 installed. And projects created in 5.1 only crash the browser very occasionally.
    Any suggestions (about the crashes or the missing alarms) would be greatly appreciated?
    Thanks.
    Regards Brett Sheeran

    Brett,
    I have some info for you regarding the web client. I am including links to two documents that have information that will help you with your problem. The first document is good info about developing a web client application and the second has information directly pertaining to the IE crash that is occurring. It also has other troubleshooting information. I would also recommend checking the firewall on the computer. It windows security settings also have to be set to low in order for web client to communicate correctly.
    Deploying a Lookout Application
    Lookout Web Client Troubleshooting
    Regards,
    Danny G
    Applications Engineer
    National Instruments

  • Toplink Web Client (toplinkwc)

    Does anyone know how to configure Toplink Web Client app (toplinkwc)? or where can I find some documentation?
    I followed the steps into "Application Developer’s Guide" but had the following error:
    04/06/28 18:20:52 Error: oracle.cabo.ui.jsps.tags.RenderingContextTEI
    04/06/28 18:20:52 Errors parsing file:/C:/oracle/ora92/oc4j/j2ee/home/applicatio
    ns/toplinkwc/toplinkwc/WEB-INF/uix.tld
    04/06/28 18:20:55 ***** Session already loaded: Session_MySession
    04/06/28 18:20:55 ***** Trying to load sessions from sessions.xml
    04/06/28 18:20:56
    Exception Description: Several [1] SessionLoaderExceptions were thrown:
    04/06/28 18:20:56 ***** Failed to load sessions from sessions.xml
    04/06/28 18:21:01 Error: oracle.cabo.ui.jsps.tags.RenderingContextTEI
    04/06/28 18:21:02 Error: oracle.cabo.ui.jsps.tags.RenderingContextTEI
    04/06/28 18:21:02 Error: loading Tld's into cachedConfigTable: null
    Thanks,
    Adrian.

    This is an error in the "Configuring Web Client" section of the TopLink Application Developer's Guide. The 9.0.4.3 Patch Set Release Notes (see the MetaLink article 3593420) contains complete information. This may help.

  • OracleAS Toplink -- Web Client

    Hi,
    Help: im looking for OracleAS Toplink -- Web Client.
    I have OracleAS TopLink 10g Release 3 (10.0.3)
    THX

    This is an error in the "Configuring Web Client" section of the TopLink Application Developer's Guide. The 9.0.4.3 Patch Set Release Notes (see the MetaLink article 3593420) contains complete information. This may help.

  • Duke bank application client probleam

    Warning: Could not find file /usr/local/sges-v3/glassfish/domains/domain1/gener ated/xml/dukesbank/dukesbankClient.jar to copy.
    Copying 1 file to /root/10 jun/javaeetutorial5/examples/dukesbank/dist
    Copying 3 files to /root/10 jun/javaeetutorial5/examples/dukesbank/dist/dukesb ankClient
    Copying 1 file to /root/10 jun/javaeetutorial5/examples/dukesbank/dist/dukesb ankClient
    java.lang.NullPointerException
    at org.glassfish.appclient.client.acc.ACCLogger$1.run (ACCLogger.java:149)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.glassfish.appclient.client.acc.ACCLogger.revis eLogger(ACCLogger.java:146)
    at org.glassfish.appclient.client.acc.ACCLogger.init( ACCLogger.java:93)
    at org.glassfish.appclient.client.acc.ACCLogger.<init >(ACCLogger.java:80)
    at org.glassfish.appclient.client.AppClientFacade.cre ateBuilder(AppClientFacade.java:360)
    at org.glassfish.appclient.client.AppClientFacade.pre pareACC(AppClientFacade.java:247)
    at org.glassfish.appclient.client.acc.agent.AppClient ContainerAgent.premain(AppClientContainerAgent.jav a:75)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at sun.instrument.InstrumentationImpl.loadClassAndSta rtAgent(InstrumentationImpl.java:323)
    at sun.instrument.InstrumentationImpl.loadClassAndCal lPremain(InstrumentationImpl.java:338)
    Java Result: 1
    run-dukesbank-appclient:
    BUILD SUCCESSFUL (total time: 25 seconds)

    Application client not running in duke bank Application for Netbeans IDE 6.8 and Application server Glass Fish and Data Base Java DB
    I made all installation as per guide of j2eetutorial5.zip application but i got struck while I am trying to run application client

  • Duke' Bank Application in j2ee 1.5 using ejb 3

    Will the Duke' Bank Application from j2ee 1.4 tutorial be rewritten, using ejb3 and java persistence in j2ee 1.5 tutorial? Is there a way to get a beta version of it , if there exists one?

    Here is the link to the new J2EE 5 tutorial:
    http://java.sun.com/javaee/5/docs/tutorial/doc/index.html

  • A Web application + API for non web clients

    Hi there,
    I am new to the java enterprise world, i have a query regarding the application i am developing currently, I am not sure this is the exact category to ask this question but please help me on this.
    In very simple terms my applications job is to give a listing or view of files distributed across network.
    For this I need to have a webApp which can provide a view to all web clients. (where view is nothing but listing of files independent of there location)
    Because this view tells nothing more than files , and i am as data center administrator cannot tell much about data, so we need to provide APIs so other applications (WebAPP or anything else)
    can present the view in more data specific terms.
    The webapp part is fine with me, but how do i support API being on an application server like glassfish.
    Please help me on this.
    Thanks in advance
    AP

    Dear all,
    Anyone can help me to clear this problem ?

  • Integration of BSP application in IC web Client

    Hi,
    could anyone guide me to a good resource which i could study to find out how one could integrate a bsp application built using htmlb in the IC Web client. Actually, IC Web client uses a set of classes to implement MVC, but i do not want to use the BOL and GENIL components, as i already have a custom controller which has its own model and so on.
    Any kind of lead would be highly appreciated.
    Regards,
    Ghufran

    Hi,
    Did you check this blog yet?
    /people/sap.user72/blog/2005/09/24/ic-web-client--modifying-view-layout--i
    Eddy

  • Accessing new application using direct Hyperion Planning web client URL

    I added new Hyperion Planning application. From standard workspace URL [http://demodrive:19000/workspace/index.jsp], I can now access new application.
    However, when I use the direct Hyperion Planning web client URL [http://demodrive:8300/HyperionPlanning/LogOn.jsp], new application is not included as one of available applications to select. What am I missing?

    Hi,
    I find it a little strange that you can see the planning application through workspace but not directly, I would usually expect problems the other way round.
    One thing to check for if that you don't have multiple planning instances, check in the configuration utility, you could have an instance pointing to one set of apps and another instance pointing to a different set of apps.
    Though saying this I would expect workspace to show the same apps as going directly.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Server Error in '/drm-web-client' Application?

    Hi,
    I received the following error when I tried to login to the DRM web client 11.1.2.1 :
    Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
    WRN: Assembly binding logging is turned OFF.  To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.  Note: There is some performance penalty associated with assembly bind failure logging.  To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 
    Stack Trace:
    [FileNotFoundException: Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) +0  System.Signature..ctor(RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) +236  System.Reflection.RuntimeMethodInfo.get_Signature() +91  System.Reflection.RuntimeMethodInfo.get_ReturnType() +19  System.Web.HttpApplicationFactory.ReflectOnMethodInfoIfItLooksLikeEventHandler(MethodInfo m) +30  System.Web.HttpApplicationFactory.ReflectOnApplicationType() +223  System.Web.HttpApplicationFactory.Init() +11326448  System.Web.HttpApplicationFactory.EnsureInited() +55  System.Web.Compilation.BuildManager.CompileGlobalAsax() +70  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +676    [HttpException (0x80004005): Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +76  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +1012  System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +1025    [HttpException (0x80004005): Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11318726  System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88  System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +11192488 
    1) Can anyone help me with fixing this error?
    2) Will I lose all of the data that previously existed in this instance of DRM?
    Thanks!
      Version Information: Microsoft .NET Framework Version:2.0.50727.4234; ASP.NET Version:2.0.50727.4223

    Hi
    Please do a fetch from the database and then change the information in DRM console for the CSS parameter. This error I received only due to the CSS details in DRM 11.1.2.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Analyzer HTML Web client problem

    <p>Has anyone ever encountered this error before with the AnalyzerHTML web client:</p><p> </p><p>org.apache.xerces.util.NamespaceSupport.reset(Lorg/apache/xerces/util/SymbolTable<img src="i/expressions/face-icon-small-wink.gif" border="0">V</p><p> </p><p>Basically this line shows up in the browser screen whenever Itry to open a report. I suspect that I'm missing something in myPATH or CLASSPATH variables, but I can't seem to figure out what itis. I'm going to call Hyperion this afternoon, but I figured that Iwould try the forum first to see what you folks have to say.</p><p> </p><p>For the record, I'm using the following:</p><p>Hyperion Analyzer 7.2.5.1</p><p>Oracle 9i</p><p>Tomcat 4.1</p>

    As you can see below,
    ant reported �dukesbank-war\src\conf\persistence.xml�
    missing
    Could someone please explain why (and whether that is
    the reason for my problems).
    This seems significant (though I am an absolute
    beginner in J2EE and may be wrong). Would it be
    possible that the file
    �dukesbank-war\src\conf\persistence.xml� mistakenly
    was not included in the zipped source code file?You can ignore that warning message. It's part of the BluePrints build system, which checks to see if you have persistence.xml in your WAR so it can package it. The persistence unit is in in the EJB JAR for Duke's Bank:
    javaeetutorial5/examples/dukesbank/dukesbank-ejb/src/conf/persistence.xml
    First of all the manual says the url is
    http://localhost:1189/dukesbank/main.faces
    but the url that works is
    http://localhost:1189/dukesbank-war/main.faces
    Is that just a small inaccuracy in the manual, or
    there is more to it? Actually, in "Running the Web Client" the page is:
    http://localhost:8080/bank/main.faces
    So in your case it should be:
    http://localhost:1189/bank/main.faces
    Try that URL instead, and see if you get the same error.
    -ian

Maybe you are looking for

  • Can Not Read Music or Blank CD's in iTunes or Mac OS

    I upgraded to iTunes 7.6 and have a new Pioneer DVR-K06 burner. I had been burning DVD's fine with the OS and Roxio Popcorn and iTunes read and burnt some CD's for me. Then iTunes and OS suddenly won't read any music CD's or recognize blank media, ju

  • How to use classes of packages in flex mx:Script/ or mxml/

    Hi.I am just learning Flex using Flex Builder 3 facing one problem, Suppose I declare one package with name alert.as package import mx.controls.Alert; public class alert public function alertBtn() Alert("Hello btn 1"); Now in want to use the function

  • Displaying query in a PDA - Drill down

    Hello:     Im seeing the query in my PDA, but when I try to drill down a characteristic it doesn't work. I did the same thing in the web explorer of my laptop and it works fine. What is the problem? Thanks Mario

  • Can Time Machine Backup Local Backups?

    Hi and tnxs for reading. I have noticed that time machine is backupping only one backup per time, i.e. at the time of the execution of the backup. Is there a way to backup on an external HD also all the local backup aswell? For example, if I do a Tim

  • Smooth scrolling + alternate layout

    Hi.. Im tryin to make a smooth scrolling article, for both horizontal and vertical use. After creating the horizontal page, I try to do the vertical via 'Create Alternate Layout', and change the dimensions. So far so good. The problem is, that the ve