Hi Ravi,

I'm not familiar with WebLogic too, and I didn't use turbine as a jar file.
Anyway ... I'll try to give you some advices from my experience with tomcat/turbine.

So ... you use a .war file, this will be unzipped at runtime .... I don't know where, somewhere in Weblogic server. Maybe you can find it from configurations, or you can unpack turbine yourself and
deploy it as normal application (just folder not archive).
You must find in the turbine folder the /log folder and turbine.log in it.
Also in WEB-INF/conf you should find the TurbineResources.properties file.

In turbine resources are defined the services, but I asume is no problem in this file. My guess is that during initialization the server is not able to find this configuration file.

One question... Why do you try to use weblogic when turbine is tested under tomcat?

Best,

Sergiu

K.Ravi wrote:

Thanks Sergiu Gordea. Really its great to see your kind reply. Thanks a lot.

Here I have attached the Config file created by WebLogic while deploying my application. The file is in the folder -
C:\bea\weblogic81\samples\domains\workshop
My application - "guardian" has got entry at the end of the file.

Is it possible to get /log/turbine.log from the WebLogic 8.1 ? I am new to WebLogic.

Sorry for troubling you.

Ravi K.







----- Original Message ----- From: "sergiu gordea" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[email protected]>
Sent: Thursday, September 08, 2005 12:10 PM
Subject: Re: Turbine and WebLogic 8.1



 Hi Ravi,

It seems that turbine was not correctly initialized. It might be the case that
the configuration file is not found.

Can you restart the web server, try to access Login.vm and collect and send us
all exceptions from /log/turbine.log.

Best,

Sergiu


K.Ravi wrote:

Thanks Mr. Dieter Engelhardt for your kind response.

Here is my problem:

I followed usual procedure to deploy my Turbine application (in a war file) in WebLogic 8.1 server. While deploying it, I didn't find any problem. But while accessing the application (Eg: Login.vm) through my browser, I get error message like the one below:

