AW: Can't access MidTier http://servername/arsys/shared/login.jsp?/arsys/

2012-04-28 Thread John Baker
Chris,

 The method StripOffScriptTag(String) is undefined for the type Validator

This really does suggest a JSP/jar mismatch. 

Try installing a new version of Tomcat and drop a Mid Tier war file (I assume 
you can download) into the webapps directory.


John

-- 
SSO Plugin for BMC, HP and more.
http://www.javasystemsolutions.com/jss/ssoplugin

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Can't access MidTier http://servername/arsys/shared/login.jsp?/arsys/

2012-04-27 Thread Wagner, Christoph
Dear ARS-List,

 

In our environment we can't access our AR System Server by http-Access.
We get the following error: http Status 500. Today we really didn't do
any Update or system changes.  Two weeks ago we had problems with our
plugin-server. To fix this issue we reinstalled java on our server. 

 

I tried to update to latest java (1.7) and tomcat version (7.0.27) but
this didn't solve the problem.

 

Do you have any ideas how I can solve this problem?

 

If you need further information please contact me.

 

Regards

Christoph Wagner

 

HTTP Status 500 - 



type Exception report

message 

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP: 

 

An error occurred at line: 64 in the jsp file: /shared/login_common.jsp

The method StripOffScriptTag(String) is undefined for the type Validator

61:String iframeurl = null;

62:String requrl =
(String)session.getAttribute(HttpSessionKeys.TARGET_URL);

63:if (requrl == null)

64:requrl =
Validator.StripOffScriptTag(request.getQueryString());

65:if (requrl != null  (requrl.length()0)  requrl.charAt(0) ==
'/') {

66:int appidx = requrl.indexOf(/apps/);

67:if (appidx != -1) {

 

 

Stacktrace:

 
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHa
ndler.java:93)

 
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.ja
va:330)

 
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:43
5)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)

 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
va:564)

 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:302)

 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)

 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)

javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.27 logs.




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


AW: Can't access MidTier http://servername/arsys/shared/login.jsp?/arsys/

2012-04-27 Thread Wagner, Christoph
Dear listers,

 

I also tried to upgrade AR Server and MidTier from 7.1 P8 to 7.1 P 11.
But this also didn't help.

 

Regrads

Christoph

 

 

 

 

 

Von: Wagner, Christoph 
Gesendet: Freitag, 27. April 2012 09:58
An: arslist@ARSLIST.ORG
Betreff: Can't access MidTier
http://servername/arsys/shared/login.jsp?/arsys/ 

 

Dear ARS-List,

 

In our environment we can't access our AR System Server by http-Access.
We get the following error: http Status 500. Today we really didn't do
any Update or system changes.  Two weeks ago we had problems with our
plugin-server. To fix this issue we reinstalled java on our server. 

 

I tried to update to latest java (1.7) and tomcat version (7.0.27) but
this didn't solve the problem.

 

Do you have any ideas how I can solve this problem?

 

If you need further information please contact me.

 

Regards

Christoph Wagner

 

HTTP Status 500 - 



type Exception report

message 

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP: 

 

An error occurred at line: 64 in the jsp file: /shared/login_common.jsp

The method StripOffScriptTag(String) is undefined for the type Validator

61:String iframeurl = null;

62:String requrl =
(String)session.getAttribute(HttpSessionKeys.TARGET_URL);

63:if (requrl == null)

64:requrl =
Validator.StripOffScriptTag(request.getQueryString());

65:if (requrl != null  (requrl.length()0)  requrl.charAt(0) ==
'/') {

66:int appidx = requrl.indexOf(/apps/);

67:if (appidx != -1) {

 

 

Stacktrace:

 
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHa
ndler.java:93)

 
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.ja
va:330)

 
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:43
5)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:298)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)

org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)

 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
va:564)

 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:302)

 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)

 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)

javax.servlet.http.HttpServlet.service(HttpServlet.java:729)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.27 logs.




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Can't access MidTier http://servername/arsys/shared/login.jsp?/arsys/

2012-04-27 Thread John Baker
Hello,

Try some of these:

1. Stop Tomcat, delete the work directory (yes, I did mean delete).
Start Tomcat.

2. If you've upgraded, check you really did copy all the files over as
the issue looks like a mismatched JSP and jar.

3. Install SSO Plugin so users don't have to use a login page :) 


John

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


AW: Can't access MidTier http://servername/arsys/shared/login.jsp?/arsys/

2012-04-27 Thread Wagner, Christoph
Hey John,

thank you very much for your help.

1. I already tried this, too. But without any results.

2. I tried an update. But I got the same error message. After that I fell back 
to the previous versions again. (tomcat and java)

3. What exactly is the SSO plugin? With which user-id all users are logged in, 
if they don't use a login page?

Thank you very much for your help!

Regards
Christoph




-Ursprüngliche Nachricht-
Von: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] Im Auftrag von John Baker
Gesendet: Freitag, 27. April 2012 15:38
An: arslist@ARSLIST.ORG
Betreff: Can't access MidTier http://servername/arsys/shared/login.jsp?/arsys/

Hello,

Try some of these:

1. Stop Tomcat, delete the work directory (yes, I did mean delete).
Start Tomcat.

2. If you've upgraded, check you really did copy all the files over as the 
issue looks like a mismatched JSP and jar.

3. Install SSO Plugin so users don't have to use a login page :) 


John

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 
www.wwrug12.com ARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are