Deployment and debugging from JBuilder

Hi,
i build a JATO application that deployed as a war file and run
perfectly on an external Tomcat.
But running this app on the integrated Tomcat of the JBuilder tool
results in the following error :
Application Error - javax.servlet.ServletException: Invalid reqest -
request handler "Login" not found
On that way, debugging the application is not possible.
Any idea what's wrong ?
I've heard there is a deployment tool document ? Where is it ?
thanks for your help

Hi--
None of our team has experience running JATO apps in JBuilder. The main
thing to check when running in an IDE is that the web.xml is properly
registered. Because you've received a JATO error, I assume it is in your
case. Therefore, it must be something else.
The error you sent means that the lookup for the LoginViewBean class failed.
This is probably a silly question, but are all of your classes compiled and
under the /WEB-INF/classes directory? Any other reason your application
classes might not be found?
Todd
Todd Fast
Senior Engineer
Sun Microsystems, Inc.
todd.fast@s...
----- Original Message -----
From: <donnetmonay@y...>
Sent: Tuesday, November 20, 2001 1:26 AM
Subject: [iPlanet-JATO] deployment and debugging from JBuilder
Hi,
i build a JATO application that deployed as a war file and run
perfectly on an external Tomcat.
But running this app on the integrated Tomcat of the JBuilder tool
results in the following error :
Application Error - javax.servlet.ServletException: Invalid reqest -
request handler "Login" not found
On that way, debugging the application is not possible.
Any idea what's wrong ?
I've heard there is a deployment tool document ? Where is it ?
thanks for your help
For more information about JATO, please visit:
http://developer.iplanet.com/tech/appserver/framework/index.jsp

