RMI Activatable (unable to obtain activation system)

Hello, I am new to forum... I have a simple rmi activation program.. Before writing program,I have checked some books and example in the sun site...
Before starting to program, I command "start rmiregistry" and
rmid -J-Djava.security.policy=rmi.policy -J-Dsun.rmi.activation.execPolicy=none
Up to here ,everything is Ok.
However,when I started to Setup program .I got the error Unable to obtaion activation system....
Following my codes:
my remote object...package impl.server;
import java.rmi.*;
import araclass.Kitapcik;
import araclass.Soru;
public interface Sinav extends Remote{
     Kitapcik bilgileriGetir() throws RemoteException;
     String sorulariGetir(Soru soru) throws RemoteException;
package impl.activate;
import impl.server.Sinav;
import java.rmi.*;
import java.rmi.activation.*;
import araclass.Kitapcik;
import database.Database;
import araclass.Soru;
public class SinavYordam extends Activatable implements Sinav{
     Database data;
     public SinavYordam(ActivationID id,MarshalledObject data) throws RemoteException{
          super(id,0);
     public Kitapcik bilgileriGetir(){
          data=new Database();
          data.baglan();
          Kitapcik kitap=data.kitapcikGetir(2);
          data.kapat();
          return kitap;
     public String sorulariGetir(Soru soru){
          String sor="";
          data=new Database();
          data.baglan();
          sor=data.soruGetir("Soru_Getir", soru.soru_no, soru.tabloAdi);
          data.kapat();
          return sor;
     public String[] siklariGetir(Soru soru){
          String[] sik;
          data=new Database();
          data.baglan();
          sik=data.siklariGetir("Soru_Getir", soru.soru_no, soru.tabloAdi);
          data.kapat();
          return sik;
}and lastly setup program,
import impl.server.Sinav;
import java.rmi.*;
import java.rmi.activation.*;
import java.util.Properties;
import java.util.prefs.Preferences;
public class SinavServer {
     public SinavServer(){
     public static void main(String[] args) throws Exception{
               System.setSecurityManager(new RMISecurityManager());
     Properties prop=new Properties();
        prop.put("java.security.policy","/workspace1/SINAV");
           ActivationGroupDesc.CommandEnvironment  cmd=null;
           ActivationGroupDesc grpdesc=new ActivationGroupDesc(prop,cmd);
          ActivationGroupID id=ActivationGroup.getSystem().registerGroup(grpdesc);
          String location="file:/workspace1/SINAV";
          ActivationDesc desc=new ActivationDesc(id,"impl.activate.SinavYordam",location,null);
          Sinav sin=(Sinav)Activatable.register(desc);
          Naming.rebind("Sinav", sin);
} Thanks in advance..

Actually, I got two diffirent exception in an interesting order.. I mean one day I got the following the error;
Exception in  thread "main"  java.Access.Security.ControlException: access denied <java.io.FilePermission \\c\workspace1\SINAV read>
at java.security.AccessControlContext.checkPermissionthat goes on...
The other day ,
Unable to obtain activation system exception today I could not have got so far. If I got, I would post.
So anyone who I have an idea of this problem...
Thanks in advance...

Similar Messages

  • Error when setting up gateway on local system: "Unable to obtain the anti-forgery token from Host Service"

    I have created an account in Office 365 to try Power BI, and have set up the Power BI site so far.
    Now i want to add few data sources, for which i guess i would need to do the following:
    1) Create a gateway (i have done this)
    2) Download and Install the gateway on my local machine (Installed on my 64bit windows 8.1 laptop)
    3) Run Data Management Gateway configuration manager wizard to setup up the gateway. 
    At this step, when i enter the Gateway Key (copied from the Power BI Site), i am getting error  "unable to obtain the anti-forgery token from Host Service".
    Where should i head next? 
    Vishal Soni

    Hey Hubery,
    Its working now. Thanks for the tips.
    Few things that i learnt here:
    1) You'll need to turn the firewalls off for the local system. (I am not sure if this is required, but i just did this and it started working for me).
    2) When you are creating the gateway on Power BI site, you click on Create new gateway, and it shows you the security key. Previously i just copied and saved this key and click Finish at this step (which i guess should not be done). What we need to do is
    to keep this screen ON, download and run the Gateway setup wizard and complete the setup, while keeping the page open in power BI site.
     I am getting the Gateway up and running now.
    Vishal Soni

