I can't install the Application Server 8: ERROR - default domain creation

I am using Windows XP SP2 Spanish Version and I am trying to install Application Server 8. In fact, I installed with no problems first time. But then I had problems to start up the App server. I uninstalled the APP server and installed again and I got the following log with an error:
INFO - number of merged jar entries: 2675
INFO - number of merged jar entries: 1426
INFO - number of merged jar entries: 2459
INFO - number of merged jar entries: 1169
INFO - Start core server configuration.
ERROR - default domain creation returned following exception: abnormal subprocess termination: Detailed Message:La sintaxis del comando no es correcta.
(in english is something like "syntax error")
La sintaxis del comando no es correcta.
INFO - End core server configuration.

Can you please run the following command and see if that works (assuming you installed application server in default C:\Sun\AppServer directory) --
C:\Sun\AppServer\bin\asadmin create-domain adminuser admin adminpassword adminadmin --adminport 4848 domain1
If it does not work, can you please post the error message and its english translation?
Installer tries to execute the command that I listed above (obviously with the values you specified on the installer screens) and the error message seems to be suggesting that there is a syntax error in C:\Sun\AppServer\bin\asadmin.bat.

Similar Messages

  • Can I install iPlanet Application Server 6 on Solris on Intel

    Can I install iPlanet Application Server 6 on "Solris on Intel".
    Raj

    Hi Raj,<BR><BR>
    Sorry but unfortunately the short answer is no. <BR>
    The iPlanet Application Server is supported on <BR>
    UltraSPARC running Solaris 2.6 or Solaris 8<BR>
    or<BR>
    Windows NT 4.0 SP 5 <BR><BR>
    It's also available on HP-UX 11.0 and AIX 4.3.3<BR>
    but I don't know on which hardware<BR>
    You can check the documentation on http://docs.iplanet.com<BR><BR>
    Hope this helps<BR><BR>
    Caryl<BR>
    Sun Developer Technical Support<BR>

  • Photoshop CS5 broke down twice. I deinstalled and than reinstalled. Now CS5 works but I can't install the updates. "An error occurred, try it again later." But it's not said what error occurred.

    Photoshop CS5 broke down twice. I deinstalled and than reinstalled. Now CS5 works but I can't install the updates. "An error occurred, try it again later." But it's not said what error occurred.
    Thank you for your help.
    Walter

    Thank you very much for your help. Now, I was able to install the update (Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5, Mac). But I couldn’t mark the answer as correct. I didn’t find the „correct“ button.   
    Kind regards
    Walter
    Am 25.12.2014 um 16:06 schrieb station_two:
    Photoshop CS5 broke down twice. I deinstalled and than reinstalled. Now CS5 works but I can't install the updates. "An error occurred, try it again later." But it's not said what error occurred.
    created by station_two in Photoshop General Discussion - View the full discussion
    OK, here's the Windows version of the update:
    Adobe - Photoshop : For Windows : Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5
    and for Mac:
    Adobe - Photoshop : For Macintosh : Adobe Photoshop 12.0.4 update for Adobe Photoshop CS5
    Of course, ignore the idiotic recommendation that appears there to try to use Help > Updates.  We already know that doesn't work.
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7043416#7043416 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7043416#7043416
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • I can not install the Application Disc software

    Hello I tried to install the Application Install Disc for the Bundle Software but had install errors, will not let me has anyone had the same problem and knows of a fix ? Thank you for your help.

    What system are you running and how are your trying to install iDVD, i.e. from what or where? Are you getting any error messages?
    OT

  • Can i install the Portal Server 7 on Red Hat Enterprise Linux 4 ?

    hi all,
    Can i install Portal Server 7 on Red Hat Enterprise Linux 4 ?
    Thnx in Advance.

    Hi All,
    After tearing my hair out for about 3 weeks I've figured following are the steps for installing Sun Portal Server 7 on RH Linux 4. These though help successful installation I am still struggling to get the Single Sign On for the sample applications working.
    1. Boot linux with the network cable disconnected. (cable disconnected or wireless disabled is very important).
    2. set Hostname to localhost.localdomain
    3. Start INstaller (I always used the root login).
    4. Once the components list comes up "select All" then unselect "Sun POrtal Server 7" and "Sun Java System Portal Secure Remote Access". (trust me firends I am not kidding around).
    5. Follow steps of installation. Provide a password wherever requested. Highly suggested that you note down the options and the values you are entering in each step. Its about 20 page installer. Also whereever host and domain is asked for use localhost.localdomain. IP should be 127.0.0.1. Valid IP and valid domain name will also work but I haven't gone that route yet.
    6. Take special note of the LDAP Admin Password and LDAP user password. Note the usernames too. The admin password and user passwords HAVE to be different. DO NOT Forget the admin password. Default admin name is amAdmin.
    7. Go ahead and let the installation complete.
    8. I always used localhost.localdomain as domain name and host name and IP to loopback address 127.0.0.1
    Once the installation is complete start newly installed server in the following sequence
    A. To start localhost slapd:
    cd /var/opt/sun/directory-server/slapd-localhost/
    ./start-slapd
    cd /var/opt/sun/directory-server/
    ./start-admin
    (you can test here by running ./startconsole and loggin in using the admin username and password (you you should have remembered those... don't tell me I didn't warn you :)...)
    B. To start Sun Java System Application Server
    cd /opt/sun/appserver/bin
    ./asadmin start-domain --user [username] --passwordfile [a simple txt file with only the password in it] [domain name]
    e.g.
    ./asadmin start-domain user admin passwordfile adminpassword.txt domain1 OR
    ./asadmin start-domain user admin password pass123 domain1
    takes a few seconds to kick it off.
    open browser and go to http://localhost.localdomain:8080/ to check if application server is running
    C. To start Identity Server
    cd /opt/sun/identity/bin
    ./amserver start
    Now go to the SunPortal Server installer again and run it.
    9. In the screen that asks whether you want to install only or configure select configure now.
    10. Fill in required parameters like password. and user name. ( I kept ALL default and used the same password all throughout except for LDAP admin, I am doing this for a PoC so security be damned at the moment ).
    11. Be sure to fill in the correct LDAP admin and user passwords because else installation will fail.
    12. Let the installation roll
    13. At about 38% it will give a popup warning configuration may take upto an hour. If you get to click on this popups ok button good things are progressing fine. If not some server didn't start right.
    14. Takes about 15 minutes (depends on machine config) after you hit okay for the configuration to complete. Anything lesser check logs for any failure notices.
    15. IF all success reported congratulations!!!
    16. Goto http://localhost.localdomain:8080/portal/ to go to portal home page
    IT STILL DOESN"T WORK!!! HELP!!!
    Folks after all I said above it still doesn't work. When I go to any of the portal server Sample Applications and try to log in using the default usernames
    Community Samples has test/test
    Enterprise Sample has mary/mary ed/ed etc
    I cannot log in... The screen simply refreshes but doesn't go anywhere.
    I am suspecting this is because the domain and host is pointing to localhost.localdomain instead it should be given a valid domain name and a valid host and a valid IP instead of 127.0.0.1. If anyone can throw anymore light on this I'll be grateful.

  • Can't install the application from Application DVD

    Early 2011 Macbook Pro 13 inch
    I reinstalled my Macbook Pro and it was all fine. but when I tried to reinstall the application with the Applications Install Disc that came with my Macbook Pro,
    it just failed. I can't reinstall it. So I can't have the iLife back on my laptop.
    Please help.

    Have a look here for some hints:
    http://forums.lenovo.com/t5/Linux-Discussion/Unabl​e-to-boot-linux-from-USB-drive/m-p/1069715
    I managed to boot from USB with full UEFI on, secure boot off.
    Have a look also in the UEFI/BIOS menu under USB that BIOS support is enabled.

  • Can I install the Exchange Server 2010 from my SBS2011 onto a sceond server, whilst still keeping the SBS2011 ?

    Hi,
    My customer currently has an HP Proliant ML350p G8 running SBS2011.
    What they want to do is install the whole Exchange Server 2010 onto a second server which is running Server 2008 R2 Standard which is on the domain as an additional Domain Controller.
    Is this possible ??
    Many thanks
    Alan Skinner

    Running Exchange Server on a DC is supported. Here are some issues you can get:
    http://support.microsoft.com/kb/940845
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you. Thank you! Off2work

  • How can I restore the wiki server homepage to default?

    I mananged to jurl up the homepage for my wiki server.  You know, the one that shows the 4 square icons?  How can I restore this page to default?  I tried the reset to factory default command for the web server, but that doesn't affect the wiki server.
    Using OS X Server (Mountain Lion) on an 2012 iMac.

    Hi justinwork, this thread will be locked automatically after six months, or a moderator can lock it if it goes off topic.
    To turn off email notifications for new posts, come back to your question and look for the QUESTION TOOLS section in the right column where you'll find STOP EMAIL UPDATES.

  • Problem installing sun application server 8.2

    Hi,
    I couldn't still install the 8.2 version.
    However I'm trying to install it in Java 1.5.0._05 updated version?
    Is there a specific version of Java which is causing the problem?
    quoted from my previous email
    I tried to reinstall appserver on my localhost and i have a problem: when the installer copied files and start to confgiure domains the following error occured =>>
    INFO - unpacked jar file: activation.jar.pack
    INFO - unpacked jar file: appserv-assemblytool.jar.pack
    INFO - unpacked jar file: appserv-cmp.jar.pack
    INFO - unpacked jar file: appserv-ext.jar.pack
    INFO - unpacked jar file: appserv-jstl.jar.pack
    INFO - unpacked jar file: appserv-rt1.jar.pack
    INFO - unpacked jar file: appserv-rt2.jar.pack
    INFO - unpacked jar file: appserv-rt3.jar.pack
    INFO - unpacked jar file: appserv-rt4.jar.pack
    INFO - unpacked jar file: appserv-tags.jar.pack
    INFO - unpacked jar file: commons-launcher.jar.pack
    INFO - unpacked jar file: commons-logging.jar.pack
    INFO - unpacked jar file: deployhelp.jar.pack
    INFO - unpacked jar file: j2ee-svc.jar.pack
    INFO - unpacked jar file: j2ee.jar.pack
    INFO - unpacked jar file: jax-qname.jar.pack
    INFO - unpacked jar file: jaxr-api.jar.pack
    INFO - unpacked jar file: jaxr-impl.jar.pack
    INFO - unpacked jar file: jaxrpc-api.jar.pack
    INFO - unpacked jar file: jaxrpc-impl.jar.pack
    INFO - unpacked jar file: jsf-api.jar.pack
    INFO - unpacked jar file: jsf-impl.jar.pack
    INFO - unpacked jar file: mail.jar.pack
    INFO - unpacked jar file: relaxngDatatype.jar.pack
    INFO - unpacked jar file: saaj-api.jar.pack
    INFO - unpacked jar file: saaj-impl.jar.pack
    INFO - unpacked jar file: sun-appserv-ant.jar.pack
    INFO - unpacked jar file: xsdlib.jar.pack
    INFO - unpacked jar file: sun-as-jsr88-dm.jar.pack
    INFO - number of merged jar entries: 2671
    INFO - number of merged jar entries: 1425
    INFO - number of merged jar entries: 2459
    INFO - number of merged jar entries: 1169
    INFO - Start core server configuration.
    ERROR - default domain creation returned following exception:
    20.09.2005 12:29:21 com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl getInstance
    WARNING: Error loading pluggable features class com.sun.enterprise.admin.pluggable.PEClientPluggableFeatureImpl
    java.lang.ClassNotFoundException: com.sun.enterprise.admin.pluggable.PEClientPluggableFeatureImpl
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl.getInstance(Plugga bleFeatureFactoryBaseImpl.java:104)
    at com.sun.enterprise.cli.commands.BaseLifeCycleCommand.createPluggableFeatureFact ory(BaseLifeCycleCommand.java:97)
    at com.sun.enterprise.cli.commands.BaseLifeCycleCommand.<init>(BaseLifeCycle Command.java:67)
    at com.sun.enterprise.cli.commands.CreateDomainCommand.<init>(CreateDomainCo mmand.java:65)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.sun.enterprise.cli.framework.CommandFactory.createCommand(CommandFactory.ja va:57)
    at com.sun.enterprise.cli.framework.CLIMain.invokeCommand(CLIMain.java:131)
    at com.sun.enterprise.cli.framework.CLIMain.main(CLIMain.java:46)
    20.09.2005 12:29:21 com.sun.enterprise.cli.commands.BaseLifeCycleCommand createPluggableFeatureFactory
    WARNING: SERVER0009: Pluggable features using class com.sun.enterprise.admin.pluggable.PEClientPluggableFeatureImpl could not be initialized. Server will run with default features.
    CLI130 Could not create domain, domain1
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Sun Java System Message Queue configuration
    INFO - End Sun Java System Message Queue configuration
    INFO - Start PointBase configuration
    INFO - Java home location configured
    INFO - End PointBase configuration
    More Information:
    Log File: C:\DOCUME~1\jk\LOCALS~1\Temp\Install_Application_Server_8PE_200509201227.log
    I get this error, however I deleted the folder c:\sun/AppServer before doing the installation.
    Can anyone please help
    The version is Java Sun App Server 8.2 version!
    Should i delete the file productregistry in the windows32 folder?
    Regards,
    Manisha

    I resolved the problem, the main reason was their was appserv-rt.jar file in the Java lib folder, once this was taken out, it worked perfectly.
    Manisha

  • Storing Spool in the Application server.

    Hi,
    I need to place the spool created in a (Raw data format) in the application server. Also I have the spool no. (returns with the FM 'close_form' attributes ... itcpp-tdspoolid).
    Could you please let me know if there is some FM already available for this purpose.
    Thanks and Regards
    satish.

    Hi Ram,
    Thanks for it. But it downloads to the presentaion server.
    Anyway there is a FM used RSPO_RETURN_SPOOLJOB used in
    RSPO_DOWNLOAD_SPOOLJOB which downloads to the internal table.
    With that I can place in the application server.
    Many thanks.
    Satish.

  • Error  while accessing the application server file

    Hello,
    When I try to load the data from CSV file to PSA , I am getting following error message
    "Error  while accessing the application server file"
    "Errors in source system"
    I gave the right file path
    I am not sure about this error message.
    Thanks,

    Hi ram,
    if you have more than one application server running in your BI system (see at transaction SM51) be aware that your infopackage will be executed on the right one. Each application server has its own file system and your job need to run on the server your file is stored on.
    Also check if the os user of the SAP system itself (<sid>adm on Unix) has rights to read that file.
    Bye
    Frank

  • Tried to install a new game but got error message "You can't open the application "XIII Install" because PowerPC applications are no longer supported."  I have since read that Yosemite doesn't have the program. What can I do?

    Tried to install a new game that I bought (Xiii) for my MBP. All system req have been met and exceeded, however when trying to install it I get an error message saying "You can’t open the application “XIII Install” because PowerPC applications are no longer supported."
    I have since read online that the operating software Yosemite has got rid of PowerPC applications, meaning I can't install my new game. 
    Is there anything simple that I can do to get this game to work. I'll be gutted if not as I have opened the game therefore the shop will not give a full refund, I'm sure .
    Regards
    Simon

    A lot longer ago than that. PowerPC apps haven't been supported since Lion, 10.7.x.
    You may have just purchased the game, but the developers obviously haven't kept up to date with the requirements for newer versions of the Mac OS.
    You have three options, depending on how old your Mac is.
    1) If it were ever able to boot directly to Snow Leopard, you could create a separate partition and install SL onto that partition. Make sure to turn on the option during the installation to install Rosetta. That is OS X's PPC emulator.
    2) If your Mac is too new to install Snow Leopard, then you can purchase and install Snow Leopard Server within a VM, such as Parallels, VirtualBox, or Vmware.
    3) Use a separate older Mac for running outdated software.

  • What does "You can't open the application "Setup QuarkXPress6.1" because power PC applications are no longer supported" mean?  I am trying to install an old version of Quark on my 2010 Macbook pro.

    What does "You can't open the application "Setup QuarkXPress6.1" because power PC applications are no longer supported" mean?  I am trying to install an old version of Quark on my 2010 Macbook pro.

    jennyba wrote:
    What does "You can't open the application "Setup QuarkXPress6.1" because power PC applications are no longer supported" mean?  I am trying to install an old version of Quark on my 2010 Macbook pro.
    As has been mentioned, the software in Mac OS X that supported the running of PPC applications rather than current Intel applications on Intel computers such as your MBP was last seen in Snow Leopard. However, since I believe your MBP originally came with Snow Leopard, you may be able to boot from the DVD's that came with the computer and install it on an external HD and try to install Quark on that.
    I think a better solution would be to buy Snow Leopard Server from Apple by phone (800-692-7753 and be specific about wanting part # MC588Z/A), installing it as a virtual machine in software like VMware Fusion, and then installing Quark 6 in that. You'll still need a license number to authorize the Quark installation.

  • How to install the OPC server with the Application installer

    Hi to all,
                 I had make the datalogging progam by communication the PLC through modbus using the OPC server.
    1. I had configer the opc client through project explorer some time it run fine but when i run by next day it can't communicate with OPC server but the OPC server is communicating with the PLC.When i right click on the properties of the opc i/o client in the project exploer and make any change and again run the application it works where the problem is.
    2.The second problem is while building the installer who OPC server will installered to my targate PC.Bacuse i had installed the application  on the target PC just for testing but OPC server havn't installed even though there is no option for the addition of the OPC server while bulding.
    Solved!
    Go to Solution.

    HI Serdar,
                      Thanks for the reply i had seen your example your idea is ok but if i have more then 100 tag and with different data types then where is problem to manage all those tags.
    Now what i had done i had put the express vi of create or configer I/O server and give the process name same as file name like opcdemomo and same server name mention in the project explorer and restart and shout down tow and three times it works i havn't get any problem.but that is not the good method.

  • Installing Demantra 7.2.0.2 with IBM Websphere as the application server

    Can anybody share the documentation / insight into installing Demantra 7.2.0.2 using IBM Websphere 6.1 (OS-Windows) ?
    Can we install the Demantra on the same machine on which Websphere is installed or we need another box.
    Which steps we need to follow ? Any setting on the Websphere for this ?
    Suppose Websphere is installed on http://webmac.xxx.com (machine name) - is this the web address we need to specify even if we are installing on the same machine.
    Thx for your help.
    Pankaj

    Hi Pankaj,
    If the other users are on the same network as the machine on which Tomcat is running, they can access demantra web applications directly. Only measure to be taken is that the url should contain either IP address or the network m/c name of the server machine alongwith the port no.
    e.g.
    http://10.32.142.123:8080/....
    http://mymachine:8080/....
    If the other users are on some different network and wanted to access Demantra web applications through Internet, then you will have to ask your networking team to open the port no (e.g. 8080) of the Tomcat server machine through the firewall of your environment. This will allow the users outside of your environment to access the application running on your specific machine through the specific port only.
    And the users who want to access these applications might also have to put host entries as suggested by Shekhar depending on the internet access policies of their organization.
    Milind...

Maybe you are looking for

  • Using 2005 30" Cinema display with new mac pro

    I will order a new MacPro to replace my Mac Pro 1.1 immediately upon release.  I also have a 30" Cinema Display version 2005.  It's interface with the existing Mac Pro is three cable hookup:  DVI, USB and Firewire 400.  By connecting the Cinema displ

  • How can i use iphone 4 to make video calls through 3G network

    Pls let me know how can I use my IPhone4 to make video calls through my Airtel 3G network. Also pls suggest if any alternate is available. Thanks

  • Deployment error in referencing "com.sap.km.application"

    Hi, I am working on uploading documents on KM. I have added following sharing references into the project. ---com.sap.portal.htmlb ---com.sap.km.application But i am getting following error: ->Failed to start application sap.com/testattach: The refer

  • Rounding Errors in AE CS3?

    Has anyone ever noticed AE adding empty frames to the end of QuickTime movie output? It's as if the duration was rounded up to the nearest full second by adding a few black frames. I also noticed if I enter 60 seconds for a movie trailer composition'

  • The more times you use your charger the less efficient it becomes?

    So is this true? I heard somewhere that the more times you use your laptop charger, the less effiecient (i.e. slower to charge) it becomes. I also heard it is very bad for the charger(as well as the environment) to leave it plugged in while its not i