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
|
2
|
3
|
4
|
5
(3) |
6
|
7
(3) |
8
(2) |
9
|
10
|
11
|
12
|
13
|
14
|
15
(2) |
16
|
17
|
18
|
19
(3) |
20
|
21
|
22
|
23
|
24
(2) |
25
|
26
|
27
|
28
|
29
|
30
|
|
From: <php...@li...> - 2011-09-24 10:48:53
|
is it Properly steps to install php/javaBridge Integration... We are following below steps... tell us where we are wrong... We installed XAMPP in windows in C drive. We installed JDK 1.6.0_23 in C drive. 1) Do we need to install Tomcat ? 2) In which folder do we put JavaBridge.jar ? 3) In which folder do we put your 6 jar files ? 4) Which step we missed above ? In continue to 4 points in previous email, also confirm ... 5) We will set classpath system variable to your 6 jar files. 6) php.ini settings are as below ==================== java.class.path = "C:\Program Files\Java\jdk1.6.0_23\jre\lib;C:\<<WhereYouSayToPutJarFiles>>\cryptix32.jar;C:\<<WhereYouSayToPutJarFiles>>\sfa.jar;C:\<<WhereYouSayToPutJarFiles>>\servlet.jar;C:\<<WhereYouSayToPutJarFiles>>\jsse.jar;C:\<<WhereYouSayToPutJarFiles>>\jnet.jar;C:\<<WhereYouSayToPutJarFiles>>\jcert.jar;" java.library = "C:\Program Files\Java\jdk1.6.0_23\jre\bin\server\jvm.dll" java.home = "C:\Program Files\Java\jdk1.6.0_23\bin" java.library.path = "C:\Program Files\Java\jdk1.6.0_23\jre\lib" ==================== >From : Om web Solutions Mo: +91-9374973952 +91-9687436776 |
From: <php...@li...> - 2011-09-24 07:23:49
|
We are following below steps... tell us where we are wrong... We installed XAMPP in windows in C drive. We installed JDK 1.6.0_23 in C drive. 1) Do we need to install Tomcat ? 2) In which folder do we put JavaBridge.jar ? 3) In which folder do we put your 6 jar files ? 4) Which step we missed above ? In continue to 4 points in previous email, also confirm ... 5) We will set classpath system variable to your 6 jar files. 6) php.ini settings are as below ==================== java.class.path = "C:\Program Files\Java\jdk1.6.0_23\jre\lib;C:\<<WhereYouSayToPutJarFiles>>\cryptix32.jar;C:\<<WhereYouSayToPutJarFiles>>\sfa.jar;C:\<<WhereYouSayToPutJarFiles>>\servlet.jar;C:\<<WhereYouSayToPutJarFiles>>\jsse.jar;C:\<<WhereYouSayToPutJarFiles>>\jnet.jar;C:\<<WhereYouSayToPutJarFiles>>\jcert.jar;" java.library = "C:\Program Files\Java\jdk1.6.0_23\jre\bin\server\jvm.dll" java.home = "C:\Program Files\Java\jdk1.6.0_23\bin" java.library.path = "C:\Program Files\Java\jdk1.6.0_23\jre\lib" ==================== is it Properly steps to install php/javaBridge Integration... |
From: <php...@li...> - 2011-09-19 21:13:58
|
Hi again. After some more head banging and googling it showed up as being a bug in Eclipse when exporting your project as a runnable jar. Using the fat jar plugin from http://fjep.sourceforge.net/ in Eclipse - and the service runs as a charm! So cool. Hope it might help someone else out Cheers /Mikael 2011-09-19 17:47, php...@li... skrev: > Hi! > I've been using the old native bridge for some time - but I had to > upgrade to the new API on a recent server upgrade and then ran in to > some problems... > I Have a very simple RMI service with one remote interface. I used to > interface it using the old native API, with the following code: > > $remote = new java("se.something.SomeServerRemote"); > $lookup = new java_class("java.rmi.Naming"); > $remote = $lookup->lookup("rmi://www.something.net/SomeServer"); > > And then I could interface and send data on the defined remote interface > and methods like: > // just method call, not passing any object > $result = $remote->sendEcho(); > > // instantiate object to be sent to RMI-server > $someObject = new java("org.jpos.ISOMsg", 3); > > // call RMI with data > $response = $remote->sendTransaction($somObject); > > This used to work just great! > > > I've now compiled the bridge into a very simple standalone server that > receives the bridge API-calls and then just interfaces the RMI server. > > This works fine when I'm not passing any objects to the remote service > (i.e. using the $remote->sendEcho() ) but I get a java exception when I > try to pass any object/data: > PHP Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: Invoke > failed: [[o:SomeServer_Stub]]->sendTransaction((o:ISOMsg)[o:ISOMsg]). > Cause: java.rmi.ServerException: RemoteException occurred in server > thread; nested exception is: \n\tjava.rmi.UnmarshalException: error > unmarshalling arguments; nested exception is: > \n\tjava.net.MalformedURLException: unknown protocol: rsrc VM: > 1.6.0_20@http://java.sun.com/" > > I'm sorry if this is a newbie question, but I don't realize what I'm > doin wrong here. Any help would be so great. > > Cheers > > /Mikael > > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs& more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users -- ?: Mikael Geijer T: +46 (0) 70 745 5239 W: http://www.nufort.net |
From: <php...@li...> - 2011-09-19 16:06:53
|
Hi! I've been using the old native bridge for some time - but I had to upgrade to the new API on a recent server upgrade and then ran in to some problems... I Have a very simple RMI service with one remote interface. I used to interface it using the old native API, with the following code: $remote = new java("se.something.SomeServerRemote"); $lookup = new java_class("java.rmi.Naming"); $remote = $lookup->lookup("rmi://www.something.net/SomeServer"); And then I could interface and send data on the defined remote interface and methods like: // just method call, not passing any object $result = $remote->sendEcho(); // instantiate object to be sent to RMI-server $someObject = new java("org.jpos.ISOMsg", 3); // call RMI with data $response = $remote->sendTransaction($somObject); This used to work just great! I've now compiled the bridge into a very simple standalone server that receives the bridge API-calls and then just interfaces the RMI server. This works fine when I'm not passing any objects to the remote service (i.e. using the $remote->sendEcho() ) but I get a java exception when I try to pass any object/data: PHP Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[o:SomeServer_Stub]]->sendTransaction((o:ISOMsg)[o:ISOMsg]). Cause: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: \n\tjava.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: \n\tjava.net.MalformedURLException: unknown protocol: rsrc VM: 1.6.0_20@http://java.sun.com/" I'm sorry if this is a newbie question, but I don't realize what I'm doin wrong here. Any help would be so great. Cheers /Mikael |
From: <php...@li...> - 2011-09-19 16:04:00
|
Hi! I've been using the old native bridge for some time - but I had to upgrade to the new API on a recent server upgrade and then ran in to some problems... I Have a very simple RMI service with one remote interface. I used to interface it using the old native API, with the following code: $remote = new java("se.something.SomeServerRemote"); $lookup = new java_class("java.rmi.Naming"); $remote = $lookup->lookup("rmi://www.something.net/SomeServer"); And then I could interface and send data on the defined remote interface and methods like: // just method call, not passing any object $result = $remote->sendEcho(); // instantiate object to be sent to RMI-server $someObject = new java("org.jpos.ISOMsg", 3); // call RMI with data $response = $remote->sendTransaction($somObject); This used to work just great! I've now compiled the bridge into a very simple standalone server that receives the bridge API-calls and then just interfaces the RMI server. This works fine when I'm not passing any objects to the remote service (i.e. using the $remote->sendEcho() ) but I get a java exception when I try to pass any object/data: PHP Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[o:SomeServer_Stub]]->sendTransaction((o:ISOMsg)[o:ISOMsg]). Cause: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: \n\tjava.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: \n\tjava.net.MalformedURLException: unknown protocol: rsrc VM: 1.6.0_20@http://java.sun.com/" I'm sorry if this is a newbie question, but I don't realize what I'm doin wrong here. Any help would be so great. Cheers /Mikael |
From: <php...@li...> - 2011-09-15 21:03:24
|
He there, the latest release is 6.2.1. It is a stable release, not a beta. In any case, the reported issue is not due to a mistake in the PHP/Java Bridge but rather a misunderstanding; see php url_include. Regards, Jost Bökemeier On 9/15/11, php...@li... <php...@li...> wrote: > If you want to try the stand-alone configuration, use the version > 5.5.4.1, becuase the last version of php-java-bridge (a beta release) > is not working!! > > Use this downloads: > http://sourceforge.net/projects/php-java-bridge/files/Binary%20package/php-java-bridge_5.5.4.1/exploded/ > > - Walter > > ------------------------------------------------------------------------------ > Doing More with Less: The Next Generation Virtual Desktop > What are the key obstacles that have prevented many mid-market businesses > from deploying virtual desktops? How do next-generation virtual desktops > provide companies an easier-to-deploy, easier-to-manage and more affordable > virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-09-15 15:30:31
|
If you want to try the stand-alone configuration, use the version 5.5.4.1, becuase the last version of php-java-bridge (a beta release) is not working!! Use this downloads: http://sourceforge.net/projects/php-java-bridge/files/Binary%20package/php-java-bridge_5.5.4.1/exploded/ - Walter |
From: <php...@li...> - 2011-09-08 16:39:43
|
Hi, > I have made changes to give all permissions to the Adjusting folder permissions won't change anything; \\pipe\...is a virtual name of a pipe used for php<->java communication. > I can add any other extension and everything works fine it is only the cURL > extension that fails. Never heard of this php extension, sorry. The page http://php.net/manual/de/book.curl.php mentions problems with win7, though. Regards, Jost Bökemeier |
From: <php...@li...> - 2011-09-08 15:54:22
|
Thanks for the replies I have made changes to give all permissions to the temp folder as well as using the default ini file from the zip from the PHP site. all of this was to no avail.the phpinfo show the session save directory as the same temp folder that is failing when I add the cURL extension. I can add any other extension and everything works fine it is only the cURL extension that fails. Al Dispennette ________________________________ From: "php...@li..." <php...@li...> To: php...@li... Sent: Wednesday, September 7, 2011 1:28 PM Subject: Re: [Php-java-bridge-users] %TOMCAT_HOME%\temp\JavaBridge64116.socket not writable Hi, > java.io.IOException: File > \\.\pipe\C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\JavaBridge64116.socket > not writable this usually means that PHP has crashed during startup so that Java doesn't have a socket to write to. Please check your PHP installation php.ini file. (see result of http://.../phpinfo.php). > I used the msi file for the php and Don't. The PHP installer adds some obscure extensions, which will only work in certain environments (iis for example). Please remove the installed php.ini file and start with the recommended php.ini file from the zip download. You only need the php-cgi.exe and the php5[ts].dll (and optionally some php.ini file, if you want to load additional PHP extensions). Regards, Jost Bökemeier ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2011-09-07 20:28:28
|
Hi, > java.io.IOException: File > \\.\pipe\C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\JavaBridge64116.socket > not writable this usually means that PHP has crashed during startup so that Java doesn't have a socket to write to. Please check your PHP installation php.ini file. (see result of http://.../phpinfo.php). > I used the msi file for the php and Don't. The PHP installer adds some obscure extensions, which will only work in certain environments (iis for example). Please remove the installed php.ini file and start with the recommended php.ini file from the zip download. You only need the php-cgi.exe and the php5[ts].dll (and optionally some php.ini file, if you want to load additional PHP extensions). Regards, Jost Bökemeier |
From: <php...@li...> - 2011-09-07 18:36:45
|
Hi Al, I'm not convinced this problem is related to the cURL extension. Instead, it sounds like there are some file permissions that aren't correct for your Tomcat installation. Find the user or system account that Tomcat uses to run. Then make sure that it has permissions to write to the folder C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\ Just a thought for something you should check. Thanks, Brandon (Just some random but very satisfied user) On Wed, Sep 7, 2011 at 2:19 PM, <php...@li... > wrote: > Hello, > > I have just starting using javabridge because another entity of a project > I'm playing with needs it. > I really don't use PHP so this is all very new to me, but for the mast part > I have it working. > that is until I add the cURL extension to the php config. > the dll's are in the correct locations and other than that I'm not sure > what else to look at. > I am running a standard tomcat6 install through eclipse. I used the msi > file for the php and extension install. (PHP 5.2.17) > Attached is the stack I get when starting the server in eclipse. This is > happening when the server is trying to initialize the application. > > java.io.IOException: File > \\.\pipe\C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\JavaBridge64116.socket > not writable > at php.java.bridge.http.NPChannelFactory.test(NPChannelFactory.java:66) > at php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:131) > at > org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173) > at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993) > at > org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4420) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4733) > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799) > at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779) > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601) > at > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1079) > at > org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1002) > at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:506) > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1315) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324) > at > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:840) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) > at org.apache.catalina.core.StandardService.start(StandardService.java:525) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:754) > at org.apache.catalina.startup.Catalina.start(Catalina.java:595) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) > > any help would be much appreciated. > > Al Dispennette > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and iSCSI > Virtualization increases hardware utilization and delivers a new level of > agility. Learn what those decisions are and how to modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2011-09-07 18:20:06
|
Hello, I have just starting using javabridge because another entity of a project I'm playing with needs it. I really don't use PHP so this is all very new to me, but for the mast part I have it working. that is until I add the cURL extension to the php config. the dll's are in the correct locations and other than that I'm not sure what else to look at. I am running a standard tomcat6 install through eclipse. I used the msi file for the php and extension install. (PHP 5.2.17) Attached is the stack I get when starting the server in eclipse. This is happening when the server is trying to initialize the application. java.io.IOException: File \\.\pipe\C:\Apache_Software_Foundation\apache-tomcat-6.0.32\temp\JavaBridge64116.socket not writable at php.java.bridge.http.NPChannelFactory.test(NPChannelFactory.java:66) at php.java.servlet.fastcgi.FastCGIServlet.init(FastCGIServlet.java:131) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1173) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:993) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4420) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4733) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1079) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1002) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:506) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1315) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1061) at org.apache.catalina.core.StandardHost.start(StandardHost.java:840) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463) at org.apache.catalina.core.StandardService.start(StandardService.java:525) at org.apache.catalina.core.StandardServer.start(StandardServer.java:754) at org.apache.catalina.startup.Catalina.start(Catalina.java:595) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414) any help would be much appreciated. Al Dispennette |
From: <php...@li...> - 2011-09-05 16:43:51
|
Hi, > But I write a php program with the contents of the following [...] Please find the PHP documentation at: php.net. Regards, Jost Bökemeier |
From: <php...@li...> - 2011-09-05 12:59:25
|
Dear friends and colleagues, i will be in vacations until 6th of september. see and hear you then regards Frank |
From: <php...@li...> - 2011-09-05 12:32:21
|
Hi, I'm using java bridge for calling java in php. I installed java- bridge and I,m getting the index page by running http://localhost:8080/JavaBridge/. But I write a php program with the contents of the following <?php //require_once("http://www.epaykerala.com:8080/JavaBridge/java/Java.inc"); echo "hello1"; require_once("http://localhost:8080/JavaBridge/java/Java.inc"); $System = java("java.lang.System"); echo "hello2...."; echo $System->getProperties(); ?> When I run this by http://localhost/sample.php,i is not showing any error or any output. How can I run this?Is the code contains any error?. Please help me. I new in Java-Bridge. Thanks in Advance. -- Thanks & Regards, Dini Maniyan, Software Engineer, Volks Electronics Pvt Ltd. www.volkselectronics.com |