Using https with proxy in WebLogic 10.3 and Jax - WS (Web services).

Hello world! Hello!
I'm trying to configure a proxy in a Https Jax Ws connection. I get problems to set up the Proxy authentication.

This is the situation, I deploy a web project, which I have in the file. WAR in WebLogic. In this project, I have configured a class called utils. Authenticator. The code is the following:

*/**
* To change this template, choose Tools | Models *.
* and open the template in the editor.*
**/*
package-utils;

Import weblogic.common.ProxyAuthenticator;

*/***
***
* @author X31296CA *.
**/*
* Authenticator/public class implements ProxyAuthenticator {*}

public void init (String proxyHost,
proxyPort int,
String AuthType,
* String loginPrompt) {*}

*}*

* public String [] getLoginAndPassword() {*}
Connection string [] = new String [2];
Login [0] = "user";
Login [1] = 'password ';
Returns the user name;

*}*

Also, when I run the Jax - WS, prior to that, I try to configure the proxy with the following lines:
Properties p = System.getProperties ();
p.put (ProxyAuthenticator.AUTHENTICATOR_PROPERTY, "utils. Authenticator");
p.put ("weblogic.net.proxyAuthenticatorClassName", "utils. Authenticator");
System.setProperties (p);

The exception I get is:


weblogic.net.http.HttpUnauthorizedException: Proxy authenticator utils. Authenticator failed: java.lang.ClassNotFoundException: utils. Authenticator
* to weblogic.net.http.HttpURLConnection.getAuthInfo(HttpURLConnection.java:346) *.
* to weblogic.net.http.HttpsClient.makeConnectionUsingProxy(HttpsClient.java:439) *.
* to weblogic.net.http.HttpsClient.openServer(HttpsClient.java:350) *.
* to weblogic.net.http.HttpsClient.New(HttpsClient.java:518) *.
* to weblogic.net.http.HttpsURLConnection.connect(HttpsURLConnection.java:239) *.
* Truncated. check the log file full stacktrace *.
*}*

Please, any ideas?

Thanks in advance,

Jaime,

Hello

Try this option in your startup script, and try again.

-DUseSunHttpHandler = true

Kind regards
Kal

Tags: Fusion Middleware

