RE: Couldn´t_install_at_bea´s_weblogic

2001-02-03 Thread rhayden


There are 2 other things specific to my configuration which you may want to
consider if you are still having problems. I am not sure if this will help,
but because WL is so picky about the classpath you may want to give it a
shot:

1) I am using JDK1.3

2) I am not using the wlserver convenience program that is provided with the
WinNT version of WL. I had some problems with this program related to
setting up the classpath (it includes some extra stuff automatically) and it
was overly complicated to use. So, to start WL I use my own startup command
(simplified version of startweblogic.cmd) which contains the following (this
command should be run from the c:\weblogic directory, or whatever your WL
home is):


set
JAVA_CLASSPATH=c:\weblogic\lib\weblogic510sp8boot.jar;C:\weblogic\classes\bo
ot;c:\Java\Oracle\lib\Oraclethin817.zip;c:\java\xalan\xerces.jar

set
WEBLOGIC_CLASSPATH=c:\weblogic\lib\weblogic510sp8.jar;C:\weblogic\license;C:
\weblogic\classes;C:\weblogic\myserver\serverclasses;C:\weblogic\lib\weblogi
caux.jar

c:\jdk1.3\bin\java -ms16m -mx64m -classpath %JAVA_CLASSPATH%
-Dweblogic.class.path=%WEBLOGIC_CLASSPATH% -Dweblogic.home=c:\weblogic
-Djava.security.manager -Djava.security.policy=c:\weblogic\weblogic.policy
weblogic.Server



