[opencms-dev] RE: opencms-dev digest, Vol 1 #440 - 11 msgs

Shrinivas Alageri shrinivas at capsilon.com
Wed Sep 17 13:47:01 CEST 2003



-----Original Message-----
From: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org]On Behalf Of
opencms-dev-request at opencms.org
Sent: Tuesday, September 16, 2003 3:30 PM
To: opencms-dev at opencms.org
Subject: opencms-dev digest, Vol 1 #440 - 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. Problem installing w/IIs and MSSQL2000 (mcyr at maine.edu)
   2. Cannot install org.opencms.website-demo_1.0.zip (Fernandes, Rui)
   3. noob searching for a point to start from (Erik Itter)
   4. Re: FAQ module (Srikanth Addala)
   5. Re: Umlaut character problems (Marius Popa Adrian)
   6. Dificulties importing module (jbellina at fys.com.ar)
   7. Re: FAQ module (Rene Hinojosa)
   8. Re: Dificulties importing module (Erik Itter)
   9. Form-Based Editing of Content Items (Ethan Goldstine)
  10. Re: Umlaut character problems (=?iso-8859-1?q?A.=20Schirmacher?=)
  11. Publishing project from outside---Urgent (opencms queries)

--__--__--

Message: 1
Date: Mon, 15 Sep 2003 13:27:36 -0400
From: mcyr at maine.edu
To: opencms-dev at opencms.org
Subject: [opencms-dev] Problem installing w/IIs and MSSQL2000
Reply-To: opencms-dev at opencms.org

Hi,

Don't know if this is a bug or operator error but here's what happenned to
me
when trying to install OpenCMS this weekend on a W2K server with IIs and
MSSQL2000 (on another server on the same subnet)

After getting java1.4 installed and the microsoft jdbc driver, I edited the
opencms file to replace the merant driver reference with microsoft reference
(as noted in some other posts here).  Also I replaced the query.properties
file
in the opencms.war archive with the one posted here recently (in the mssql
directory.. yes I think I got the path right).

I was then able to run ocsetup.  The db and tables get created.  I select to
import the workspace.  The installation completed and appeared to go well
but I
noticed the following SQL error (about 2000 lines in)

2101:	[mssql.CmsDbAccess] Destroyed
2100:	[com.opencms.dbpool.CmsPool] mssql: destroyed
2099:	[com.opencms.dbpool.CmsPool] mssqlbackup: destroyed
2098:	[com.opencms.dbpool.CmsPool] mssqlonline: destroyed
2097:	[CmsCronScheduler] Destroyed
2096:	{Admin at Online}> exit
2095:	[FlexCache] Complete cache cleared - clear() called
2094:	------ .. filesystem link check finished
2093:	------ Checking filesystem links ...
2092:	[com.opencms.file.CmsObject.publishProject()/2] Vector was null or
empty
2091:	[com.opencms.file.CmsObject.publishProject()/2] User: [User]:Admin ,
Id=2
, flags=0 , type=0 :the admin-user
2090:	[com.opencms.file.CmsObject.publishProject()/2] Project:6 Time:Mon Sep
15
13:11:01 EDT 2003
2089:	root cause was java.sql.SQLException: [Microsoft][SQLServer 2000
Driver
for JDBC][SQLServer]Violation of UNIQUE KEY constraint
'UQ__CMS_BACKUP_RESOU__1CF15040'. Cannot insert duplicate key in object
'CMS_BACKUP_RESOURCES'.
2088:	[com.opencms.file.CmsObject.publishProject()/1] Exception:
com.opencms.core.CmsException: 4 Sql exception. Detailed error:
[com.opencms.file.mssql.CmsDbAccess] [Microsoft][SQLServer 2000 Driver for
JDBC][SQLServer]Violation of UNIQUE KEY constraint
'UQ__CMS_BACKUP_RESOU__1CF15040'. Cannot insert duplicate key in object
'CMS_BACKUP_RESOURCES'..
2087:	[com.opencms.file.CmsObject.publishProject()/1] User: [User]:Admin ,
Id=2
, flags=0 , type=0 :the admin-user
2086:	[com.opencms.file.CmsObject.publishProject()/1] Project:6 Time:Mon Sep
15
13:11:01 EDT 2003
2085:	Publishing /system/bodies/release/
2084:	Publishing /system/bodies/release/