  • Can't invoke WS from BPEL process: Unable to locate activated endpoint

    I have a simple Calculator Web Service deployed on Glassfish, that I can access with any kind of SOAP client (e.g. soapUI). I have then created a BPEL process that invokes this external Web Service (which happens to run on the same Glassfish server, but that's largely irrelevant I suppose). I can instantiate and invoke the BPEL process (I've tried it with a dummy assign earlier just to make sure, and it runs successfully), but the BPEL process doesn't seem to be able to locate the external Web Service. I get the following fault:
    <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
    <S:Body>
    <ns2:Fault xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.w3.org/2003/05/soap-envelope">
    <faultcode>ns2:Server</faultcode>
    <faultstring>javax.jbi.messaging.MessagingException: Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</faultstring>
    <detail>
    <ns2:exception class="java.lang.RuntimeException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false" xmlns:ns2="http://jax-ws.dev.java.net/">
    <message>javax.jbi.messaging.MessagingException: Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</message>
    <ns2:stackTrace>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube$AsyncProviderCallbackImpl" file="AsyncProviderInvokerTube.java" line="114" method="sendError"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="136" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="94" method="invoke"/>
    <ns2:frame class="sun.reflect.GeneratedMethodAccessor305" line="unknown" method="invoke"/>
    <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
    <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.InvokerImpl" file="InvokerImpl.java" line="72" method="invoke"/>
    <ns2:frame class="com.sun.xml.ws.api.server.Invoker" file="Invoker.java" line="115" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="166" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube" file="AsyncProviderInvokerTube.java" line="80" method="processRequest"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="595" method="__doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="554" method="_doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="539" method="doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="388" method="run"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="885" method="runTask"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="907" method="run"/>
    <ns2:frame class="java.lang.Thread" file="Thread.java" line="619" method="run"/>
    </ns2:stackTrace>
    <ns2:cause class="javax.jbi.messaging.MessagingException" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
    <message>Unable to locate activated endpoint for service connection {SigningCompositeApp}CalculatorService SignedCalculatorService.</message>
    <ns2:stackTrace>
    <ns2:frame class="com.sun.jbi.messaging.MessageService" file="MessageService.java" line="492" method="addressExchange"/>
    <ns2:frame class="com.sun.jbi.messaging.MessageService" file="MessageService.java" line="326" method="doExchange"/>
    <ns2:frame class="com.sun.jbi.messaging.DeliveryChannelImpl" file="DeliveryChannelImpl.java" line="209" method="send"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="268" method="sendInOut"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="479" method="executeSOAP"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.InboundMessageProcessor" file="InboundMessageProcessor.java" line="215" method="execute"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="134" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.AsyncJBIProvider" file="AsyncJBIProvider.java" line="94" method="invoke"/>
    <ns2:frame class="sun.reflect.GeneratedMethodAccessor305" line="unknown" method="invoke"/>
    <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke"/>
    <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke"/>
    <ns2:frame class="com.sun.jbi.httpsoapbc.jaxwssupport.InvokerImpl" file="InvokerImpl.java" line="72" method="invoke"/>
    <ns2:frame class="com.sun.xml.ws.api.server.Invoker" file="Invoker.java" line="115" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="166" method="invokeAsyncProvider"/>
    <ns2:frame class="com.sun.xml.ws.server.provider.AsyncProviderInvokerTube" file="AsyncProviderInvokerTube.java" line="80" method="processRequest"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="595" method="__doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="554" method="_doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="539" method="doRun"/>
    <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="388" method="run"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="885" method="runTask"/>
    <ns2:frame class="java.util.concurrent.ThreadPoolExecutor$Worker" file="ThreadPoolExecutor.java" line="907" method="run"/>
    <ns2:frame class="java.lang.Thread" file="Thread.java" line="619" method="run"/>
    </ns2:stackTrace>
    </ns2:cause>
    </ns2:exception>
    </detail>
    </ns2:Fault>
    </S:Body>
    </S:Envelope>
    For good measure, here's the WSDL (and partner link defn) for the external WS:
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="CalculatorWSExternal" targetNamespace="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal" xmlns:ns="http://calculator.me.org/" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types>
    <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/CalculatorWSExternal">
    <xsd:import namespace="http://calculator.me.org/" schemaLocation="CalculatorWSService.xsd"/>
    </xsd:schema>
    </types>
    <message name="addRequest">
    <part name="add" element="ns:add"/>
    </message>
    <message name="addReply">
    <part name="addResponse" element="ns:addResponse"/>
    </message>
    <portType name="CalculatorWSExternalPortType">
    <operation name="add">
    <input name="input1" message="tns:addRequest"/>
    <output name="output1" message="tns:addReply"/>
    </operation>
    </portType>
    <binding name="CalculatorWSExternalBinding" type="tns:CalculatorWSExternalPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="add">
    <soap:operation/>
    <input name="input1">
    <soap:body use="literal"/>
    </input>
    <output name="output1">
    <soap:body use="literal"/>
    </output>
    </operation>
    </binding>
    <service name="CalculatorWSExternalService">
    <port name="CalculatorWSExternalPort" binding="tns:CalculatorWSExternalBinding">
    <soap:address location="http://localhost:8080/CalculatorApp/CalculatorWSService"/>
    </port>
    </service>
    <plnk:partnerLinkType name="CalculatorWSExternal1">
    <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
    In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
    A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
    <plnk:role name="CalculatorWSExternalPortTypeRole" portType="tns:CalculatorWSExternalPortType"/>
    </plnk:partnerLinkType>
    </definitions>
    Any help? I've seen someone post a similar problem on the forum at http://forum.java.sun.com/thread.jspa?threadID=5273187&messageID=10157363#10157363
    but I haven't seen any answers. Thanks!
    Edited by: tboubez on Jun 9, 2008 10:56 AM

