Weblogic 6.0 sp2: War deployment not working !!

Hi,
I'm using weblogic 6.0 sp2, and it seems as though the war deployment is not
working. My war consists of jsps, images, and under the WEB-INF/classes
directory, Struts classes (i.e. Form and Action classes). When I try to run
a jsp, i get the following error :
<Jul 30, 2001 11:48:10 AM PDT> <Error> <HTTP>
<[WebAppServletContext(4655498,ati
nera)] Root cause of ServletException
javax.servlet.jsp.JspException: Exception creating bean of class
com.atinera.log
in.web.LoginForm: java.lang.ClassNotFoundException:
com.atinera.login.web.LoginF
orm
But if you look in the war, that class is in there.
What gives ?
Thanks,
Jamie

That's right - ActionServlet does Class.forName(actionClass) to load action
class, and this uses ClassLoader which loaded the current class (ActionServlet)
ClassLoaders always delegate to their parent before attempting to load
the class themselves, so it wasn't working until you moved struts.jar to your
WEB-INF/lib.
BTW, Struts doc mentions this problem:
lib/struts.jar - This JAR file contains all of the Java classes included
in Struts. It should be copied into the WEB-INF/lib directory of your web
application. WARNING - If you are going to be hosting multiple Struts based
applications on the same servlet container, you will be tempted to place the
struts.jar file into the shared repository supported by your container. Be
advised that this will like cause you to encounter ClassNotFoundException
problems unless all of your application classes are stored in the shared
repository.
Jamie Tsao <[email protected]> wrote:
So I found the solution to this problem, but it doesn't really make sense to
me.
I originally had struts.jar outside of the WAR file, but in my CLASSPATH.
Weblogic was able to load Strut's ActionServlet (controller), but when the
ActionServlet was looking for the LoginForm (which was inside the WAR), it
couldn't find it.
I solved the problem by putting struts.jar inside the WAR (under
WEB-INF/lib) instead that other directory. Now it works cause apparently
ActionServlet is now in the same classloader as LoginForm, the classloader
which loaded the WAR.
I'm confused because original way should have worked since the classloader
that loaded struts.jar from outside the war is the parent classloader for
the classloader that loaded the WAR. did that make any sense ?
anyone know why ?
thanks,
jamie
"Jamie Tsao" <[email protected]> wrote in message
news:[email protected]...
Hi,
I'm using weblogic 6.0 sp2, and it seems as though the war deployment isnot
working. My war consists of jsps, images, and under the WEB-INF/classes
directory, Struts classes (i.e. Form and Action classes). When I try torun
a jsp, i get the following error :
<Jul 30, 2001 11:48:10 AM PDT> <Error> <HTTP>
<[WebAppServletContext(4655498,ati
nera)] Root cause of ServletException
javax.servlet.jsp.JspException: Exception creating bean of class
com.atinera.log
in.web.LoginForm: java.lang.ClassNotFoundException:
com.atinera.login.web.LoginF
orm
But if you look in the war, that class is in there.
What gives ?
Thanks,
Jamie
Dimitri

