Re: [S2] Error running under Weblogic 10.3.2.0

2010-03-22 Thread Lukasz Lenart
2010/3/18 Gustavo Felisberto gustavo.felisbe...@wit-software.com:
 What I would love would be a small tutorial on how to do it properly. I found 
 some tutorials but are for older versions of Idea.

I don't have any particular setup, I'm just connecting with WebLogic
in debug mode (or start it) and then I'm able to compile a class that
will be reloaded by WebLogic.


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: [S2] Error running under Weblogic 10.3.2.0

2010-03-18 Thread Gustavo Felisberto
I have very little experience with Weblogic. Do you know where do I need to 
copy the unpacked WAR?

-Mensagem original-
De: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] 
Enviada: quarta-feira, 17 de Março de 2010 10:40
Para: Struts Users Mailing List
Assunto: Re: [S2] Error running under Weblogic 10.3.2.0

2010/3/17 Gustavo Felisberto gustavo.felisbe...@wit-software.com:
 I did some more testing and this is getting really strange. I'm using
 eclipse and when I export the project as a WAR file and place it inside the
 autodeploy directory of a running weblogic domain it works fine. It just
 gives this error when using the publish feature of eclipse.

 Any ideas?

No, did you try export to war and unpack it inside WebLogic?


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: [S2] Error running under Weblogic 10.3.2.0

2010-03-18 Thread Lukasz Lenart
2010/3/18 Gustavo Felisberto gustavo.felisbe...@wit-software.com:
 I have very little experience with Weblogic. Do you know where do I need to 
 copy the unpacked WAR?

I don't know, I'm using IntelliJ IDEA to deploy unpack version and it
works perfectly!


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: [S2] Error running under Weblogic 10.3.2.0

2010-03-18 Thread Gustavo Felisberto
Hello again,

I have very little experience with Weblogic and maybe you can give me a hand 
with IntelliJ Idea. I'm using version 9.0.2 EAP.

I installed Weblogic 10.3.2 and created a domain. Under Idea I added the 
Application server but I'm having issues with redeploy. How is your setup?

What I would love would be a small tutorial on how to do it properly. I found 
some tutorials but are for older versions of Idea.

Gustavo 

-Mensagem original-
De: Lukasz Lenart [mailto:lukasz.len...@googlemail.com] 
Enviada: quinta-feira, 18 de Março de 2010 13:13
Para: Struts Users Mailing List
Assunto: Re: [S2] Error running under Weblogic 10.3.2.0

2010/3/18 Gustavo Felisberto gustavo.felisbe...@wit-software.com:
 I have very little experience with Weblogic. Do you know where do I need to 
 copy the unpacked WAR?

I don't know, I'm using IntelliJ IDEA to deploy unpack version and it
works perfectly!


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: [S2] Error running under Weblogic 10.3.2.0

2010-03-17 Thread Gustavo Felisberto
I did some more testing and this is getting really strange. I'm using
eclipse and when I export the project as a WAR file and place it inside the
autodeploy directory of a running weblogic domain it works fine. It just
gives this error when using the publish feature of eclipse.

Any ideas?

Gustavo
 
-Mensagem original-
De: Gustavo Felisberto [mailto:gustavo.felisbe...@wit-software.com] 
Enviada: terça-feira, 16 de Março de 2010 11:45
Para: 'Struts Users Mailing List'
Assunto: [S2] Error running under Weblogic 10.3.2.0

I am trying to run a Struts 2 application (basically the blank app). And I
get an error. Can someone give me a hand?

 

16/Mar/2010 10H52m GMT Info
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
gustavo-PC AdminServer [ACTIVE] ExecuteThread: '9' for queue:
'weblogic.kernel.Default (self-tuning)' anonymous   1268736734488
BEA-00 Parsing configuration file [struts-default.xml] 

16/Mar/2010 10H52m GMT Error
org.apache.struts2.dispatcher.Dispatcher gustavo-PC AdminServer
[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default
(self-tuning)' anonymous   1268736734599 BEA-00 Dispatcher
initialization failed

Unable to load configuration. - bean -
zip:C:/Oracle/Middleware/user_projects/domains/my_domain/servers/AdminServer
/tmp/_WL_user/sampleEAR/jg8z8u/war/WEB-INF/lib/struts2-core-2.1.8.1.jar!/str
uts-default.xml:29:72

at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(Configu
rationManager.java:58)

at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatche
r.java:374)