    Check the ports of Web services and those of BPEL, as Hambo have different communication ports.
    Normally Webservices point to the port 8080 and BPEL to 18181 or 9084.
    Check and I accounts.
    Greetings.

  • Unable to obtain inventory from some XP PC's

    I am unable to obtain version 7.5 inventory info from a handful of XP PC's. I believe it's something to do with this WifName registry entry which is blank on a PC where I cannot obtain inventory.
    I have uninstalled the 7.5 client, deleted the registry contents as it leaves them there, deleted the Asset Management firectory from within program files as it doesn't completely uninstall the directory either, and re-installed from scratch. After the new installation the WifName registry entry is still blank.
    I am runing the command manually "cclient.exe scannow:edit". This all works on my PC logged on as me but not on another Pc logged on as me. This rules out the Asset Management server, policies, rights to the registry etc which have all been suggested as problms in previous posts.
    The ZAM Client and Collector have full access privileges to the ZAM
    portion of the Program Files directory as well as to their own portion of
    the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Tally Systems
    Corp.\TSCensus\CollectionClient.
    The ZAM collection client is set in the services to run as a local
    system account on ALL PC's.
    I believe I need to know why this entry is blank to fix the problem.
    Secondly, when I run the Setup.exe program to install the client, it asks for my Server name from which it populates cps.ini like so:-
    [CollectionServer]
    Insight
    [CollectionClient]
    InBoxCC
    however when I run the .msi that I found today, it doesn't ask for any info and the cps.ini file looks like this:-
    [CollectionServer]
    [CollectionClient]
    Is this significant?
    My colw32.log file also contains the message "failed to get WIF path", all the time on the PC that fails but only sometimes on my PC.
    Thanks
    Lenny

