[opencms-dev] help

Frank Mortier f.mortier at dumonsablonlaw.be
Fri Jun 20 08:57:02 CEST 2003


please unscribe me.
Thanks

> -----Oorspronkelijk bericht-----
> Van:	opencms-dev-request at opencms.org [SMTP:opencms-dev-request at opencms.org]
> Verzonden:	donderdag 19 juni 2003 17:48
> Aan:	opencms-dev at opencms.org
> Onderwerp:	opencms-dev digest, Vol 1 #187 - 11 msgs
> 
> Send opencms-dev mailing list submissions to
> 	opencms-dev at opencms.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mail.opencms.org/mailman/listinfo/opencms-dev
> or, via email, send a message with subject or body 'help' to
> 	opencms-dev-request at opencms.org
> 
> You can reach the person managing the list at
> 	opencms-dev-admin at opencms.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of opencms-dev digest..."
> 
> 
> Today's Topics:
> 
>    1. Invalid argument value: Duplicate entry '/' for key 2 (Roland Ribi)
>    2. new project question (Bryan LaPlante)
>    3. System.err.println ????? (Pierre Tissot)
>    4. Offline mode? (Massimo Gastaldello)
>    5. Re: Offline mode? (Stephan Hartmann)
>    6. Re: System.err.println ????? (Stephan Hartmann)
>    7. documentation & user manual (umapathy.ramprakash at bpm.it)
>    8. R: [opencms-dev] Offline mode? (Massimo Gastaldello)
>    9. RE: documentation & user manual (david.van_den_brande at the-ecorp.com)
>   10. Change URL?! (umapathy.ramprakash at bpm.it)
>   11. servlet exception (monica qualunque)
> 
> --__--__--
> 
> Message: 1
> From: "Roland Ribi" <roland.ribi at gmx.ch>
> To: <opencms-dev at opencms.org>
> Date: Thu, 19 Jun 2003 13:12:54 +0200
> Subject: [opencms-dev] Invalid argument value: Duplicate entry '/' for key 2
> Reply-To: opencms-dev at opencms.org
> 
> Hi
> 
> I have the following error when I try to install OpenCMS 5.0.0 on the
> server of my ISP.
> 
> They have Tomcat 4.1.24, IBM-JDK 1.4 and MySQL Version: 4.0.13-log
> 
> 
> Can anyone help me?
> 
> I allready installed the newer JDBC-Driver for MySQL. The following
> stacktrace comes from the import of the workspace. 
> The setup part before the import works fine.
> 
> 
> 
> 87:		at
> com.opencms.boot.CmsSetupThread.run(CmsSetupThread.java:83)
> 86:		at com.opencms.boot.CmsMain.startSetup(CmsMain.java:120)
> 85:		at com.opencms.boot.CmsMain.begin(CmsMain.java:164)
> 84:		at java.lang.reflect.Method.invoke(Method.java(Compiled
> Code))
> 83:		at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
> Impl.java(Compiled Code))
> 82:		at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown
> Source)
> 81:		at com.opencms.core.CmsShell.commands(CmsShell.java:177)
> 80:		at
> com.opencms.core.CmsShellCommands.<init>(CmsShellCommands.java:78)
> 79:	java.lang.NullPointerException
> 78:	
> 77:	>>>	at
> com.opencms.boot.CmsSetupThread.run(CmsSetupThread.java:83)
> 76:	>>>	at com.opencms.boot.CmsMain.startSetup(CmsMain.java:120)
> 75:	>>>	at com.opencms.boot.CmsMain.begin(CmsMain.java:155)
> 74:	>>>	at java.lang.Class.newInstance(Class.java(Compiled
> Code))
> 73:	>>>	at java.lang.Class.newInstance0(Class.java(Compiled
> Code))
> 72:	>>>	at
> java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled
> Code))
> 71:	>>>	at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
> tructorAccessorImpl.java(Compiled Code))
> 70:	>>>	at
> sun.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
> 69:	>>>	at com.opencms.core.CmsShell.<init>(CmsShell.java:114)
> 68:	>>>	at com.opencms.core.OpenCms.<init>(OpenCms.java:255)
> 67:	>>>	at
> com.opencms.file.CmsRbManager.init(CmsRbManager.java:88)
> 66:	>>>	at
> com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.jav
> a:4182)
> 65:	>>>	at
> com.opencms.file.mySql.CmsResourceBroker.createDbAccess(CmsResourceBroke
> r.java:62)
> 64:	>>>	at
> com.opencms.file.mySql.CmsDbAccess.<init>(CmsDbAccess.java:125)
> 63:	>>>	at
> com.opencms.file.genericSql.CmsDbAccess.<init>(CmsDbAccess.java:300)
> 62:	>>>	at
> com.opencms.file.mySql.CmsDbAccess.fillDefaults(CmsDbAccess.java:603)> 
> 61:	>>>	at
> com.opencms.file.genericSql.CmsDbAccess.createFolder(CmsDbAccess.java:11
> 63)
> 60:	>>>	at
> com.opencms.dbpool.CmsPreparedStatement.executeUpdate(CmsPreparedStateme
> nt.java(Compiled Code))
> 59:	>>>	at
> com.mysql.jdbc.PreparedStatement.executeUpdate(Unknown Source)
> 58:	>>>	at
> com.mysql.jdbc.PreparedStatement.executeUpdate(Unknown Source)
> 57:	>>>	at com.mysql.jdbc.Connection.execSQL(Unknown Source)
> 56:	>>>	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(Unknown Source)
> 55:	>>>	at com.mysql.jdbc.MysqlIO.sendCommand(Unknown Source)
> 54:	>>>java.sql.SQLException: Invalid argument value: Duplicate
> entry '/' for key 2
> 53:	>>>Root cause:
> 52:	>>>-----------
> 51:	>>	at
> com.opencms.boot.CmsSetupThread.run(CmsSetupThread.java:83)
> 50:	>>	at com.opencms.boot.CmsMain.startSetup(CmsMain.java:120)
> 49:	>>	at com.opencms.boot.CmsMain.begin(CmsMain.java:155)
> 48:	>>	at java.lang.Class.newInstance(Class.java(Compiled
> Code))
> 47:	>>	at java.lang.Class.newInstance0(Class.java(Compiled
> Code))
> 46:	>>	at
> java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled
> Code))
> 45:	>>	at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
> tructorAccessorImpl.java(Compiled Code))
> 44:	>>	at
> sun.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
> 43:	>>	at com.opencms.core.CmsShell.<init>(CmsShell.java:114)
> 42:	>>	at com.opencms.core.OpenCms.<init>(OpenCms.java:255)
> 41:	>>	at
> com.opencms.file.CmsRbManager.init(CmsRbManager.java:88)
> 40:	>>	at
> com.opencms.file.genericSql.CmsResourceBroker.init(CmsResourceBroker.jav
> a:4182)
> 39:	>>	at
> com.opencms.file.mySql.CmsResourceBroker.createDbAccess(CmsResourceBroke
> r.java:62)
> 38:	>>	at
> com.opencms.file.mySql.CmsDbAccess.<init>(CmsDbAccess.java:125)
> 37:	>>	at
> com.opencms.file.genericSql.CmsDbAccess.<init>(CmsDbAccess.java:300)
> 36:	>>	at
> com.opencms.file.mySql.CmsDbAccess.fillDefaults(CmsDbAccess.java:603)
> 35:	>>	at
> com.opencms.file.genericSql.CmsDbAccess.createFolder(CmsDbAccess.java:11
> 65)
> 34:	>>root cause was java.sql.SQLException: Invalid argument value:
> Duplicate entry '/' for key 2
> 33:	>>com.opencms.core.CmsException: 4 Sql exception. Detailed
> error: [com.opencms.file.mySql.CmsDbAccess] Invalid argument value:
> Duplicate entry '/' for key 2. 
> 32:	>>Root cause:
> 31:	>>-----------
> 30:	>	at
> com.opencms.boot.CmsSetupThread.run(CmsSetupThread.java:83)
> 29:	>	at com.opencms.boot.CmsMain.startSetup(CmsMain.java:120)
> 28:	>	at com.opencms.boot.CmsMain.begin(CmsMain.java:155)
> 27:	>	at java.lang.Class.newInstance(Class.java(Compiled
> Code))
> 26:	>	at java.lang.Class.newInstance0(Class.java(Compiled
> Code))
> 25:	>	at
> java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled
> Code))
> 24:	>	at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
> tructorAccessorImpl.java(Compiled Code))
> 23:	>	at
> sun.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
> 22:	>	at com.opencms.core.CmsShell.<init>(CmsShell.java:114)
> 21:	>	at com.opencms.core.OpenCms.<init>(OpenCms.java:255)
> 20:	>	at
> com.opencms.file.CmsRbManager.init(CmsRbManager.java:100)
> 19:	>root cause was java.sql.SQLException: Invalid argument value:
> Duplicate entry '/' for key 2
> 18:	>root cause was com.opencms.core.CmsException: 4 Sql exception.
> Detailed error: [com.opencms.file.mySql.CmsDbAccess] Invalid argument
> value: Duplicate entry '/' for key 2. 
> 17:	>com.opencms.core.CmsException: 33 Resourcebroker-init error.
> Detailed error: Critical error while loading resourcebroker. 
> 16:	>Root cause:
> 15:	>-----------
> 14:		at
> com.opencms.boot.CmsSetupThread.run(CmsSetupThread.java:83)
> 13:		at com.opencms.boot.CmsMain.startSetup(CmsMain.java:120)
> 12:		at com.opencms.boot.CmsMain.begin(CmsMain.java:155)
> 11:		at java.lang.Class.newInstance(Class.java(Compiled
> Code))> 
> 10:		at java.lang.Class.newInstance0(Class.java(Compiled
> Code))
> 9:		at
> java.lang.reflect.Constructor.newInstance(Constructor.java(Compiled
> Code))
> 8:		at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
> tructorAccessorImpl.java(Compiled Code))
> 7:		at
> sun.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
> 6:		at com.opencms.core.CmsShell.<init>(CmsShell.java:114)
> 5:		at com.opencms.core.OpenCms.<init>(OpenCms.java:259)
> 4:	root cause was java.sql.SQLException: Invalid argument value:
> Duplicate entry '/' for key 2
> 3:	root cause was com.opencms.core.CmsException: 4 Sql exception.
> Detailed error: [com.opencms.file.mySql.CmsDbAccess] Invalid argument
> value: Duplicate entry '/' for key 2. 
> 2:	root cause was com.opencms.core.CmsException: 33
> Resourcebroker-init error. Detailed error: Critical error while loading
> resourcebroker. 
> 1:	com.opencms.core.CmsException: 33 Resourcebroker-init error.
> Detailed error: Database init failed. 
> 0:	%%% props:
> /home/fcgrotkreuz.ch/htdocs/opencms/WEB-INF/config/opencms.properties
> 
> 
> Gruss
> 
> Roland Ribi
> 
> mailto:roland.ribi at gmx.ch 
> 
> 
> 
> --__--__--
> 
> Message: 2
> From: "Bryan LaPlante" <blaplante at netwebapps.com>
> To: <opencms-dev at opencms.org>
> Date: Thu, 19 Jun 2003 06:20:38 -0500
> Subject: [opencms-dev] new project question
> Reply-To: opencms-dev at opencms.org
> 
> After reading most all of the documentation I just need to confirm that I am
> thinking in the right direction.
> 
> To create a new web site I will essentially be creating a module is that
> right. In that module I will create a master template in the form of an
> index.html page under the templates directory of my new module and then
> create my site design templates under a folder called jsptemplates.
> 
> If I am right about the above I will be creating a new project based on the
> directory structure created above. I started to create a project declaring a
> folder that did not exist in any module and got an error, so that leads me
> to believe that the above mentioned is true.
> 
> I have not been able to find info in the docs or demos as to how I can run
> my new web site while hiding the fact that I am using opencms, in other
> words I want to run http://www.mydomain.com/ and have that open
> http://www.mydomain.com/opencms/opencms/mymodule/index.html is this
> possible?
> 
> Thanks for everyone's help in the past and as I get more experience with
> opencms I hope I can be of assistance to others.
> 
> Bryan LaPlante
> 
> 
> --__--__--
> 
> Message: 3
> From: Pierre Tissot <Pierre.Tissot at cern.ch>
> Organization: CERN
> To: opencms-dev at opencms.org
> Date: Thu, 19 Jun 2003 14:11:11 +0200
> Subject: [opencms-dev] System.err.println ?????
> Reply-To: opencms-dev at opencms.org
> 
> Hi:
> 
> Sorry for this question....but when you put a this line in the code 
> System.err.println("Enter ");
> Where this line is printed? in the page? in a log file? in my cellphone? Is 
> this the better way to debug?
> 
> best regards
> Pierre Tissot
> 
> 
> 
> --__--__--
> 
> Message: 4
> Date: Thu, 19 Jun 2003 14:17:38 +0200
> From: "Massimo Gastaldello" <m.gastaldello at antidegroup.com>
> To: <opencms-dev at opencms.org>
> Subject: [opencms-dev] Offline mode?
> Reply-To: opencms-dev at opencms.org
> 
> 
>   Hi everyone,
> 
>   The "offline" mode in the project popup is missed.
>   Now there's just the "online" mode.  =20
>   I can't understand what's happened.
> 
>     Any idea to fix it? And why that?
> 
> 
>    Thanks in advance
> 
> --__--__--
> 
> Message: 5
> Subject: Re: [opencms-dev] Offline mode?
> From: Stephan Hartmann <beffe at beffe.de>
> To: opencms-dev at opencms.org
> Date: 19 Jun 2003 14:30:57 +0200
> Reply-To: opencms-dev at opencms.org
> 
> you may have deleted your offline project in the project management
> 
> 
> Am Don, 2003-06-19 um 14.17 schrieb Massimo Gastaldello:
> > 
> >   Hi everyone,
> > 
> >   The "offline" mode in the project popup is missed.> 
> >   Now there's just the "online" mode.   
> >   I can't understand what's happened.
> > 
> >     Any idea to fix it? And why that?
> > 
> > 
> >    Thanks in advance
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please visit
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> 
> 
> --__--__--
> 
> Message: 6
> Subject: Re: [opencms-dev] System.err.println ?????
> From: Stephan Hartmann <beffe at beffe.de>
> To: opencms-dev at opencms.org
> Date: 19 Jun 2003 14:52:23 +0200
> Reply-To: opencms-dev at opencms.org
> 
> It goes either to the console window of tomcat or into a logfile
> $TOMCAT_HOME/logs/catalina.out
> 
> bye,
> Stephan
> 
> 
> Am Don, 2003-06-19 um 14.11 schrieb Pierre Tissot:
> > Hi:
> > 
> > Sorry for this question....but when you put a this line in the code 
> > System.err.println("Enter ");
> > Where this line is printed? in the page? in a log file? in my cellphone? Is 
> > this the better way to debug?
> > 
> > best regards
> > Pierre Tissot
> > 
> > 
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please visit
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> 
> 
> --__--__--
> 
> Message: 7
> To: opencms-dev at opencms.org
> From: umapathy.ramprakash at bpm.it
> Date: Thu, 19 Jun 2003 14:49:48 +0200
> Subject: [opencms-dev] documentation & user manual
> Reply-To: opencms-dev at opencms.org
> 
> 
> 
> 
> Hi,
> 
> Where can I find out the user manual and documentation for opencms? I'm=
>  a
> opencms new bee (also 2 java technology) and it could helpful where can=
>  I
> find can find useful case study in implementing opencms
> 
> Thanks,
> Ram
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________________________________=
> __________________________
> Le informazioni contenute =A0in questa =A0comunicazione =A0sono riserva=
> te e
> destinate esclusivamente alla/e persona/e o
> all'ente/i sopra indicati. E' vietato ai soggetti diversi dai destinata=
> ri
> qualsiasi uso, copia, diffusione di quanto in esso
> contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi della Legge 675=
> /96.
> Se questa =A0 =A0comunicazione =A0Vi e' pervenuta
> per errore, Vi preghiamo di rispondere a questa mail e successivamente
> cancellarla dal Vostro sistema.
> _______________________________________________________________________=
> __________________________
> 
> =
> 
> 
> 
> --__--__--
> 
> Message: 8
> Subject: R: [opencms-dev] Offline mode?
> Date: Thu, 19 Jun 2003 14:58:43 +0200
> From: "Massimo Gastaldello" <m.gastaldello at antidegroup.com>
> To: <opencms-dev at opencms.org>
> Reply-To: opencms-dev at opencms.org
> 
> 
>  I think so too,
>  but I tried to rebuild the "offline" project but I don't know how.
>  Any suggest ?
> 
>  Many Tnx=20
> 
> 
> -----Messaggio originale-----
> Da: Stephan Hartmann [mailto:beffe at beffe.de]=20
> Inviato: gioved=EC 19 giugno 2003 14.31
> A: opencms-dev at opencms.org
> Oggetto: Re: [opencms-dev] Offline mode?
> 
> 
> you may have deleted your offline project in the project management
> 
> 
> Am Don, 2003-06-19 um 14.17 schrieb Massimo Gastaldello:
> >=20
> >   Hi everyone,
> >=20
> >   The "offline" mode in the project popup is missed.
> >   Now there's just the "online" mode.  =20
> >   I can't understand what's happened.
> >=20
> >     Any idea to fix it? And why that?
> >=20
> >=20
> >    Thanks in advance _______________________________________________
> > This mail is send to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please =
> visit
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list> 
> To change your list options, or to unsubscribe from the list, please =
> visit http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> --__--__--
> 
> Message: 9
> From: david.van_den_brande at the-ecorp.com
> To: opencms-dev at opencms.org
> Subject: RE: [opencms-dev] documentation & user manual
> Date: Thu, 19 Jun 2003 15:05:22 +0200
> Reply-To: opencms-dev at opencms.org
> 
> www.opencms.org
> 
> -----Original Message-----
> From: umapathy.ramprakash at bpm.it [mailto:umapathy.ramprakash at bpm.it]
> Sent: donderdag 19 juni 2003 14:50
> To: opencms-dev at opencms.org
> Subject: [opencms-dev] documentation & user manual
> 
> 
> 
> 
> 
> Hi,
> 
> Where can I find out the user manual and documentation for opencms? I'm =
> a
> opencms new bee (also 2 java technology) and it could helpful where can =
> I
> find can find useful case study in implementing opencms
> 
> Thanks,
> Ram
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ________________________________________________________________________=
> ____
> _____________________
> Le informazioni contenute =A0in questa =A0comunicazione =A0sono =
> riservate e
> destinate esclusivamente alla/e persona/e o
> all'ente/i sopra indicati. E' vietato ai soggetti diversi dai =
> destinatari
> qualsiasi uso, copia, diffusione di quanto in esso
> contenuto sia ai sensi dell'art. 616 c.p., sia ai sensi della Legge =
> 675/96.
> Se questa =A0 =A0comunicazione =A0Vi e' pervenuta
> per errore, Vi preghiamo di rispondere a questa mail e successivamente
> cancellarla dal Vostro sistema.
> ________________________________________________________________________=
> ____
> _____________________
> 
> 
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please =
> visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> --__--__--
> 
> Message: 10
> To: opencms-dev at opencms.org
> From: umapathy.ramprakash at bpm.it
> Date: Thu, 19 Jun 2003 16:24:07 +0200
> Subject: [opencms-dev] Change URL?!
> Reply-To: opencms-dev at opencms.org
> 
> 
> 
> 
> Hi,
> 
> Is it possible to the URL
> http://myserver/opencms/opencms/release/myprojectname to
> http://myserver/myprojectname?
> 
> TIA,
> Holysmoke
> 
> 
> 
> 
> 
> --__--__--
> 
> Message: 11
> From: "monica qualunque" <mo1111_p at hotmail.com>
> To: opencms-dev at opencms.org
> Date: Thu, 19 Jun 2003 15:34:57 +0000
> Subject: [opencms-dev] servlet exception
> Reply-To: opencms-dev at opencms.org
> 
> Hi List,
> 
> I made a small web application. This is the structure:
> /Application/Counter/index.html
> /Application/Counter/JSPWithCounter.jsp
> /Application/Counter/WEB-INF/web.xml
> /Application/Counter/WEB-INF/classes/jspclass/JSPWithCounterBean.class
> I haven't create module or template
> 
> When I tried to see it in my browser (only with Tomcat 4.1.24) it's ok,
> but when i tried to see it in OpenCMS I've got this message.
> 
> 
> javax.servlet.ServletException: Resource loader error in file 
> '/Application/Counter/JSPWithCounter.jsp'
> 
> Root cause:
> org.apache.jasper.JasperException: jspclass.JSPWithCounterBean
> at 
> org.apache.jasper.compiler.BeanRepository.getBeanType(BeanRepository.java:183)
> at 
> org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:692)
> at org.apache.jasper.compiler.Node$GetProperty.accept(Node.java:552)
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:1028)
> at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:1070)
> at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:1076)
> at org.apache.jasper.compiler.Node$Root.accept(Node.java:232)
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:1028)
> at org.apache.jasper.compiler.Generator.generate(Generator.java:1917)
> at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:242)
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:369)> 
> at 
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:473)
> at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:190)
> at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
> at 
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:575)
> at 
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:498)
> at 
> com.opencms.flex.cache.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:180)
> at com.opencms.flex.CmsJspLoader.service(CmsJspLoader.java:955)
> at 
> com.opencms.flex.cache.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:268)
> at com.opencms.flex.CmsJspLoader.load(CmsJspLoader.java:567)
> at com.opencms.flex.CmsJspLoader.initlaunch(CmsJspLoader.java:235)
> at com.opencms.core.OpenCms.showResource(OpenCms.java:956)
> at com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:310)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
> 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.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> 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.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)
> 
> --------------- End of root cause.
> 
> at com.opencms.flex.CmsJspLoader.service(CmsJspLoader.java:962)
> at 
> com.opencms.flex.cache.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:268)
> at com.opencms.flex.CmsJspLoader.load(CmsJspLoader.java:567)
> at com.opencms.flex.CmsJspLoader.initlaunch(CmsJspLoader.java:235)
> at com.opencms.core.OpenCms.showResource(OpenCms.java:956)
> at com.opencms.core.OpenCmsHttpServlet.doGet(OpenCmsHttpServlet.java:310)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
> 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.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> 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.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)
> 
> This is JSPWithCounter.jsp:
> 
> <html>
> <head>
> <jsp:useBean id="jSPWithCounterBeanId" scope="session" 
> class="jsptutorial.JSPWithCounterBean" />
> <jsp:setProperty name="jSPWithCounterBeanId" property="*" />
> 
> <form method="post">
> <br>Enter new value : <input name="sample"><br>
> <br><br>
> <input type="submit" name="Submit" value="Submit">
> <input type="reset" value="Reset">
> <br>
> 
> Value of Bean property is :
> <jsp:getProperty name="jSPWithCounterBeanId" property="sample" />
> <p> <%=jSPWithCounterBeanId.count()%> </p>> 
> </head>
> </body>
> </html>
> 
> Can anyone help?
> Thank in advance
> 
> Monica
> 
> _________________________________________________________________
> Chiacchiera in tempo reale solo con chi vuoi tu! 
> http://www.msn.it/messenger/
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit 
> http://mail.opencms.org/mailman/listinfo/opencms-dev
> 
> End of opencms-dev Digest

