gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

struts2-jquery-grid-showcase-2.4.1.war does not run on Weblogic 10.3.3.0 #346

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Install Weblogic 10.3.3.0 and configure default setup 
(http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html)
2.  Download and install struts2-jquery-grid-showcase-2.4.1.war on the new 
Weblogic installation (above) taking all defaults.

What is the expected output?
Run the example with no issues.

What do you see instead?
Instead the page cannot load with console stacktrace:
2010-11-03 23:16:01,218  INFO 
(com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:42) - 
Parsing configuration file [struts-default.xml]
2010-11-03 23:16:01,703  INFO 
(com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:42) - 
Parsing configuration file [struts-plugin.xml]
2010-11-03 23:16:01,718  INFO 
(com.opensymphony.xwork2.config.providers.XmlConfigurationProvider:42) - 
Parsing configuration file [struts.xml]
2010-11-03 23:16:01,968  INFO (org.apache.struts2.dispatcher.Dispatcher:42) - 
WebLogic server detected. Enabling Struts parameter access work-around.
<Nov 3, 2010 11:16:12 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is 
executed in begin or refresh action. Redirect url is 
/console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebA
ppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%2
8%22com.bea%
3AName%3Dstruts2-jquery-grid-showcase-2%2CType%3DAppDeployment%22%29.>
<Nov 3, 2010 11:17:22 PM EDT> <Warning> <netuix> <BEA-423420> <Redirect is 
executed in begin or refresh action. Redirect url is 
/console/console.portal?_nfpb=true&_pageLabel=WebAppApplicationOverviewPage&WebA
ppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%2
8%22com.bea%
3AName%3Dstruts2-jquery-grid-showcase-2%2CType%3DAppDeployment%22%29.>
2010-11-03 23:17:33,406  WARN (org.apache.struts2.dispatcher.Dispatcher:60) - 
Could not find action or result
There is no Action mapped for namespace / and action name json-table. - 
[unknown location]
        at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:189)
        at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61)
        at org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39)
        at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:58)
        at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:475)
        at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
        at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Which struts2 version?
Packaged in struts2-jquery-grid-showcase-2.4.1.war

Which struts2-jquery plugin version?
struts2-jquery-grid-showcase-2.4.1.war

Please provide any additional information below.

Installing and running struts2-showcase-2.2.1.war works as expected on Weblogic 
10.3.3.0

Original issue reported on code.google.com by jus...@gmail.com on 4 Nov 2010 at 3:29

GoogleCodeExporter commented 9 years ago
i think this is not a problem of this plugin.

Maybe this helps you out:

http://stackoverflow.com/questions/3915600/weblogic-10-and-struts-2-x-problem-ja
vassist

Original comment by johgep on 20 Dec 2010 at 8:41

GoogleCodeExporter commented 9 years ago
The StackOverflow link has a problem with an EAR, and the grid showcase is a 
WAR project, they're unrelated. I do have this problem too; works great in 
Glassfish, though.

Original comment by jmorei...@gmail.com on 8 Apr 2011 at 3:17