    Found out what the problem was. The Windows firewall was switched on for the PC's that didn't work.
    Lenny

  • Ludelete error "Unable to unmount file systems"

    Trying to delete a BE from a Solaris 10 10/08 system:
    # cat /etc/release
                          Solaris 10 10/08 s10s_u6wos_07b SPARC
               Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                Assembled 27 October 2008
    # lustatus
    Boot Environment           Is       Active Active    Can    Copy
    Name                       Complete Now    On Reboot Delete Status
    sol10_1008_stage2          yes      yes    yes       no     -
    sol10_1008_SAPC20090813    yes      no     no        yes    -
    # ludelete -n sol10_1008_SAPC20090813
    ERROR: Unable to unmount file systems for boot environment <sol10_1008_SAPC20090813>.
    Unable to delete boot environment.
    #There's a bunch of junk in /.alt/.tmp* and /a/:
    # zfs list
    NAME                                                                         USED  AVAIL  REFER  MOUNTPOINT
    rpool                                                                       65.5G  1.46G  23.5K  /rpool
    rpool/ROOT                                                                  45.5G  1.46G    18K  /tmp/mnt
    rpool/ROOT/sol10_1008_SAPC20090813                                          6.38G  1.46G  30.1G  /.alt.tmp.b-LMc.mnt/
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds                                   6.37G  1.46G    18K  /.alt.tmp.b-LMc.mnt//zoneds
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/dmgrdv01-sol10_1008_SAPC20090813  19.5K  1.46G  19.5K  /.alt.tmp.b-LMc.mnt//zoneds/dmgrdv01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/dmgrpl01-sol10_1008_SAPC20090813  19.5K  1.46G  19.5K  /.alt.tmp.b-LMc.mnt//zoneds/dmgrpl01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/empdev01-sol10_1008_SAPC20090813  3.76G  1.46G  3.76G  /a/zoneds/empdev01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/tst01-sol10_1008_SAPC20090813     19.5K  1.46G  19.5K  /.alt.tmp.b-LMc.mnt//zoneds/tst01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/tst02-sol10_1008_SAPC20090813     19.5K  1.46G  19.5K  /.alt.tmp.b-LMc.mnt//zoneds/tst02-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/tst03-sol10_1008_SAPC20090813     18.5K  1.46G  18.5K  /.alt.tmp.b-LMc.mnt//zoneds/tst03-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/wasdv01-sol10_1008_SAPC20090813   19.5K  1.46G  19.5K  /.alt.tmp.b-LMc.mnt//zoneds/wasdv01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/waspl01-sol10_1008_SAPC20090813   1024M  1.46G  1024M  /a/zoneds/waspl01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_SAPC20090813/zoneds/webdv01-sol10_1008_SAPC20090813   1.62G  1.46G  1.62G  /a/zoneds/webdv01-sol10_1008_SAPC20090813
    rpool/ROOT/sol10_1008_stage2                                                39.1G  1.46G  37.9G  /
    rpool/ROOT/sol10_1008_stage2@sol10_1008_SAPC20090813                        1.20G      -  30.1G  -
    rpool/dump                                                                  8.03G  1.46G  8.03G  -
    rpool/swap                                                                  8.00G  9.46G    16K  -
    rpool/zones                                                                 3.94G  1.46G    20K  /rpool/zones
    rpool/zones/eita                                                            3.94G  1.46G    18K  /rpool/zones/eita
    rpool/zones/eita/iamdv01                                                      18K  1.46G    18K  /zones/eita/iamdv01
    rpool/zones/eita/ldapdv01                                                   3.94G  1.46G  3.94G  /zones/eita/ldapdv01
    #"zoneds" does not exist, so I am guessing that is the problem. I'm wondering if it is safe for me to delete them.
    Mark

