otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
 Follow New Posts:Twitter
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTM Wiki

OTM SIG
OTM Wiki
MavenWire


Installation and Upgrades Getting past the first step - installing and upgrading OTM / G-Log.

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old July 21st, 2010, 11:56
Junior Member
 
Join Date: Jul 2010
Location: Germany
Posts: 2
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
TimG is on a distinguished road
[SOLVED] weblogic.application.ModuleException

Hi,

I'm new to OTM and try to set up an instance for testing.
Therefore I installed WebLogic 11g (10.3) and OTM 6.1 on a VM running RHEL5.5. Web and App Server are on the same machine, DB (11.2.0.1) resides on a seperate (real) server.

When I try to start the AppServer WebLogic comes up with the following exception:

Code:
...
####<21.07.2010 11:29 Uhr MESZ> <Info> <Deployer> <test-emea-otmwap1> <gc3-test-emea-otmwap1> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279704589740> <BEA-149061> <Module PBidRound.jar of application GC3App failed to transition from STATE_NEW to STATE_PREPARED on server gc3-test-emea-otmwap1.>
####<21.07.2010 11:29 Uhr MESZ> <Error> <Deployer> <test-emea-otmwap1> <gc3-test-emea-otmwap1> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279704589808> <BEA-149205> <Failed to initialize the application 'GC3App' due to error weblogic.application.ModuleException: Exception preparing module: EJBModule(PBidRound.jar)
[EJB:011023]An error occurred while reading the deployment descriptor. The error was:
 createReadOnlyDescriptorFromJarFile..
weblogic.application.ModuleException: Exception preparing module: EJBModule(PBidRound.jar)
[EJB:011023]An error occurred while reading the deployment descriptor. The error was:
 createReadOnlyDescriptorFromJarFile.
        at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:467)
        at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
        at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:507)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
        at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
        at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
        at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
        at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
        at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
        at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
        at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
        at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
        at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
        at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
        at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
        at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
        at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
        at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
...
Followed up by another BEA-160001:

Code:
...
####<21.07.2010 11:29 Uhr MESZ> <Error> <J2EE> <test-emea-otmwap1> <gc3-test-emea-otmwap1> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279704595684> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: Exception preparing module: EJBModule(mejb)
[EJB:011023]An error occurred while reading the deployment descriptor. The error was:
 createReadOnlyDescriptorFromJarFile.
weblogic.application.utils.StateChangeException: weblogic.application.ModuleException: Exception preparing module: EJBModule(mejb)
[EJB:011023]An error occurred while reading the deployment descriptor. The error was:
 createReadOnlyDescriptorFromJarFile.
        at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:54)
        at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:273)
        at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
...
Can anyone please help me to solve these problems and bring up WebLogic correctly?

Thanks
Tim G.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old July 28th, 2010, 11:09
Junior Member
 
Join Date: Jul 2010
Location: Germany
Posts: 2
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
TimG is on a distinguished road
Re: weblogic.application.ModuleException

Hi,

we solved the problem.
Since in the Admin Guide "WebLogic 11g" is listed as a software requirement, nobody had a deeper look at the Technical Architecture Guide which specifies "WebLogic 11gR1 (10.3.1)" as required and so we installed WebLogic 10.3.3..
Now, with 10.3.1 everything is working fine..

Regards,
Tim G.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old July 28th, 2010, 11:15
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 1,343
Blog Entries: 8
Groans: 0
Groaned at 2 Times in 2 Posts
Thanks: 170
Thanked 306 Times in 197 Posts
Rep Power: 10
chrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the roughchrisplough is a jewel in the rough
Re: weblogic.application.ModuleException

That's a very good point. Because of how OTM is integrated with WebLogic and the security code, it's very specific as to the versions that work with it.

Glad you're up and running.

--Chris
__________________
Chris Plough
twitter.com/cpMavenWire
MavenWire
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Weblogic not starting nitina Installation and Upgrades 3 January 19th, 2010 07:40
Weblogic server not starting nitina Installation and Upgrades 1 January 4th, 2010 12:51
WebLogic 9.2, you are my only hope installer Jim Installation and Upgrades 1 December 3rd, 2009 13:33
Weblogic startup issue nikesh mohanlal Installation and Upgrades 6 October 1st, 2007 19:36
Weblogic startup time nikesh mohanlal Performance, Scalability and HA 1 September 12th, 2007 19:15



All times are GMT. The time now is 05:37.
Copyright © 2006-2010, Open Book Solutions LLC. All rights reserved.


Inactive Reminders By Icora Web Design

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44