at
org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:418)

at
org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(InitOperation
s.java:69)

at
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.init(S
trutsPrepareAndExecuteFilter.java:51)

at
weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.j
ava:332)

at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
t.java:321)

at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

at
weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)

at
weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59
)

at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServle
tContext.java:1805)

at
weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.ja
va:3045)

at
weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)

at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)

at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDrive
r.java:425)

at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
ava:83)

at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver
.java:119)

at
weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriv
er.java:200)

at
weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListene
rInvoker.java:247)

at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDrive
r.java:425)

at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
ava:83)

at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver
.java:119)

at
weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlo
w.java:27)

at
weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267
)

at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
ava:83)

at
weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:40
9)

at
weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)

at
weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStat
eChecker.java:161)

at
weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContai
nerInvoker.java:79)

at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(
AbstractOperation.java:569)

at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateD
eployment(ActivateOperation.java:150)

at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(
ActivateOperation.java:116)

at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(Ab
stractOperation.java:323

Re: [S2] Error running under Weblogic 10.3.2.0

2010-03-17 Thread Lukasz Lenart
2010/3/17 Gustavo Felisberto gustavo.felisbe...@wit-software.com:
 I did some more testing and this is getting really strange. I'm using
 eclipse and when I export the project as a WAR file and place it inside the
 autodeploy directory of a running weblogic domain it works fine. It just
 gives this error when using the publish feature of eclipse.

 Any ideas?

No, did you try export to war and unpack it inside WebLogic?


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



[S2] Error running under Weblogic 10.3.2.0

2010-03-16 Thread Gustavo Felisberto
I am trying to run a Struts 2 application (basically the blank app). And I
get an error. Can someone give me a hand?

 

16/Mar/2010 10H52m GMT Info
com.opensymphony.xwork2.config.providers.XmlConfigurationProvider
gustavo-PC AdminServer [ACTIVE] ExecuteThread: '9' for queue:
'weblogic.kernel.Default (self-tuning)' anonymous   1268736734488
BEA-00 Parsing configuration file [struts-default.xml] 

16/Mar/2010 10H52m GMT Error
org.apache.struts2.dispatcher.Dispatcher gustavo-PC AdminServer
[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default
(self-tuning)' anonymous   1268736734599 BEA-00 Dispatcher
initialization failed

Unable to load configuration. - bean -
zip:C:/Oracle/Middleware/user_projects/domains/my_domain/servers/AdminServer
/tmp/_WL_user/sampleEAR/jg8z8u/war/WEB-INF/lib/struts2-core-2.1.8.1.jar!/str
uts-default.xml:29:72

at
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(Configu
rationManager.java:58)

at
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatche
r.java:374)

at
org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:418)

at
org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(InitOperation
s.java:69)

at
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.init(S
trutsPrepareAndExecuteFilter.java:51)

at
weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.j
ava:332)

at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
t.java:321)

at
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

at
weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)

at
weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59
)

at
weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServle
tContext.java:1805)

at
weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.ja
va:3045)

at
weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)

at
weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)

at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDrive
r.java:425)

at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
ava:83)

at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver
.java:119)

at
weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriv
er.java:200)

at
weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListene
rInvoker.java:247)

at
weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDrive
r.java:425)

at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
ava:83)

at
weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver
.java:119)

at
weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlo
w.java:27)

at
weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267
)

at
weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.j
ava:83)

at
weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:40
9)

at
weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)

at
weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStat
eChecker.java:161)

at
weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContai
nerInvoker.java:79)

at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(
AbstractOperation.java:569)

at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateD
eployment(ActivateOperation.java:150)

at
weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(
ActivateOperation.java:116)

at
weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(Ab
stractOperation.java:323)

at
weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentComm
it(DeploymentManager.java:844)

at
weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentLi
st(DeploymentManager.java:1253)

at
weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(Deploym
entManager.java:440)

at
weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(Dep
loymentServiceDispatcher.java:163)

at