    Hmmm... I haven't run into this with ZFS.
    For UFS, this should work:
    luumount -f sol10_1008_SAPC20090813
    Alternative to that, you could do a force delete of the BE (ludelete -f sol10_1008_SAPC20090813) and remove the ZFS entries manually.
    I have also resorted to hand-editing the zone configuration files, but that's not exactly a recommended practice ;-)

  • Log Viewer: Unable to obtain a valid configuration - BAMRuntimeException

    Hi All,
    We have problems working with the Visual Administrator -> Log Viewer
    tool.
    excuting the Visual Administrator -> F:\usr\sap\<SID>\J(XXX)\j2ee\admin>go.bat
    Login with the user Administrator.
    Click On: Cluster -> PEP -> Server X X_XXXXX -> Services -> Log Viewer.
    Them you get the following error:
    Unable To Obtain a Valid Configuration ->
    com.sapmarkets.bam.util.BAMRuntimeException
    The Problem is in all our Portals System Landscape: DEV, QA, PRD.
    Best Regards,
    Erick Ilarraza

    Hi All,
    We solved the problem. You have to deleted the old archive files. **J2ee/Cluster/Server<n>/log/archive.
    Them the Log Viewer works.
    Best Regards,
    Erick Ilarraza

  • HT1444 I have recently acquired an update for my mac OX the program being the snow leopard, i have been forever inserting the disk only to have it ejected by my mac, hence, i am unable to update my system with snow leopard

    I have recently acquired an update for my mac OX the program being the snow leopard, i have been forever inserting the disk only to have it ejected by my mac, hence, i am unable to update my system with snow leopard, what can i do, as i have just paid out money for something which

    Worked like a charm and resolved my problem totally. The only issue I had is that, unlike the Computer (Mac OS). the iPad doesn't give constant visibility to what it is doing (feedback), so I wasn't initially sure it had done anything.
    When I opened my emailed message with .vcf file attached, and tapped the .vcf attachment icon, I saw activity on the icon for just a few seconds, then it reverted to the original with nothing apparently happening. After about 30 seconds, the secondary menut popped up indicating the transfer of 1200 addresses would be completed, if I approved the action. Another 10 to 15 seconds then transpired before the completed Contact list appeared on the ipad. So you must be patient, if you have a large Addressbook. That's reasonable,but unexpected lack of feedback left me wondering, like so many other things on the iPad.
    THank you for the assist. Apparently Apples Mac Genius people did not know this procedure, and I will pass it on to my local Apple Store Instructor.
    -- Chuck

  • Unable to obtain dynamiclink server

    Hello.
    I'm using a windows 8 pc. I think its a 64bit, not sure. but anyways i installed adobe creative cloud. had trouble installing after effects due to internet and such. but eventually i got it downloaded then had trouble actually starting it. ran as administrator and that fixed it. today i tried doing a camera tracker and i got the message "unable to obtain dynamiclink server" and i'm really fustrated, ive dealt with so many issues lately ive almost had enough. Ive look on the forums for answers and saw none. Please help. and if any of you could tell me how i'm supposed to uninstall and reinstall after effects that would be great. cause when it wasn't working i uninstalled it and tried finding the files again that i through in the trash and from then ive had trouble. Point being i'm inexperianced and need assistance. In fact. after effects doesn't even show up in the control panel uninstall. so i'm somehow using it and its not even there...
    Best regards, Kyle West
    Message was edited by: Irishoffspring

    Run the cleaner tool and then reinstall if you must:
    http://www.adobe.com/support/contact/cscleanertool.html
    Won't solve your issue, though, I can tell you that. As we've written like a gigazillion times on this forum, AE not being able to connect to external processes comes down to blockages from virus scanners or general issues with the operating system like specific TCP ports being unavailable due to network configuration and firewall settings. You need to straighten out that part.
    Mylenium

