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
(9) |
4
(1) |
5
(6) |
6
|
|
7
(1) |
8
(2) |
9
(2) |
10
(7) |
11
(12) |
12
(8) |
13
|
|
14
(4) |
15
(3) |
16
(1) |
17
(5) |
18
(4) |
19
|
20
(2) |
|
21
(4) |
22
|
23
(2) |
24
(2) |
25
(2) |
26
(1) |
27
|
|
28
(1) |
29
(3) |
30
(9) |
31
(2) |
|
|
|
|
From: <php...@li...> - 2008-12-05 20:44:32
|
After I commented out the following:
<!-- Terminate invocable scripts when the JSP/framework request finishes
<listener>
<listener-class>php.java.servlet.RequestListener</listener-class>
</listener -->
JavaBridge got deployed successfully.
But, when I accessed it at http://localhost:7001/JavaBridge/ I am
getting NullPointerException.
PS: I am using weblogic 8.1 so I think my servlet container is 2.3
----------------------------
<Dec 5, 2008 3:36:43 PM EST> <Error> <HTTP> <BEA-101017>
<[ServletContext(id=27346679,name=JavaBridge,context-path=/JavaBridge)]
Roo
t cause of ServletException.
java.lang.NullPointerException
at java.net.URLEncoder.encode(URLEncoder.java:185)
at
php.java.bridge.http.ContextFactory.addNext(ContextFactory.java:115)
at
php.java.bridge.http.ContextFactory.<init>(ContextFactory.java:137)
at
php.java.bridge.http.SimpleContextFactory.<init>(SimpleContextFactory.ja
va:60)
at
php.java.servlet.SimpleServletContextFactory.<init>(SimpleServletContext
Factory.java:51)
at
php.java.servlet.ServletContextFactory.<init>(ServletContextFactory.java
:42)
at
php.java.servlet.ServletContextFactory.addNew(ServletContextFactory.java
:57)
at
php.java.servlet.PhpCGIServlet$CGIEnvironment.setCGIEnvironment(PhpCGISe
rvlet.java:178)
at
php.java.servlet.CGIServlet$CGIEnvironment.init(CGIServlet.java:562)
at
php.java.servlet.PhpCGIServlet.createCGIEnvironment(PhpCGIServlet.java:2
11)
at php.java.servlet.CGIServlet.handle(CGIServlet.java:395)
at php.java.servlet.PhpCGIServlet.handle(PhpCGIServlet.java:350)
at php.java.servlet.CGIServlet.doGet(CGIServlet.java:470)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
rvletStubImpl.java:1006)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java:419)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
java:315)
at
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r
un(WebAppServletContext.java:6718)
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
bject.java:321)
at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121
)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl
etContext.java:3764)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.
java:2644)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
>
-----Original Message-----
From: php...@li...
[mailto:php...@li...]
Sent: Friday, December 05, 2008 2:07 PM
To: php...@li...
Subject: Re: [Php-java-bridge-users] NoClassDefFoundError in WebLogic
Hi,
>javax/servlet/ServletRequestListener
could it be that your servlet container is old? If so, simply remove
the listener declaration from the web.xml contained in JavaBridge.war.
It is not essential.
Regards,
Jost Boekemeier
------------------------------------------------------------------------
------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you. Join us at MIX09 to
help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.
com/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2008-12-05 19:07:26
|
Hi,
>javax/servlet/ServletRequestListener
could it be that your servlet container is old? If so, simply remove the listener declaration from the web.xml contained in JavaBridge.war. It is not essential.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-12-05 19:01:06
|
Thanks Jost.
I understand what you are saying. But, I haven't done any of that. i.e I
haven't created java.ext.dirs and copied the jars (I am assuming I need
to create that dir 'cos I don't see that existing already).
The one and only step I did is trying to deploy the JavaBridge.war using
weblogic console.
If that is not sufficient and I need to create the java.ext.dirs where
should I create that? I have my WebLogic on Windows XP btw.
Also, I am using the latest bridge, downloaded yesterday.
Thanks much for your help.
-----Original Message-----
From: php...@li...
[mailto:php...@li...]
Sent: Friday, December 05, 2008 1:36 PM
To: php...@li...
Subject: Re: [Php-java-bridge-users] NoClassDefFoundError in WebLogic
Hi,
please see our FAQ entry "Why do I get a NoClassDefFoundError?", it
isn't very helpful, but it explains what went wrong.
In this particular case is was a packaging error in php-script.jar,
which contained an open reference to the servlet classes. There is not
problem with this per se, but the INSTALL.J2SE document stated that one
should copy php-script.jar to the java.ext.dirs, which leads to trouble
because the open reference cannot be resolved; the servlet classes are
loaded from a different loader by your J2EE server.
Please either remove the jar file from java.ext.dirs or copy all of your
classes to java.ext.dirs.
Since version 5.3 the documentation has been revised and the JSR223
servlet classes have been moved to the php-servlet.jar.
However, the fundamental problem that Java doesn't have a decent module
system still exists.
Regards,
Jost Boekemeier
------------------------------------------------------------------------
------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
Nevada.
The future of the web can't happen without you. Join us at MIX09 to
help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.
com/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2008-12-05 18:36:26
|
Hi,
please see our FAQ entry "Why do I get a NoClassDefFoundError?", it isn't very helpful, but it explains what went wrong.
In this particular case is was a packaging error in php-script.jar, which contained an open reference to the servlet classes. There is not problem with this per se, but the INSTALL.J2SE document stated that one should copy php-script.jar to the java.ext.dirs, which leads to trouble because the open reference cannot be resolved; the servlet classes are loaded from a different loader by your J2EE server.
Please either remove the jar file from java.ext.dirs or copy all of your classes to java.ext.dirs.
Since version 5.3 the documentation has been revised and the JSR223 servlet classes have been moved to the php-servlet.jar.
However, the fundamental problem that Java doesn't have a decent module system still exists.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-12-05 17:12:24
|
I am getting the NoClassDefFoundError in my server logs when I try to
deploy the JavaBridge.war in my WebLogic server. I looked in the mailing
list for this error and I saw 1 guy getting this in tomcat. He
re-deployed his jre and tomcat for it to work. I don't want to
re-install my weblogic. Is there any other way to get around this? I
dropped the same JavaBridge.war in tomcat webapps and it picked it up
and deployed fine. Also, I went through the README section 'Java
Platform Issues' and I don't think it helps me. Are there more steps to
follow to deploy JavaBridge in WebLogic?
Any help is greatly appreciated.
<Dec 5, 2008 11:46:49 AM EST> <Warning> <Deployer> <BEA-149004>
<Failures were detected while initiating Deploy task for application
JavaBridge.>
<Dec 5, 2008 11:46:49 AM EST> <Error> <Deployer> <BEA-149201> <Failed to
complete the deployment task with ID 0 for the application
JavaBridge.
java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at
weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericCla
ssLoader.java:480)
at
weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoa
der.java:182)
at
weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAware
ClassLoader.java:61)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at
weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoa
der.java:224)
at
weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAware
ClassLoader.java:41)
at
weblogic.servlet.internal.WebAppServletContext.loadClass(WebAppServletCo
ntext.java:5868)
at
weblogic.servlet.internal.WebAppServletContext.registerEventListener(Web
AppServletContext.java:2882)
at
weblogic.servlet.internal.WebAppServletContext.activateFromDescriptors(W
ebAppServletContext.java:2426)
at
weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletCon
text.java:5904)
at
weblogic.servlet.internal.WebAppServletContext.setActive(WebAppServletCo
ntext.java:5882)
at
weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:834)
at
weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationCon
tainer.java:3315)
at
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer
.java:2194)
at
weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer
.java:2167)
at
weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.act
ivateContainer(SlaveDeployer.java:2503)
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(Sla
veDeployer.java:2421)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer
.java:2138)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(Slav
eDeployer.java:2237)
at
weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeploye
r.java:2132)
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(Slav
eDeployer.java:2384)
at
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveD
eployer.java:866)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeploye
r.java:594)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeploy
er.java:508)
at
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandle
r.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
--------------- nested within: ------------------
weblogic.management.ManagementException: - with nested exception:
[java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener]
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(Slav
eDeployer.java:2396)
at
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveD
eployer.java:866)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeploye
r.java:594)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeploy
er.java:508)
at
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandle
r.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
>
|
|
From: <php...@li...> - 2008-12-05 16:57:39
|
Hello! Depending on your $analyzer, the MultiFieldQueryParser may not do what you expect it to do. See here http://mail-archives.apache.org/mod_mbox/lucene-java-user/200409.mbox/%3C04Sep7.180551pdt.%2258612%22...@sy...%3E Peter |