At that point I click to continue in ocsetup and the link from the next page
to
"opencms" did not work; ie., returned a 404 error.
http://localhost:81/opencms/opencms/index.jsp

However, the management applet runs:
http://localhost:81/opencms/opencms/system/login

and I am able to login as admin.  However, the "release" folder is empty.


Questions:

1. Does the sql error during ocsetup matter?
2. If not, is there some other reason I don't see anything in "release"
folder?


Mike Cyr
mcyr at maine.edu


--

--__--__--

Message: 2
From: "Fernandes, Rui" <Rui.Fernandes at parexel.com>
To: "'opencms-dev at opencms.org'" <opencms-dev at opencms.org>
Date: Mon, 15 Sep 2003 15:01:52 -0400
Subject: [opencms-dev] Cannot install org.opencms.website-demo_1.0.zip
Reply-To: opencms-dev at opencms.org

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C37BBB.D3075600
Content-Type: text/plain;
	charset="iso-8859-1"

Hi,

I have been trying to install the org.opencms.website-demo_1.0.zip using the
Administration interface and it always crashes. the error message begins
with:
com.opencms.core.CmsException: 34 Registry error. Detailed error: Could not
check the dependencies.
	root cause was java.lang.NumberFormatException: For input string:
"1.0"
		at
com.opencms.file.CmsRegistry.checkDependencies(CmsRegistry.java:210)
		at
com.opencms.file.CmsRegistry.importCheckDependencies(CmsRegistry.java:1626)
...
I imported "OpenCms 5.0 opencms.org templates" and that installation went
well.
I am running WindowsXP and MySQL and the Sun Java SDK (j2sdk1.4.1_05)
I just finished installing all the components for opencms and things seem to
go smoothly until now.  Any suggestions for correcting the problem?  Or is
there something else that I can deploy to make sure that openCMS is working
on my system?

TIA,
-Rui


------_=_NextPart_001_01C37BBB.D3075600
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>Cannot install org.opencms.website-demo_1.0.zip</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Hi,</FONT>
</P>

<P><FONT SIZE=3D2>I have been trying to install the =
org.opencms.website-demo_1.0.zip using the Administration interface and =
it always crashes. the error message begins with:</FONT></P>

<P><FONT SIZE=3D2>com.opencms.core.CmsException: 34 Registry error. =
Detailed error: Could not check the dependencies. </FONT>
<BR>        <FONT SIZE=3D2>root =
cause was java.lang.NumberFormatException: For input string: =
"1.0"</FONT>
<BR>        =
        <FONT SIZE=3D2>at =
com.opencms.file.CmsRegistry.checkDependencies(CmsRegistry.java:210)</FO=
NT>
<BR>        =
        <FONT SIZE=3D2>at =
com.opencms.file.CmsRegistry.importCheckDependencies(CmsRegistry.java:16=
26)</FONT>
<BR><FONT SIZE=3D2>...</FONT>
<BR><FONT SIZE=3D2>I imported "OpenCms 5.0 opencms.org =
templates" and that installation went well.</FONT>
<BR><FONT SIZE=3D2>I am running WindowsXP and MySQL and the Sun Java =
SDK (j2sdk1.4.1_05)</FONT>
<BR><FONT SIZE=3D2>I just finished installing all the components for =
opencms and things seem to go smoothly until now.  Any suggestions =
for correcting the problem?  Or is there something else that I can =
deploy to make sure that openCMS is working on my system?</FONT></P>

<P><FONT SIZE=3D2>TIA,</FONT>
<BR><FONT SIZE=3D2>-Rui</FONT>
<BR>       =20
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C37BBB.D3075600--

--__--__--

Message: 3
From: erik.itter at t-online.de (Erik Itter)
To: <opencms-dev at opencms.org>
Date: Mon, 15 Sep 2003 21:44:28 +0200
Subject: [opencms-dev] noob searching for a point to start from
Reply-To: opencms-dev at opencms.org

Hi,

I am just starting with opencms and want to build/operate a dynamic website
with it. I want to have
the usual features like dynamic menu and news with the latest news shown on
the start page plus
forums.

Anyone having something like a tutorial leading that direction?

Or anything going further than the basic documentation at all?

The content will be provided by people without any computer experience so i
ll need to write JSPs
for the authors but i have no idea how such projects are usually realized
using opencms...