Similar Messages

  • How to deploy and debug Central Office 13.0.1 Application in Oracle AS

    Hi,
    Can anybody please explain me how to deploy and debug Central Office 13.0.1 / 13.1.1 Application in Oracle Application Server via Ecllipse IDE.
    Please explain this:
    1. Run the Oracle Application Server in debug mode from Ecllipse IDE.
    2. Deploy the Central Office 13.0.1 into Application Server from Ecllipse IDE and able to debug the code.
    3. Restart the Oracle Application Server in debug mode from Ecllipse IDE.
    Thanks
    SRR

    I got the solution

  • How to deploy and debug java web service in eclipes or using any other soft

    Hai,
    can any one tell me how to deploy and debug java web service in eclipes or using any other software.
    i have used tomcat web server and jdk1.4.0 to develop web service.
    we have used web service to interact with MS outlook .
    bye
    sudhakar.m

    Hi Sudhakar,
    If you are used to working with ant then you can very well use eclipse to deploy your web service.
    You would usually have the ant script in the source root working directory. From eclipse if you select the build file from the navigator view and right click you will see a run ant option in the pop up menu.
    Select that option and you would be able to see each targets with a checkbox select option. So define each target maybe one for wsdl2java conversion, one for compilation and one for deploying your web services. You can either make all of them run by having depends option on or you can run them individually as it takes your fancy.
    I am not sure about debugging a web service yet.
    Hope this helps
    Aviroop
    The truth is out there? Does anyone know the URL?

  • Deployment and TLB from DP BOM POS

    Hello Masters of the Universe ......
    I have a question ....i am using DP BOM  ... after i have the demand for dependent products i am using a macro to calculate safety stock and net requirement ....
    After i have the net requ calculated it will be necessary to create a purchase req or stock transfer req .... it is possible to create directly from the DP BOM área  using the deployment and TLB?
    I was trying to test but the system not allow to create a Planning Book with Deployment and TLB flags whem you are on a DP BOM POS  but it is possible if i am using a SNP relevant POS.
    Some one can help me please ?
    Thank You ALL

    Hi Geovana Juliani ,
    Can u check whether materials/components you have use are create in APO as location-product master data and already assigned to model 000?
    Check  the date also.
    Thanks,
    Nikhil

  • VS2013 - I cannot deploy and debug windows phone 8.1 store app to windows phone device

    Hello, I create a project from C#-> Store Apps -> Windows Phone Apps, but  I cannot deploy my apps to my blue device. There was a error message show "Element not found". I can run the app from Blend, and found Blend package the app to Appx
    file. Is any method that we can deploy store app into windows phone blue device directly and how to debug it on VS 2013?

    Hi,
    Welcome to MSDN.
    I am afraid that this is not the proper forum for this issue, since this forum is to discuss and ask questions about the Visual Studio Debugging tools, Visual Studio Profiler tools, and Visual Studio Ultimate IntelliTrace.
    Since your issue needs professional windows phone knowledge, and there is dedicated forums for windows phone development issues
    Windows Phone Development forums, you could choose one of its sub forums depends on your issue like  Tools
    for Windows Phone development or  
    Developing for Windows Phone .
    In addition, I did a research, you could check whether the following links help.
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402523(v=vs.105).aspx#BKMK_Runanddebug
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Remote debugging from Windows to Linux

    Is there a full description of every step needed to do remote cross-platform C++ debugging? I'm using the Indigo version of Eclipse CDT on Windows and would like to debug an application on a remote Linux machine.
    On Windows, I do not have the ability to install a compiler or cygwin, but I do have plink and ssh on Windows. I am able to access the remote machine via RSE SFTP (a la stackoverflow.com/questions/4216822/work-on-a-remote-project-with-eclipse-via-ssh). I do have VNC but I find that the Eclipse IDE is very unresponsive under that setup, hence the desire to develop and debug from a native Windows app.
    This FAQ is the most complete (wiki.eclipse.org/CDT/User/FAQ#How_do_I_debug_a_remote_application.3F), but doesn't discuss how to deal with Windows using backslash paths and having a different filesystem root compared to Linux and its forward slashes.
    I am able to get a remote connection by playing around with the suggestions here (www.eclipse.org/forums/index.php?S=5e54b35462bb80f79ebb9fbbaf93a288&t=msg&th=173880), resulting in console output that looks like:
    Last login: Fri Apr 6 20:19:09 2012 from foo.bar.com
    echo $PWD'>'
    /usr/bin/gdbserver :12345 /linux/path/to/my/binary args_to_my_binary;exit
    but it fails with "Error while launching command: gdb --version"
    The old FAQ is very incomplete and seems out of date: wiki.eclipse.org/TM_and_RSE_FAQ#How_can_I_do_Remote_Debugging_with_CDT.3F
    This suggests it's possible but does not have sufficient details on how to set the myriad configuration options in Eclipse: stackoverflow.com/questions/6044138/remote-debugging-in-eclipse-cdt
    I suspect many people would benefit if there was a clear set of instructions in one place on how to make this happen.
    --Gerald Dalley

    OK. I just spent the last two days figuring this out, so here are step-by-step instructions that hopefully will help others (This list is unusually anal by the standards of this group, but really simple concrete instructions would have helped me).
    on the target linux box, make sure you have gdbserver. If you don't, get the gdb sources. Note: Making gdb does not build gdbserver. Instead, you have to go into the gdbserver directory and configure/make there.
    Run gdb on the linux box. In the startup banner, it will say what its target is. This will be something like x86_64-unknown-linux-gnu or i686-pc-linux-gnu. Remember this for later.
    Install MinGW on your Windows box (I had trouble building gdb on cygwin, so I recommend MinGW).
    Download expat from http://sourceforge.net/projects/expat/files/expat/2.1.0/.Note: Do not download the Windows expat installer. Download the sources instead.
    In the expat directory. "./configure --enable-shared", make, make install.
    Download the gdb sources
    ../gdb-7.4/configure --with-expat --target=x86_64-unknown-linux-gnu --host=i686-pc-mingw32
    make, make install
    Time to test. On your linux box, create and compile hello.cpp to hello.
    On your linux box, gdbserver :4444 hello
    Note:If you are on a corporate network, non-standard ports may be blocked. Set up an ssh tunnel if necessary.
    Copy hello.cpp and hello to your Windows machine
    From the MinGW prompt, run "x86_64-unknown-linux-gnu-gdb ./Hello" Note: Substitute the name of the gdb you built as appropriate based on the target platform you got in step 2.
    In gdb, load the executable with "file hello"
    target remote localhost:4444 Note: This assumes that you have an ssh tunnel on localhost. Modify appropriately.
    Verify that gdb commands like break, cont, and run work here.
    Now we want to run it from outside of MinGW. In Control Panel/System/Advanced/Environment Variables add something like E:\MinGW\bin to the path. This is necessary for the loader to find libiconv_2.dll, etc. Now verify that you can do the preceding step from an ordinary Windows command prompt.
    Launch Eclipse (finally!). New debug configuration C/C++ attach to process.
    In Main, give path to the copy of the Linux executable on the Windows system.
    In Debugger tab, set Debugger dropdown to gdbserver. Set "GDB debugger" to something like "E:\MinGW\msys\1.0\local\bin\x86_64-unknown-linux-gnu-gdb.exe" based on where your gdb is. For Connection, choose TCP and fill in the hostname and port number you've been using from gdb in the previous steps.
    Make sure gdbserver is running (it often quits when the program ends) and launch the debug configuration
    In the gdb console, enter "file hello," "break main," and cont or run (sometimes it wants one. Sometimes the other) and voila, you should be there.
    Let me know if this works, and I'll post it somewhere better.
    Good luck,
    Mike

  • Difference between Installing an application and Deploying and application

    What is the Difference between Installing an application and Deploying and application from the console?
    When deploying and app from console - > Click on deployments -> Install -> choose app path, next, next,.. Finish.
    Then it will be in prepared state. Once you activate changes, the app deployed will be in activate state. Some times even if you activate changes, it will be in prepared state. then you need to start the app which then comes to activate state.
    From above, which part is called Installing an app? Which part is called deploying an app?
    Or Are Install and Deploy both mean same?
    Edited by: user734247 on Apr 26, 2012 3:16 PM

    Installation is generally referred to making an application's physical file or directory known/accessible to WebLogic Server by configuring through the "New" option in the "Deployments" screen and targeting the servers. Installation of an application will put the status of the application in "prepared" state.
    Start is the next action expected so that the application's state transforms into "ACTIVE" by initializing the application and loading the necessary classes and creating the necessary objects to run the application.
    The above two steps together are referred to as "Deployment of an application"
    Bottomline: In short, "Deploying an application" includes "Installation of the application" AND "Activation/Start of the application"
    Arun

  • Compile and debug to a remote server with ssh access

    How can i compile and debug from my Mac to a remote server that has ssh access only?

    Besides Microsof's Remote Desktop Connection
    <http://www.microsoft.com/mac/products/remote-desktop/default.mspx>
    Applications -> Remote Desktop Connection
    Computer:  windows.pc.address
    -OR-
    Computer:  windows.pc.address/console
    There is also CoRD (Microsoft RDC Screen Sharing)
    <http://www.macupdate.com/info.php/id/22770/cord>

  • How to move the code and deploy the code from Dev environment to SIT.

    Hi,
    I have a requirement.
    I want to move the components and deploy the code from dev Environment to SIT environment using Ant Script for AIA.
    Before doing this is any pre-requisites required?
    Can you please help on this,how to do?
    Thanks in advance.

    Further to add to Anish Statement follow the steps to easily migrate the code to different environment.
    Steps:
    First log on to the EM Console and export the Composite Flow as a SAR file to a location.
    In Jdeveloper create a project using the same name of a SAR file like - ProcessSalesorderFlow
    import the project using the option import the composite using a SAR File.
    After import , then click on the composite and then generate the config plan.
    In config plan add all the url changes using the search and replace Tags.
    And in case if you have a JCA Adapters the same has to be taken care in SIT environment why because during deployment a lookup happens and deployment fails if it dont find the JNDI Name.
    Take the SAR file adn config plan seperately from JDeveloper.
    Now open em console again and then deploy it using the config file and SAR file.
    Thanks,
    Venugopal SSS RAJA

  • HT5487 So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "inte

    So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "internet error". My Internet connection is fine with the Mac-book. It shows the iPad is listed under the Prepare logo up top as 1 but under supervise none are shown. Although it does show itself in iTunes. Also the profile I created is fresh and has no errors. We have tryed nearly everything I cna think of and online forums are not giving us to much info on this error. 

    A wag at this.  A port issue?
    "Apple Push Notification network setup
    When MDM servers and iOS devices are behind a firewall, some network configuration may need to take place in order for the MDM service to function properly. To send notifications from an MDM server to Apple Push Notification service, TCP port 2195 needs to be open. To reach the feedback service, TCP port 2196 will need to be open as well. For devices connecting to the push service over Wi-Fi, TCP port 5223 should
    be open."
    http://www.google.com/url?sa=t&rct=j&q=ports%20ios%20configure%20ipad&source=web &cd=1&ved=0CC0QFjAA&url=http%3A%2F%2Fimages.apple.com%2Fipad%2Fbusiness%2Fdocs%2 FiOS_MDM.pdf&ei=5lXGUPCcJMXx0gH2wYG4BA&usg=AFQjCNFzINvs7ktT-6o6Q_l4Qk2HkpjtCA&ca d=rja
    google: ports ios configure ipad
    Try it on your home network where there isn't a lot of 'controls' -- network filtering , firewalls, etc.
    Robert

  • How to deploy Forms, Reports and Menu from Client to Server machine

    Dear Experts,
    I have one requirement to deploy the Forms, Reports and Menu from client machine to server machine.
    Deployment involves the following steps :
    1. Firstly we have to search the selected file in a folder where the .fmx is present ( in Server machine) and take the back up of the the existing file in the server (Source and destination paths will be available).
         Ex. If the existing FMB name is TEST.fmx then the backup file should be TEST_sysdate.fmx.
    2. Secondly we have to transfer the file from the client folder (or from another folder of the same server) to the server folder where the back up exists.
    Please help me to search/rename/copy/replace the _.fmx/.rdf/.rep/.mmx_ files from client to server.
    We are using
    9i Database.
    10g Forms and reports.
    SQL Developer tool.
    OS is Windows (Client and Server).
    Help me out to attach a file of front end screen which we are planning to develop. It will give a clear picture on this requirement.
    Thanks :)
    Edited by: 941175 on Jun 17, 2012 9:09 AM
    Edited by: 941175 on Jun 17, 2012 9:12 AM
    Edited by: 941175 on Jun 17, 2012 9:14 AM

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • Separating Reporting and Analysis from Compact deployment

    Hi,
    We need to separate Reporting and Analysis from the compact deployment since need to have better control and already have many reports created. (I already separated Planning and that worked fine)
    Reporting and Analysis has three applications:
    •     Financial Reporting Web App (includes financial reporting Print Server)
    •     Web Analysis web app
    •     Framework web app
    I plan to use configtool.sh which has following options:
    •     Configure Database (will NOT select this, since DB is already configured)
    •     Deploy to Application Server (will select this for sure)
    •     Configure Reporting and Analysis Services (not sure if need to select this again since was done in the compact deployment) ??
    •     Configure Framework Service ( also not sure if need to select this, since was done before in compact)??
    •     Configure Framework Reporting RMI Ports (also not sure if need to select this, since was done before in compact )??
    My questions:
    1. Do I need to reselect to reconfigure the last three R&A options above (or it doesn't matter if I select as originally? Note we already have developed reports)
    2. Can I specify to deploy the three Web applications to a new separate Managed server (e.g. Reporting0 and port 8200 i.e. deploy with Financial Reporting) or better deploy each to new separate managed server?
    Plan to do this in couple of days. Appreciate the advice.
    Thanks
    Edited by: user8769031 on Feb 6, 2013 5:35 PM

    John,
    No, I don't believe it will remove the apps and I have to change the target for each of the three apps to remove them from EPMSever0, and ensure they are in new managed server(s).
    That's what I had to do when I separated Planning. (That was your hint, thanks)
    Hope my plan is fine. (Sure will be doing a cold backup)
    Thanks
    Edited by: user8769031 on Feb 7, 2013 11:02 AM

  • Distinguishing debug from optimized libs and executables

    I'm looking for a way to programmatically distinguish debug libs and executables from their optimized counterparts. It needs to be a way to, for example, parse the output of some utility that can produce information which distinguishes debug from optimized libs or executables.
    I've looked at the system utilities nm, dump, and elfdump, but there is no documentation that describes how the information produced by these utilities might differ between debug and optimized code.
    There are tantalizing hints in the on-line help here on the Sun site that the utility dumpstabs might provide this functionality, but that utility isn't available to me. Also, the version of nm that ships with RedHat7.2 claims to dump debug symbols only when used with a certain flag, so perhaps nm could be adapted to my needs, but I don't know how. If there is a way to parse the output of nm to distinguish debug from optimized libs and execs, could someone enlighten me?
    Thanks,
    Derrell

    There is no easy way to do this - a symbol is a symbol. But if you are using file static symbols in the libraries, you are in luck.
    Note, a file static symbol is like this:
    foo.c:
    static int foo_cnt = 100;
    Given the fact our compilers would globalize the names of these symbols with the "$" prefix. It would be something like "$XAu8kkBEoje_yEX.foo_cnt" for the above symbol. Thus if you can find such names, it's safe to say the library was built with debug info.
    If you only use global symbols and functions, well then I don't see how to tell these libraries apart.
    - Rose

  • Compare 'debug deployment​' and 'developme​nt'

    What are the differences between the debug deployment and the development version? I read the short text about the debug deployment version but this isn't enough for me.
    Is it possible to do 'skip' and 'run selected steps'?
    Or is there somewhere a nice table which compares the three versions, base debug and development?
    Cheers Frank
    Solved!
    Go to Solution.

    Hey Frank,
    Here's a link: http://www.ni.com/teststand/depcompare.htm
    However that still isn't as satisfying as I would like either so let me see if I can explain. 
    The development and the debug deployment are exactly the same except that you are ONLY supposed to use the debug version to debug your deployed sequences.  Basically it allows you to have a sequence editor on the deployment machine for the sole purpose of debugging.  That's how I understand it anyway.  You can skip and run selected steps with the debug version.
    Hope that helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • How to export deployed SOA process from 10.1.3.4 and to use in JDeveloper

    I have a situation where I need to export deployed SOA process from 10.1.3.4 in order to make some changes since the source code is not available. If I export process from BPEL console in 10.1.3.4, I cannot use that in JDeveloper. Will anyone suggest me how to export the deployed process from 10.1.3.4 and then to import in JDeveloper 10.1.3.4. thanks!
    Regards,
    Suneel Jakka

    As far as i remember, i think you have option to export the deployed project as .zip file.
    When you deploy using jdev / ant script, the compiled code will be exported as .jar file into the server and in the server context path, the .jar file will be extracted.
    When you export from the server, it will zip the extracted content from the context path.
    So you need to create a empty project with that name and manually copy paste the project folders into your jdeveloper work space, then compile.
    Hope this helps !!
    *7) Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question.*
    Thanks,
    Vijay

Maybe you are looking for

  • No preview or scopes information in Apple Color

    This is the second time I've had this issue in around 3 months. I had initially solved the issue but had to do a full clean install of OSX and also my Final Cut Studio package. It's occured again for no apparent reason and to be honest I don't want t

  • How can I copy the fotos to my Computer

    Hello together, how can I copy my fotos to my Computer? Thanks for your help. Claus

  • Loud fan and beep sound

    Computer left on overnight when turned on has a loud fan that keeps getting louder and a long single beep every few seconds that gets gradually louder also

  • Zen NX 'Play Any Track' number Limit

    I have a Zen NX and when I choose 'Play Any Track' it plays track 'X' of 'Y' where for some reason 'Y' is less than the total number of tracks on my player? All was fine until I reached 7477 tracks. After that ... whenever I added tracks they were on

  • Different Bank for different wage type

    employee salary will be send to two different bank according to allowance. for example. Basic Salary and House rent will go in one bank and Medical and Mobile allowance will go in other bank. if we define in infotype (0009) Main Bank and "Other Bank"