  • There was start up glitch on desktop, which changed the computers configuration, which requires activation on Adobe Photoshop CS, but am not able to get throug activation system and phone support has been disconnected.

    here was start up glitch on desktop, which changed the computers configuration, which requires activation on Adobe Photoshop CS, but am not able to get throug activation system and phone support has been disconnected. How should I activate my software.

    You are entitled to the CS2 version that will work without activation, since the activation servers were taken offline. Read the instructions and follow them on this page.
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • My motherboard went out and I got a new computer and I need to deactivate Pro X from the old system and activate it on the new system.  How is this done?

    My motherboard went out and I got a new computer and I need to deactivate Pro X from the old system and activate it on the new system.  How is this done?

    Hi David ,
    If it is a retail version ,then you need to deactivate it and uninstall it as well from your old computer and then you can install it back on the new computer.
    If it a subscription based software ,then you just need to deactivate it and you can operate the same on your new computer by entering in your credentials .
    For more information ,you can refer to this link.
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    Regards
    Sukrit Dhingra

  • "Setup was unable create a new system partition" error installing Win7

    Hi, I've just purchased aSanDisk Extreme 120Gb SSD (model SDSSDX-120G-G25), and when attempting to install Windows 7 I get a error "Setup was unable create a new system partition or locate an existing partition" when selecting the partition to install to. I've already tried various DISKPART commands to clean the drive, create the partition, format to NTFS and make it active, but to no avail. I've also made sure no other drives are connected except the DVD drive for my Windows disc. I'm using a Gigabyte GA-P35-DS3 motherboard, plugged into one of the ICH9R Southbridge SATA ports, and I've switched AHCI mode on already. Anybody have any ideas before I send the drive back? Thanks

    In such a situation, you can clean the entire SSD using diskpart and this will ensure that the boot sector and system reserved partition is also cleaned. Try using the following method to clean the SSD and use the windows automatic partitioning to create partition for the installation of the operating system. 1. Insert the windows 7 DVD into the DVD drive.
    2.On the disk selection screen, press SHIFT+F10. A Command Prompt window opens.
    3.Type diskpart, and then press ENTER to open the diskpart tool.
    4.Type list disk, and then press ENTER. A list of available hard disks is displayed.
    5.Type sel disk number, and then press ENTER. number is the number of the hard disk that you want to clean. The hard disk is now selected.
    6.Type det disk, and then press ENTER. A list of partitions on the hard disk is displayed. Use this information to verify that the correct disk is selected.
    7.Make sure that the disk does not contain required data, type clean all, and then press ENTER to clean the disk.All the partitions and all the data on the disk is permanently removed.
    8.Type exit, and then press ENTER to close9. Continue istallation of Windows OS by using automatic partitioning scheme rather than creating partitions yourself. This worked for me in a similar situation. Hope will work for you as well. Best of Luck:-)

  • ORA-27037: unable to obtain file status

    what is the solution of this error
    skipping archive log file /u02/proddata/ARCH/1_1150_742566836.dbf; already backe
    d up 1 time(s)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 02/24/2011 18:00:52
    RMAN-06059: expected archived log not found, lost of archived log compromises re
    coverability
    ORA-19625: error identifying file /u02/proddata/ARCH/1_1152_742566836.dbf
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3

    It appears that an archivelog is missing.
    You should perform the following:
    CROSSCHECK ARCHIVELOG ALL;
    DELETE EXPIRED ARCHIVELOG ALL;

  • Unable to load mail system support

    Imposible cargar el soporte del sistema de correo/Unable to load mail system support.
    We upgrade to Discoverer 4.1 from 3.1 on Windows 98.
    After upgrade, will be impossible to send and email from Discoverer 4.1 via Outlook.
    We obtain the following message:"Imposible cargar el soporte del sistema de correo" or "Unable to load mail system support".
    This is a bug or bad configuration?
    I now intend to prove with patch 4.1.45
    Any help will be apreciated!
    Thanks you very much,
    Diego L.
    [email protected]