I am experienced with Java/Servlets/JSP/XML and that stuff so anyone willing
to help can use
technical language, thx

any kind of advice welcome


--__--__--

Message: 4
Date: Mon, 15 Sep 2003 14:54:02 -0500
From: "Srikanth Addala" <SAddala at ifmc.org>
To: <opencms-dev at opencms.org>
Subject: Re: [opencms-dev] FAQ module
Reply-To: opencms-dev at opencms.org

Hi Rene,
How are you doing? My name is Sri Addala. I am in the process of
evaluating OpenCMS for a web site we work on. We have a few custom
content types so we will end of up writing lot of Content Definitions (I
am experienced with a few other content management systems) since I am
starting new on OpenCMS, it would be great help for me to take a look at
some code and learn. I was wondering if you are willing to share the FAQ
module source code with me and any other code or ideas in learning to
write our own content definitions and back office modules and templates
etc. Please let me know.

What type of web site do you work on using OpenCMS? just curious.

Thank You,
Sri Addala.




--__--__--

Message: 5
Date: Mon, 15 Sep 2003 23:03:31 +0300
From: Marius Popa Adrian <mapopa at reea.net>
To: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Umlaut character problems
Reply-To: opencms-dev at opencms.org

On Mon, 15 Sep 2003 12:00:04 +0100
"Petr Hollay" <ph at ethikom.de> wrote:

>
> we have this problem on JDK 1.4.2 on Suse Linux 8.0, but JDK 1.4.1_0x is
> working correctly.

Yep the jdk 1.4.2 is the problem , jdk 1.4.1_0x series works ok .

--__--__--

Message: 6
To: opencms-dev at opencms.org
From: jbellina at fys.com.ar
Date: Mon, 15 Sep 2003 18:43:16 -0300
Subject: [opencms-dev] Dificulties importing module
Reply-To: opencms-dev at opencms.org

This is a multipart message in MIME format.
--=_alternative 0074CFE203256DA2_=
Content-Type: text/plain; charset="US-ASCII"

Hi,

I have some problems importing the documentation from the alkalon website.
Can anybody help by telling me any suggestion or instruction?
This is the error message:

Importing module ... com.alkacon.documentation.examples-flex-1
Exception com.opencms.core.CmsException: 34 Registry error. Detailed
error: the dependencies for the module are not fulfilled..
at com.opencms.file.CmsRegistry.importModule(CmsRegistry.java:1844)
at
com.opencms.workplace.CmsAdminModuleImportThread.run(CmsAdminModuleImportThr
ead.java:110)

The file I want to import is -->>
com.alkacon.documentation.examples-flex-1_1.0.zip

In addition, I need some documentation about how to build a website "from
cero" using opencms.
Any help would be appreciated.
Thank you,

Juan
--=_alternative 0074CFE203256DA2_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Hi, </font>
<br>
<br><font size=2 face="sans-serif">I have some problems importing the
documentation
from the alkalon website.</font>
<br><font size=2 face="sans-serif">Can anybody help by telling me any
suggestion
or instruction?</font>
<br><font size=2 face="sans-serif">This is the error message:</font>
<br>
<br><font size=2 color=#000099><b>Importing module ...
<i>com.alkacon.documentation.examples-flex-1</i></b></font><font size=2
color=#990000><br>
Exception com.opencms.core.CmsException: 34 Registry error. Detailed error:
the dependencies for the module are not fulfilled.. <br>
at com.opencms.file.CmsRegistry.importModule(CmsRegistry.java:1844)<br>
at
com.opencms.workplace.CmsAdminModuleImportThread.run(CmsAdminModuleImportThr
ead.java:110)</font>
<br>
<br><font size=2 face="sans-serif">The file I want to import is -->>
com.alkacon.documentation.examples-flex-1_1.0.zip</font>
<br>
<br><font size=2 face="sans-serif">In addition, I need some documentation
about how to build a website "from cero" using opencms.</font>
<br><font size=2 face="sans-serif">Any help would be appreciated.</font>
<br><font size=2 face="sans-serif">Thank you,</font>
<br>
<br><font size=2 face="sans-serif">Juan</font>
--=_alternative 0074CFE203256DA2_=--

--__--__--

Message: 7
Date: Mon, 15 Sep 2003 18:14:58 -0400
From: "Rene Hinojosa" <r_hinojosa at Cityofsouthfield.com>
To: <opencms-dev at opencms.org>
Subject: Re: [opencms-dev] FAQ module
Reply-To: opencms-dev at opencms.org