-Original Message-
From: mikedanese [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 02, 2001 8:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Couldn´t_install_at_bea´s_weblogic


hi,  me to on  weblogic(5.10) .  All the examples I have tried get hung on
the .tld file w/ the following exception:

Parsing of JSP File '/struts3/index.jsp' failed:




/struts3/index.jsp(2): Could not parse deployment descriptor:
java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid
tag library
probably occurred due to an error in /struts3/index.jsp line 2:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>




Thu Feb 01 20:07:38 PST 2001

any tips on this error appreciated.   MikeD


 Original Message -
From: "Wong Kok Wai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 11:51 PM
Subject: Re: Couldn´t_install_at_bea´s_weblogic


> The first step is to check you're using SP8.
>
> The second step is to check whether struts.jar has
> been added to the Java or Weblogic classpath. If so,
> you must remove it from both these classpaths and just
> put struts.jar in the WEB-INF/lib directory and
> WebLogic will load the classes from there.
>
> --- Gustavo Hexsel <[EMAIL PROTECTED]> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> >
> > Hello, I´m trying to use Struts with BEA´s
> > Weblogic, but can´t even
> > make the example work! I´m having ClassCastException
> > errors at the load()
> > method at MessageTag; it´s probably some problem
> > with the ClassLoaders,
> > since the class is really a MessageResources. But
> > there is only one copy of
> > the application running and there is only one copy
> > of the MessageResources
> > installed.
> >
> > Heelp!
> >
> > Best regards,
> > Quartz (Gustavo Hexsel, [EMAIL PROTECTED])
> >
> > -BEGIN PGP SIGNATURE-
> > Version: PGPfreeware 6.5.8 for non-commercial use
> > <http://www.pgp.com>
> >
> >
> iQEVAwUBOnm2RRHqwb4rXhmVAQFsXwgAnxcsDE0ua+72/zd8mean0tKYnjXOplIl
> >
> or9VZVsj3q+s2ch38KUQlwCs47UTxJjbBatNbu4cRvoHc8Q8av0R8Lun3BB5P7xP
> >
> Wnq3Xua/hgHilEKT3iID1AOCgGL8Oc5QlQb63E+F0Yp9ok8j4231VgH7ARGdFXml
> >
> Qbr/LMCb5832hNIFpH2qotgNtVTGP0sZV03bM4was73dUel1xf9UUndDX7yAoNtB
> >
> J78APev6OJvg7x6SJ8CTBeDSj9neOVd6ESKrARE1A0RDw/PFTOF77EU/Tsbwm8VA
> >
> HAUKFEmtWln6ilw094PverVIWjIAZN+2oQU5CfuUgOvhEp76tzzzEw==
> > =Z/HZ
> > -END PGP SIGNATURE-
>
>
> __
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>



Re: Couldn´t_install_at_bea´s_weblogic

2001-02-02 Thread mikedanese

hi,  me to on  weblogic(5.10) .  All the examples I have tried get hung on
the .tld file w/ the following exception:

Parsing of JSP File '/struts3/index.jsp' failed:




/struts3/index.jsp(2): Could not parse deployment descriptor:
java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid
tag library
probably occurred due to an error in /struts3/index.jsp line 2:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>




Thu Feb 01 20:07:38 PST 2001

any tips on this error appreciated.   MikeD


 Original Message -
From: "Wong Kok Wai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 11:51 PM
Subject: Re: Couldn´t_install_at_bea´s_weblogic


> The first step is to check you're using SP8.
>
> The second step is to check whether struts.jar has
> been added to the Java or Weblogic classpath. If so,
> you must remove it from both these classpaths and just
> put struts.jar in the WEB-INF/lib directory and
> WebLogic will load the classes from there.
>
> --- Gustavo Hexsel <[EMAIL PROTECTED]> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> >
> > Hello, I´m trying to use Struts with BEA´s
> > Weblogic, but can´t even
> > make the example work! I´m having ClassCastException
> > errors at the load()
> > method at MessageTag; it´s probably some problem
> > with the ClassLoaders,
> > since the class is really a MessageResources. But
> > there is only one copy of
> > the application running and there is only one copy
> > of the MessageResources
> > installed.
> >
> > Heelp!
> >
> > Best regards,
> > Quartz (Gustavo Hexsel, [EMAIL PROTECTED])
> >
> > -BEGIN PGP SIGNATURE-
> > Version: PGPfreeware 6.5.8 for non-commercial use
> > <http://www.pgp.com>
> >
> >
> iQEVAwUBOnm2RRHqwb4rXhmVAQFsXwgAnxcsDE0ua+72/zd8mean0tKYnjXOplIl
> >
> or9VZVsj3q+s2ch38KUQlwCs47UTxJjbBatNbu4cRvoHc8Q8av0R8Lun3BB5P7xP
> >
> Wnq3Xua/hgHilEKT3iID1AOCgGL8Oc5QlQb63E+F0Yp9ok8j4231VgH7ARGdFXml
> >
> Qbr/LMCb5832hNIFpH2qotgNtVTGP0sZV03bM4was73dUel1xf9UUndDX7yAoNtB
> >
> J78APev6OJvg7x6SJ8CTBeDSj9neOVd6ESKrARE1A0RDw/PFTOF77EU/Tsbwm8VA
> >
> HAUKFEmtWln6ilw094PverVIWjIAZN+2oQU5CfuUgOvhEp76tzzzEw==
> > =Z/HZ
> > -END PGP SIGNATURE-
>
>
> __
> Get personalized email addresses from Yahoo! Mail - only $35
> a year!  http://personal.mail.yahoo.com/
>




Re: Couldn´t_install_at_bea´s_weblogic

2001-02-01 Thread Wong Kok Wai

The first step is to check you're using SP8.

The second step is to check whether struts.jar has
been added to the Java or Weblogic classpath. If so,
you must remove it from both these classpaths and just
put struts.jar in the WEB-INF/lib directory and
WebLogic will load the classes from there.

--- Gustavo Hexsel <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> 
>   Hello, I´m trying to use Struts with BEA´s
> Weblogic, but can´t even
> make the example work! I´m having ClassCastException
> errors at the load()
> method at MessageTag; it´s probably some problem
> with the ClassLoaders,
> since the class is really a MessageResources. But
> there is only one copy of
> the application running and there is only one copy
> of the MessageResources
> installed.
> 
>   Heelp!
> 
>   Best regards,
>   Quartz (Gustavo Hexsel, [EMAIL PROTECTED])
> 
> -BEGIN PGP SIGNATURE-
> Version: PGPfreeware 6.5.8 for non-commercial use
> 
> 
>
iQEVAwUBOnm2RRHqwb4rXhmVAQFsXwgAnxcsDE0ua+72/zd8mean0tKYnjXOplIl
>
or9VZVsj3q+s2ch38KUQlwCs47UTxJjbBatNbu4cRvoHc8Q8av0R8Lun3BB5P7xP
>
Wnq3Xua/hgHilEKT3iID1AOCgGL8Oc5QlQb63E+F0Yp9ok8j4231VgH7ARGdFXml
>
Qbr/LMCb5832hNIFpH2qotgNtVTGP0sZV03bM4was73dUel1xf9UUndDX7yAoNtB
>
J78APev6OJvg7x6SJ8CTBeDSj9neOVd6ESKrARE1A0RDw/PFTOF77EU/Tsbwm8VA
>
HAUKFEmtWln6ilw094PverVIWjIAZN+2oQU5CfuUgOvhEp76tzzzEw==
> =Z/HZ
> -END PGP SIGNATURE-


__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: Couldn´t_install_at_bea´s_weblogic

2001-02-01 Thread renzo estrella

Are you running 0.5 struts-example with 
 weblogic5.1 sp8 ?
 If so see the emails for 
 "workaround for weblogic5.1 cast  exception"
  in archives 
http://
www.mail-archive.com/struts-user%40jakarta.apache.org/
--- Gustavo Hexsel <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> 
>   Hello, I´m trying to use Struts with BEA´s
> Weblogic, but can´t even
> make the example work! I´m having ClassCastException
> errors at the load()
> method at MessageTag; it´s probably some problem
> with the ClassLoaders,
> since the class is really a MessageResources. But
> there is only one copy of
> the application running and there is only one copy
> of the MessageResources
> installed.
> 
>   Heelp!
> 
>   Best regards,
>   Quartz (Gustavo Hexsel, [EMAIL PROTECTED])
> 
> -BEGIN PGP SIGNATURE-
> Version: PGPfreeware 6.5.8 for non-commercial use
> 
> 
>
iQEVAwUBOnm2RRHqwb4rXhmVAQFsXwgAnxcsDE0ua+72/zd8mean0tKYnjXOplIl
>
or9VZVsj3q+s2ch38KUQlwCs47UTxJjbBatNbu4cRvoHc8Q8av0R8Lun3BB5P7xP
>
Wnq3Xua/hgHilEKT3iID1AOCgGL8Oc5QlQb63E+F0Yp9ok8j4231VgH7ARGdFXml
>
Qbr/LMCb5832hNIFpH2qotgNtVTGP0sZV03bM4was73dUel1xf9UUndDX7yAoNtB
>
J78APev6OJvg7x6SJ8CTBeDSj9neOVd6ESKrARE1A0RDw/PFTOF77EU/Tsbwm8VA
>
HAUKFEmtWln6ilw094PverVIWjIAZN+2oQU5CfuUgOvhEp76tzzzEw==
> =Z/HZ
> -END PGP SIGNATURE-


__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/