Frank Mortier
f.mortier at dumonsablonlaw.be
Dumon, Sablon & Vanheeswijck
Verenigingstraat 57/59 Rue de l'association
1000 Brussel/1000 Bruxelles

DISCLAIMER -The content of this email is confidential and it is intended for the addressee(s) only. The person who receives this email and who is not the addressee is warned that he is not allowed to copy or distribute its content. If you received this email by mistake, please notify us immediately by telephoning +32 (2) 736 59 90. 

Les informations contenues dans cet e-mail sont confidentielles et destinées à l'usage exclusif du(des) destinataire(s). La personne qui reçoit cet e-mail et qui n'en n'est pas le destinataire est avisée qu'il est interdit d'en divulguer ou d'en reproduire le contenu. Si vous avez reçu cette communication par erreur, nous vous saurions gré de nous le faire connaître par téléphone +32 (2) 736 59 90. 

De inhoud van deze e-mail is vertrouwelijk en is uitsluitend bestemd voor de bestemmeling(en). De persoon die deze e-mail ontvangt, wordt erop gewezen dat het verboden is de inhoud ervan te kopieren of te verspreiden. Indien U dit bericht bij vergissing heeft ontvangen, verzoeken wij U ons hiervan onmiddellijk op de hoogte te brengen per telefoon +32 (2) 736 59 90.




More information about the opencms-dev mailing list