DO NOT REPLY [Bug 43935] New: - Tomcat or JVM crash

2007-11-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43935

   Summary: Tomcat or JVM crash
   Product: Tomcat 6
   Version: unspecified
  Platform: Other
OS/Version: Windows Vista
Status: NEW
  Severity: major
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Starting tomcat in windows (XP & Vista) with JDK 1.6u3 JVM fails.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Intel's New SOA Security Toolkit

2007-11-22 Thread Andrea Zabala

Dear Tomcat-Dev List,

Intel is glad to announce the release of the Intel® SOA Security Toolkit 1.0
Beta. This toolkit (for the Linux* operating system) provides XML Digital
Signature and XML Encryption following the WS-Security standard. The toolkit
is delivered as an Axis2* interface and Apache Rampart* configuration files.

You can register and join this beta program by visiting 
http://www3.intel.com/cd/software/products/asmo-na/eng/373639.htm
http://www3.intel.com/cd/software/products/asmo-na/eng/373639.htm 

Additional Intel® XML Software products and information can be found at 
http://www.intel.com/software/xml http://www.intel.com/software/xml 

Sincerely,
Andrea

-- 
View this message in context: 
http://www.nabble.com/Intel%27s-New-SOA-Security-Toolkit-tf4856393.html#a13896654
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat Monitor Configuration

2007-11-22 Thread RafaQuiM

>>Change the logon properties directly in Services control panel
>>for the Tomcat service.

Thank you, I did so and it works properly.

>>BTW, this is dev list. You should use user list for
>>such questions.

Ok you are right, the user paradigm confused me.  Thanks again.
-- 
View this message in context: 
http://www.nabble.com/Tomcat-Monitor-Configuration-tf4847276.html#a13899016
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 43935] - Tomcat or JVM crash

2007-11-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43935


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-11-22 15:45 ---
Bugzilla is not a support forum. Please use the users mailing list.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 43944] New: - org.apache.el.lang.ELArithmetic.coerce throws MissingResourceException for key el.convert

2007-11-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43944

   Summary: org.apache.el.lang.ELArithmetic.coerce throws
MissingResourceException for key el.convert
   Product: Tomcat 6
   Version: 6.0.14
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Servlet & JSP API
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The class org.apache.el.lang.ELArithmetic
has the following code snippet:

throw new IllegalArgumentException(MessageFactory.get("el.convert", obj, 
objType));

But the key "el.convert" doesn't exist in "org.apache.el.Messages". As a 
result, I'm receiving the exception:
java.util.MissingResourceException: Can't find resource for bundle 
java.util.PropertyResourceBundle, key el.convert
at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at org.apache.el.util.MessageFactory.getArray(MessageFactory.java:67)
at org.apache.el.util.MessageFactory.get(MessageFactory.java:47)
at org.apache.el.lang.ELArithmetic.coerce(ELArithmetic.java:367)
at org.apache.el.lang.ELArithmetic.add(ELArithmetic.java:238)
at org.apache.el.parser.AstPlus.getValue(AstPlus.java:24)
at org.apache.el.ValueExpressionImpl.getValue
(ValueExpressionImpl.java:186)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 43944] - org.apache.el.lang.ELArithmetic.coerce throws MissingResourceException for key el.convert

2007-11-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43944





--- Additional Comments From [EMAIL PROTECTED]  2007-11-22 19:28 ---
Created an attachment (id=21176)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21176&action=view)
Sample project to duplicate the defect

To duplicate the defect:
1. Download jar files:
http://repo1.maven.org/maven2/org/apache/tomcat/el-api/6.0.14/el-api-6.0.14.jar
and
http://repo1.maven.org/maven2/org/apache/tomcat/jasper-el/6.0.14/jasper-el-6.0.14.jar

2. Open project in Eclipse, correct the references to el-api-6.0.14.jar and
jasper-el-6.0.14.jar by the new downloaded files
3. Run the App class, the exception will be displayed

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]