Greetings Sri,

There are very good sources for learning on how to create modules:
1. first one is the downloadable documentation from opemcms(jsp module =
how-to)

2. the second is a very good tutorial on how to develop the backend admin =
modules. The website is http://opencms.al-arenal.de/

I've learned all from these two sites. i suggest going through both =
tutorial(vtab and dbtab example source is included) on al-arenal.de. they =
provide a wealth of info on creating the ContectDefintion which provides =
the methods you need to pull info from the database.

Rene

<<< SAddala at ifmc.org              >>>
Hi Rene,
How are you doing? My name is Sri Addala. I am in the process of
evaluating OpenCMS for a web site we work on. We have a few custom
content types so we will end of up writing lot of Content Definitions (I
am experienced with a few other content management systems) since I am
starting new on OpenCMS, it would be great help for me to take a look at
some code and learn. I was wondering if you are willing to share the FAQ
module source code with me and any other code or ideas in learning to
write our own content definitions and back office modules and templates
etc. Please let me know.

What type of web site do you work on using OpenCMS? just curious.

Thank You,
Sri Addala.



_______________________________________________
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

                       =20

--__--__--

Message: 8
From: erik.itter at t-online.de (Erik Itter)
To: <opencms-dev at opencms.org>
Subject: Re: [opencms-dev] Dificulties importing module
Date: Tue, 16 Sep 2003 00:22:14 +0200
Reply-To: opencms-dev at opencms.org

you need to import the basic documentation first

----- Original Message -----
From: <jbellina at fys.com.ar>
To: <opencms-dev at opencms.org>
Sent: Monday, September 15, 2003 11:43 PM
Subject: [opencms-dev] Dificulties importing module


Hi,

I have some problems importing the documentation from the alkalon website.
Can anybody help by telling me any suggestion or instruction?
This is the error message:

Importing module ... com.alkacon.documentation.examples-flex-1
Exception com.opencms.core.CmsException: 34 Registry error. Detailed
error: the dependencies for the module are not fulfilled..
at com.opencms.file.CmsRegistry.importModule(CmsRegistry.java:1844)
at
com.opencms.workplace.CmsAdminModuleImportThread.run(CmsAdminModuleImportThr
ead.java:110)

The file I want to import is -->>
com.alkacon.documentation.examples-flex-1_1.0.zip

In addition, I need some documentation about how to build a website "from
cero" using opencms.
Any help would be appreciated.
Thank you,

Juan

--__--__--

Message: 9
Date: Mon, 15 Sep 2003 15:34:21 -0700
To: opencms-dev at opencms.org
From: Ethan Goldstine <ethan at kapow.com>
Subject: [opencms-dev] Form-Based Editing of Content Items
Reply-To: opencms-dev at opencms.org

The OpenCMS guided tour refers to form-based editing of content items
but... I couldn't find any documentation about it.

Can anyone point me in the right direction?

Thanks,

Ethan

Ethan Goldstine
Producer, kapow, inc.
ethan at kapow.com



--__--__--

Message: 10
Date: Tue, 16 Sep 2003 06:45:18 +0200 (CEST)
From: "=?iso-8859-1?q?A.=20Schirmacher?=" <nn4l at yahoo.de>
To: opencms-dev at opencms.org
Subject: [opencms-dev] Re: Umlaut character problems
Reply-To: opencms-dev at opencms.org

My system is Debian with j2sdk1.4.2 . I have now
switched to j2sdk1.4.1_05 and the umlaut problem went
away.

Thanks for the help.

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de

--__--__--

Message: 11
From: "opencms queries" <opencmsqueries at hotmail.com>
To: opencms-dev at opencms.org
Date: Tue, 16 Sep 2003 15:00:26 +0530
Subject: [opencms-dev] Publishing project from outside---Urgent
Reply-To: opencms-dev at opencms.org

Hi,

How to publish a project dynamically from outside of OpenCms.

Im using cmsObject.publishProject(projectID);

but this is not working...

any ideas....please respond.


Thanks.

_________________________________________________________________
Access Hotmail from your mobile now.
http://server1.msn.co.in/sp03/mobilesms/ Click here.



--__--__--

_______________________________________________
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





More information about the opencms-dev mailing list