    Diego:
    Not sure what is happening. Can you make sure you log a TAR with Oracle support about this one?
    Muchos Gracias.

  • Getting " getRepMan unable to obtain ReplicationManager" Error

    Hi
              We had the following error message in one of our webconnect logs:
              =======================================
              <E> <RepMan> Unable to create secondary weblogic.rmi.RemoteException:
              getRepMan unable to obtain ReplicationManager
              for -5698840118587373426S159.167.118.88:[7005,7005,7002,7002,-1]
              - with nested exception:
              [[Root exception is weblogic.rjvm.PeerGoneException:
              JVM -5698840118587373426S159.167.118.88:[7005,7005,7002,7002,-1] is
              gone]javax.naming.Communicati
              onException]
              =========================================
              Some thing similar to this was supposed to be fixed in weblogic 4.5.1 SP8
              and we are currently on weblogic 4.5.1 SP14 .
              Can anyone please explain as to why this error may have occured?
              Thanks in advance
              Sandesh Shetty
              

    The exact scenario when this occured was
              1. We are running 10 WL servers on 5 SUN solaris maches (2 on each box)
              2. We stopped one of the 10 instances and restarted it
              3. The error was written to the log
              4. We stopped the WL instance with the error and re-started it
              5. The error did not re-occur
              Please let us know as to the possibvle causes of the same
              Thanks
              Sandesh Shetty
              Sam
              "Sandesh Shetty" <[email protected]> wrote in message
              news:[email protected]...
              > Hi Mike
              >
              > That may explain the peer gone exception ..i was more concerned about the
              > "getRepMan unable to obtain ReplicationManager" ERROR that was thrown ..
              can
              > you please let me know whey that was there in the log
              > when does that exception get thrown.
              >
              > Bringing down a machine in the cluster will show a <I> information but
              not
              > a <E> ..
              > Please can some one help on this .
              >
              > With best regards
              > Sandesh Shetty
              >
              > "Michael Reiche" <[email protected]> wrote in message
              > news:[email protected]...
              > >
              > > It looks like one WLS in a cluster was shutdown. Another WLS which was
              > > replicating data to the first is complaining that the first is gone.
              > >
              > > Mike
              > >
              > > "Weblogic" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Hi
              > > >
              > > > We had the following error message in one of our webconnect logs:
              > > > =======================================
              > > > <E> <RepMan> Unable to create secondary weblogic.rmi.RemoteException:
              > > > getRepMan unable to obtain ReplicationManager
              > > > for -5698840118587373426S159.167.118.88:[7005,7005,7002,7002,-1]
              > > > - with nested exception:
              > > > [[Root exception is weblogic.rjvm.PeerGoneException:
              > > > JVM -5698840118587373426S159.167.118.88:[7005,7005,7002,7002,-1] is
              > > > gone]javax.naming.Communicati
              > > > onException]
              > > > =========================================
              > > >
              > > > Some thing similar to this was supposed to be fixed in weblogic 4.5.1
              > SP8
              > > > and we are currently on weblogic 4.5.1 SP14 .
              > > >
              > > > Can anyone please explain as to why this error may have occured?
              > > > Thanks in advance
              > > >
              > > > Sandesh Shetty
              > > >
              > > >
              > >
              > >
              >
              >
              

  • Is the automated activation system down?

    I call 1-800-331-0500...i say activation...it forwards me to the automated activation system...then I get a message saying "You've reached a number that is no longer in service, please call 1-800-331-0500."  I call again and say technical support, but all I get is the GoPhone people who can't help!!!!!!! I'm ready to switch to T-Mobile!!!!

    Hi there! @Fru5trated thanks for posting your concerns.
    I’m sorry to hear you are having issues with the automated system. At this time we are not seeing an issue with this system. If you are still unable to get through, please visit us at att.com/activations and follow the steps to get your phone activated.
    Hope this helps!
    Charise

Maybe you are looking for