Introspection problem, Tomcat in cause ?

Hello,
I'm curently using FB 4, I'd like to create a connexion between FB4 and my Mysql database but even with all my efforts I can't manage to make work Zend Framework, it always bug during the introspection.
I'm wondering if Tomcat is in cause, maybe I should use EasyPHP. I really don't know what to do next so please help me.
amf_config
[zend]
;set the absolute location path of webroot directory, example:
;Windows: C:\apache\www
;MAC/UNIX: /user/apache/www
webroot =C:/Program Files/Apache Software Foundation/Tomcat 6.0/webapps/usr/TutorielsInterface
;set the absolute location path of zend installation directory, example:
;Windows: C:\apache\PHPFrameworks\ZendFramework\library
;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
;zend_path = C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\usr\TutorielsInterface\ZendFramework\library
[zendamf]
amf.production = false
amf.directories[]=./
gateway.php
<?php
ini_set("display_errors", 1);
$dir = dirname(__FILE__);
$webroot = $_SERVER['DOCUMENT_ROOT'];
$configfile = "$dir/amf_config.ini";
//default zend install directory
$zenddir = $webroot. '/ZendFramework/library';
//Load ini file and locate zend directory
if(file_exists($configfile)) {
$arr=parse_ini_file($configfile,true);
if(isset($arr['zend']['webroot'])){
$webroot = $arr['zend']['webroot'];
$zenddir = $webroot. '/ZendFramework/library';
if(isset($arr['zend']['zend_path'])){
$zenddir = $arr['zend']['zend_path'];
// Setup include path
//add zend directory to include path
set_include_path(get_include_path().PATH_SEPARATOR.$zenddir);
// Initialize Zend Framework loader
require_once 'Zend/Loader/Autoloader.php';
Zend_Loader_Autoloader::getInstance();
// Load configuration
$default_config = new Zend_Config(array("production" => false), true);
$default_config->merge(new Zend_Config_Ini($configfile, 'zendamf'));
$default_config->setReadOnly();
$amf = $default_config->amf;
// Store configuration in the registry
Zend_Registry::set("amf-config", $amf);
// Initialize AMF Server
$server = new Zend_Amf_Server();
$server->setProduction($amf->production);
if(isset($amf->directories)) {
$dirs = $amf->directories->toArray();
foreach($dirs as $dir) {
    // get the first character of the path.
    // If it does not start with slash then it implies that the path is relative to webroot. Else it will be treated as absolute path
    $length = strlen($dir);
    $firstChar = $dir;
    if($length >= 1)
    $firstChar = $dir[0];
    if($firstChar != "/"){
    // if the directory is ./ path then we add the webroot only.
    if($dir == "./"){    
    $server->addDirectory($webroot);
    }else{
    $tempPath = $webroot . "/" . $dir;
$server->addDirectory($tempPath);
}else{
   $server->addDirectory($dir);    
// Initialize introspector for non-production
if(!$amf->production) {
$server->setClass('Zend_Amf_Adobe_Introspector', '', array("config" => $default_config, "server" => $server));
$server->setClass('Zend_Amf_Adobe_DbInspector', '', array("config" => $default_config, "server" => $server));
// Handle request
echo $server->handle();
My php file is at the root : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\usr\TutorielsInterface\TutorielsInterface.php
Of course Tomcat is running but when I try to launch the introspection I get an error even when I try to generate a sample... The error tell me to check amf_config and then the code which follow, which is a part of gateway.php :
false), true);$default_config->merge(new Zend_Config_Ini($configfile,  'zendamf'));$default_config->setReadOnly();$amf = $default_config->amf;//  Store configuration in the registryZend_Registry::set("amf-config", $amf);//  Initialize AMF Server$server = new  Zend_Amf_Server();$server->setProduction($amf->production);if(isset($amf->directories))  { $dirs = $amf->directories->toArray(); foreach($dirs as $dir) { // get  the first character of the path. // If it does not start with slash then it  implies that the path is relative to webroot. Else it will be treated as  absolute path $length = strlen($dir); $firstChar = $dir; if($length >= 1)  $firstChar = $dir[0]; if($firstChar != "/"){ // if the directory is ./ path then  we add the webroot only. if($dir == "./"){ $server->addDirectory($webroot);  }else{ $tempPath = $webroot . "/" . $dir; $server->addDirectory($tempPath); }  }else{ $server->addDirectory($dir); } }}// Initialize introspector for  non-productionif(!$amf->production) {  $server->setClass('Zend_Amf_Adobe_Introspector', '', array("config" =>  $default_config, "server" => $server));  $server->setClass('Zend_Amf_Adobe_DbInspector', '', array("config" =>  $default_config, "server" => $server));}// Handle requestecho  $server->handle();

I was right, TomCat is not compatible with Flash Builder 4, why not ? is it a common bug ? However EasyPHP works perfectly.

Similar Messages

  • Accidentally associated Adobe AIR file with Acrobat, now an otherwise easily fixed problem has been causing me far too much anger.

    I accidentally associated an Adobe AIR file to open Adobe Acrobat in it's stead, now an otherwise easily fixed problem has been causing me far too much anger.
    Basically I downloaded an .air file after recently reformatting my computer, and I tried to open it with Acrobat. Now, since there is no actual application and or shortcut created by AIR I can't just tell the file to use that. I've found that I'm not alone in this issue, have tried a few things I've read on both this forum and others, and have come to no resolution as of yet. This file isn't anything of any great significance, but it bugs me so much that at this point I just want to know how to fix this and win this little battle.
    Thanks in advance to anyone willing to help.

    Thank JJMack - that has helped me get closer to the problem.
    I opened the resource monitor and you can see a screenshot of what is going on when I try to save a simple, 9 Kb graphic. (I'm saving an RGB JPG, not a PNG or animated GIF file. Doing anything complex / memory intensive than saving or simple edits in PS is almost impossible.)
    As you can see from the screencap below, when I save (it doesn't make a difference if it is save vs. save to web or a network or local drive) Photoshop becomes unresponsive. (From past experiences, if I try to switch to a non-Adobe program it will also freeze and sometimes crash.) When PS becomes unresponsive, the NT Kernel & System immediately goes to the top of the list and uses 200+ threads.
    From there Photoshop will typically be frozen for about a minute, then will recover and take another minute or two to finish the save. At that point PS is okay, but the rest of the computer is still frozen with CPU oscillating up to almost 100%.
    As soon as the NT Kernel & System settles down, everything is back to normal again (as long as I haven't used other programs, which in one case required a hard reboot.)
    It is pretty clear the problem is rooted in Adobe / Window 7 as I only have this problem with Adobe programs. (Illustrator isn't as bad, but I've had problems with it as well.)
    The question is: How do I fix this, as it is killing my ability to work?
    Thanks! Julie

  • Whenever I try to log in to my Gmail account, the page redirects for a loooong time, then says that it won't load properly, and that the problem may be caused by not enabling cookies, but I have them enabled. Any idea what the problem might really be?

    Whenever I try to log in to my Gmail account, the page redirects for a loooong time, then says that it won't load properly, and that the problem may be caused by not enabling cookies, but I have them enabled. Any idea what the problem might really be?

    I did think about that and if I have to I will do that, however there are about 50 songs. I have closed and reopened iTunes several times and I am sure that I have the latest version. It fails right away but I can click on the cloud download icon and download the song that it failed on ... therefore it is not that song "or any one song" causing the issue. Any ideas?

  • Connexion Problem Tomcat+Oracle

    I'm using Tomcat 5.0, Oracle 9i and JDK 1.4.2
    I'm trying to connect to a database. I have already put the class12.jar in the \common\lib folder of Tomcat. I have also configured the server.xml and web.xml as it is told in the Tomcat 5.0 Documentation. When I execute the test file I have done I have the following error:
    javax.servlet.ServletException: invalid arguments in call
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:800)
         org.apache.jsp.test2_jsp._jspService(test2_jsp.java:59)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.sql.SQLException: invalid arguments in call
         oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
         oracle.jdbc.dbaccess.DBError.check_error(DBError.java)
         oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java)
         oracle.jdbc.driver.OracleConnection.(OracleConnection.java)
         oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java)
         oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java)
         java.sql.DriverManager.getConnection(Unknown Source)
         java.sql.DriverManager.getConnection(Unknown Source)
         org.apache.jsp.test2_jsp._jspService(test2_jsp.java:49)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    Can you help me finding the problem? Thank you

    You code check the arguments for the connection. The trace is indicating a problem with that.

  • Longstanding problem with Sleep causing Bomb

    Hello,
    iMac Intel Core 2 Duo running X v10.4.11
    all updates applied whenever system says they're available
    no peripherals
    The problem is a simple one to describe: if I put the iMac to sleep manually all is well. If I leave the iMac to its own devices, it bombs out and when I come back to it, it's sitting there at the log-in screen waiting for me.
    I'm a careful user. I rarely leave applications running but hidden, preferring instead to Quit them. (Old habit from pre-X days.) The exceptions are Mail and Firefox, which are always on but hidden when not in use.
    Settings from relevant Prefs:
    Energy Saver - Never and never (I've tried other settings)
    Screen Saver - 15 minutes (I've tried it with this set to Never as well)
    As you can see, the system should not be going to sleep at all. But whatever it's doing is causing a crash. And as mentioned above, I have tried other settings in the Energy Saver control panel with exactly the same result.
    Can you suggest other info that might be helpful -- a crash log maybe? Or other options to try to isolate the problem?
    TIA
    Rob

    Fascinating links you offered there!
    I ran the scripts (mentioned in the first link) manually, using terminal. Here's some of the output...
    blk-215-67-54:~ me$ ls -al /var/log/*.out
    -rw-r--r-- 1 root wheel 288534 May 17 10:15 /var/log/daily.out
    -rw-r--r-- 1 root wheel 612 Jun 11 2007 /var/log/monthly.out
    -rw-r--r-- 1 root wheel 4040 Apr 10 10:57 /var/log/weekly.out
    Which shows that 10.4.11 is trying to do the right thing, but was getting interrupted too often, especially with the monthly logs. When I ran the scripts the process took almost 5 minutes for all three. I'll try to remember to do that about weekly.
    A also checked for disk fragmentation using a utility mentioned in the second link. I don't have to worry about that -- yet. And another utility reported that I have lots of RAM available, most of the time. I'd feel a lot more comfortable about replacing my half-gig chip with a ful gig if I could do anything with the half-gig one, but I guess they'rre worth nothing. Amazing!
    Thanks again for your help and suggestions.
    Rob

  • Unexpected Quits: Problem may be caused by libCoin.60.0.0.dylib plug-in

    I recently started using numbers with Pages to produce reports. After a period of weeks with all operating well I am now getting unexpected quits with both pages and numbers with the message:
    "The application Numbers (Pages) quit unexpectedly. The Problem may have been caused by the libCoin.60.0.0.dylib plug-in"
    I have tried verifying disc permissions and repairing disc permissions but the problem is on-going.
    Can anyone suggest a fix?
    Thanks.

    It would be useful to run a maintenance tool like Onyx because a common source of oddity is a corrupted cache file.
    Try also to
    quit the programs
    trash the preferences files:
    <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Numbers.pli st
    <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Pages.plist
    empty the trash
    restart the programs.
    Try also to use the beasts from an other user account.
    At last, as I already wrote in an other similar thread, check the hardware components running Hardware Test.
    Yvan KOENIG (from FRANCE jeudi 7 août 2008 14:01:41)

  • Palm TX problem: Soft reset caused by starting some programs

    Since I got my Palm TX I've had a strange problem. Programs that worked fine at first now cause the Palm to do a reset when I try to start them. first one program then another started doing this over a period of several months. At first I thought that there woas some kind of incompatability that for some reason only slowly became apparent. Now, when I tap the silkscreen icon for "Home" it causes a reset! Fortunately the home button does not do this.
    Any Ideas before this happens to all my programs?
    Thanks,
    Jim
    Post relates to: Palm TX

    Hello and thank you for using the Palm Help Forums!
    The use of incompatible 3rd party applications can cause looping and freezing to the Palm devices. If you can, remove the programs manually from your Palm and try to reinstall them to see if this resolves your issue. If you are unable to remove them manually, I would then perform a hard reset on the device. The hard reset will erase everything from the device so make sure you have everything backed up on pc via hotsync.
    You may want to see if the program(s) you are running have newer versions to avoid further problems. If problems persist, you may need to locate which program is causing the reset and not use it on the device.
    I hope this is helpful and let me know if you have any further questions.
    Post relates to: Centro (Sprint)

  • Nokia 5800 sync problem (especially music causes m...

    Hello
    All seemed well until a weak ago. I used the ovi suite for syncing my contacts, messages, photo's and music.
    Now, it all went wrong:
       photos; works (after re-install, was empty before)
       messages; works (after re-install, new messages were not read)
       contacts; not in sync
       Music; this is the major problem.
    When I installed ovi suite 2 months ago, all was well; I configured a map to sync; it worked.
    Now I added some music to that monitored map, Ovi Music then crashed every heartbeat. Ovi suite said "ovi unable to copy tracks". But in the ovi suite I still play the songs.
    I finally removed all nokia products from my pc (vista 32bit).
    Then re-installed ovi suite, which I downloaded from the ovi website; and reinstalled ovi music.
    Ovi music; does not read my phone none of the connection modes.
    Ovi suite cannot copy any music to my phone, and cannot sync contacts anymore.
    I still get the message "unable to read the tracks" or "unable to copy the tracks".
    Ovi suite can still play the songs in the list from the pc.
    If it weren't for ovi maps navigation, i'd seriously consider installing a non symbian system all together on my phone, my friends with a iphone never seem to have these problems.
    I am now sitting here with a musicexpress on which i can't put any music. This sucks balls.
    ovi suite version: 2.1.1.1
    nokia 5800phone firmware: 40.0.005
    Solved!
    Go to Solution.

    Do you recall what might have happened when system started malfunctioning?
    - I've added some music from my music library to the map that is monitored by the ovi suite to check for new music. I don't know if that 's the cause of the problem, but that is were I first noticed it. A day before I successfully downloaded a map for my navigator; that worked fine.
    - When I added that music; ovi music started crashing every second. I removed all music; deleted all 'Mdatastore.db3' files; another thread suggested this; but it kept crashing.
    - The first time ovi music player crashed, was because I clicked on a song that I've deleted from my control map. An exclamation point appeared; and the program crashed.
    (with the new install ovi music player still shows the songs I've deleted on with the previous install)
    - I now have a fresh install of ovi music; it does not crash anymore; but it does not read my nokia 5800 either; still shows songs I've deleted couple days ago; now deleted them manually.
    Did you install something (device or PC)?
    No new apps on my device. I downloaded an extra map for my navigator though (Germany).
    Did you uninstall something (device or PC)?
    No uninstalls either.
    Did you reconfigure, change, delete, copied over, upgrade etc. Anything on the device or PC?
    After I had the problem I upgraded ovi suite; did not work. I then removed all nokia software and did a fresh install of ovi suite and ovi music. But the problems remained the same.
    Can you please provide any error messages (from sync) that might appear or any other related information related to failures? (thanks for the "Unable..." info).
    Only the 2 error messages in ovi suite I already gave; nothing more.
    Ovi music; no error messages; but it makes no difference whether my phone is connected or not; it just shows a picture of a wire with the standard message 'connecting your device. 1. .... 2. ..... '
    What version of Ovi Player (Music) you have?
    After the new installation of ovi music.
    Nokia ovi player: 2.1.10304.00
    (517 unprotected tracks)

  • X58 chipset problems, QPI problems, GreenPower II caused crashes: info here!

    Hi,
    I've just solved some of the mysteries I've experienced with my Eclipse SLI which does use X58 Chipset and which appear to be also problems other boards with X58 chipset show. Here's my findings:
    1) If XMP profile is enabled, the QPI speed is locked at 4800. Higher values may be selected but do not become effective. After reboot, the BIOS shows 4800 as QPI setting. Disable XMP profile as workaround. Manual setting of non SPD speed settings like 1600 still works!
    2) When resuming from S3 sleep the BIOS ignores the RAM timings and uses different RAM timings, including massive undertiming of RAM. This may prevent systems from waking up, cause instability or (in case of slower timings) slow down the machine. Workarounds: Either select a RAM frequency where the changed settings after S3 won't do any harm or configure the system not to sleep but hibernate instead. From hibernate, the system resumes with proper RAM timings!
    3) When setting RAM frequencies that require more than 1.5v it may crash the computer to launch GreenPower II as GreenPower II does reduce RAM voltage to 1.5 even if it's in 1600 mode where the RAM info reads 1.65 volt (mine runs stable at 1.55 and almost stable at 1.5 but most RAM will fail instantly when values below 1.65 are selected at 1600 speed). GPII simply ignores manually set RAM voltage and undervolts. Hurry to advance mode after launching GPII and select (or re-select) proper voltage. GPII may show proper voltage for a short period of time and then reduce it to 1.5 (especially after S3/hibernate / change to default and back to optimize). Re-selecting the proper voltage (even if it's shown correctly for a short period of time) prevents GPII from reducing voltage and thus crashing the system.
    Tech support is notified, but it seems that it requires many more reports of other users for something to happen, thus, if you have an X58 chipset board and experience some of those problems above, REPORT IT TO TECH SUPPORT!
    Screet

    Quote from: NovJoe on 08-March-10, 00:02:21
    So mainly you need the GPII for the fan speed regulation, right? But without it, the system works fine or will still have problems?
    Well, problems remaining without GPII:
    1) XMP profile disables QPI settings above 4800 (harmless once I found it out, as I can set speeds without enabling XMP profile). This seems to be a BIOS problem.
    2) When resuming from S3 the RAM timings are incorrect (I'm using hibernate now, but would love to be able to use sleep from time to time without faulty RAM timings as a result). This seems to be a X58 problem.
    Thus yes, GPII mainly is for fan speed regulation and other problems can be worked around. I basically wrote those observations here in case other people might run into those problems, as I've seen reports from other users with X58 boards here who cannot even wake from S3 and my guess is that their RAM is underclocked after resume from S3. Others might also have crashes when running @1.65v and enabling GPII, so I also did write that. My RAM typically will allow to fix voltage even when GPII goes down to 1.5 - those Corsair sticks really are impressive.
    To make it complete: since the last BIOS update I've had some instability with Crysis and overheat-freezes by GPU heat when running Kombustor. I never tried Kombustor before, only tried it after those new crysis problems. It looks like the new instability can be resolved easily (some BIOS value adjustment for the Crysis thing) and the GPU heat problem with Kombustor is already written in VGA section, but it appears it's only happening with Kombustor and caused by VGA fan speed not going high enough combined with the GPU causing system freeze at 96-97C although GTX295 should work until 105C...but if normal operation won't ever cause such heat, it shouldn't be a problem.
    Screet

  • Strange problem--tomcat not showing pages.....

    hi friends,
    Today morning-on i started encountering a strange problem of tomcat not showing the pages in the browser.
    When i startup the tomcat it starts up fine without any warnings or alert messages.
    But when i access the web pages/jsps that i want to view, it is showing a blank white page without any trail for me to findout what went wrong.
    And on analysis, i found out that catalina_log.2003-09-16.txt had the follwing error messages.
    2003-09-16 18:39:18 CoyoteAdapter An exception or error occurred in the container during the request processing
    java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getUserPrincipal()Ljava/security/Principal;
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:455)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)
    2003-09-16 18:43:22 CoyoteAdapter An exception or error occurred in the container during the request processing
    java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getUserPrincipal()Ljava/security/Principal;
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:455)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:536)
    Of course this is the message of a freshly installed server, as all the known tricks to show up the pages failed, i did for more than 4 times the reinstallation of tomcat.the version i am using is 4.1.24.I have already put the same server with apache on window OS in the production server.Now the testing is going on for the site.
    How can i make the tomcat work properly to show the pages smoothly.Any developer friend can please help me?
    thanks and regards
    sathiyam K G

    Hi friends!!
    I would like to know what is the problem with my tomcat server or environment,by that it is not showning the pages to me, in spite of not giving any errors at the server console.
    Pl refer to my first post for the problem.Since i narrated with the error message log, i am requesting you to refer to the same again.
    I am sorry that i do not have enough duke points to assign.Bear with me.
    sat

  • Has EMBED Flash problem in IE caused sites to abandon Flash?

    Apparently this problem has been around for a while and
    several sites
    that used Flash for slideshows on their homepages seem to be
    using ajax
    now. I didn't realize that there was some eolas patent issue
    that
    Microsoft activex was violating. I finally found a site that
    explained
    how to add Flash with a javascript, but am wondering if other
    webmasters
    just decided to remove their Flash content and used ajax or
    something
    else? Given that Microsoft is trying to push Silverlight it
    appears
    suspicious that this embed problem has come up recently. Is
    this just
    another attempt by Microsoft to include issues in their
    products that
    interfere with the products of other companies?

    Professor wrote:
    > Apparently this problem has been around for a while and
    several sites
    > that used Flash for slideshows on their homepages seem
    to be using ajax
    > now. I didn't realize that there was some eolas patent
    issue that
    > Microsoft activex was violating. I finally found a site
    that explained
    > how to add Flash with a javascript, but am wondering if
    other webmasters
    > just decided to remove their Flash content and used ajax
    or something
    > else? Given that Microsoft is trying to push Silverlight
    it appears
    > suspicious that this embed problem has come up recently.
    Ajax is much easier to update to none Flash Savvy users.
    Perhaps going back and
    forth to a designer asking him to update a slide show is not
    something some like
    to do.
    I wouldn't assume flash it's going to be abandoned because of
    such a minor
    issue, in fact I see with the release of Flash 9 player and
    now flash 10 and latest
    Flash authoring tool out the corner, flash only intensify
    it's present online.
    Papervision is almost everywhere, Audi A5 - A Rhythm of
    Lines, Sony BRAVIA, Canon EOS 400D,
    HBO Voyeur, Nike Sweet Spots and lots more. More and more
    people are asking specifically
    for suites built with this new environment.
    Adobe solved the EMBED problem almost as soon as it appeared.
    Flash not automatically generates
    JS file and your object embed tags accordingly. There is also
    very popular swfobject that
    most of us use instead of the Adobe's methods...
    > Is this just
    > another attempt by Microsoft to include issues in their
    products that
    > interfere with the products of other companies?
    The embed did not just effected Flash but many other
    technologies. On top of it
    MS lost rather substantial amount of money in the EMBED
    patent case so I wouldn't think
    it was to suppress one and promote another product.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Possible Problem with quicktime causing itunes malfunction

    i think the problem with my itunes is that the quicktime file is screwed up. i tried removing it on add/remove programs, but it doesnt work for some reason. any possible ways to fix this problem? i also tried downloading quicktime separately, but that didnt work either.

    i tried removing it on add/remove programs, but it doesnt work for some reason.
    do you get an error message when you try to uninstall QuickTime, shirish? if so, what does it say? include error message numbers if you're getting any.

  • JSP + JDBC + MySql Problem (Tomcat 4.1)

    I'm completely helpless... whenever I try to retrieve stuff from the db (using a jsp page), I get errors that don't even make sense.
    out.println(stmt.executeQuery("SELECT * FROM newsTbl WHERE articleID = 1").getString("articleTitle"));if I try doing the above, I get a "ServletException : Before start of result set" error that supposedly occurred at this line of the generated servlet:
    if (pageContext != null) pageContext.handlePageException(t);---------------
    If i try this:
    ResultSet rsSec = stmt.executeQuery("SELECT * FROM newsSecTbl");
    rsSec.beforeFirst();  //<-- Even if I don't have this line the result does not change
      out.println(rsSec.next());
      while (rsSec.next()) { ... }I the while loop is never initiated, because rsSec.next() is false... kind of weird if you ask me, I even put two entries into the table to make sure the cursor wasnt at the first record and saying there was no second one (which would have been right if there were only one record).
    I would be very grateful if someone could help me out with this. I've never done any db programming with Java yet, so I dont have a clue what Im doing. By the way, I'm using MySql (indicated in the title) and the server was running and available when I ran the above code.
    Cheers,
    Tom

    You can't do this:
    out.println(stmt.executeQuery("SELECT * FROM newsTbl WHERE articleID = 1").getString("articleTitle"));The ResultSet you get back is a database cursor that doesn't point to the first row yet. The correct idiom is:
    String sql = "SELECT * FROM newsTbl WHERE articleID = 1";
    ResultSet result = stmt.executeQuery(sql);
    String articleTitle = "";
    while (result.next())
       title = result.getString("articleTitle");
    result.close();
    stmt.close();If you've never done DB programming before, I'd recommend that you click on the Tutorials link to the left and go through the JDBC tutorial carefully. You'll save yourself a lot of grief.
    Another good idea would be to separate out all your database code into at least one separate object, independent of the servlet. That way you can test and develop it off to the side until it's 100% solid. Then your servlet can simply instantiate one and use it. All your problems from that point forward will be servlet issues, because you'll know that your database code is working. - MOD
    See if that works better. - MOD

  • Newbie problems, Tomcat 4.1 not seeing package

    Hello,
    New to the whole jsp development scene and I seem to be tripping up on the first hurdle. Any one with a few minutes and some patience to point me in the right direction would be greatly rewarded in the afterlife : )
    I have created 2 class files and compiled them in their package folder "shopengine".
    My directory structure for my TomCat 4.1 website is shown here:
    C:\Tomcat 4.1\webapps\ROOT\aardvark\WEB-INF\classes\com\shopengine
    where aardvark is my main site folder that contains all my jsp and html content.
    As per convention, I have put to denote that they are contained in a folder called shopengine, within a folder called com.
    I then created a simple jsp page named testpage.jsp in NetBeans 3.5.1, (see code below) and I built and compiled the page with no errors showing.
    When I open the page in my browser with TomCat running I get a message indicating that my package don't exist. - see below.
    There must be something I am not doing here that is completely missing me as everything seems to be correct.
    I have mounted the filesystem in NetBeans, but I have not turned it into a web module, is that what is wrong?
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" %>
    <%@ page import="java.sql.*, java.util.*, com.shopengine.*" errorPage="errorpage.jsp" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Untitled Document</title>
    </head>
    <body>
    <p>This is a test page to see if the classes importing from package</p>
    </body>
    </html>
    Tomacat error as shown below:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\Tomcat 4.1\work\Standalone\localhost\_\aardvark\testpage_jsp.java:9: package com.shopengine does not exist
    import com.shopengine.book;
    ^
    1 error
    -----------------------------------------------------------------------------------------------------------------------------

    Don't put the aardvark directory under ROOT; put it directly under TOMCAT_HOME/webapps.
    The URL to invoke your app will be:
    http://localhost:8080/aardvark/YourJSP.jsp
    Don't forget to restart Tomcat after you've moved everything.

  • How much stuff can you load into a project before it starts crashing? And is there a way to tell if this is the problem that's causing the crashing?

    I'd like to know if there's a way to tell if I've loaded too much media into my premiere pro project?
    I'm getting some interesting crashing issues and suspect it's because I've loaded a bunch of stuff into the project. I guess I could go through and start deleting stuff, but I'd like to know if there's a way to tell if that's the problem first.
    I'm running cs6 latest 6.0.5. Macbook Pro i7, 16gb ram, 2tb external Gdrive storing media. I have cuda enabled.
    Thanks a lot for any help!
    Garett

    I copied text & paisted it and then draged the 3 photos from the file...then clicked on the photo then clicked the inline boxon tool bar nexed to floating one and that is how I did it
    I do not know what you mean "cut & paist"  how do I get the photo in from my picter folder if I do not drag it to the page in Pages? 
    I went to my photo folder and copied a photo and paisted the photo on the top left part of the page and it went there but there was no text to the right of photo...I could crop the photo to what ever size but no text to the right of photo...
    This is just too big of a mess of a program as it should be easier then this,,,I hav e 300 photos in this project and would have to re-paist them all...that is nuts...
    I see the button to the right of inline and floating that has 6 [lace to have the photo but the text does not float around the photo...
    If this is what your talking about this very little freedom in my page layout as I need it to let me place it where I need it to be and the wrap the text...
    There has to be an easier way to get my books ready for other formats other that Apple's iPad...iBooks Author was way eisier to make ready for iTunes...Love that program!!!
    Want my books for sale on all the other formats and was told by Apple Pages whould do it...
    I must be be out to lunch or the designers at Apple are ???

Maybe you are looking for