Help! ERROR : \Java\jdk1.6.0_23 was unexpected at this time.

hello. guys.
i tried to install weblogic server (10.3.4) on window7. but when i run it, it says that
*\Java\jdk1.6.0_23 was unexpected at this time.*
i installed jdk1.6.0_23 on my pc.
what's the problem?

this is my JAVA_HOME
JAVA_HOME
C:\Program Files (x86)\Java\jdk1.6.0_23
in the eclipse console, it says
\Java\jdk1.6.0_23 was unexpected at this time.
and the log is
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:189)
at org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:136)
at java.lang.Thread.run(Thread.java:662)
and in the startWebLogic.cmd, i found that some tip from web-sites
original : set SAVE_JAVA_OPTIONS=%JAVA_OPTIONS%
change : set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=n %SAVE_JAVA_OPTIONS%
but even i didn't change cmd file, the error is same.
please help me....

Similar Messages

  • Please help me to rectify this error..\Apache was unexpected at this time.

    Hi,
    I have installed Jdeveloper 11g ..when i try to run the serlet pgm i m getting this error..:\Apache was unexpected at this time.
    I have tried all the possible ways .. I m not getting it done. Please help me out..
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class myservlet extends HttpServlet {
    private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
    public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    response.setContentType(CONTENT_TYPE);
    PrintWriter out = response.getWriter();
    out.println("<html>");
    out.println("<head><title>myservlet</title></head>");
    out.println("<body>");
    out.println("<p>The servlet has received a GET. This is the reply.</p>");
    out.println("</body></html>");
    out.close();
    output:
    *** Using HTTP port 7101 ***
    *** Using SSL port 7102 ***
    C:\Users\sony\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Apache was unexpected at this time.
    Process exited.

    Have a look at your CLASSPATH environment variable - if it has any parenthesis in it (for example "c:\program files (x86)") - try removing those entries from the CLASSPATH variable.
    John

  • "then was unexpected at this time" when exporting in 10g Portal

    hi'
    i'm a beginner in oracle's world.
    i have Oracle Portal Version: 9.0.4.0.99 under windows 2000 pro.
    here's a sample of the script generated by the export page :
    set export_id=CE0096BC9528432A9B60347C086726D2
    set automatic_merge=0
    set transport_status=EXTRACT_COMPLETE
    set portal_schema=PORTAL30
    set portal_password=PORTAL30
    set is_specified=0
    set dump_file_name=
    set connect_string=
    set portal_username=
    set portal_userpassword=
    set company_name=
    set mode=
    i changed the portal_schema and portal_password
    to "toto" an user with dba rights
    when i try to execute the script:
    export.cmd -mode export -c asdb
    i have this error :
    "then was unexpected at this time"
    if i try without changing the portal_schema and portal_password, i have :
    ORA-01017: invalid username/password; logon denied
    any help would be appreciated.

    I am getting the same error. I am using OAS 10g on Windows 2000 server.
    I sucessfully created a transport set within portal. I then downloaded the script to create the export dump. I am getting an error when attempting to create the dmp.
    I renamed the script and am running it with the following parameters at the command line:
    portalImportExport.cmd -mode export -c asdb -s <user> -p <pwd> -d portalPage.dmp -pu <puser> -pp <ppwd>
    I get the following feedback:
    Mode Selected is EXPORT
    then was unexpected at this time.
    I do not get a .dmp file, but I do get two temporary files called inv.bat and inv.out
    inv.out contains:
    set trimspool on
    set feedback off
    set termout off
    set heading off
    set serveroutput on
    spool inv.bat
    begin
    if upper('EXPORT') = 'EXPORT' then
    if wwutl_db_export_import.export_definition_exists('B4FE4D3771444DA0AA01F75B7F5FC40E') then
    dbms_output.put_line('set invar=NO');
    else
    dbms_output.put_line('set invar=ERROR');
    end if;
    elsif upper('EXPORT') = 'IMPORT' then
    if wwutl_db_export_import.export_definition_exists('B4FE4D3771444DA0AA01F75B7F5FC40E') and wwutl_db_export_import.get_status('B4FE4D3771444DA0AA01F75B7F5FC40E') not in (wwutl_db_export_import.STATUS_EXTRACT_COMPLETE,wwutl_db_export_import.STATUS_MERGE_COMPLETE, wwutl_db_export_import.STATUS_MERGE_FAILED) then
    dbms_output.put_line('set invar=TS_ERROR');
    else
    dbms_output.put_line('set invar=NO');
    end if;
    end if;
    exception
    when OTHERS then
    dbms_output.put_line('set invar=UNKNOWN_ERROR');
    end;
    spool off
    exit
    inv.bat contains:
    if wwutl_db_export_import.export_definition_exists('B4FE4D3771444DA0AA01F75B7F5FC40E') then
    ERROR at line 3:
    ORA-06550: line 3, column 12:
    PLS-00201: identifier 'WWUTL_DB_EXPORT_IMPORT.EXPORT_DEFINITION_EXISTS' must be
    declared
    ORA-06550: line 3, column 9:
    PL/SQL: Statement ignored
    ORA-06550: line 9, column 12:
    PLS-00201: identifier 'WWUTL_DB_EXPORT_IMPORT.EXPORT_DEFINITION_EXISTS' must be
    declared
    ORA-06550: line 9, column 9:
    PL/SQL: Statement ignored
    I really need to get export and import to work. If anyone has any suggestions, please let me know. Thanks in advance,
    -- Rhonda

  • Jakarta-ant-1.3.1a==a was unexpected at this time

    Hi, developers:
    When I tried to run examples of j2ee tutorial, I typed "ant all" under
    j2eetutorial/examples directory but it reported such error:
    jakarta-ant-1.3.1a==a was unexpected at this time
    Any help should be highly appreciated.
    Jason

    Figured the problem out... atleast for win 2k... ant doesn't like being
    inside a directory that has spaces in the name.
    For example:
    when I had problems I installed ant in
    c:\program files\apache\jakarta-ant1.3.
    when I moved ant to c:\jakarta-ant1.3 (and made changes to the environment variable), it worked fine...

  • Jre\winia64\1.5.0 was unexpected at this time

    Hi,
    While installing hyperion products from the command "installtool.cmd".This is the error i'm getting
    \"path"\jre\winia64\1.5.0 was unexpected at this time.

    Hi,
    Check if your installer is on root drive or not. It should not be at the location containing spaces while we address it like "C:/Documents and settings" etc.
    And also check for the name of the installer root folder. Put it just "EPM Installer".

  • Cannot get Weblogic to start (\JDev11.1.3\jdk160_18 was unexpected at this)

    Ok, I'm stumped. I've gotten JDev (Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660) installed and I imported one of my projects from JDev 10.
    the problem is when I try to start WebLogic, I get the following error:
    *** Using port 7101 ***
    C:\Users\silva29\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \JDev11.1.3\jdk160_18 was unexpected at this time.
    Process exited.
    So, I found this in "Known Issues"
    Cannot run WLS on Windows 7 64-bit (9466912)
    The Windows .bat scripts for managing WLS do not work if environment variables such as JAVA_HOME or CLASSPATH contain a ')'. The former happens when e.g. the 32bit JDK is installed in its default path, e.g. "C:\Program Files (x86)\Java\jdk1.6.0_18". The latter if an application such as Apple QuickTime adds itself to the CLASSPATH environment variable.
    When trying to run the integrated WLS you will get an error while starting that instance, stating that
    "\Java\jdk1.6.0_18 was unexpected at this time."
    The integrated WLS will not start as a result of that.
    This also happens if the scripts are being run manually on command prompt.
    Workaround is to install the JDK and programs such as Apple QuickTime in a path without ')'.
    First off it's unbelievable that the ')' causes this to happen. Hard to believe that that isn't a trivial fix to make and provide a patch for.
    SECOND, I changed my path and classpath, but I continue getting the error. So, now I'm stuck again.
    Anyone else run into this problem? I'm running on Windows 7 64 bit op sys.
    Right now I'm dead in the water. Anyone got a fix for me?
    Thanks.

    Various parts of the Oracle Middleware platform choke when the PATH or install directories contain a ")" character (it messes up parenthesis matching in scripts). Unfortunately, on 64-bit Windows, Microsoft has decided to have a "Program Files (x86)" directory - yech, both spaces and parenthesis in a directory name!
    I've worked around this on my installation by using the little-known MKLINK command to create a junction point for the offending directory like this:
    mklink /J c:\pf86 "c:\program files (x86)"And then replacing all occurrences in the PATH of "c:\program files (x86)" with "c:\pf86" - gets rid of the offending parenthesis and makes my path shorter as well.
    John

  • Getting error The user could not be registered at this time due to an internal error in R11

    We created new Organization (that had alpha numeric value e.g.  7777A) using Customer Online to be used in iStore i11 version. 
    The user account and password was also created for the organization.  When we tried to login to istore the first time the registration screen (jtftmplh.jsp) was displayed.  After filling the needed information and submitting we get the error:
    "The user could not be registered at this time due to an internal error Please contact the system administrator if this problem persists.
    Note to System Administrators: View source for more information about this error."
    But if we created new Organization with numbers only  e.g. 7777  we don't have the issue. Yet we already have large number of organization with alpha numeric and they work fine. (believe they were pragmatically loaded).
    The profiles "HZ: Generate Party Number" and "HZ: Generate Party Site Number" are set to Yes.
    ==> Here is the error in the page source:
    Message: The user could not be registered at this time due to an internal error
    Please contact the system administrator if this problem persists.
      Note to System Administrators: View source for more information about this error.
    Stack:
    oracle.apps.jtf.base.resources.FrameworkException: The user could not be registered at this time due to an internal error
    Please contact the system administrator if this problem persists. 
    Note to System Administrators: View source for more information about this error.
        at oracle.apps.jtf.um.template.TmplUtils.action(TmplUtils.java:406)
        at _oa__html._jtftmplh._jspService(_jtftmplh.java:3961)
        at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
        at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
        at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
        at oracle.jsp.JspServlet.internalService(JspServlet.java)
        at oracle.jsp.JspServlet.service(JspServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java)
        at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java)
        at _oa__html._jtftmplh._jspService(_jtftmplh.java:3870)
        at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
        at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
        at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
        at oracle.jsp.JspServlet.internalService(JspServlet.java)
        at oracle.jsp.JspServlet.service(JspServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java)
        at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java)
        at _oa__html._jtftmplh._jspService(_jtftmplh.java:2342)
        at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
        at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
        at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
        at oracle.jsp.JspServlet.internalService(JspServlet.java)
        at oracle.jsp.JspServlet.service(JspServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java)
        at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java)
        at _oa__html._ibeCRgpBusinessCreate._jspService(_ibeCRgpBusinessCreate.java:1467)
        at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java)
        at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java)
        at oracle.jsp.JspServlet.doDispatch(JspServlet.java)
        at oracle.jsp.JspServlet.internalService(JspServlet.java)
        at oracle.jsp.JspServlet.service(JspServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
        at org.apache.jserv.JServConnection.run(JServConnection.java:294)
        at java.lang.Thread.run(Thread.java:680)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: IBE_ERR_UM_REG_USER
        at oracle.apps.ibe.um.RegisterBusiness.handle(RegisterBusiness.java:1157)
        at oracle.apps.jtf.um.template.TmplUtils.action(TmplUtils.java:379)
        ... 37 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException
        at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
        at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
        ... 39 more
    The error message is not helpful and not clear of the error. How can we register users with alpha-numeric value (if that is the issue?).
    Thanks for your assistance.

    Been like this for a couple of days.  Is this something that happens from time to time?

  • TS1424 trying to add Itunes match, and am almost at the end of installation when an error message pops up. it says  error 4010 cannot connect to ittunes store at this time try again later. what is the problem?

    trying to add Itunes match, and am almost at the end of installation when an error message pops up. it says  error 4010 cannot connect to ittunes store at this time try again later. what is the problem?

    Contact Apple support for warranty service.

  • HT4623 I am having 4S. It is showing the IOS 6 update, but whenever I try to update it, it shows an error message saying " It cannot be downloaded at this time". Can someone please tell me how to update it?

    I am having 4S. It is showing the IOS 6 update, but whenever I try to update it, it shows an error message saying " It cannot be downloaded at this time". Can someone please tell me how to update it?

    Make sure you have the Latest version of iTunes on your computer.
    Connect to iTunes on the computer you usually Sync with and “ Check for Updates “...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch

  • Error: No valid complaint data was found in this sales area

    Hi All,
    I am getting below error while delta or request download of customer.
    No valid complaint data was found in this sales area
    Message no. CRM_SPL_BUPA_FRG0010203
    Validation error occurred: Module CRM_BUPA_MAIN_VAL, BDoc type BUPA_MAIN.
    Message no. SMW3018
    Error case:
    ECC-->Customer(Sold to) extended to a sales area and saved.
         CRM-->Business partner gets updated in the CRM properly.
    ECC--> Deletion flag for same customer and same sales area is set. (Deletion flag - "Selected sales area").
         CRM-->Business partner gets updated in the CRM properly and is not shown as extended to the sales area via BP t code.
    ECC-->Deletion flag is removed for the customer.
         CRM--> BDOC fails to update the Partner and goes in error.
    Problem comes when deletion flag is removed in ECC.
    Any help would be highly appreciated.
    Thanks in advance.
    -Ram

    Hi Ram,
    Hope you have not make any field mandatory in the Complaint tab in the sales area section in the BP.
    When you are removing the deletion flag please check if any entry is mandatory in the Complaint tab.
    Hope this will be useful
    Thanks and Regards
    DJ

  • HELP!! My Apple "MAIL" app. unexpectedly quits each time I open it.

    My Apple "MAIL" app. unexpectedly quits each time I open it.
    It will begin to load my mail, show the mailboxes and new e-mails and then all of a sudden quit.
    I searched some of the Apple support and forums and have tried these things:
    1. I trashed the "com.apple.mail.plist" preference file in the pref. folder.
    2. I did an archieve install with Tiger OSX on my entire System Folder.
    3. I erased my user>library>"mail folder"
    4. I tried holding the shift key upon opening the program as suggested here but to no avail: http://discussions.apple.com/thread.jspa?threadID=479497&tstart=0
    This has not resolved the problem. The program still quits every time I open it.
    Pleeeeease help!!!!!!!!! DO YOU THINK I HAVE A VIRUS???
    Here is my crash data:
    Date/Time: 2006-06-06 15:15:59.264 -0700
    OS Version: 10.4 (Build 8A428)
    Report Version: 3
    Command: Mail
    Path: /Users/netgear/Desktop/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [86]
    Version: 2.0 (727)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7270000
    PID: 386
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000006
    Thread 0 Crashed:
    0 ...apple.AddressBook.framework 0x932d598c c4_HandlerSeq::ColumnType(int) const + 32
    1 ...apple.AddressBook.framework 0x932d5950 c4_HandlerSeq::IsNested(int) const + 16
    2 ...apple.AddressBook.framework 0x932d4fe8 c4HandlerSeq::Restructure(c4Field&, bool) + 56
    3 ...apple.AddressBook.framework 0x932d52a8 c4HandlerSeq::Restructure(c4Field&, bool) + 760
    4 ...apple.AddressBook.framework 0x933bb6e8 c4_Storage::SetStructure(char const*) + 244
    5 ...apple.AddressBook.framework 0x932d7eec c4_Storage::GetAs(char const*) + 932
    6 ...apple.AddressBook.framework 0x932d8e14 cacheViews + 240
    7 ...apple.AddressBook.framework 0x932d319c -[ABAddressBook nts_OpenContactManagerWithMode:cacheSchema:] + 452
    8 ...apple.AddressBook.framework 0x932d1cf8 -[ABAddressBook nts_InitDefaultContactManager] + 1052
    9 ...apple.AddressBook.framework 0x932d1834 +[ABAddressBook nts_SharedAddressBook] + 76
    10 ...apple.AddressBook.framework 0x932d1768 +[ABAddressBook nts_CreateSharedAddressBook] + 76
    11 ...apple.AddressBook.framework 0x932d168c +[ABAddressBook sharedAddressBook] + 80
    12 com.apple.MessageFramework 0x9aa26a60 +[Account myFullName] + 52
    13 com.apple.mail 0x0012172c 0x1000 + 1181484
    14 com.apple.mail 0x000e6768 0x1000 + 939880
    15 com.apple.Foundation 0x90b05d18 __NSFireDelayedPerform + 304
    16 com.apple.CoreFoundation 0x902b6f90 __CFRunLoopDoTimer + 184
    17 com.apple.CoreFoundation 0x902a3908 __CFRunLoopRun + 1680
    18 com.apple.CoreFoundation 0x902a2ebc CFRunLoopRunSpecific + 268
    19 com.apple.HIToolbox 0x91fd4fc0 RunCurrentEventLoopInMode + 264
    20 com.apple.HIToolbox 0x91fd45cc ReceiveNextEventCommon + 244
    21 com.apple.HIToolbox 0x91fd44c0 BlockUntilNextEventMatchingListInMode + 96
    22 com.apple.AppKit 0x924bd384 _DPSNextEvent + 384
    23 com.apple.AppKit 0x924bd048 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    24 com.apple.AppKit 0x924b95ac -[NSApplication run] + 472
    25 com.apple.AppKit 0x925a9e04 NSApplicationMain + 452
    26 com.apple.mail 0x0000328c 0x1000 + 8844
    27 com.apple.mail 0x000a5bac 0x1000 + 674732

    A few of the messages I deleted (the last 2 days) now say
    "You need to take this account online in order to download it."
    If this is the result of having deleted the *.emlx files manually, you're probably seeing this error message because there is still a reference to them in Envelope Index.
    Is there anyway to tell Mail to re-download these
    mail files and reconnect them?
    If they're still on the server, yes. Choose Get Info (⌘I) from the Action menu located below the mailboxes list in the main Mail window to open the Account Info window -- type "Account Info" in the search field of Mail Help for more information on this feature. Now, choose the account that has the problem from the Account popup menu at the top of the window. Does Mail display there the messages that are missing? What type of account is this (POP, IMAP, .Mac)?

  • Getting compilation error: java.util.Set is an interface. This interface is not supported.

    Hi Folks,
    Is there a limitation in BEA's web services implementation? I have a simple web
    service that returns an array of java objects. However I am calling another middle
    tier API that returns a Set. I convert this Set into array of object and return
    it via the web service.
    However the .jws file that implements the webservice does not compile. I get the
    following error message:
    java.util.Set is an interface. This interface is not supported.
    Is there a limitation on using Collections within the .jws file? If that is the
    case it is a severe limitation.
    Note my Web Service API returns an array of java objects with no collections in
    them.
    Sanjay

    Hello,
    Generic java collections can only be handled in a very generic, weakly
    typed manner.
    Take a look at the
    http://workshop.bea.com/xmlbeans/guide/conXMLBeansSupportBuiltInSchemaTypes.html
    and also
    http://workshop.bea.com/xmlbeans/guide/conJavaTypesGeneratedFromUserDerived.html
    You might also ask your question to the XMLBeans newsgroup:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.developer.interest.xmlbeans
    Regards,
    Bruce
    Sanjay wrote:
    >
    Hi Folks,
    Is there a limitation in BEA's web services implementation? I have a simple web
    service that returns an array of java objects. However I am calling another middle
    tier API that returns a Set. I convert this Set into array of object and return
    it via the web service.
    However the .jws file that implements the webservice does not compile. I get the
    following error message:
    java.util.Set is an interface. This interface is not supported.
    Is there a limitation on using Collections within the .jws file? If that is the
    case it is a severe limitation.
    Note my Web Service API returns an array of java objects with no collections in
    them.
    Sanjay

  • Wi-Fi on/off on my iPhone 4S is grey. First 2 times switch off then on was fine. This time I have done a full restore of the software and network settings and followed everything in Apple Support but still grey - help!

    Wi-Fi on/off on my iPhone 4S is grey. First 2 times I switched off then on it was fine. Third time this didn't work so I have done a full restore of the software and network settings and followed everything in Apple Support but still grey - nothing else wrong with the phone all sofware up to date, just can't swith wi-fi on - help!

    You're welcome.
    Good luck.

  • Acrobat 8.3.0 Upgrade - Error message when opening, "Cannot be launched at this time...."

    This is the error message I get about 10 seconds after opening, everytime...
    "Adobe Acrobat 8 cannot be launched at this time. You must launch at least one other suite component (such as Adobe Photoshop) before launching Acrobat 8 professional.)"
    Opening photoshop does nothing, I still get the error. I've found a patch for this issue, but it was for version 8.2.4. I'm running the rest of the CS5 Web on Mac OS X 10.6.8.

    First you need to activate Photoshop not just open it. If I recall correctly, you might find 8.3.0 is not SL compatible. But some part of it just might work. If you have already activated Photoshop then try the following license repair tool:
    http://www.adobe.com/support/contact/licensing.html

  • ICloud error message-"YOU CAN'T SIGN IN AT THIS TIME. TRY SIGNING IN AGAIN".

    Can't get ICloud to work on Mac. Always get error message saying "YOU CAN'T SIGN IN AT THIS TIME. TRY SIGNING IN AGAIN". Been trying for weeks but with no success. Upgraded to Maverick 10.9.1 just to have use of Icloud but so far nothing. Any suggestions?

    yep, same problem for me, i've been having this problem for months...

Maybe you are looking for

  • Store dynamic value in jsp

    hi, i have two page i pass value from one page to another and got it. now i want to store that dynamic value which i pass. i store it and got it my problem is that when page submit then value become null. i have three submit button. my code is <%@ pa

  • Crackling Sennheiser PX 210 Bluetooth with MBA 11

    I have a problem using bluetooth headphones, namely the very nice Sennheiser PX 210 BT. They work amazingly with my iPhone with superb sound quality and no jumps or glitches but with the MBA 11 they slowly start to degrade over 10 minutes, with the s

  • Stickies go blank

    This is just a minor inconvenience. Sometimes text on a stickie go partly blank and then when I click on them the disappeared text comes back and disappears again after clicking out. Has any one encountered this glitch?

  • Books on BAPI's and BADI's

    hi can any one suggest me books, on-line tutorials, or any links on BAPIS and BADIS vamsi

  • Where is the garageband input on ibook G4?

    I am trying to help my friend use an electric guitar on garageband using a monster cable. Her iBook G4 does not have that input that my powerbook and my iMac has. On iBook g4s can you only use usb interfaces? Or is the headphone jack double as a gara