JSP ERROR! Can't run "DATE"example

Hello All,
I am gettin a pretty simple error. I am trying to build and deploy the jwstutorial13\examples\web\date example. What happens is the it builds perfectly but when i install it says it is installed but when i go into the directory manager and try and run in..it is a stopped state!!! and says that it cannot find the context path!! does anyone know how to fix this problem!! Any help would be much appreciated.
Thanks In advance
mark

its stoped because the buil.properties file classpath is wrong

Similar Messages

  • Sapcar returns error "can't change date of file"

    I am preparing to apply SPS12 to my ERP6.0 system.
    when I run sapcar -xvf "*.?ar", I get the following error:
    "can't change date of file EPS/in/CSN01120061532_0026976.ATT
    invalid argument."
    note: I am using the latest sapcar version 7.00 running under the local&domain admin account.
    Did anyone run into this problem before?

    We have the same error
    processing archive /sapcd/sap/ECC6/JCE_Policy_Files/90000115.CAR...
    x Changelog.txt
    can't change date of file Changelog.txt
    Invalid argument
    How did you fix it ?
    Regards,
    Madhan

  • Error: can't fetch data for this host - too few bytes supplied by RPC

    Hi,
    In our internal Lab we have:
    One Admin, Media,Client Server (we can make backups for himself) - Solaris 10 with DDS4 tape drive (lab)
    One Windows Client (we can make backups) - Windows XP
    One Linux Client - CentOS 5.1
    When we add the linux client with the command:
    mkhost -a ob --inservice -r client -k 1024 linux
    We receive this message in the linux (host) /usr/tmp/observiced.log
    Error: can't fetch data for this host - too few bytes supplied by RPC partner (OB cached object manager)
    And in the obtool we receive (forever looping)
    Info: waiting for host to update certification status...
    Can you help us with this linux client error ? (iptables and selinux disabled!!)
    Thanks in Advance
    Serpins

    [SOLVED]
    Selinux not well removed....
    Thanks in Advance
    Serpins

  • Http proxy error - Can't run Weblogic sample jsp

    Hi,
    I tried to run sample jsp from WebLogic 6.1. I am behind firewall.
    After I compiled sample jsps, I brought up Examples Server. From
    console, I saw "exampleServer" still in the "available" column of
    "Targets-Server". (Maybe this is already wrong?) So I moved
    "exampleServer" into "Chosen" column. Then I had the following error
    from the example server startup window. And then of course, I got
    "Error 404--Not Found" when running any example jsp. It looks like
    exampleServer tried to connect to www.bea.com (why does it do that?)
    and couldn't figure out the proxy server address and port. How do I
    fix this? Thanks lot!
    java.net.ConnectException: Tried all: '1' addresses, but could not
    connect over HTTP to server: 'www.bea.com', port: '80'
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:203)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:254)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:117)
    at weblogic.net.http.HttpClient.New(HttpClient.java:149)
    at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:109)
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:279)
    at java.net.URL.openStream(URL.java:798)
    at weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
    at weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:769)
    at weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubset(DefaultEntityHandler.java:566)
    at weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1139)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentScanner.java:2215)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.java:2170)
    at weblogic.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatcher.dispatch(XMLDocumentScanner.java:790)
    at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)
    at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)

    Hi Bill,
    This is because parser tries to get a DTD, I guess for your web-app, from
    bea.
    You could ask IT to allow HTTP access to the www.bea.com. Could might also
    download DTD file from bea, store it locally and change your web.xml so that
    it references the correct local DTD file.
    The first solution seems to me more natural.
    Regards,
    Slava Imeshev
    "Bill" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I tried to run sample jsp from WebLogic 6.1. I am behind firewall.
    After I compiled sample jsps, I brought up Examples Server. From
    console, I saw "exampleServer" still in the "available" column of
    "Targets-Server". (Maybe this is already wrong?) So I moved
    "exampleServer" into "Chosen" column. Then I had the following error
    from the example server startup window. And then of course, I got
    "Error 404--Not Found" when running any example jsp. It looks like
    exampleServer tried to connect to www.bea.com (why does it do that?)
    and couldn't figure out the proxy server address and port. How do I
    fix this? Thanks lot!
    java.net.ConnectException: Tried all: '1' addresses, but could not
    connect over HTTP to server: 'www.bea.com', port: '80'
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:203)
    at weblogic.net.http.HttpClient.openServer(HttpClient.java:254)
    at weblogic.net.http.HttpClient.<init>(HttpClient.java:117)
    at weblogic.net.http.HttpClient.New(HttpClient.java:149)
    atweblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:109)
    atweblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:27
    9)
    at java.net.URL.openStream(URL.java:798)
    atweblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultRead
    erFactory.java:149)
    atweblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
    Entity(DefaultEntityHandler.java:769)
    atweblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
    Subset(DefaultEntityHandler.java:566)
    atweblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner
    .java:1139)
    atweblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocum
    entScanner.java:2215)
    atweblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScan
    ner.java:2170)
    atweblogic.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatcher.dispat
    ch(XMLDocumentScanner.java:790)
    atweblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
    nner.java:381)
    atweblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)

  • JSP Errors by simply calling BEA examples

              I installed BEA 6.1 on Windows 2000. I rebooted my system and properly followed
              the instructions to run a JSP page. I took the example page ShowDate.jsp and HelloWorld.jsp
              and when I ran the Url HTTP://server:7001/ShowDate.jsp I get the following java
              compilation error: ------------------------------------------------------------------
              java.io.IOException: CreateProcess: javac -classpath C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp;C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_erin_erin_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n.jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea\wlserver6.1\lib\weblogic_sp.jar;C:\bea\wlserver6.1\lib\weblogic.jar
              -d C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_erin_erin_DefaultWebApp
              C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_erin_erin_DefaultWebApp\jsp_servlet\__showdate.java
              error=2 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.<init>(Win32Process.java:66)
              at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551)
              at java.lang.Runtime.exec(Runtime.java:477) at java.lang.Runtime.exec(Runtime.java:443)
              at weblogic.utils.Executable.exec(Executable.java:209) at weblogic.utils.Executable.exec(Executable.java:134)
              at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:545)
              at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354) at
              weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:382) at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154) at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:368)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              So my question is .. what have I missed configuration wise ? I only installed
              the server. I have not set any configurations. I know teh web server is responding
              because I can launch teh console.
              Any help is appreciated. BTW - I am a new Java developer so if its a java error
              I know no better. No JDK was installed on the server before BEA server was.
              Robert Bernavich Senior Developer, Mentor Graphics
              

    see my answer to your post on weblogic.support.install.
              Regards,
              Michael
              Rob Bernavich wrote:
              > I installed BEA 6.1 on Windows 2000. I rebooted my system and properly followed
              > the instructions to run a JSP page. I took the example page ShowDate.jsp and HelloWorld.jsp
              > and when I ran the Url HTTP://server:7001/ShowDate.jsp I get the following java
              > compilation error: ------------------------------------------------------------------
              > java.io.IOException: CreateProcess: javac -classpath C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp;C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_erin_erin_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n.jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea\wlserver6.1\lib\weblogic_sp.jar;C:\bea\wlserver6.1\lib\weblogic.jar
              > -d C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_erin_erin_DefaultWebApp
              > C:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_erin_erin_DefaultWebApp\jsp_servlet\__showdate.java
              > error=2 at java.lang.Win32Process.create(Native Method) at java.lang.Win32Process.<init>(Win32Process.java:66)
              > at java.lang.Runtime.execInternal(Native Method) at java.lang.Runtime.exec(Runtime.java:551)
              > at java.lang.Runtime.exec(Runtime.java:477) at java.lang.Runtime.exec(Runtime.java:443)
              > at weblogic.utils.Executable.exec(Executable.java:209) at weblogic.utils.Executable.exec(Executable.java:134)
              > at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:545)
              > at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:354) at
              > weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:382) at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154) at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:368)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:242)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              > at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              > at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > --------------------------------------------------------------------
              >
              > So my question is .. what have I missed configuration wise ? I only installed
              > the server. I have not set any configurations. I know teh web server is responding
              > because I can launch teh console.
              >
              > Any help is appreciated. BTW - I am a new Java developer so if its a java error
              > I know no better. No JDK was installed on the server before BEA server was.
              >
              > Robert Bernavich Senior Developer, Mentor Graphics
              >
              Michael Young
              Developer Relations Engineer
              BEA Support
              

  • I can't run this example in flashbuilder4

    hello. i'm newbie so i read some  example flex, but i'm usually meet error. for example this:
    http://share.megaplus.vn/dl.php/2062988. i know it is flex3 file,but in flashbuilder 4 have support trasition automatic flex3 to flashbuilder4
    i can't run it in flashbuilder4 and if i want it run , how do i make?
    please help me. Thanks

    Hi Phuong,
    Have you tried the horizontal scrollbar at the bottom of the sample. If you slide that back and forth, the carousel will spin around. You can also click on any thumbnail in the carousel to spin it to make that the active selection.
    Cheers,
    Maile

  • Can't run DukesAgeResource examples (Your First Cup)

    Hello, I believe I have found a possible issue in the "Your First Cup: An Introduction to the JavaTM EE Platform", and wonder if it relates to the fact that I cannot manage to run the example. At page 21, step 12, is states "In the REST Resources Configuration dialog, uncheck Add Jersey Library and click OK.". However, after clicking Finish (Step 11) no such a dialog is displayed, instead, NetBeans shows the DukesAgeResource.java file right away. Once I have completed entering the example and try to run it, I get this error message on the browser
    HTTP Status 404 -
    type Status report
    message
    descriptionThe requested resource () is not available.
    GlassFish Server Open Source Edition 3.1.2.2
    I deleted my project and files and tried again half a dozen times, with the same result.
    I am starting out with Java EE, any clue about what I may be doing wrong? May be the issue is related to the discrepancy on the "Your First Cup" tutorial?
    Note that the ready-made example that comes packaged with NetBeans runs fine.
    Edited by: 966753 on Oct 21, 2012 6:25 AM

    Fanta wrote:
    Still, I believe I had followed all steps in the tutorial carefully.That's the sh1t with tutorials - they don't teach you anything, they just show you how to do stuff. So they can also show you how to do stuff badly and you'd assume it to be truth.
    Get a good book and begin by understanding it all, not by learning "what code to write".

  • How can i run the example programme without hardware

    Hi,
         We are using NI-9233 for our Project. We would like to run the example programme, the NI-9233 getting started(host).vi ... I would like to ask that how can i run the Programme without Hardware.& How shall i get the input signal (simulating signal)?because we would like to test it while we are waiting for the hardware to be delivered . 
    thanks
    Best regards

    As Mike indicated , " you can use MAX to simulate some (not all) DAQmx devices. There's a NI-USB-9233 device that you can probably use. Open MAX, then expand "My System", the expand "Devices and Interfaces", then right-click on "NI-DAQmx Devices" and select "Create New NI-DAQmx Device -> NI-DAQmx Simulated Device". Select the device from the list. See the online help for MAX for further help.
    If you don't see "NI-DAQmx Devices" in MAX you need to install NI-DAQmx. You can download it from NI here. "
    hi,
         the link you gave me to download is "NI-DAQmx Devices" ... There is no software to download for Labview 8.2.1. So should i use 8.1 or 8.3 instead of 8.2.1 ? If not, can you tell me the CD no. that includes the "NI-DAQmx Devices" folder of Labview 8.2.1 version? Because we can get the cd from our school's component store. Thank you so much.
    Best Regards,
    Su

  • How can I run the examples?

    I need make any test about WebLogic, I have WebLogic Server in Solaris 2.6.
    Thanks in advancing.

    Well,
    I do not know about Solaris, but for the Windows you have a pritty good explanation
    HTML-files for each example.
    So if you want to run for example the WebServices-example, you will look for the
    HTML-File under C:\bea\samples\examples\webservices\rpc Folder.
    I guess it is very the same on Solaris
    good luck
    naz

  • Can't Run Bluetooth Examples (Error 1)

    I am trying to set up Labview to control an Arduino via Bluetooth. I'm just starting out by attempting to connect my smartphone using the Advanced  Bluetooth Server/Advanced Bluetooth Client example vis. I plugged in my Bluetooth dongle and the dongle appears to be working using Windows drivers.  However, when I run Advanced Bluetooth Server, I get the following error:
    Error 1 occurred at Bluetooth Create Listener in Advanced Bluetooth Server.vi
    Possible reason(s):
    LabVIEW: An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    =========================
    NI-488: Command requires GPIB Controller to be Controller-In-Charge.
    I literally opened the VI and pressed run, so I have no idea what I could've done to change an input parameter.  Any suggestions on what the issue could be?

    can you attach a screen shot so that we can look at the input parameters. Both the server and client. Thanks
    Applications/Systems/Test
    National Instruments | AWR Group

  • Error: can't run programs

    Hi,
    I use eclipse for my CS101 course as recommended by our course instructors (apparently to the chagrin of some knowledgable students) and am unable to run any program (even a simple Hello World program produces the same error message). I have up to date Java installed and even reinstalled under the eye of a TA. I was wondering if anyone could offer insight. Below is the error message produced any time I try and run.
    Usage: javaw [-options] class [args...]
    (to execute a class)
    or javaw [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -client     to select the "client" VM
    -server     to select the "server" VM
    -hotspot     is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
    show splash screen with specified image

    Whay are you using javaw?
    Compile: javac MyProgram.java
    Run: java MyProgram

  • ACL Errors, Can't Running Any Windows Program (such : CMD, Notepad, TaskMgr, etc)

    Hello guys, Please help me.
    Today I got weird Problem, My Windows 7 Ultimate eventually can't execute any Windows Programs, such : Msiexec, Cmd, Notepad, Taskmgr, Msconfig, Regedit, etc.
    When I tried to run any Windows Programs, the Message Box Appeared with this message : Insufficient system resources exist to complete the requested service.
    Then I checked my System32 Directory, I was shocked because All of Windows Defaults Programs appeared with Locked Icon.
    Then I checked 1 by 1 Windows Program, for an Example : dcdiag.exe. I checked the Security Tab and I got this notifications : No Permissions have been assigned for this object.
    Warning : This a potential security risk because anyone who can access this object can take ownership on it. The object's owner should assign permissions as soon as possibe.
    Other Informations : 
    1. My Windows account Privilege is Administrator. 
    2. I've Actived Anti-Virus and Always Updated. 
    3. In Safe Mode Everything Was Fine, I Can run Notepad, Task Manager, Command Prompt, etc (except : Msiexec / .msi Installer). 
    4. I tried System Restore in Safe Mode, but I don't have any Restore Points. In Normal Mode, I can't execute System Restore.
    So, How can I solve this Problem?
    Body text cannot contain images or links until we are able to verify your account -__-"

    Hi,
    According to your description, it seems like a program which start with Windows blocked the access of these app.
    To open Msconfig, you can boot into Safe Mode firstly, then open Msconfig and following clean boot process to execute the operation.
    If there is any progress, please feel free let me know.
    Roger Lu
    TechNet Community Support

  • Can't Run Simple Example

    Just installed jDev 3.2 on Win2K. When I try to run any java class I get the error "Cannot Determine Runnable Node". for a simple example I copied the "Clock" example to "MyProjects" folder, opened it in jDev, made/compiled the class (checked that clock.class was in MyClasses folder), but then run button does not work. I've checked the IDE default path settings and think they are OK.
    Could not find anything in the documentation about this error message. What don't I have set up right?

    Don... thanks. It does run when executed from the html. I was thinking applets could be run directly from within the IDE even without a main.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by don:
    make sure yu are highlighting and running a program with a "main" in it.
    if it's an applet,then execute it's related html.<HR></BLOCKQUOTE>
    null

  • Javaee5 Tutorial first step error(can not run ant)

    Hi all,
    I have just installed Sun Java System Application Server enterprise Edition in my computer.
    My system is getoo .
    I copy the javaee5Tutorial to the directory of Sun Java System Application Server enterprise Edition
    Here is the error:
    in the bookstore1 directory: run ant
    Buildfile: build.xml
    BUILD FAILED
    /opt/SUNWappserver/javaeetutorial5/examples/web/bookstore1/build.xml:23: The following error occurred while executing this line:
    /opt/SUNWappserver/javaeetutorial5/examples/bp-project/main.xml:20: Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the "else" attribute.
    Total time: 1 second
    regards!
    aries211

    Hi all ....
    it's me again.....I just try a couple of minutes ago to run ANT for the bookstore1 of the Example Servlets of the Java EE 5 Tutorial and still getting this frustated error:
    C:\javaeetutorial5\examples\web\bookstore1>ant
    Buildfile: build.xml
    -pre-init:
    init:
    default-ear:
    build-common:
    -pre-init:
    init:
    default-ear:
    -pre-compile:
    bpp-actual-compilation:
    [echo] Compiling bookstore
    [javac] Compiling 11 source files to C:\javaeetutorial5\examples\web\booksto
    re\build\classes
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac <options> <source files>
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler
    is doing
    [javac] -deprecation Output source locations where deprecated
    APIs are used
    [javac] -classpath <path> Specify where to find user class files
    [javac] -sourcepath <path> Specify where to find input source files
    [javac] -bootclasspath <path> Override location of bootstrap class fil
    es
    [javac] -extdirs <dirs> Override location of installed extension
    s
    [javac] -d <directory> Specify where to place generated class f
    iles
    [javac] -encoding <encoding> Specify character encoding used by sourc
    e files
    [javac] -source <release> Provide source compatibility with specif
    ied release
    [javac] -target <release> Generate class files for specific VM ver
    sion
    [javac] -help Print a synopsis of standard options
    [subant] Failure for target 'default' of: C:\javaeetutorial5\examples\web\boo
    kstore\build.xml
    [subant] The following error occurred while executing this line:
    [subant] C:\javaeetutorial5\examples\bp-project\command-line-ant-tasks.xml:89
    : Compile failed; see the compiler error output for details.
    copy-common-jars:
    [mkdir] Created dir: C:\javaeetutorial5\examples\web\bookstore1\build\web\WE
    B-INF\lib
    BUILD FAILED
    C:\javaeetutorial5\examples\web\bookstore1\build.xml:36: Warning: Could not find
    file C:\javaeetutorial5\examples\web\bookstore\dist\bookstore.jar to copy.
    Total time: 1 second
    C:\javaeetutorial5\examples\web\bookstore1>
    Here it is the build.properties file
    # uncomment the property javaee.home, and add the path
    # to your GlassFish Java EE 5 SDK installation
    javaee.home=c:/Sun/AppServer
    javaee.tutorial.home=c:/javaeetutorial5
    # machine name (or the IP address) where the applications will be deployed.
    javaee.server.name=localhost
    # port number where the app-server is accessed by the users
    javaee.server.port=8080
    # port number where the admin server of the app-server is available
    javaee.adminserver.port=4848
    # Uncomment the property j2ee.server.username,
    # and replace the administrator username of the app-server
    javaee.server.username=admin
    # Uncomment the property j2ee.server.passwordfile,
    # and replace the following line to point to a file that
    # contains the admin password for your app-server.
    # The file should contain the password in the following line:
    # AS_ADMIN_PASSWORD=adminadmin
    # Notice that the password is adminadmin since this is
    # the default password used by the glassfish app-server installation.
    javaee.server.passwordfile=${javaee.tutorial.home}/examples/common/admin-password.txt
    appserver.instance=server
    # Uncomment and set this property to the location of the browser you
    # choose to launch when an application is deployed.
    # On Windows and Mac OS X the default browser is used.
    #default.browser=/Applications/Firefox.app/Contents/MacOS/firefox-bin
    # Database vendor property for db tasks
    db.vendor=javadb
    This is in my SYSTEM VARIABLE:
    CLASSPATH= c:\sun\appserver\lib;C:\Program Files\IBM\WebSphere MQ\Java\lib\providerutil.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\ldap.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jta.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jndi.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\fscontext.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;c:\j2sdk1.4.2_07;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip\
    javaee.home = C:\\Sun\\AppServer
    JAVA_HOME = c:\j2sdk1.4.2_07
    Thank you in advanced....

  • Error - 21007 Search for table returned error - can't find data source??

    I am using an Oracle thin driver through a BI JDBC system. The system connects fine when testing in my 2004s portal. It also worked fine in VC and I was able to browse tables and views in the Oracle db. Suddenly it has stopped working. When trying to search for a table in VC it returns the error message above.
    The only thing I have changed is the "enable SQL editor" setting in Visual Admin which has been set to true. Changing this back to false has no effect, so I can't see that this should cause the problem.
    Henning

    Dear Henning,
                 Do you solve this case?.
    Best regards,

Maybe you are looking for

  • Enhancement Adding a new field to a infotype

    We are implementing E-Recruiting and trying to a new field to a existing infotype 5107.  On the E-Recruiting page there are three frield that already exist.  Country, State and City these field also in infotype 5107 too.  Country and State both are d

  • How do I send Windows-friendly network drive links using Mail (in Tiger)?

    I'm in an office with mostly Windows users (and Windows NT servers). Most folks use Windows email applications such as Outlook and Outlook Express. I use Apple Mail 2.1.3 (753.1) in Tiger v10.4.11. But I want to send links within my emails to files o

  • CFX_CFX_ error

    I know that the CFX_ tags are custom tags and I should go to the author for support.  But the author hasn't responded to my request for help, and I think it's a CF admin issue, anyway.  I think it's a setting, somewhere. I'm getting a "Cannot process

  • Draw a path on a image?

    Hi! I have a image that is like a "map" of something and i need to draw the localization of a car in that map. That localization changes in time. I want to display that in a swing aplication... right now i have the image in a JLabel with ImageIcon. t

  • Create jdbc odbc database

    hi, i want to make a program that uses database, the problem is that i cant find a moveable database that i can transfer with my program. for example i have a jar file that use microsoft access as a database, but when i want to copy those two files t