Similar Messages

  • CrossContext and WAR unpacking not working in the same context Tomcat 4.0.6

    I need an application to be able to crossContext so I entered a context tag in my server.xml file.
    However when I added the entry tomcat no longer unpacked the .war file. If I changed the path value in the context tomcat unpacked the war but then the crossContext would not work.
    Is there a way make the two work together?
    Here is a copy of the entries and what they achieve:
    <Context path="myApp" docBase="myApp" debug="0" crossContext="true"/> this will unpack the war but the app will not crossContext.
    <Context path="/myApp" docBase="myApp" debug="0" crossContext="true"/> will allow the app to crossContext but if I update the war and remove the myApp dir under webapps it will not extract the war file.
    Incidently the host tag has unpackWARs="true"
    Ideas anyone? It's a hassle to start the server twice each time, one to unpack and 2 to allow the crossContext.

    PS: Does anyone know how to edit your email address in your profile? I can't seem to do it through the settings link.

  • "Client" property set to "No", application deployment not working (issue with registering to MP?)

    Dear all,
    We're running an SCCM 2012 SP1 environment. All users have a thin client and are running virtual desktop in our VDI environment. Thin clients are deployed via an SCCM task sequence.
    Since a few months, software deployment (i.e. updated system drivers or application plug-ins) is not working to those thin clients. Upon investigating, I discovered the "Client" property for almost all thin client computer objects
    in the SCCM console is set to"No". For the computer objects of the virtual desktops, this property is set to "Yes", which I think should be the case for all clients managed by the SCCM environment.
    Also, I've discovered the ClientIDManagerStartup.log log file is showing the following errors for the thin clients:
    <![LOG[GetRegistrationState failed (0x8009000b)]LOG]!><time="07:00:05.474-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580" file="ccmid.cpp:1698">
    <![LOG[RegTask: Failed to get registration state. Error: 0x8009000b]LOG]!><time="07:00:05.474-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580"
    file="regtask.cpp:671">
    <![LOG[GetRegistrationState failed (0x8009000b)]LOG]!><time="07:01:59.496-60" date="01-13-2014" component="ClientIDManagerStartup" context="" type="3" thread="3580" file="ccmid.cpp:1698">
    These errors seem to be occuring every few minutes to every few seconds for all of the thin clients where the "Client" property is set to "No". I found out reinstalling the SCCM client or removing the
    smscfg.ini file solves the issue, but only temporarily as the problem returns the next day or after a few days.
    How can I solve this issue?

    Please find below the contents of MP_RegistrationManager.log:
    <![LOG[Begin validation of Certificate [Thumbprint 63C916F0DBECE76F4C2FE91D7A55BB0FA5516EAB] issued to 'SMS']LOG]!><time="11:08:45.220-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 63C916F0DBECE76F4C2FE91D7A55BB0FA5516EAB] issued to 'SMS']LOG]!><time="11:08:45.220-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:08:45.228-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:BC15F99B-19F8-4D39-B458-46068590C10E']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 650282D3C1ECA8F2D6D24C722FC9CEE007AD0905] issued to 'SMS']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 650282D3C1ECA8F2D6D24C722FC9CEE007AD0905] issued to 'SMS']LOG]!><time="11:09:12.345-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\8WCWQQ1K.RDR] for Client [GUID:A7CBD203-9B88-460D-B242-D6D997F6302D] with Subject [S-1-5-21-801348563-1299709240-1668161906-38417] Certificate Thumbprint
    [650282D3C1ECA8F2D6D24C722FC9CEE007AD0905]]LOG]!><time="11:09:12.348-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:12.354-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:28.146-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:09:42.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 634727411E7D294494B7821920DB04D347D3C3CE] issued to 'SMS']LOG]!><time="11:09:42.148-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 634727411E7D294494B7821920DB04D347D3C3CE] issued to 'SMS']LOG]!><time="11:09:42.148-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\LAJ8CYXP.RDR] for Client [GUID:BB6AFA46-5E5E-41BE-B4BF-86D5B2189D8A] with Subject [S-1-5-21-801348563-1299709240-1668161906-20344] Certificate Thumbprint
    [634727411E7D294494B7821920DB04D347D3C3CE]]LOG]!><time="11:09:42.153-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:42.161-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 718B054FFDA9A85D21F08BA42F914C37717A2B2E] issued to 'SMS']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 718B054FFDA9A85D21F08BA42F914C37717A2B2E] issued to 'SMS']LOG]!><time="11:09:48.830-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\C9T2FCWD.RDR] for Client [GUID:1991B86A-52BC-41E3-877D-53433D87244A] with Subject [S-1-5-21-801348563-1299709240-1668161906-20380] Certificate Thumbprint
    [718B054FFDA9A85D21F08BA42F914C37717A2B2E]]LOG]!><time="11:09:48.835-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:09:48.841-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:5DDF2785-ECE6-4A5A-B37E-4086FE8717F6']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 12C496D0BCEDEDBD0D77E9F2565F9BED6C659A55] issued to 'SMS']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 12C496D0BCEDEDBD0D77E9F2565F9BED6C659A55] issued to 'SMS']LOG]!><time="11:10:05.723-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:05.746-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:12.443-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2628" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:42.241-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2] issued to 'SMS']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2] issued to 'SMS']LOG]!><time="11:10:46.674-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\5XAF8VKW.RDR] for Client [GUID:0C725326-4D79-4CE1-9566-182B825EACB3] with Subject [S-1-5-21-801348563-1299709240-1668161906-20567] Certificate Thumbprint
    [DB2B68C3C82E2AC8BD1BB35748C0970D50597EA2]]LOG]!><time="11:10:46.691-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:46.697-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4600" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:10:48.940-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4952" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:11:46.814-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2788" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3']LOG]!><time="11:13:02.659-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78] issued to 'SMS']LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78] issued to 'SMS']LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[Registration hint is expired.]LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="3" thread="4872" file="clientauthutil.cpp:1469">
    <![LOG[CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3'.]LOG]!><time="11:13:02.660-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="2" thread="4872"
    file="clientauthutil.cpp:1737">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\56T3Y401.RDR] for Client [GUID:C5B92DC2-4137-42FF-9A55-BB8BF621BAA4] with Subject [S-1-5-21-801348563-1299709240-1668161906-43409] Certificate Thumbprint
    [2D7E64BE2E3FF29AD8C728273A9FF65DC3069B78]]LOG]!><time="11:13:02.664-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:13:02.670-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:14:02.760-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:BC15F99B-19F8-4D39-B458-46068590C10E']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE] issued to 'SMS']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE] issued to 'SMS']LOG]!><time="11:14:48.687-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\DRDFK61W.RDR] for Client [GUID:299E64E8-89CE-4459-A78A-F2C2FF1C66C3] with Subject [S-1-5-21-801348563-1299709240-1668161906-37538] Certificate Thumbprint
    [FACEC9006B16F9F57DE5768C2EF63DAB2B82F9BE]]LOG]!><time="11:14:48.691-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:14:48.698-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:66aa100c-c734-4440-bcb4-20d2c132695b']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 1D68A0F60729B24B3AF9137B7AAAA347A9059C0B] issued to 'SMS']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 1D68A0F60729B24B3AF9137B7AAAA347A9059C0B] issued to 'SMS']LOG]!><time="11:15:45.540-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\H47ZK1ER.RDR] for Client [GUID:F2E5AFA2-75A3-43F6-80C4-56DE4F3423AB] with Subject [S-1-5-21-801348563-1299709240-1668161906-43800] Certificate Thumbprint
    [1D68A0F60729B24B3AF9137B7AAAA347A9059C0B]]LOG]!><time="11:15:45.582-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:15:45.588-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:15:48.785-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:A2FE5D5A-6D3D-4DCB-BA20-6C2C39F48C54']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint E4A20FA3C40145946659BCAB064CDAFC3BC34AB5] issued to 'SMS']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint E4A20FA3C40145946659BCAB064CDAFC3BC34AB5] issued to 'SMS']LOG]!><time="11:16:16.009-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:16.018-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C] issued to 'SMS']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C] issued to 'SMS']LOG]!><time="11:16:25.092-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[Registration hint is expired.]LOG]!><time="11:16:25.093-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="3" thread="6056" file="clientauthutil.cpp:1469">
    <![LOG[CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:2689CA30-C4C3-4515-82EB-626F8C6B13F3'.]LOG]!><time="11:16:25.093-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="2" thread="6056"
    file="clientauthutil.cpp:1737">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\6Y53IBO8.RDR] for Client [GUID:DC08C59C-319D-44E3-AEEB-F4C03152D30C] with Subject [S-1-5-21-801348563-1299709240-1668161906-41805] Certificate Thumbprint
    [BBF0C5711F78970734A5DD48EBEE43A7D0B4D05C]]LOG]!><time="11:16:25.109-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:25.115-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:16:45.684-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:3541aaf6-21d9-4bd0-9ab5-e09727c5390a']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 38EDA53BD43A92BADB20E4FDD460003C569ABA53] issued to 'SMS']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 38EDA53BD43A92BADB20E4FDD460003C569ABA53] issued to 'SMS']LOG]!><time="11:17:24.147-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\35ZRBN2N.RDR] for Client [GUID:758F5DD3-DB3F-4E67-A556-6CB8F734A52F] with Subject [S-1-5-21-801348563-1299709240-1668161906-22416] Certificate Thumbprint
    [38EDA53BD43A92BADB20E4FDD460003C569ABA53]]LOG]!><time="11:17:24.151-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:24.156-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:25.213-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:F7CCBC82-9C32-46D2-85B9-E47BA3780A41']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint EDDB53135B3AA324D4C21473B035793CB364073B] issued to 'SMS']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint EDDB53135B3AA324D4C21473B035793CB364073B] issued to 'SMS']LOG]!><time="11:17:47.261-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\SNDGLNMW.RDR] for Client [GUID:7D4F2D5B-852B-4DC2-AE23-01B57536AF3D] with Subject [S-1-5-21-801348563-1299709240-1668161906-22361] Certificate Thumbprint
    [EDDB53135B3AA324D4C21473B035793CB364073B]]LOG]!><time="11:17:47.265-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:17:47.271-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:24.246-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:28E0DA10-F700-4B7C-B3EA-440CE3DAC7EE']LOG]!><time="11:18:41.624-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 394267FD19EC665DEF01D6278D27254033E754F5] issued to 'SMS']LOG]!><time="11:18:41.625-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 394267FD19EC665DEF01D6278D27254033E754F5] issued to 'SMS']LOG]!><time="11:18:41.625-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\PLZNU5C9.RDR] for Client [GUID:1843486B-C937-49FB-97C9-66DEBEC505D0] with Subject [S-1-5-21-801348563-1299709240-1668161906-43006] Certificate Thumbprint
    [394267FD19EC665DEF01D6278D27254033E754F5]]LOG]!><time="11:18:41.634-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:41.642-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="4872" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:18:47.524-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:0AAF6209-9393-4ACB-A87C-7ED7F8623A82']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 398E6772F4E4C982F16F5FFFE9144A29F95AB31C] issued to 'SMS']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 398E6772F4E4C982F16F5FFFE9144A29F95AB31C] issued to 'SMS']LOG]!><time="11:19:12.870-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:19:12.879-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:19:41.710-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="2040" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:20:13.172-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6244" file="regtask.cpp:207">
    <![LOG[Processing Registration request from Client 'GUID:66aa100c-c734-4440-bcb4-20d2c132695b']LOG]!><time="11:20:18.516-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:1011">
    <![LOG[Begin validation of Certificate [Thumbprint 52B2D395F34ECFA630B52BB42B920EC124117663] issued to 'SMS']LOG]!><time="11:20:18.517-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1245">
    <![LOG[Completed validation of Certificate [Thumbprint 52B2D395F34ECFA630B52BB42B920EC124117663] issued to 'SMS']LOG]!><time="11:20:18.517-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="ccmcert.cpp:1386">
    <![LOG[MP Reg: DDR written to [D:\Program Files\Microsoft Configuration Manager\inboxes\auth\ddm.box\regreq\E5ZGSSB8.RDR] for Client [GUID:F1A365E4-5B11-4880-881D-38F939AE387B] with Subject [S-1-5-21-801348563-1299709240-1668161906-43788] Certificate Thumbprint
    [52B2D395F34ECFA630B52BB42B920EC124117663]]LOG]!><time="11:20:18.521-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:716">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:20:18.526-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">
    <![LOG[MP Reg: Processing completed. Completion state = 0]LOG]!><time="11:21:18.628-60" date="01-15-2014" component="MP_RegistrationManager" context="Registration" type="1" thread="6056" file="regtask.cpp:207">

  • Default azurewebsite continous deployment not working due to multiple solutions

    I am using default build template for build and deployment to azure web site. it was working when I had only my website solution to compile. but now I have modified input to build template and added other solution files also to compile, now my deployment
    step is not working. build log says
    "More than one solution found. Continuous Deployment skipped."
    I am using tfvcContinousDeploymentTemplate.12.xaml, in this template how can I have deployment, when I have multiple solutions for build.
    Thanks
    singhhome

    Hi singhhome,
    Please confirm whether you mean "modified input to build template" as change to use another build process template.
    When you use AzureContinuousDeployment.11.xaml, you can upgrade to a newer version of nuget.exe and check that version in with their solution and to see if it's a workaround. Or you can add the referenced assemblies into source control and check in.
    There are detailed instructions on the NuGet.org site about the various ways to do package restore.
    http://docs.nuget.org/docs/reference/package-restore
    http://docs.nuget.org/docs/reference/Package-Restore-with-Team-Build
    You can also set logging verbosity to "Diagnostic" as I mentioned above to see the detailed build log if there any issues occurred during the process. Another option is create a separate build definition for each solution to do the contrinuous
    build/deployment to Azure website.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Automatic Deployment not working on Activation

    Hi Experts,
    I am using CE 7.1 developer studio, and NWDI set up.
    Please see the steps that i have mentioned below...
    I have a track which is containing a single DC of type WebDynpro, This DC is containing one view with a textView UI element with the text property "Hello World"
    I have followed the below sequence of steps...
    1) Import the development confuguration (Track) from the SLD into developer studio using the User ID1. (This ID has NWDI.Administrator UME Role assigned, as well as Administrator UME role assigned.)
    2) Sync / Create Project (This will create a project structure and get the Inactive source from the DTR to my Local Machine)
    3) goto the webdynpro perspective edit the view and change the text property to "Hello World has Change...!"
    4) the above step will result in Creation of an activity.
    5) Now I Save the changes and build the DC. (Please note that I have just built the DC, not deployed it).
    6) From the Development Infrastructure Perspective Checkin the activity that was created from "Open Activities" view.
    7) From the "Activation View" activate the activity that was "checked in" as mentioned in the previous step.
    8) Activation process gets completed successfully.
    Now Ideally, if I run the application it should reflect the last modified changes.
    that is it should show "Hello world has changed",
    But unfortunately it's not, it is showing the non modified version "Hello World"
    According to standard NWDI activation process...
    when the changes are activited...following sequence of steps are carried out.
    1) Store the Sources into "Inactive Workspace" in DTR.
    2) DTR Sends build request to CBS.
    3) CBS will collect new objects from Inactive workspace as well as existing objects from Active workspace and builds the Sources.
    4) After the build is successful, CBS will deploy the archives to central J2EE system, and store the sources in Active Workspace.
    Additional Information: Now if delete the track and load the same track again,
    it brings the correct modified source code with "Hello world has changed...!"
    In both sycn Active Source and Sync Inactive Sources
    This means that modified sources are getting checked in properly into both the Active and Iactive workspace but not getting deployed on activation.
    Please someone help me understand why automatic deployment is not working on Activation?

    Hi there,
    deployment in DEV and CONS works asynchronous. this means a request is not immediately deployed after the request is build. A successful build can although mean that there was a deployment error. So sometimes you jsut have to wait a couple of minutes for your changes to be deployed.
    When creating a track or deleting a runtimesystem and reconfiguring it. NWDI tries to sync the track and the runtimesystem immediately.
    So I would suggest to check this as follows:
    - After the request finished successfully in CBS open CMS Gui and navigate to the DEV tier of your track in transport studio.
    - there is a button "deployment" (second from the right) hit it...
    - a window with the deployment details of the tier will open. here you can see if a queue is still pending. you can check when the DC was deployed last time. and you can initiate a deployment of the queue here to. But this will not always lead to a immediate deployment.
    - Here you can check if there have been deployment erros (rc >4)
    So here you can get some clues on what is going on. Usually deployment fails because NWDI cannot reach the  runtime system or the user/password is wrong. Yo can check if the system is accessible by nwdi by getting the dubstitotion parameters of the system. You can find the line: View/Edit Deployment Substitution Variables at he bottom of every systems overview. At the right of this line is a button. if you press it and some variables should be shown. Nwdi can access your system for deployment. If not in the upper left an error message will be shown.
    Let us know what your results are
    Have a good time
    Jan

  • Standalone Weblogic deployment not working for ADF Table

    Hi All,
    I have create one application using JDeveloper 11g R3. I have taken one ADF Rich Table
    When i run application in Jdeveloper it runs fine.
    Now issue is when i deployee the same in standalone Weblogic server it is not running(Page gets open but table dosent display).
    But when i use same datacontrol and drag it as ADF Form it is working fine.
    Also weblogic server is not showing any logs.
    Please suggest.
    Thanks,
    Vijay

    The Admin Server Log is bellow,
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=E:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\w
    ic_patch.jar;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;E:\Orac
    DDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;E:\Oracle\MIDDLE~1\modules\features\weblogic.server.modu
    0.3.3.0.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;E:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;E:\Oracle\MIDDLE~1\modules\NETSF
    _1/lib/ant-contrib.jar;E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;E:\Orac
    DDLE~1\WLSERV~1.3\server\lib\xqrl.jar;E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\Oracle\MIDDLE~1\patch_
    111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;E:\Oracle\MIDDLE~1\utils\config\10.3\config-launch
    E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;E:\Oracle\MIDDLE~1\modules\features\weblogic
    er.modules_10.3.3.0.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;E:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;E:\Oracle\MIDDLE~1\m
    s\NETSFA~1.0_1/lib/ant-contrib.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbynet.jar;E:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.j
    PATH=E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;E:\Oracle\MIDDLE~1\WLSERV~1.3\serve
    ive\win\32;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;E:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;E:\Oracle\MIDDLE~1\JDK160~1\jre\bin;E:\Oracle\MIDDLE~1\JDK160
    n;E:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\n
    \win\32;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;E:\Oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;E:\Oracle\MIDDLE~1\JDK160~1\jre\bin;E:\Oracle\MIDDLE~1\JDK160~1\
    :\Oracle\app\product\11.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\Oracle\MIDD
    WLSERV~1.3\server\native\win\32\oci920_8;E:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    E:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminSer
    Djava.security.policy=E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -Xverify:none -da -Dplatform.home=E:\Oracle\MIDDLE~1\WLSERV~
    Dwls.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=E:\Oracle\MIDDLE~1\USER_P~1\domains\BASE
    -Dcommon.components.home=E:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djr
    .optfile=E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=E:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\
    g\FMWCON~1 -Doracle.server.config.dir=E:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\servers\AdminServer -Doracle.security.jps.config=E:\Orac
    DDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=E:\Oracle
    LE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\carml -Digf.arisidstack.home=E:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\arisidprovider -D
    gic.alternateTypesDirectory=E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dwebl
    jdbc.remoteEnabled=false -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=E:\Orac
    DDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;E:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Serv
    <Jan 19, 2011 4:34:37 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Micr
    ems Inc.>
    <Jan 19, 2011 4:34:37 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Jan 19, 2011 4:34:38 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 19, 2011 4:34:38 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jan 19, 2011 4:34:38 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file E:\Oracle\Middleware\user_projects\domains\base_domain\servers\Ad
    rver\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    <Jan 19, 2011 4:34:40 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jan 19, 2011 4:34:43 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jan 19, 2011 4:34:43 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service succes
    y.>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:0:5efe:a81:c06c:7001 for protocols iiop,
    dap, snmp, http.>
    <Jan 19, 2011 4:34:48 PM IST> <Warning> <Server> <BEA-002611> <Hostname "INEDEC-ENP-70.emrsn.org", maps to multiple IP addresses: 10.129.192.108, fe80:0:0:
    1:2cf6:49b4:9963%11>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[4]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, s
    http.>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, h
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.129.192.108:7001 for protocols iiop, t3, ldap, snmp,
    .>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on fe80:0:0:0:31c1:2cf6:49b4:9963:7001 for protocols ii
    3, ldap, snmp, http.>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "base_domain" running in Devel
    t Mode>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jan 19, 2011 4:34:48 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Jan 19, 2011 4:46:29 PM IST> <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initial
    correctly.>
    <Jan 19, 2011 4:47:01 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nf
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DFMW+Welcome+
    Application%2311.1.0.0.0%2CType%3DAppDeployment%22%29.>
    <Jan 19, 2011 4:48:08 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nf
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Dtestdep%2CTy
    AppDeployment%22%29.>
    <Jan 19, 2011 4:48:45 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nf
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DFMW+Welcome+
    Application%2311.1.0.0.0%2CType%3DAppDeployment%22%29.>
    <Jan 19, 2011 4:49:03 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nf
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3Dtestdep%2CTy
    AppDeployment%22%29.>
    <Jan 19, 2011 4:49:45 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nf
    ue&_pageLabel=AppApplicationOverviewPage&AppApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DFMW+Welcome+
    Application%2311.1.0.0.0%2CType%3DAppDeployment%22%29.>

  • JSF Samples (jsf-guessNumber.war)is NOT Working in Tomcat

    Hello
    I have worked in struts a bit, but, I'm new to JSF world. I was trying to run small program in JSF, but, I am getting the error by all the way.
    I have downloaded the JSF from Sun web site, the version says, jsf1.1 Final. I have found, "jsf-guessNumber.war" file in the sample folder in the downloaded zip file. I have already working Tomcat 5.5 in my laptop, I have deployed jsf-guessNumber.war application in my Tomcat and deployed successfully. But, when try to access the application through http://localhost:8080/jsf-guessNumber/ , the below exception appears. I have changed nothing in the war file. I have tried to deploy all other war sample files in my tomcat, but, nothing is working :-(.
    Can anyone please help me to find out what's wrong with this ?. Many Thanks in advance!.
    The exception details are below
    Dec 13, 2007 12:18:54 AM org.apache.catalina.core.ApplicationContext log
    SEVERE: StandardWrapper.Throwable
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:661)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:97)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
    at java.lang.Thread.run(Thread.java:595)
    Dec 13, 2007 12:18:54 AM org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Allocate exception for servlet Faces Servlet
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:661)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:97)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
    at java.lang.Thread.run(Thread.java:595)
    Dec 13, 2007 12:18:54 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.NullPointerException
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
    at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:661)
    at org.apache.jsp.index_jsp._jspService(index_jsp.java:97)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
    at java.lang.Thread.run(Thread.java:595)
    Thanks
    Sarav.

    Hi BalusC
    I have downloaded this now - https://javaserverfaces.dev.java.net/files/documents/1866/78307/jsf-1_2_07.zip and deployed samples in my Tomcat and added the libs. Restarted ny tomcat too thrice.
    I am getting the below exception while accessing this http://localhost:8080/jsf-guessNumber/
    Dec 13, 2007 12:53:12 PM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:267)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:164)
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1139)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:660)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:691)
    Can you please help to find out what is missing ?

  • Workshop for weblogic and spring 2.0.6 not working on weblogic 92

    Hi,
    I try to use workshop for weblogic 10.1 to create a web project using spring mvc framework and deploy it to a weblogic 9.2 server, and it gives me the error.
    Here's what I have done:
    Create a 9.2 server.
    Create a web project with spring facet, I downloaded spring 2.0.6.
    I created a test jsp page along with applicationContext.xml and springServlet.xml spring support.
    When I start the server and publish the ear to the server,
    I got the following error:
    Aug 28, 2007 9:18:03 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Aug 28, 2007 9:18:27 AM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "SpringContextServlet" failed to preload on startup in Web application: "springmvcWar".
    java.lang.NoClassDefFoundError: weblogic/i18n/logging/MessageLoggerRegistryListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
         Truncated. see log file for complete stacktrace
    I couldn't find the class weblogic/i18n/logging/MessageLoggerRegistryListener anywhere.
    Does anybody have seen this error before.
    Thanks
    maildt

    Hi,
    I tried the scenario against 9.2mp1 server and 9.2mp2 server and the publish worked fine.
    The only difference is the jsp file you created
    Can you remove your jsp file and see if the publish still fails?
    Which version of 9.2 server are you using? Also, what all facets are you using other than spring?
    Can you also try something and see if it helps?
    1. Open a new workspace
    2. In Window -> Preferences -> WebLogic -> J2EE Libraries, removed the logging bridge libraries (the 10.0 version) and re-added these libraries from a 9.2 installation.
    Basically they are
    wls-commonslogging-bridge 1.0/1.0
    wls-commonslogging-bridge-war 1.0/1.0
    wls-commonslogging-bridge 1.0/1.1
    wls-commonslogging-bridge-war 1.0/1.1
    and add 2 jars from 9.2_BEA_HOME/weblogic92\common\deployable-libraries
    3. Create web project and follow the other steps
    Thanks
    Vimala

  • War deployment doesnt work - help

    Hi All
    We're trying to deploy our war file with weblogic.Deployer but it keeps failing.
    We need help to understand the problem to fix it.
    weblogic.Deployer invoked with options: -adminURL t3://weblogic.host.com:7001 -user weblogic -name App -source /path/to/App.war -targets App_Managed_Server -deploy
    <Jan 12, 2013 11:37:11 PM PST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, App [archive: /path/to/App.war], to App_Managed_Server .>
    Task 108 initiated: [Deployer:149026]deploy application App on App_Managed_Server.
    Task 108 failed: [Deployer:149026]deploy application App on App_Managed_Server.
    Target state: deploy failed on Server App_Managed_Server
    weblogic.management.DeploymentException: [J2EE:160177]The application at "/scratch/software/Oracle/Middleware/user_projects/domains/wl_server/servers/App_Managed_Server/stage/App/app" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml or corresponding annotations exist. If this is an exploded WAR, the name of directory must be end with ".war". RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation.
    On another war file,
    weblogic.Deployer invoked with options: -adminURL t3://weblogic.host.com:7001 -user weblogic -name ws -source /path/to/ws.war -targets App_Managed_Server -redeploy
    <Jan 13, 2013 12:33:21 AM PST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating redeploy operation for application, ws [archive: /path/to/ws.war], to App_Managed_Server .>
    Task 124 initiated: [Deployer:149026]deploy application ws on App_Managed_Server.
    Task 124 failed: [Deployer:149026]deploy application ws on App_Managed_Server.
    Target state: redeploy failed on Server App_Managed_Server
    weblogic.application.ModuleException: Context path '/ws' is already in use by the module: ws.war application: ws
    We tried undeploying it and deploy and we get the same error
    What did we do wrong?
    Edited by: 898644 on Jan 13, 2013 12:37 AM

    They are two different problems.
    The first may be due to an incorrectly packaged ear file or by some garbage temporary files or bad WebLoigc status.
    The second may be due to some garbage temporary files or bad WebLoigc status.
    At first step try cleaning up by
    - stopping all the WebLogic server instances (admin and managed)
    - removing <domain>/servers/<server_name>/tmp , <domain>/servers/<server_name>/cache , <domain>/servers/<server_name>/stage
    - start all the WebLogic server instances (admin and managed)
    And try again.
    Bye
    Mariano

  • Weblogic.servlet.reloadCheckSecs in web.xml not working

    Given the following web.xml file:
              <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
              1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              <web-app>
              <context-param>
              <param-name>weblogic.servlet.reloadCheckSecs</param-name>
              <param-value>100</param-value>
              </context-param>
              <servlet>
              <servlet-name>CookieCounter</servlet-name>
              <servlet-class>servlets.CookieCounter</servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>CookieCounter</servlet-name>
              <url-pattern>monster</url-pattern>
              </servlet-mapping>
              <welcome-file-list>
              <welcome-file>hello.html</welcome-file>
              </welcome-file-list>
              <error-page>
              <error-code>404</error-code>
              <location>/error.jsp</location>
              </error-page>
              </web-app>
              It seems the weblogic.servlet.reloadCheckSecs property is not taking effect.
              The
              default value of -1 is always used. I did stop and restart weblogic.
              I also trid to set the servlet classpath in the web.xml file with
              weblogic.servlet.classpath
              property and it did not change the classpath for the servlet. It seems that
              other
              items are working such as adding new servletrs to the web application. Note
              that
              this is the cookie sample application that installes with the beta 2
              download.
              Thanks,
              Dan.
              

    Hi All:
    Thanks for all your help regarding the adfAuthentication success_url. Now I am able to configure to make this work. But now I am facing another issue i.e. I am getting 401 Not authorized message when the success_url is pointed to the jspx page.
    Note: I am using custom login module similar to DBProcOraDataSourceLoginModule so my roles are stored in the custom Role class. So I am not sure how to pass this role info to the security in ADF in order to authorize the page to be viewed.
    Could you please help and can you point me to any specific link.
    Thanks & Regards
    Sridhar Doki

  • JDev3.1 Deployment Not Working

    Runing JDev3.1 with Tomcat3.1/Apache1.3.12 on NT4.0 Sp6A. Trying to deploy an applet.
    When manually copying all the JDev generated class files to the publishing directory, it works fine.
    When deploying as a jar file, and copying it to the publishing directory. The applet doesn't load. No error message. It just gets stuck loading applet. All the files that's not in the jar file are in the publishing directory. What could be the problem.

    Please see my reply to 'riceala' Cannot Deploy Java Applet. Information provided there should also cover your problem.

  • Deployment not working for  Oracle Help 12c (12.1.3.0.0)

    Hi
    I am trying to install the ohw-links.ear and  ohw-rcf-demo-thin.ear. But after the installation when I am trying to access the below url, I am getting below error and I can't see the help home page.
    http://pc72648dd:8201/ohw-links/faces/helppages/main.jspx
    Error is
    No config parameter specified in the url or invalid config parameter. Please contact your administrator for more information.
    I can't see the ear file to check what is wrong.
    Is there anybody faced similar issue and have any solution, please help me.
    Thanks

    Hi Varun,
    Sorry for the delayed response. Have you configured your weblogic instance for jrf (ADF libraries) if so, you should be able to deploy the thin ear fine. If not you need to deploy the thick ear.

  • Wls 10.3 weblogic-webservices.xml transaction-timeout attribute not working

    Hi, need some urgent need.
    I have a stateless ejb webservice and I'm trying to set the transaction timeout for some of the methods. Right now my webservice transaction is timing out to the default of 30 secs. I've tried setting in the admin console the JTA transaction timeout option, didn't work (file a case with bea support #81233). And after days of researching and searching I came across that you can setup the weblogic webservice transaction-timeout thru the weblogic-webservices.xml deployment descriptor. Tried setting the transaction-timeout attribute to 120 secs. and that didn't work. Here is the snippet of the xml file.
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
    <webservice-description>
    <webservice-description-name>com.starcomsoft.pp.system.jws.SystemWSImpl</webservice-description-name>
    <webservice-type>JAXRPC</webservice-type>
    <port-component>
    <port-component-name>SystemWSSoapPort</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>starcomsoft_ws</webservice-contextpath>
    <webservice-serviceuri>/SystemWSImpl</webservice-serviceuri>
    </service-endpoint-address>
         <transaction-timeout>120</transaction-timeout>
         <reliability-config>
              <inactivity-timeout>P0DT600S</inactivity-timeout>
         </reliability-config>
    </port-component>
    </webservice-description>
    </weblogic-webservice>
    Does anybody have any clue to solve my urgent need.
    Thanks in advance for your help or suggestion.

    Unhandled exception
    Type=Segmentation error vmState=0x00040000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=F144C588 Handler2=F1446A9C
    Module=/app/oracle/product/Middleware/wlserver_10.3/server/native/aix/ppc/libmuxer.so
    Module_base_address=D8457000
    Target=2_40_20091214_049398 (AIX 5.3)
    CPU=ppc (4 logical CPUs) (0x600000000 RAM)
    ----------- Stack Backtrace -----------
    (0xD696E748 [libj9vm24.so+0x48748])
    (0xD8383EDC [libjclscar_24.so+0x10edc])
    (0xD8384514 [libjclscar_24.so+0x11514])
    (0xD6967718 [libj9vm24.so+0x41718])
    (0xD6967158 [libj9vm24.so+0x41158])
    (0xD69640D0 [libj9vm24.so+0x3e0d0])
    (0xD6932C9C [libj9vm24.so+0xcc9c])
    (0xD69BBA18 [libj9prt24.so+0x3a18])
    (0xD6932BB8 [libj9vm24.so+0xcbb8])
    (0xD69A77CC [libj9thr24.so+0x27cc])
    pthreadbody+0x118 (0xD010D784 [libpthreads.a+0x3784])

  • Jaas Module deployed not working

    HI sap gurus
                        we have recently migrated from EP sever 32 bit to 64 bit and we a jaas module which is working fine in the old ep server. since it has not come in the new server we have deployed it manually in the new server by changing the required things( bcoz we r currenting pointing the new ep to r3 quality)
    after adding the login module certificate none of the user is able to login to the portal . if it remove back again user would able to login.
    THanks in advance
    Johny

    i have resolved

  • RSS Feeds that worked prior to SP2, now do not work

    I am working with SharePoint 2010 Enterprise edition.  We have several wiki pages with RSS feeds that have been working well for a while.  Once we added the SP2 patch, the RSS feeds no longer work unless the page is checked out. 
    Once checked out, you can set them up, see the feed and all is good, until the page is checked in again.
    I tried removing the RSS feed and recreating it and have the same issue, works fine until the page is checked in.
    Could someone help direct me to a solution?  I looked through many forums on RSS feed errors and haven't seen anything helpful.  Thanks!
    staci

    Hi staci,
    It was a known issue from 2013 February CU and it had been fixed in 2013 June CU, however you can also install 2013 August CU for your SharePoint 2010 per the following article, this issue disappers without any side affects, you
    can take a look.
    http://richardstk.com/2013/11/01/rss-viewer-web-part-stops-working-after-installing-sharepoint-2010-sp2/
    Thanks
    Daniel Yang
    TechNet Community Support

Maybe you are looking for

  • Music page on iTune

    even since my computer got a virus attack, my iTune has not worked. i can go into all the pages for example the iTune store, but i can't view the music page without having a error come up saying that something is wrong and it makes me close iTune. i

  • Case help

    I'm using 9.2.0.5.0 I have a case in a where clause. The select is: SELECT description,dist FROM posdist WHERE posname LIKE 'NAPOS' AND to_char(nvl(active,9)) in CASE 2 WHEN 1 THEN '1' WHEN 3 THEN '9' WHEN 2 THEN (1,9) END; The column "active" is num

  • Add an object placeholder to a master slide

    How do I add an Object Placeholder to a master slide so I can drag and drop photos and have the pictures automatically size themselves to fit the placeholder? (I need to place 400 images, 18 to a slide and manage their builds individually.)

  • Suggest a good database?  (criteria within)

    I currently use a Microsoft Access to store data, which I then use to generate a static website using a Java application I wrote. The reason I use Java so heavily is that it is platform-agnostic; I hate losing code when a platform (DOS, Windows 3.1,

  • Cannot find my wep key

    powerbook G4   Mac OS X (10.4.6)