Error 500--Internal Server Error
org.apache.turbine.services.InstantiationException: ServiceBroker: unknown service PoolService requested at org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseServiceBroker.java:354) at org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBroker.java:296) at org.apache.turbine.util.RunDataFactory.putRunData(RunDataFactory.java:226)
at org.apache.turbine.Turbine.doGet(Turbine.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
I don't know, where I am going wrong. Kindly help me to solve this problem. Thanks for your valuable time.Ravi K.----- Original Message ----- From: "Dieter Engelhardt" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[email protected]>
Sent: Tuesday, September 06, 2005 9:07 PM
Subject: AW: Turbine and WebLogic 8.1



Hi Ravi,
what is exactly the problem?
Could you provide more infos?

Regards,
Dieter

-----Ursprüngliche Nachricht-----
Von: K.Ravi [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 6. September 2005 12:15
An: [email protected]
Betreff: Turbine and WebLogic 8.1


Hi Users,

I have a Turbine application in a war file. I am stuck in deploying it in WebLogic 8.1 server? Could anyone help me please to solve this issue? I have been
struggling for more than a week.

Thanks in advance,
Ravi K.
--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/90 - Release Date: 05.09.2005

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/90 - Release Date: 05.09.2005


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





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


------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>
<Domain ConfigurationVersion="8.1.4.0" Name="workshop">
   <Server AcceptBacklog="50" DefaultProtocol="t3"
       DefaultSecureProtocol="t3s" HttpdEnabled="true" ListenAddress=""
       ListenPort="7001" Name="cgServer" NativeIOEnabled="true"
       ReliableDeliveryPolicy="RMDefaultPolicy" ServerVersion="8.1.4.0"
       StagingMode="stage" StdoutDebugEnabled="false"
       StdoutSeverityLevel="32" TransactionLogFilePrefix="./logs/"
       TunnelingClientPingSecs="45" TunnelingClientTimeoutSecs="40">
       <WebServer AuthCookieEnabled="true"
           LogFileName="./logs/access.log" LoggingEnabled="true" 
Name="cgServer"/>
       <COM Name="cgServer"/>
       <ServerStart Name="cgServer"/>
       <SSL Enabled="true" IdentityAndTrustLocations="KeyStores"
           ListenPort="7002" Name="cgServer"/>
       <Log FileMinSize="20000" Name="cgServer" RotationType="bySize"/>
       <KernelDebug Name="cgServer"/>
       <KernelDebug Name="cgServer"/>
       <ServerDebug Name="cgServer"/>
       <ExecuteQueue Name="weblogic.kernel.Default"/>
       <JTAMigratableTarget Name="cgServer" UserPreferredServer="cgServer"/>
   </Server>
   <ApplicationManager Name="workshop"/>
   <Application Deployed="true" LoadOrder="1000"
       Name="JWSQueueTransport" Path="C:\bea\weblogic81\server\lib"
       StagedTargets="cgServer" TwoPhase="true">
       <EJBComponent Name="QueueTransportEJB" Targets="cgServer" 
URI="QueueTransportEJB.jar"/>
   </Application>
   <Application Name="CreditScoreTopicBean"
       Path="C:\bea\weblogic81\samples\platform"
       StagedTargets="cgServer" StagingMode="stage" TwoPhase="true">
       <EJBComponent Name="CreditScoreTopicBean" Targets="cgServer" 
URI="CreditScoreTopicBean.jar"/>
   </Application>
   <Application Name="ValidateCreditBean"
       Path="C:\bea\weblogic81\samples\platform"
       StagedTargets="cgServer" StagingMode="stage" TwoPhase="true">
       <EJBComponent Name="ValidateCreditBean" Targets="cgServer" 
URI="ValidateCreditBean.jar"/>
   </Application>
   <SNMPAgent Name="workshop"/>
   <Log FileMinSize="20000" FileName="./wl-domain.log" Name="workshop" 
RotationType="bySize"/>
   <JMSConnectionFactory
       JNDIName="weblogic.jws.jms.QueueConnectionFactory"
       Name="cgQueue"
       Notes="User transactions must be enabled to ensure transaction coordination 
for persistence and asynchronous operations"
       Targets="cgServer" UserTransactionsEnabled="true"/>
   <JMSFileStore Directory="rmfilestore" Name="FileStore"/>
   <JMSJDBCStore ConnectionPool="cgJMSPool-nonXA" Name="cgJMSStore" 
PrefixName="weblogic"/>
   <JMSServer Name="cgJMSServer" Store="cgJMSStore" Targets="cgServer">
       <JMSQueue JNDIName="jms.CustomJmsCtlQ" Name="jms.CustomJmsCtlQ"
           RedeliveryLimit="2" StoreEnabled="default"/>
       <JMSQueue JNDIName="jms.SimpleJmsQ" Name="jms.SimpleJmsQ"
           RedeliveryLimit="2" StoreEnabled="default"/>
       <JMSQueue JNDIName="jms.SamplesAppMDBQ"
           Name="jms.SamplesAppMDBQ" RedeliveryLimit="2" 
StoreEnabled="default"/>
       <JMSQueue JNDIName="jms.EJBTutorialSampleJmsQ"
           Name="jms.EJBTutorialSampleJmsQ" RedeliveryLimit="2" 
StoreEnabled="default"/>
       <JMSQueue JNDIName="jws.queue" Name="cgJWSQueue"
           RedeliveryLimit="2" StoreEnabled="default"/>
       <JMSTopic JNDIName="jms.SamplesAppMDBTopic"
           Name="jms.SamplesAppMDBTopic" RedeliveryLimit="2" 
StoreEnabled="default"/>
       <JMSTopic JNDIName="tutorial.credit.response.topic"
           Name="tutorial.credit.response.topic" RedeliveryLimit="2" 
StoreEnabled="default"/>
       <JMSTopic JNDIName="jms.AccountUpdate" Name="jms.AccountUpdate"
           RedeliveryLimit="2" StoreEnabled="default"/>
       <JMSTopic JNDIName="tutorial.credit.request.topic"
           Name="tutorial.credit.request.topic" RedeliveryLimit="2" 
StoreEnabled="default"/>
   </JMSServer>
   <WSReliableDeliveryPolicy DefaultRetryCount="10"
       DefaultTimeToLive="60000" Name="RMDefaultPolicy" Store="FileStore"/>
   <JDBCConnectionPool CapacityIncrement="1"
       DriverName="com.pointbase.jdbc.jdbcUniversalDriver"
       InitialCapacity="5" MaxCapacity="20" Name="cgPool"
       PasswordEncrypted="{3DES}JRmO6XzqsfaUn8++lpb81g=="
       Properties="user=weblogic" RefreshMinutes="0"
       ShrinkPeriodMinutes="15" ShrinkingEnabled="true"
       SupportsLocalTransaction="true" Targets="cgServer"
       TestConnectionsOnRelease="false"
       TestConnectionsOnReserve="false" 
URL="jdbc:pointbase:server://localhost:9093/workshop"/>
   <JDBCConnectionPool CapacityIncrement="1"
       DriverName="com.pointbase.jdbc.jdbcUniversalDriver"
       InitialCapacity="5" MaxCapacity="20" Name="cgJMSPool-nonXA"
       PasswordEncrypted="{3DES}JRmO6XzqsfaUn8++lpb81g=="
       Properties="user=weblogic" RefreshMinutes="0"
       ShrinkPeriodMinutes="15" ShrinkingEnabled="true"
       SupportsLocalTransaction="true" Targets="cgServer"
       TestConnectionsOnRelease="false"
       TestConnectionsOnReserve="false" 
URL="jdbc:pointbase:server://localhost:9093/workshop"/>
   <JDBCTxDataSource EnableTwoPhaseCommit="true"
       JNDIName="cgDataSource;cgSampleDataSource" Name="cgDataSource"
       PoolName="cgPool" Targets="cgServer"/>
   <JDBCTxDataSource EnableTwoPhaseCommit="true"
       JNDIName="cgDataSource-nonXA;weblogic.jdbc.jts.ebusinessPool"
       Name="cgDataSource-nonXA" PoolName="cgJMSPool-nonXA" Targets="cgServer"/>
   <JTA Name="workshop" TimeoutSeconds="500"/>
   <Security Name="workshop"
       PasswordPolicy="wl_default_password_policy"
       Realm="wl_default_realm" RealmSetup="true"/>
   <EmbeddedLDAP
       CredentialEncrypted="{3DES}JBq+kypZZ5+yEWDsv3rHUmR7LQDdbLXbQ5Zq9BiddcE=" 
Name="workshop"/>
   <SecurityConfiguration
       
CredentialEncrypted="{3DES}ieexeGh6EofMuCbsnLaHrCucSGLlZxF1AcU4y3uV+jpSY+b//PFNDr6NE0AlJMMT6+ve1KOE9deh4M5BflxkVVrxHP5Es5eH"
       Name="workshop" RealmBootStrapVersion="1"/>
   <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
   <FileRealm Name="wl_default_file_realm"/>
   <PasswordPolicy Name="wl_default_password_policy"/>
   <JMSServer Name="WSStoreForwardInternalJMSServercgServer"
       Store="FileStore" Targets="cgServer">
       <JMSQueue CreationTime="1125896482390"
           JNDIName="jms.internal.queue.WSStoreForwardQueue"
           JNDINameReplicated="false" 
Name="WSInternaljms.internal.queue.WSStoreForwardQueuecgServer"/>
       <JMSQueue CreationTime="1125896482687"
           JNDIName="jms.internal.queue.WSDupsEliminationHistoryQueue"
           JNDINameReplicated="false" 
Name="WSInternaljms.internal.queue.WSDupsEliminationHistoryQueuecgServer"/>
   </JMSServer>
   <Application Name="SamplesApp"
       Path="C:\bea\weblogic81\samples\workshop\SamplesApp"
       StagingMode="nostage" TwoPhase="true">
       <EJBComponent Name="AccountEJB.jar" Targets="cgServer" 
URI="AccountEJB.jar"/>
       <EJBComponent Name="EJBs.jar" Targets="cgServer" URI="EJBs.jar"/>
       <EJBComponent Name="TraderEJB.jar" Targets="cgServer" 
URI="TraderEJB.jar"/>
       <WebAppComponent Name="EJBs_ClientApps" Targets="cgServer" 
URI="EJBs_ClientApps"/>
       <WebAppComponent Name="GettingStarted" Targets="cgServer" 
URI="GettingStarted"/>
       <WebAppComponent Name="WebApp" Targets="cgServer" URI="WebApp"/>
       <WebAppComponent Name="WebServices" Targets="cgServer" 
URI="WebServices"/>
   </Application>
   <Application Name="HelloApp" Path="C:\HelloApp"
       StagingMode="nostage" TwoPhase="true">
       <WebAppComponent Name="HelloWorldApp" Targets="cgServer" 
URI="HelloWorld.war"/>
   </Application>
   <Application Name="SampleApp" Path="C:\SampleApp"
       StagingMode="nostage" TwoPhase="true">
       <WebAppComponent Name="SampleWorld" Targets="cgServer" 
URI="HelloWorld.war"/>
   </Application>
   <Application Name="guardian" Path="C:\Guardian"
       StagingMode="nostage" TwoPhase="true">
       <WebAppComponent Name="guardian" Targets="cgServer" URI="guardian.war"/>
   </Application>
</Domain>

------------------------------------------------------------------------

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


Reply via email to