Similar Questions

  • My native BB app, how to connect to the remote URL and call a Web service method to retrieve the XML base result using Eclipse Version 3.7.2

    Hello

    I am new to the development of native applications from BB using JDE. I'm testing Simulator. From my native BB app, I connect a remote URL and call a Web service method to extract some basic result XML.

    I need to write a login code remote URL to achieve? If so, how?

    So, how can I use this connection object to call the Web service from this URL remotely.

    Please help me out of it...

    Many thanks in advance...

    What i am doing is, On clicking the "Login" button i want to call the webservice method like below mentioned code...
    Here WaveServices is a class and getAllCinemas() is a static method inside which a webservice method call is made..
    
    loginButtonField.setChangeListener(new FieldChangeListener() {
                public void fieldChanged(Field paramField, int paramInt) {
                    WaveServices.getAllCinemas();
                }
            });
    

    Indeed, the question was raised and answered here:

    http://supportforums.BlackBerry.com/T5/Java-development/from-my-native-BB-application-how-to-connect...

  • Using Hibernate with EJB on Weblogic Server ADF platform

    Hi all
    We use 11.1.1.4 Jdeveloper and WLS 10.3
    I tried to use hibernation on my project according to this good link, with Hibernate on Weblogic EJB
    I wanto use Hibernate tool as toplink and eclipselink cannot reach the question on the generation of Update* ddl on schema, they can only re - create the tables-no actual update.

    First of all, I got internet related jars: http://www.2hotfile.com/di-LSBU.png
    cglib - 2.2
    ANTLR - 2.7.6
    Commons-collections - 3.1
    dom4j - 1.6.1
    Hibernate3
    sleep extended validator - 4.1.0.Final
    Javassist - 3.9.0.GA
    JTA - 1.1
    SLF4J-api - 1.5.11
    SLF4J-nop - 1.5.11

    Then I added to the template as a library dependencies project: http://www.2hotfile.com/di-GMSZ.png

    configured persistence.xml as below:
    <? XML version = "1.0" encoding = "windows-1252"? >
    < persistence xmlns = "http://java.sun.com/xml/ns/persistence."
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd".
    version = "1.0" >
    < name of persistence - unit = "VakkoEJBModel" transaction-type = "RESOURCE_LOCAL" >

    org.hibernate.ejb.HibernatePersistence < provider > < / provider >
    jdbc/VakkoDS < jta-data-source > < / jta-data-source >

    Properties of <>
    < name = "hibernate.jndi.url property" value="t3://127.0.0.1:7001" / > "
    < name = "hibernate.connection.datasource property" value = "jdbc/VakkoDS" / > "
    "< name ="hibernate.transaction.manager_lookup_class property"value =" org.hibernate.transaction.WeblogicTransactionManagerLookup "/ >
    "< name ="hibernate.dialect property"value =" org.hibernate.dialect.Oracle10gDialect "/ >
    < name = "hibernate.hbm2ddl.auto property" value = "Refresh" / > "
    < name = "hibernate.current_session_context_class property" value = "jta" / > "
    < / properties >


    < / persistence - unit >
    < / persistence >

    WebLogic - application.Xml

    <? XML version = "1.0" encoding = "ISO-8859-1? >
    < weblogic application >
    < prefer-application-packages >
    < package name > antlr.* < / package-name >
    < package name > org.hibernate. * < / package-name >
    <!-name-package > org.apache.commons.logging. * < / package-> name
    <!-name-package > org.w3c.dom. * < / package-> name
    < / prefer-application-packages >
    < / weblogic application >


    WebLogic-ejb - jar.Xml
    <? XML version = "1.0" encoding = "UTF - 8"? >
    < weblogic-ejb-jar xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance".
    xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-ejb-jar http://www.bea.com/ns/weblogic/weblogic-ejb-jar/1.0/weblogic-ejb-jar.xsd".
    xmlns = "http://www.bea.com/ns/weblogic/weblogic-ejb-jar" >

    < / weblogic-ejb-jar >


    EJB - jar. XML
    <? XML version = "1.0" encoding = "windows-1252"? >
    < ejb - jar / >

    And I added to the setDomainEnv.cmd this line:
    the EXT_PRE_CLASSPATH=C:\jarlar\hibernate-3.3.2\antlr-2.7.6.jar value; C:\jarlar\hibernate-3.3.2\commons-collections-3.1.jar; C:\jarlar\hibernate-3.3.2\dom4j-1.6.1.jar; C:\jarlar\hibernate-3.3.2\hibernate3.jar; C:\jarlar\hibernate-3.3.2\javassist-3.9.0.GA.jar; C:\jarlar\hibernate-3.3.2\jta-1.1.jar; C:\jarlar\hibernate-3.3.2\slf4j-API-1.5.11.jar; C:\jarlar\hibernate-3.3.2\slf4j-NOP-1.5.11.jar; C:\jarlar\hibernate-3.3.2\bytecode\cglib\cglib-2.2.jar; C:\Oracle\Middleware_11.1.1.4\modules\ejb3-persistence-3.3.1.jar; Hibernate Validator - 4.1.0.final.jar;

    Profile of deployment would be accessible by clicking on these links:
    http://www.2hotfile.com/di-XV68.PNG
    http://www.2hotfile.com/di-8YC9.PNG
    http://www.2hotfile.com/di-ADR4.PNG

    And I tried to manipulate the content of the ear file according to this information: http://middlewaremagic.com/weblogic/wp-content/uploads/2010/06/EAR_Application_Diagram.jpg

    under ear\META-INF\application.xml
    <? XML version = "1.0" encoding = "windows-1252"? >
    < application xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version = "5" xmlns = "http://java.sun.com/xml/ns/javaee" >
    < display name > ejb1 < / display-name >
    <>module
    ejb1.jar < ejb > < / ejb >
    < / module >
    < / application >

    under ear\META-INF\weblogic-application.xml
    <? XML version = "1.0" encoding = "windows-1254'? >
    < application weblogic xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd" xmlns = "http://www.bea.com/ns/weblogic/weblogic-application" >
    < prefer-application-packages >
    < package name > org.hibernate. * < / package-name >
    < package name > antlr.* < / package-name >
    <!-name-package > org.apache.commons.logging. * < / package-> name
    <!-name-package > org.w3c.dom. * < / package-> name
    < / prefer-application-packages >
    <>earpiece
    oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener <-listener class > < / listener class >
    < / earphone >
    <>earpiece
    oracle.mds.lcm.weblogic.WLLifecycleListener <-listener class > < / listener class >
    < / earphone >
    < library-ref >
    < name of the library - > adf.oracle.domain < / library name >
    < / library-ref >
    < / weblogic application >

    The files that existed in the directory ejb1.ear\ejb1.jar\META-INF\ even with the source of the template project folder (these were created by jdeveloper, deployment after deployment profile process which previously explaint)

    ear of content shown here: http://www.2hotfile.com/di-23X6.png

    When I deploy the project to weblogic using the JDeveloper method or http://127.0.0.1:7101 / console /. Except instead of exception
    < 10 December 2012 16:31:54 EET > < WARNING > < netuix > < BEA-423420 > < Redirect is executed to start or refresh action. Redirect URL is /console/console.portal?_nfpb=true & _pageLabel = AppDeploymentsControlPage. >
    < 10 December 2012 16:32:45 EET > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1355149965087 'in task 2'. Error is: "weblogic.application.ModuleException: Exception preparation module: EJBModule (ejb1.jar)"
    '
    weblogic.application.ModuleException: Exception preparation module: EJBModule (ejb1.jar)

    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.deployment.EnvironmentException: persistence unit of treatment VakkoEJBModel of the ejb1.jar module error: error instantiating class PersistenceUnit VakkoEJBModel org.hibernate.ejb.HibernatePersistence persistence provider: java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence
    at weblogic.deployment.BasePersistenceUnitInfoImpl.getPersistenceProvider(BasePersistenceUnitInfoImpl.java:375)
    at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:393)
    at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:386)
    to weblogic.deployment.BasePersistenceUnitInfoImpl. < init > (BasePersistenceUnitInfoImpl.java:158)
    to weblogic.deployment.PersistenceUnitInfoImpl. < init > (PersistenceUnitInfoImpl.java:39)
    Truncated. check the log file full stacktrace
    >
    < 10 December 2012 16:32:45 EET > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy task for application 'ejb1' >.
    < 10 December 2012 16:32:45 EET > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.application.ModuleException: Exception preparation module: EJBModule (ejb1.jar)

    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.deployment.EnvironmentException: persistence unit of treatment VakkoEJBModel of the ejb1.jar module error: error instantiating class PersistenceUnit VakkoEJBModel org.hibernate.ejb.HibernatePersistence persistence provider: java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence
    at weblogic.deployment.BasePersistenceUnitInfoImpl.getPersistenceProvider(BasePersistenceUnitInfoImpl.java:375)
    at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:393)
    at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:386)
    to weblogic.deployment.BasePersistenceUnitInfoImpl. < init > (BasePersistenceUnitInfoImpl.java:158)
    to weblogic.deployment.PersistenceUnitInfoImpl. < init > (PersistenceUnitInfoImpl.java:39)
    Truncated. check the log file full stacktrace
    >
    < 10 December 2012 16:32:45 EET > < error > < Console > < BEA-240003 > < Console met the following error weblogic.application.ModuleException: Exception preparation module: EJBModule (ejb1.jar)

    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:469)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    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.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: weblogic.deployment.EnvironmentException: persistence unit of treatment VakkoEJBModel of the ejb1.jar module error: error instantiating class PersistenceUnit VakkoEJBModel org.hibernate.ejb.HibernatePersistence persistence provider: java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence

    at weblogic.deployment.BasePersistenceUnitInfoImpl.getPersistenceProvider(BasePersistenceUnitInfoImpl.java:375)
    at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:393)
    at weblogic.deployment.BasePersistenceUnitInfoImpl.initializeEntityManagerFactory(BasePersistenceUnitInfoImpl.java:386)
    to weblogic.deployment.BasePersistenceUnitInfoImpl. < init > (BasePersistenceUnitInfoImpl.java:158)
    to weblogic.deployment.PersistenceUnitInfoImpl. < init > (PersistenceUnitInfoImpl.java:39)
    at weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:349)
    at weblogic.deployment.AbstractPersistenceUnitRegistry.loadPersistenceDescriptor(AbstractPersistenceUnitRegistry.java:263)
    to weblogic.deployment.ModulePersistenceUnitRegistry. < init > (ModulePersistenceUnitRegistry.java:69)
    at weblogic.ejb.container.deployer.EJBModule.setupPersistenceUnitRegistry(EJBModule.java:223)
    to weblogic.ejb.container.deployer.EJBModule$ 1.execute(EJBModule.java:324)
    at weblogic.deployment.PersistenceUnitRegistryInitializer.setupPersistenceUnitRegistries(PersistenceUnitRegistryInitializer.java:62)
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:393)

    What are my mistake/s or incomplete?
    Please, help me and excuse my bad English. Thanks in advance

    Note that you are missing a jar file

    Caused by: weblogic.deployment.EnvironmentException: persistence unit of treatment VakkoEJBModel of the ejb1.jar module error: error instantiating class PersistenceUnit VakkoEJBModel org.hibernate.ejb.HibernatePersistence persistence provider: java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence

    This class is part hibernate entitymanager * .jar (some versions can be found here: http://www.findjar.com/class/org/hibernate/ejb/HibernatePersistence.html)

    Just a little tip, it is unwise to change the classpath of WebLogic - you never know want, you could be wasting.

    The way to load classes before other classes of WebLogic is to use class filter loading (just as you have provided in your weblogic application. (XML), i.e.,.

    
        antlr.*
    
    

    To Hibernate running on WebLogic examples here:
    -http://middlewaremagic.com/weblogic/?p=5861
    -http://middlewaremagic.com/weblogic/?p=6725
    -http://middlewaremagic.com/weblogic/?p=7478
    -http://middlewaremagic.com/weblogic/?p=8104 (in the section of the migration, shows how Set up Hibernate4)

  • Use fault strategies to get the input variable and call a new service.

    Hello

    I have 2 composites that are the answer to the request. If none of these composite gives an error I want to have policies to correct this fault. Is possible to obtain the input of the first variable composite and call a new service with this variable to handle the error?

    Thank you

    Daniel

    I found the solution here:

    With the help of mismanagement in a BPEL process

    Using the method getVariableData to get the variable I want.

    Kind regards

    Daniel

  • I bought a used laptop with a version of Win7 OEM and license will not authenticate.

    Hi, I believe that the seller must have used a version of Win7 OEM upgrade but wiped the original OS from the laptop.  I've been going round in circles with the supplier for weeks now nothing does.  They want to send back me the phone so that they can "Watch".

    It is the diagnostic report.

    Rgds Frank

    Diagnostic report (1.9.0027.0):

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

    Validation of Windows data-->

    Validation code: 50

    Code of Validation caching online: 0x0

    Windows product key: *-* - 74XYM - BH4JX-XM76F

    The Windows Product Key hash: KeYfcvXg/a1Q01x73 + f8IL/JC4Y =

    Windows product ID: 00359-112-0000007-85441

    Windows product ID type: 5

    Windows license type: retail

    The Windows OS version: 6.1.7601.2.00010300.1.0.003

    ID: {4D929D1D-FEDD-4074-9509-85B98BBE74E3} (1)

    Admin: Yes

    TestCab: 0x0

    LegitcheckControl ActiveX: N/a, hr = 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Product name: Windows 7 Home Premium

    Architecture: 0 x 00000009

    Build lab: 7601.win7sp1_gdr.150113 - 1808

    TTS error:

    Validation of diagnosis:

    Resolution state: n/a

    Given Vista WgaER-->

    ThreatID (s): n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    Windows XP Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    File: No.

    Version: N/a, hr = 0 x 80070002

    WgaTray.exe signed by: n/a, hr = 0 x 80070002

    WgaLogon.dll signed by: n/a, hr = 0 x 80070002

    OGA Notifications data-->

    Cached result: n/a, hr = 0 x 80070002

    Version: N/a, hr = 0 x 80070002

    OGAExec.exe signed by: n/a, hr = 0 x 80070002

    OGAAddin.dll signed by: n/a, hr = 0 x 80070002

    OGA data-->

    Office status: 109 n/a

    OGA Version: N/a, 0 x 80070002

    Signed by: n/a, hr = 0 x 80070002

    Office Diagnostics: 025D1FF3-364-80041010_025D1FF3-229-80041010_025D1FF3-230-1_025D1FF3-517-80040154_025D1FF3-237-80040154_025D1FF3-238-2_025D1FF3-244-80070002_025D1FF3-258-3

    Data browser-->

    Proxy settings: N/A

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Win32)

    Default browser: C:\Program may Explorer\iexplore.exe

    Download signed ActiveX controls: fast

    Download unsigned ActiveX controls: disabled

    Run ActiveX controls and plug-ins: allowed

    Initialize and script ActiveX controls not marked as safe: disabled

    Allow the Internet Explorer Webbrowser control scripts: disabled

    Active scripting: allowed

    Recognized ActiveX controls safe for scripting: allowed

    Analysis of file data-->

    Other data-->

    Office details: {4D929D1D-FEDD-4074-9509-85B98BBE74E3}1.9.0027.06.1.7601.2.00010300.1.0.003x 64*-*-*-*-XM76F00359-112-0000007-854415S-1-5-21-3946564470-1629378854-4067432594LENOVO7459LK9LENOVO6DET30WW (1.07)20080910000000.000000 + 000FEB40E00018400F818090409GMT Standard Time(GMT+00:00)03LENOVOTP-6 d 109

    Content Spsys.log: 0 x 80070002

    License data-->

    The software licensing service version: 6.1.7601.17946

    Name: Windows 7 HomePremium edition

    Description: operating system Windows - Windows (r) 7, retail channel

    Activation ID: 2e7d060d-4714-40f2-9896-1e4f15b612ad

    ID of the application: 55c92734-d682-4d71-983e-d6ec3f16059f

    Extended PID: 00359-00170-112-000000-00-1033-7601.0000-3322014

    Installation ID: 018510745823930873493132754653484441985681032355900965

    Processor certificate URL: http://go.microsoft.com/fwlink/?LinkID=88338

    Machine certificate URL: http://go.microsoft.com/fwlink/?LinkID=88339

    Use license URL: http://go.microsoft.com/fwlink/?LinkID=88341

    Product key certificate URL: http://go.microsoft.com/fwlink/?LinkID=88340

    Partial product key: XM76F

    License status: Notification

    Reason for the notification: 0xC004F009 (grace period expired).

    Remaining Windows rearm count: 2

    Time to trust: 13/02/2015-17:19:36

    Windows Activation Technologies-->

    HrOffline: 0x00000000

    HrOnline: 0xC004C532

    Beyond: 0 x 0000000000000000

    Event timestamp: 1:30:2015 11:48

    ActiveX: Registered, Version: 7.1.7600.16395

    The admin service: recorded, Version: 7.1.7600.16395

    Output beyond bitmask:

    --> HWID data

    Current Hash HWID: NAAAAAAABAABAAIAAAACAAAAAgABAAEAJJQU3OQsENN6f8Sl8mNkP8D20DrdlExe + EVGyg ==

    Activation 1.0 data OEM-->

    N/A

    Activation 2.0 data OEM-->

    BIOS valid for OA 2.0: Yes

    Windows marker version: 0x0

    OEMID and OEMTableID consistent: Yes

    BIOS information:

    ACPI Table name OEMID value OEMTableID value

    APIC LENOVO TP - 6 D

    FACP LENOVO TP - 6 D

    HPET LENOVO TP - 6 D

    BOOT LENOVO TP - 6 D

    MCFG LENOVO TP - 6 D

    SSDT LENOVO TP - 6 D

    CO-SUBMISSION LENOVO TP - 6 D

    SLIC LENOVO TP - 6 D

    ASF!            LENOVO TP - 6 D

    SSDT LENOVO TP - 6 D

    TCPA

    SSDT LENOVO TP - 6 D

    SSDT LENOVO TP - 6 D

    SSDT LENOVO TP - 6 D

    Your report that you run a license to retail with a default product key that cannot be used to activate Windows 7.

    Windows license type: retail

    License status: Notification

    Reason for the notification: 0xC004F009 (grace period expired).

    Remaining Windows rearm count: 2

    Time to trust: 13/02/2015-17:19:36

    If there is a COA sticker attached to the computer, try to use that to activate:

    Try the following:

    Click Start, right click on computer

    Click on properties

    Scroll down to the Windows Activation

    Click on the link 'change product key '.

    Enter the product key located on the COA sticker attached to the bottom of your laptop or in the battery compartment. Click next to activate via the Internet.

    COA certificate of authenticity:

    http://www.Microsoft.com/howtotell/content.aspx?PG=COA

    ??

    What is the certificate of authenticity for Windows?

    http://Windows.Microsoft.com/en-us/Windows7/what-is-the-Windows-certificate-of-authenticity

    Otherwise, follow the instructions to return the machine and reactivated it.

  • Use themes with Adobe Illustrator®, Photoshop®, InDesign®, Fireworks®, and Flash® Professional

    Creating cloud users can access all their themes directly in Illustrator CC. To access your themes, open the color Panel by choosing window > color themes.  You can also access your themes and create new ones in the latest version of Adobe ideas, Adobe draw line from Adobe, Adobe sketch and more.

    For users who prefer to explore and browse themes created by members of the community of color first, we recommend the use of the web site, where you'll find robust search, filter and navigation features. Once you find something you like, simply mark it as a favorite and then refresh your color Panel in Illustrator.

    For Photoshop®, InDesign®, Fireworks®, and Flash® Professional:

    Find the new color Panel by choosing window > Extension > color themes. This new panel displays all your public themes.

    For users working on older versions of the software (CS4 and CS5), color themes can also be downloaded for use in Adobe software in the Adobe Swatch Exchange (.ase) format. To download a color theme, first make sure that you are connected. Click the theme you want and click Download. This downloads the theme as an .ase file to a location of your choice.

    Note: The Kuler Panel is no longer supported in CS2 and CS3.

    1. in InDesign CC, kuler menu is in window > Extensions menu.

    2. the site Web Kuler, ase download option is present in menu hover theme and on-site 1 page (see screenshot below). You must log in to download a theme as an .ase file.

    3. download ASE option is not present on devices that do not support iPad for example .ase file format. What browser and OS are you using?

  • "Bookmarks and history system is not functional" with corrupt files found by Avast and slow loading Web sites ONLY in Firefox

    Firefox is the only browser that allows me to connect with my microphone. I need to use this feature for an online class. Earlier tonight, the message invites me to grant or deny permission to site class to use the microphone stopped appearing and without this registration only will pick up all the sounds and I can't save anything.

    I tried to quit and restart Firefox. I had a few extensions in use at the time, in particular Session Manager. The allow/deny message would not always appear, then I restarted my computer.

    Now when I open Firefox, I see the message error "the bookmarks and history system won't be not functional. In addition, the browser loads websites extremely slowly; It takes several minutes to load each page or for me to be able to click on anything whatsoever (bar URL, menus, etc.) my other browsers (Internet Explorer and Chrome) are functioning normally and loading Web sites at a normal speed. I tried to download the latest version of Firefox, but it does not solve anything. I also tried to restart the computer again, but that didn't help either.

    I ran my Avast software system check, and it has mounted as the following files under "C:\Users\ (me) \AppData\Roaming\Mozilla\Firefox\Profiles\Irozixj7.default ' are 'damaged and unreadable ':
    -cookies.sqlite - shm
    -cookies.sqlite - wal
    -localstore.rdf
    -places.sqlite - shm

    There was one more problem on the analysis, but it is probably not relevant: the file "C:\ProgramData\Microsoft\Windows Defender\Definition Updates\{9A2C6FA7-E04E-4819-B86A-8363A9D1E42A}\mpengine.dll" it says "the system does not have the specified path. When I tried to follow the path shown, one of the files (I can't remember who) said something along the lines of "you can't access this folder, you want to allow access to this file permanently? I said yes and was able to access the folder.

    I tried to add the extension in Maintenance of places, but the speed is too slow to download anything. Trying to access any results of the menus in the Explorer freezing for several minutes then thaw but with the menu still unopened. As a result, none of the solutions found here (https://support.mozilla.org/en-US/kb/fix-bookmarks-and-history-will-not-be-functional?esab=a & as = aaq) seem to work.

    My questions are the following:
    -Is it possible to understand what caused the problem in the first place?
    Is there a way for me to fix it without losing my bookmarks and history?
    -How can I prevent that from happening again in the future?

    First of all, I recommend you backup your Firefox settings in case something goes wrong. See back up and restore the information contained in the profiles of Firefox. You can copy the folder of your Firefox profile together somewhere outside the Mozilla folder. To quickly access this folder:

    Help > troubleshooting information > "view file" button.

    Then, to keep this file open, exit Firefox and try to move "damaged and unreadable" files to another folder. With the exception of localstore.rdf, which stores the positions of windows, toolbar tools and other data non-essential customizations, other files appear to be specific session files that we hope, are not critical. If you restart Firefox, should he behave more normally?

    If this is not the case, try to create a fresh Firefox profile. It will be the Flash plugin, which is the control of sites use usually to connects to your camera or microphone and other plugins, but otherwise will be a new configuration. This article has the commissioning steps in the Profile Manager: use the Profile Manager to create and delete profiles Firefox.

    If the sites are functioning normally in the new profile, you can import your bookmarks from your old profile, as well as the copy on the other files that do not appear to be the cause of the problem. Some trial and error may be needed to determine that. This article has a few tips: recovery of data from an old profile.

    If the new profile is not better, you can exit Firefox and use the Profile Manager to return to your original profile.

    Any improvement?

  • When travel abroad (overseas) and use the WIFI, I can get incoming emails and browse the web, but cannot send emails.

    If I can find the SMTP that is used by the hotel, I can simply change my outgoing SMTP accordingly. But invariably, they do not understand the issue and unless I can find the outgoing SMTP, I'm unable to send.

    Is it possible to automatically pick up the SMTP Protocol out of the WIFI service that I use? How can I change my settings to do this?

    No, there is no easy way to do it, because the SMTP settings are often specific to the provider.  What you might try is to contact your local ISP and see if they can give you an option to send when you are not connected to them.  In addition, you can use webmail to access and send e-mail.  If your ISP doesn't have this option, there are several free accounts or cheap you can register for (gmail, hotmail, yahoo, etc.).

    Steve

  • I can't use HTTPS from the 21.

    Since the 21, I was not able to use https with Firefox sites. Internet Explorer and Chrome work fine.

    I either need to have Firefox and start using IE or Chrome. It's very frustrating and I spent hours of troubleshooting. I give up at this point.

    I get...

    The connection has been reset. The connection to the server was reset while the page is loading.

    The site could be temporarily unavailable or too busy. Try again in a few
       moments.
     If you are unable to load any pages, check your computer's network
       connection.
     If your computer or network is protected by a firewall or proxy, make sure
       that Firefox is permitted to access the Web.
    

    I completely uninstalled Firefox and reinstalled clean. I disabled Spybot and Avast nothing helps. I have installed and uninstalled ZoneAlarm nothing helps.

    Other ideas would be welcome. I cannot and will not make an operating system clean installation just to clear up a browser problem.

    On another note... Windows Firewall is also disabled, but seems to be faulty after a Windows update several months back. I can find no mention of the issues related to it the Microsoft.

    Hello

    Looks like you have been troubleshooting a fair bit already so I ask you to go through the steps detailed here: Firefox cannot load websites but other browsers may (just posted for other users to come later).

    Did you check if the problem still appears in Mode safe?

    The problems of Firefox in Mode safe

    If the problem does not appear in safe mode then continue to follow the instructions to identify the add-on / setting that is causing the problem.

    If the problem still appears in Mode safe then I suggest to do a Reset of Firefox. This goes back to its default settings Firefox but will keep your history, bookmarks, etc..

    Firefox - modules to reset and refresh settings

    I hope this helps. Let me know if not.

    Comments added by a moderator in order to clarify the solution. ~ J99

    Owner of question Note Heeia's comment in a post here

    Thanks! User error on this end. I had checked everything I could think of and then by chance I remembered I had NetNanny on this computer. ....
    
  • Fail to create the web service with the type of data defined by the user using the jwsc Ant task!

    Hello everyone!

    I used JAXWS to create WSDL from a file of Jehovah's witnesses.

    It's my TJ:
    -----------------------------------------------------------------------------------
    package ws;

    Import javax.jws.WebService;
    Import javax.jws.WebMethod;
    ws import. MyDataType;

    *@WebService*
    * public class MyWebService {*}
    public MyWebService()
    *{*
    *}*
    *@WebMethod*
    public MyDataType MyWebMethod (MyDataType mdt)
    *{*
    * / / mdt.setS ("I got it!"); *
    return mdt;
    *}*
    *}*
    -----------------------------------------------------------------------------------


    and this is my type of data:
    -----------------------------------------------------------------------------------
    package ws;

    * public class MyDataType {*}


    String ^ s;
    public MyDataType()
    *{*

    *}*
    * public String getS() {*}
    return s;
    *}*

    * Sets public Sub (String s) {*}
    This.s = s;
    *}*
    *}*
    -----------------------------------------------------------------------------------



    and that's my Ant build.xml
    -----------------------------------------------------------------------------------
    * < by default of the project = "all" > *.
    * < property name = "weblogic.jar.classpath" value="D:/Projects/bea103/wlserver_10.3/server/lib"/ > * "
    * < taskdef name = "jwsc" classname = "weblogic.wsee.tools.anttasks.JwscTask" > *.
    * < classpath > *.
    * < path id = "weblogic.classpath" > * "
    * < pathelement path = "WEBLOGIC_HOME" / >. *
    * < fileset dir = "${weblogic.jar.classpath}" > *.
    * < include name = "weblogic.jar" / > *.
    * < / fileset > *.
    * < / path > *.
    * < / classpath > *.
    * < / taskdef > *.
    * < target name = "all" depends = "clean, build-service" / > *.
    * < name target 'clean' = > *.
    * < delete dir = "output" / > *.
    * < / target > *.
    * < name target = 'build-service' > *.
    * <!-add jwsc and related tasks here - > *.
    * < jwsc srcdir = "" destdir = "wsoutput" > * "
    * < jws file = "MyWebService.java" type = "JAXWS" / > * "
    * < / jwsc > *.
    * < / target > *.
    * <!-< target name = "deploy" > - > <! - add wldeploy task here - > <!-< / target >-> *.
    * < / project > *.
    -----------------------------------------------------------------------------------

    I have run the Ant task, but I get this error:
    -----------------------------------------------------------------------------------
    BuildFile: build.xml

    clean:

    build service:
    [jwsc] TJ: processing module /MyWebService
    [jwsc] The analysis of source files
    [jwsc] The analysis of source files
    [jwsc] 1 TJS files processing for the module /MyWebService
    * [jwsc] [JAM] WARNING: could not resolve class MyDataType *.
    [jwsc] TJ: C:\Documents and Settings\samimi\IdeaProjects\SampleWebService\src\ws\MyWebService.java valid.
    [jwsc] Treatment of the web services JAX - WS 1...
    * [jwsc] error: couldn't get TypeDeclaration for: MyDataType apt tour: 1 *...
    ...................
    BUILD FAILED
    C:\Documents and Settings\samimi\IdeaProjects\SampleWebService\src\ws\build.xml:
    19: weblogic.wsee.tools.WsBuildException: JAX - WS web services processing error
    -----------------------------------------------------------------------------------

    Please help me solve this problem.
    Thank you
    Mojir

    I tried to compile your source code and received the same exception.
    However after compiling the MyDataType.java before running the jwsc task, I was successfully able to build the service.

    Please try the ant script below and let me know the result:

    **
    *     *
    *
    *



    <>
    srcdir = "${source.dir}" "

    DESTDIR = "${Build.dir} '"
    keepGenerated = 'true '.
    classpath = "${Class.Path} '"
    Debug = 'true '.
    verbose = "false" >

         


              

    Thank you
    Sandeep

  • Firefox MAC v30 with proxy must authenticate "Cache Access Denied" sorry, you are not allowed to ask: this cover until you have authenticated

    Firefox functioned perfectly until we have updated to version 30.0. It seems that the new version does not like our Proxy Configuration that requires users to auth with their AD accounts.

    In the latest version, Firefox will appear a box that allow you to type the user name and password that works perfectly. However, this is not pop up anymore and gives me this error message.

    The following error was encountered:
    
       Cache Access Denied.
    

    Sorry, you are not allowed to ask:

       http://www.google.com.au/url?
    

    This cache until you have yourself authenticated.

    I try to configure the username into a key ring and allow firefox to access manually, but Firefox seems does not access this key chain at all.

    Is that someone has a problem with the proxy server that needs to authenticate in Firefox30.0? Does anyone know the possible solutions?

    Thank you very much!

    Shuopan

    Trouble Shooting - update

    Interestingly enough, Firefox works for 1 minute after I use Safari with proxy Auth. However, if I get Safari for 1 or 2 minutes, Firefox will be stop working and displays similar error message.

    tried network.http.use - cache = false but does not work

    Thank you

    We find the solution of Philipp is useful.

    "Hello, this is perhaps due to the deactivation of some insecure authentication protocols in firefox 30: https://www.mozilla.org/en-US/firefox/30.0/releasenotes/#whatsnew .

    You can try to enter: config in the firefox address bar (confirm the message information where it appears) and search for the preference named network.negotiate - auth.allow - insecurity-ntlm-v1. Double-click it and change its value to true. »

    https://www.Mozilla.org/en-us/Firefox/30.0/releasenotes/#whatsnew

  • Problem of DH handshake with the web service using ColdFusion 7 and 8 after java update 8

    ColdFusion 7 and 8 are provided with a variant of JRE1.6.

    I have a script that has consumed a web service for years with success.  Last week, the web service provider updated their version of Apache and Java on the server java 1.8 (or java-8).

    I could no longer consume the web service once the web service provider updated to Apache and Java and would be the following error DH keypair every time that I try to consume the service:

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

    AxisFault

    faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException

    faultSubcode:

    faultString: javax.net.ssl.SSLException: java.lang.RuntimeException: could not generate keypairs DH

    faultActor:

    faultNode:

    faultDetail:

    {}http://xml.apache.org/axis/} stackTrace:javax .net .ssl .SSLException: java.lang.RuntimeException: could not generate keypairs DH

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1537)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1130)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1107)

    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)

    to org.apache.axis.transport.http.HTTPSender.getSocket (HTT... ''

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

    I asked the service provider web, why it would stop working and how we can solve this problem.  They suggested that upgrade to the latest version of Java on my server running ColdFusion.  I did some research and found the problem to be with the amount of memory allocated to the variable containing the encryption key.

    The big problem is when I tried to update java on this particular server (Windows Server 2003), the installation has returned a messaged stating that he could not run on the older operating system and I need to update my OS to install java.

    Does anyone have a workaround in ColdFusion 7 or 8 that you can establish the DH handshake using Java 1.6 on your local server while consuming a web service on a server using Java 1.8?

    Hi, frank000000,

    I know that we had a serious problem with any Java 7 after update 25.  They are off a lot of network permissions and other things, for safety, that used to be available in versions prior to the update 25.  But it's while we were in CF Server 9.

    Since we switched to CF Server 10 (making sure that we got the CF Installer provided with Java 8), we had very few issues related to Java.

    It seems strange to me that the upgrade to 1.8 host while your server is 1.6 would cause problems.  It could very well be something else.  I would like to ask the host for documentation describing exactly how/why their 1.8 may cause interference with your 1.6.

    HTH,

    ^_^

  • Problems with the Web Service using XML in Flex

    Hello

    I use a ColdFusion CFC, which is configured to generate an XML string. It runs on ColdFusion MX 6.1 and is configured as a remote web service. I tested the call and it returns the string XML fine when it is called from another method of Flex unfounded. My problem is this simple Flex application to call the same function via a service web, I wrote below. I cannot get to the exit results, keeps showing as NULL. I can't use the HTTP of Flex appeal for remote access because I'm not under MX7. Does anyone know what is wrong with my code? BTW, I would do the work of cross - domain.xml file to call the cfc, let me know if you want to test and I can add your domain name. Thank you!

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >

    <! - set Web Service to get the XML data of course catalog - >
    < mx:WebService
    ID = "cd".
    "WSDL =" http://training.wonderware.com/components/courses.cfc?wsdl "
    Load = "CD.getCourseCatalogXML.Send ()" "
    showBusyCursor = "true" fault = "Alert.show (event.fault.message), 'Error' ' result =" cdResult (event) ">"
    < mx:operation name = "getCourseCatalogXML" resultFormat = "e4x" >
    < mx:request >
    < IDCalendrier > 3 < / IDCalendrier >
    < / mx:request >
    < / mx:operation >
    < / mx:WebService >

    < mx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    Import mx.rpc.events.ResultEvent;
    Import mx.rpc.events.FaultEvent;

    [Bindable]
    public var outputString:String

    public void cdResult(event:ResultEvent):void
    {
    outputString = event.result as String
    }
    []] >
    < / mx:Script >

    < mx:Canvas horizontalScrollPolicy = "off" verticalScrollPolicy = "off" >
    < mx:Text width = '100% ' paddingLeft = "4" paddingRight = paddingTop "4" = "4" >
    < mx:text > OUTPUT: {outputString} < / mx:text >
    < / mx:Text >
    < / mx:Canvas >

    < / mx:Application >

    Thank you very much! I do not have the notion that the HTTPService is indded just an HTTP call. So yes that it a much simpler way to call just ColdFusion to return the XML string to the application. No reason to use Flash Remoting or CFCS etc... and certainly not a web server. This made the turn that I called a HTTPService now what charges by coldfusion page that returns XML and bam, works well with e4x result etc... Thanks tracy!

  • Use the MapPoint Web Service with MX7

    Can anyone offer guidance for the use of Microsoft MapPoint web service? I searched around, but found no usable information. My immediate concern is how to get my CF7 application to perform Digest authentication, but I would also appreciate advice for all the other obstacles that may occur after.

    Thank you
    James

    So here's what I had to do to make this work with CF7:

    1. edit wwwroot/WEB-INF/client-config.wsdd use CommonsHTTPSender by Tom Jordahl's blog ( http://tjordahl.blogspot.com/2007/03/apache-axis-and-commons-httpclient.html).

    2. put the Commons-httpclient - 3.1.jar and Commons-codec - 1.3.jar in CFusionMX7/lib. These pots are available from the Apache Commons project ( http://commons.apache.org/).

    3. Add a web service entry in the CF administrator. For the code example works, use the name of MapPoint. The URL is the wsdl of normal staging area ( http://staging.mappoint.net/standard-30/mappoint.wsdl), and the user name and password are those issued by Microsoft for your account of mappoint.

    The CF application service must be restarted to pick up pots of apache Commons. At this point, the code example must be executable. It displays an input field you can type an address in (for example "1 microsoft way, redmond, wa") and displays a map when submitted. The code is fairly simple and does not take into account things like the possibility of several search results.

    Since this is all in CFML, some used as inputs of the function helper objects must be designed as CF structs, the data members of the java objects in mirror. This is a problem in creating a MapView object because there is no way to indicate which of the derived classes (ViewByHeightWidth, ViewByScale, etc.) you intend. My solution is to use a view object returned by GetBestMapView().

    Hope this is useful to someone.

    James

  • I use iCloud with office, laptop, phone

    I use iCloud with Apple Mackbook Air, desktop, iPhone and iPad Mini. I can't notes to synchronize on the laptop. On all other devices if I add a note on one, it appears on the other. Not so much on Macbook Air (10.10.5)?

    On the Macbook Air open System Preferences > iCloud.

    Clear the check box next to Notes here it again.

    Give iCloud minutes re sync your Notes.

Maybe you are looking for