You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(1) |
2
(1) |
3
(2) |
4
(7) |
5
(4) |
6
(1) |
7
(3) |
8
(4) |
9
|
10
|
11
|
12
(5) |
13
(2) |
14
(3) |
15
|
16
|
17
(1) |
18
|
19
(1) |
20
(2) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: <php...@li...> - 2006-12-20 16:38:08
|
Hello, I uploaded php-java-bridge Debian 4.0 package files to the project "Files" area. The needed source files for building your own Debian package were uploaded too. Please, read the release notes at the site. Please, send packaging suggestions and corrections. Regards. Andre Felipe Machado http://www.techforce.com.br |
From: <php...@li...> - 2006-12-20 11:27:42
|
Hi James, > > For Windows installs, I had to cross-read > > information from a variety of places [...] to > >learn that: > > * the php_java.dll file distributed w/ PHP 5.2.0 AFAIK there is no "php_java.dll" file packaged with PHP 5.2.0. The last supported version was 4.2.x, see http://pear.php.net/bugs/bug.php?id=7679 and the documentation that's part of the PHP download. > I tried for a long time to load the DLL because of > numerous references > of it being "10x faster than the pure-Java > version". Yes. But this shouldn't be an issue. Even in the worst case (one round-trip for each statement) our pure PHP implementation is still faster than a comm. via SOAP. Furthermore this issue only exists with the C based PHP version. The Java based PHP version can (and does) optimize the code through the JIT. But back to the documentation issue; I think the real problem are the users who blindly download a compiled php_java.dll from http://pecl4win.php.net/ext.php/php_java.dll and expect that it somehow works; without looking at the documentation. More (i.e. redundant) documentation doesn't help imho, users won't read it anyway. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |
From: <php...@li...> - 2006-12-19 18:11:21
|
The project team is pleased to announce a new and snazzy Web site for the php/Java bridge project. http://php-java-bridge.sourceforge.net/pjb/index.php The new Web site features better organization of all of the work Jost has compiled over the years and will include some new sections to highlight examples of using the bridge, case studies from our user community, and upcoming platform-specific installation guides. If you are currently using the php/Java bridge in a production environment at your business or educational institution, and would like to have your project featured on the Web site send me an email. It's a great way to share with others in the community how you have used Open Source to solve real-world challenges. Please send any Web site feedback you have, including typos, bad links, and suggested new content, to jon...@us.... As with all open-source projects, your input and participation is what makes the community work. Please help us by participating in the user discussion forums/mailing list and become a supporter. - Jon Koerber |
From: <php...@li...> - 2006-12-17 14:11:53
|
Hi, PHP/Java Bridge version 3.2.1 is now available. It contains only bug fixes for problems reported since the 3.1.8 release. Please see http://php-java-bridge.sourceforge.net/NEWS and http://php-java-bridge.sourceforge.net/ChangeLog for details. The protocol hasn't changed (and it will not be changed in future releases), so that ver. 3.1.8 clients can be used with a 3.2.1 server and vice versa. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-14 04:39:47
|
Hi, what is a headless java component? Are you looking for something like this: http://php-java-bridge.sourceforge.net/examples/J2EE/RMI-IIOP/README Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-14 04:37:30
|
Hi JJ, > It was possible to compile it by changing > "zend_exception_get_default()" > of source to "zend_exception_get_default(TSRMLS_C)". > This fix should only be necessary for the worker MPM, which has been disregarded by the PHP folks (due to security issues probably). On productions systems please use the prefork MPM instead; see the INSTALL document for details. > Is it such a correction and isn't there problem? Thank you very much for the bug report! Fixed in CVS head: http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bridge/java_bridge.c?r1=1.47&r2=1.48&sortby=date http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bridge/java.c?r1=1.139&r2=1.140&sortby=date Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |
From: <php...@li...> - 2006-12-14 04:26:16
|
Hi Vivek, interesting. Can you please open a problem report (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and attach the created java.so, the core dump and an strace (if possible) there? A trace can be obtained with e.g.: strace -s 1024 php test.php 2>php-java-bridge.trace > It would be great to see the bridge shipped as a > package. esp debian package. Debian packages will be available with php-java-bridge version 3.2.1, which will be released soon. Until then please use the binary from the FC5 RPM, please see the FAQ (on php-java-bridge.sf.net) for details. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-13 09:50:53
|
Hi, How can I access a headless java component running in JBOSS using php-java-bridge. PHP and Java are running on different servers. Is it possible to use the java component in jboss from a remote server through a php script. Thanks & Regards Vamsi |
From: <php...@li...> - 2006-12-13 05:29:59
|
Hi. It was possible to compile it by changing "zend_exception_get_default()" of source to "zend_exception_get_default(TSRMLS_C)". Is it such a correction and isn't there problem? ----- install info ------ OS : Cent4.4 Java: 1.5 PHP : 5.2.0 php-java-bridge: php-java-bridge_3.2.1.tar.gz $> phpize $> ./configure --with-java=/usr/local/jdk,/usr/local/jdk/jre $> make $> make install modify sources - /usr/local/src/php-java-bridge-3.2.1/java.c - /usr/local/src/php-java-bridge-3.2.1/java_bridge.c write JJ |
From: <php...@li...> - 2006-12-12 16:34:54
|
php...@li... wrote: > Hi Vivek, > > >> test core dumps. >> > > my crystal ball tells me that you use PHP/Java Bridge > version 3.2.1 on Linux, upgraded from 3.1.8 via "cvs > update". :) When doing a "cvs update" please make sure > to rebuild the sources from the templates (the .in > files). The scripts don't do this automatically, > without a "make distclean && rm -rf autom4te.cache" > you will get a mix of old and new code. > > You are a great crystal gazer. It actually worked :). thanks a lot > Can you please open a problem report (please use > http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) > and append the following information: > > * the OS > > ubuntu edgy eft > * the PHP/Java Bridge version (whether from CVS or > tarball) > CVS version > * the PHP version > > 5.1.6 > * the config.log and config.status > > > attaching config.log and config.status > As a workaround please use PHP 5.2.0 and the pure > PHP/Java Bridge implementation instead. -- In future > versions we will remove the obsolete C extension > module from the J2EE download, and leave it to the > distributors to create a customized or optimized > extension for specific PHP versions. > > distributions do not still ship php 5.2.0 until then please support the older versions. It would be great to see the bridge shipped as a package. esp debian package. cheers Vivek > Regards, > Jost Boekemeier > > > > > ___________________________________________________________ > Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2006-12-12 16:25:59
|
http://php-java-bridge.sourceforge.net/java/README says "WARNING: THIS IMPLEMENTATION IS 10 TIMES SLOWER THAN THE C IMPLEMENTATION" Does it still holds for the "PHP 5.2.0 and the pure PHP/Java Bridge implementation"? If so, then why is the C extension "obsolete" or why the decision to abandon it? > As a workaround please use PHP 5.2.0 and the pure > PHP/Java Bridge implementation instead. -- In future > versions we will remove the obsolete C extension > module from the J2EE download, and leave it to the > distributors to create a customized or optimized > extension for specific PHP versions. > > > Regards, > Jost Boekemeier |
From: <php...@li...> - 2006-12-12 16:16:12
|
Hi Peter, > 3.0.7 (we use 3.0.8), loading libraries from a > subdirectory of extension_dir\lib\ works on our > system (extension_dir\lib\ doesn't, but that's > documented). out of curiosity; why doesn't it work and where is that documented? Since 3.0.8 the extension_dir\lib is no longer scanned by the dynamic loader, but the static loader should have loaded the jar files during VM startup. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |
From: <php...@li...> - 2006-12-12 16:01:49
|
Hi Vivek, > test core dumps. my crystal ball tells me that you use PHP/Java Bridge version 3.2.1 on Linux, upgraded from 3.1.8 via "cvs update". :) When doing a "cvs update" please make sure to rebuild the sources from the templates (the .in files). The scripts don't do this automatically, without a "make distclean && rm -rf autom4te.cache" you will get a mix of old and new code. Can you please open a problem report (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and append the following information: * the OS * the PHP/Java Bridge version (whether from CVS or tarball) * the PHP version * the config.log and config.status As a workaround please use PHP 5.2.0 and the pure PHP/Java Bridge implementation instead. -- In future versions we will remove the obsolete C extension module from the J2EE download, and leave it to the distributors to create a customized or optimized extension for specific PHP versions. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-12 04:21:26
|
I have compiled the bridge with php5 and sun java without problems . but on inserting it into php.ini both apache and the comand line test core dumps. I can help you with debug. if you can let me know how to get them. cheers Vivek |
From: <php...@li...> - 2006-12-08 14:08:09
|
Hi, you can't compile php-java-bridge-3.0.7a against the new 20060613 API. I think that's why Jon suggested to use php-java-bridge-3.1.8 instead. :) --------------------------------- Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. |
From: <php...@li...> - 2006-12-08 13:53:59
|
Hi, I think this has been fixed already, see http://sourceforge.net/tracker/index.php?func=detail&aid=1610465&group_id=117793&atid=679235 [original message] Can you give me some hints, maybe i am able to fix it, but i am new to this project. --------------------------------- Access over 1 million songs - Yahoo! Music Unlimited. |
From: <php...@li...> - 2006-12-08 13:50:09
|
Hi, we usually keep the libraries in the JavaBridge.war WEB-INF/lib folder, so that they can be accessed by JSP and PHP (we use Tomcat as the backend). I don't know if there's a specific problem with 3.0.7 (we use 3.0.8), loading libraries from a subdirectory of extension_dir\lib\ works on our system (extension_dir\lib\ doesn't, but that's documented). Peter --------------------------------- Everyone is raving about the all-new Yahoo! Mail beta. |
From: <php...@li...> - 2006-12-08 09:26:55
|
Hi, which errors do you get? [original message]: public abstract class WebApplicationContextUtils {.. public static WebApplicationContext getWebApplicationContext(ServletContext sc) ... } This - below - is generating errors: $wu = new javaClass("org.springframework.web.context.support.WebApplicationContextUtils"); $sc = java_get_context()->getServletContext(); $ac = $wu->getRequiredWebApplicationContext($sc); --------------------------------- Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. |
From: <php...@li...> - 2006-12-07 21:50:28
|
Hi Jost > it's a bug in the C implementation of the bridge -- > the number of arguments have changed, so that the C > user CB "call_function_with_exception_handler" (or so) > dies. Can you give me some hints, maybe i am able to fix it, but i am new to this project. Yes i can use the pure php version, but the native one is much faster. cu Anton |
From: <php...@li...> - 2006-12-07 04:24:23
|
Hello, how can i access a public static method, from a public abstract class = from my PHP code? I'm trying to access the ApplicationContext from = Spring Framework, to get access to messages... public abstract class WebApplicationContextUtils {.. public static WebApplicationContext = getWebApplicationContext(ServletContext sc)=20 ... } This - below - is generating errors: $wu =3D new = javaClass("org.springframework.web.context.support.WebApplicationContextU= tils"); $sc =3D java_get_context()->getServletContext(); $ac =3D $wu->getRequiredWebApplicationContext($sc); Thanks, Ely |
From: <php...@li...> - 2006-12-07 04:19:03
|
public abstract class WebApplicationContextUtils |
From: <php...@li...> - 2006-12-06 06:42:42
|
I'm working with php-java-bridge-3.0.7a_j2ee on Windows XP with jdk1.5.0_10= and Apache 2.0.59. I have to move all my .jar files into the jdk's lib/ext= folder to get the Java Bridge to work. When I do this all the tests that c= ome with the install work. The installation documentation indicates that th= e jar files should be located in the php's ext/lib folder. Even if I put th= e php's ext/lib folder in my classpath I still can't get Java Bridge workin= g, for example, when I run phpinfo the java status is "not running". The pr= oject I'm working on requires this older version of the php-java-bridge. An= y tips would be appreciated.=0A=0A--Mark=0A=0A=0A =0A______________________= ______________________________________________________________=0AAny questi= ons? Get answers on any topic at www.Answers.yahoo.com. Try it now. |
From: <php...@li...> - 2006-12-05 15:05:16
|
Thanks Jon. I have tried factoring the cmd into parts. phpize seems to work. the configure command produces many very similar blocks like this: cd . && /bin/sh ./config.status Makefile depfiles config.status: creating Makefile config.status: executing depfiles commands make[2]: *** No rule to make target `ltmain.sh'. Stop. checking for ANSI C header files... (cached) yes checking.... . . with the checking statements continuing. Is this a problem? The command completes with no summary error. the 3rd and final command, make, quickly bails with the error on its first compile attempt (java.c): /bin/sh /opt/local/etc/php-java-bridge-3.0.7a/libtool --mode=compile gcc -DEXTENSION_DIR="\"/usr/local/php5/lib/php/extensions/no-debug- non-zts-20060613\"" -I. -I/opt/local/etc/php-java-bridge-3.0.7a - DPHP_ATOM_INC -I/opt/local/etc/php-java-bridge-3.0.7a/include -I/opt/ local/etc/php-java-bridge-3.0.7a/main -I/opt/local/etc/php-java- bridge-3.0.7a -I/usr/local/php5/include/php -I/usr/local/php5/include/ php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/ php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/ php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /opt/local/etc/php- java-bridge-3.0.7a/java.c -o java.lo gcc -DEXTENSION_DIR=\"/usr/local/php5/lib/php/extensions/no-debug-non- zts-20060613\" -I. -I/opt/local/etc/php-java-bridge-3.0.7a - DPHP_ATOM_INC -I/opt/local/etc/php-java-bridge-3.0.7a/include -I/opt/ local/etc/php-java-bridge-3.0.7a/main -I/opt/local/etc/php-java- bridge-3.0.7a -I/usr/local/php5/include/php -I/usr/local/php5/include/ php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/ php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/ php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /opt/local/etc/php-java- bridge-3.0.7a/java.c -fno-common -DPIC -o .libs/java.o /opt/local/etc/php-java-bridge-3.0.7a/java.c: In function 'zm_startup_java': /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: 'zif_java___call' undeclared (first use in this function) /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: (Each undeclared identifier is reported only once /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: for each function it appears in.) /opt/local/etc/php-java-bridge-3.0.7a/java.c:1966: error: 'zif_java___get' undeclared (first use in this function) /opt/local/etc/php-java-bridge-3.0.7a/java.c:1967: error: 'zif_java___set' undeclared (first use in this function) /opt/local/etc/php-java-bridge-3.0.7a/java.c:1977: warning: assignment from incompatible pointer type /opt/local/etc/php-java-bridge-3.0.7a/java.c:1981: warning: assignment from incompatible pointer type make: *** [java.lo] Error 1 Any notion of which include it is missing? Dennis On 4-Dec-06, at 4:08 PM, php...@li... wrote: > Hi, > > I would suggest running all of the build statements separately so > you can better dubug your build. Here are my build steps from Mac > OS X 10.4.8: > > 1) www:/www/php-java-bridge-3.1.8 jkoerber$ /usr/local/php5/bin/ > phpize (must run phpize from your active php5 directory) > 2) Set up the env variable to tell the build where Java is on the > Mac: www:/www/php-java-bridge-3.1.8 jkoerber$export JAVA_HOME=/ > System/Library/Frameworks/JavaVM.framework/Home > 3) www:/www/php-java-bridge-3.1.8 jkoerber$ ./configure --with-java= > $JAVA_HOME > 4) www:/www/php-java-bridge-3.1.8 jkoerber$ make > 5) www:/www/php-java-bridge-3.1.8 jkoerber$ sudo sh install.sh > (instead of make install) > > This seems to work well for me on Mac OSX Tiger client and on Server. > > Good luck. > > Jon Koerber > > > On Dec 4, 2006, at 12:55 PM, php-java-bridge- > us...@li... wrote: > >> I am attempting to build 3.0.7a from source on Mac OS X (10.4.8) >> and am following closely Clark Freifeld's post from June-- >> >> "Installing php-java-bridge on Mac OS X (10.4.6) G5 PPC, from >> source." >> >> I am getting a gcc error when I execute the >> phpize, configure etc command: >> >> phpize && ./configure --with-java=$JAVA_HOME && make >> >> namely >> >> /opt/local/etc/php-java-bridge-3.0.7a/java.c: In function >> 'zm_startup_java': >> /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: >> 'zif_java___call' undeclared (first use in this function) >> >> java.c is the first file it attempts to compile. >> >> Perhaps Clark or someone who has done this could >> make a suggestion. >> >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys - and earn >> cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV_______________________________ >> ________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2006-12-05 14:22:35
|
WOW! I just figured out my problem. In my exception handler i was doing this: System.out.println( "Exception: " + e.getMessage()); System.exit(0); I was closing things down myself! Thanks anyway! -mike On 12/4/06, php...@li... < php...@li...> wrote: > > Hi Mike, > > > throws an exception at some point, Tomcat crashes. > > Oops. The bridge is pure Java, so it cannot crash the > JVM. Are you sure that tomcat crashes (do you get a > core dump?) or are there some security restrictions or > memory limits which could terminate the JVM at some > point? Do you see an error log from the Java VM? Do > you have Security Enhanced Linux or a kernel with the > grsecurity patches? Are there any kernel messages? > > > Exception: /home/vhosts/asdf/html/java/words2.dict > > Strange, what is words2.dict? > > > Regards, > Jost Boekemeier > > > > > > > > ___________________________________________________________ > Der fr=FChe Vogel f=E4ngt den Wurm. Hier gelangen Sie zum neuen Yahoo! Ma= il: > http://mail.yahoo.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2006-12-05 12:32:40
|
Hello, I tried to generate a debian package from cvs tree, but it fails to compile even from "normal" compilation. It keeps recursively adding compiler flags until being manual abort. ./configure --with-java=/usr/lib/jvm/java-1.5.0-sun --prefix=/home/temp/temp_sourceforge/php-java-bridge-3.2.1/debian/php-java-bridge make Please see the partial build log at http://paste.debian.net/17835 (expires Thu 7th Dec 13:22) It seems do not having server makefile... See the aborted build log at http://paste.debian.net/17836 (expires Thu 7th Dec 13:31) Also, if one have any debian control files suggestions sent at a previous message, please send to the list. regards. Andre Felipe Machado http://www.techforce.com.br |