Sun One Studio 5 Update 1 + Sun One Application Server 8

I haven't been able to setup Sun One Studio 5 to work with Sun One Application Server 8. I already tried with the plugin for netbeans 3.6, but it fails on dependencies. The plugin and dependencies can not be found on the update center.
I'd appreciate if anyone can tell me how to setup the studio to work with the AS succesfully

Studio 5 does not support Sun Java System App Server 8 (and most likely never will).
Try the NB3.6/AS8 bundle: http://java.sun.com/j2ee/1.4/download.html#nb
I'm not sure I understand what you mean by dependencies.
-Alexis

Similar Messages

  • Can any one help me sending Oracle application server Cloning  document 9.0.4 version

    Can any one help me sending Oracle application server  Cloning document 9.0.4 version (Mail id removed by moderator)
    Many Thanks in advance
    Deepak

    Hi Deepak,
    In first place application server 9.0.2 is desupported since 30th June 2007.So oracle would always recommend its customer to be on the latest versions.
    Please follow the below URL for cloning Appplciation Server 9.0,.4
    Cloning Application Server Middle-Tier Instances
    Regards,
    Prakash.

  • SUN JES 8.1 Q2UR2: Intermittently application server jvm crashed.

    Application server jvm intermittently crashed but due to the feature in SUN JES 8.1 ur2 the application server will auto restarts the service. Most of the JVM crashes were due to memory corruption.
    The following are SUN findings:
    1)     Multithreading issue that causes 2 threads writing on the same memory block
    2)     Based on dtrace, it indicated that there was a race condition happens but the jvm doesn�t crash during the occurrence.
    Questions:
    1) Is it possible that I can use dtrace to monitor the memory block or to find out the root cause?
    System information:
    Oracle:
    DriverVersion: [10.2.0.1.0]
    DriverMajorVersion: [10]
    DriverMinorVersion: [2]
    DriverName: [Oracle JDBC driver]
    URL: [jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST= (ADDRESS=(PROTOCOL = TCP) (HOST = XXXXXX) (PORT = 1524)) (ADDRESS=(PROTOCOL = TCP) (HOST = XXXXXX) (PORT = 1524))) (CONNECT_DATA = (SID = CP_P)) (source_route=yes))]
    UserName: [CP_P1]
    Database Product Name: [Oracle]
    Database Product Version: [Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production]
    Database Product Major: [9]
    Database Product Minor: [2]
    Drivers: Type 4
    JDK
    JDBC Major: [10]
    JDBC Minor: [2]
    The JDK version is 1.5.0_02
    SUN JES Application Server
    Sun Java System Application Server Enterprise Edition 8.1_02 running under solaris 10

    Most of the
    JVM crashes were due to memory corruption.
    And how do you know that?
    csgan97: Based on sun support input where its due to either trying to read or write to a memory (pblock) that causes the crash.
    could identify as a pblock issue
    ----------------- lwp# 102 / thread# 102 -------------------- fef40f90 lwpkill (6, 0, fef24a98, ffffffff, fef68284, 6) + 8
    feebff98 abort (4a600, 1, febbeaac, a83f0, fef6b298, 0) + 110
    febb9a9c __1cCosFabort6Fi_v_ (1, 4e10, 10c5b4, 1cb, fecc6000, 4c00) + 58 fec325a0 ???????? (0, fece3ee0, 4000, febbd19c, fec37eee, febbd19c) + 78b5c
    fe9ff2d8 JVM_handle_solaris_signal (b, 5931fa70, 5931f7b8, 5000, 4,
    184c128) +
    9e8
    fef3fec8 __sighndlr (b, 5931fa70, 5931f7b8, fe9fe8d0, 0, 1) + c
    fef34ff4 call_user_handler (b, ffbffeff, c, 0, 5bb37c00, 5931f7b8) + 3b8 5f2b08fc pblock_kpinsert (4efa78, 1246c28, 1246520, 2c00, 7398ae8,
    2e64) + 17c
    5f2b0b28 pblock_kvinsert (4efa78, 1246900, 12, 1246520, ff00, 80808080)
    + 108
    5f2d5938 INTservact_objset_uri2path (1237c80, 1237cf8, e436b0, 30f4, 680ac6a8,
    5f3e5f54) + e4
    5f2d77a8 INTservact_handle_processed (1237c80, 1237cf8, 1237c80, 1237cf8, 680ea948, 10ddda0) + 4c 5f31a0ec __1cLHttpRequestUUnacceleratedRespond6Mpc_v_ (1237be0, 5f3ed614, 3114, 50, 1237cf8, 1237c80) + 3c8 5f3197dc __1cLHttpRequestNHandleRequest6MpnGnetbuf__i_ (1237be0, 12442d8, 1246430, 1246410, 1000, 1244338) + 62c
    5f317bc4 __1cNDaemonSessionDrun6M_v_ (1234430, 1000, 5f3f3254, 0, 0,
    5f3f320c)
    + 17c
    627e6dbc ThreadMain (1234430, 1240848, 3, 0, 1, 0) + 24
    680d0028 ptroot (1240848, 59320000, 0, 0, 40000, 680e8d70) + d0 fef3fd9c lwpstart (0, 0, 0, 0, 0, 0)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x5f2b08fc, pid=16489, tid=102 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode) # Problematic frame:
    # C [libns-httpd40.so+0x308fc] pblock_kpinsert+0x17c #
    The following are SUN findings:Meaning Sun (the company) and not you or someone else determined this?
    csgan97: From Sun support engineer
    1) Multithreading issue that causes 2 threads writing
    on the same memory blockSo? That might indicate a bug in your code. By itself it doesn't mean that it caused the crash.
    csgan97: If there is a bug, we would like to identify it. All findings are hypothesis and we still dont have evident to really prove that is multithreading issue. Is it possible to use dtrace to track?
    2) Based on dtrace, it indicated that there was a
    race condition happens but the jvm doesn�t crash
    during the occurrence.Again so? I wouldn't expect that to cause a crash.
    csgan97: Why? During the jvm crashed, the dtrace monitoring doesnt indicate any race condition. It only indicated twice but during that time the jvm doesnt crash.
    DriverName: [Oracle JDBC driver]
    URL: [jdbc:oracle:thinIf it is memory corruption then it would be a JVM bug not this driver because it is java only.
    If you have any JNI or 3rd party libraries that use JNI then those are the most likely source.
    csgan97: A far as we know there isnt any JNI or 3rd party libraries that use JNI.

  • I am beginner to sun one studio and sun one application server

    How can i access a cmp from a jsp page.
    in sun one application server.
    thanx in advance

    where do you get the weblogic plugin from ?
    i am intrested in doing the same thing
    thanx
    prem
    "Ivan" <[email protected]> wrote in message
    news:[email protected]..
    >
    Dear all,
    My boss require me to use Sun One Studio 4 update 1 to do the development,but
    I find it's a nightmare to deploy the EJB/ application to the WebLogic6.1.
    >
    I've already installed the weblogic plug-in in the Sun One Studio.
    During deploying I could not find any setting that ask me for theweblogic-ejb-jar.xml.
    So I think the deployment will fail.
    Is there any others tutorial or e-book that can help me to familiar withthe deployment
    process?
    Many Thanks for all of you.
    Ivan

  • Sun One Studio 4 U1 to App server 7 integration

    I start the Application server 7 with the command line 'asadmin start-appserv' and everything seems to work fine. I can log on to the administration via http://localhost:4848/admin and see that the server1 instance has started and exists. I go back to the runtime tab in Sun ONE Studio and the the Server Registry has no entry for the SunOne App server. (I know it used to cause I deployed apps to it!) What happened? is there a way to 'Refresh' the Server Registry or the Installed Servers underneath?
    Any idea's would be appreciated
    Cam

    Thanks for all the information. What I had to do was this:
    (By the way this is with the Enterprise Try and Buy edition)
    After searching around I got to Options -> IDE Configuration -> System -> Modules -> J2EE support -> Sun One Application Server 7
    the properties had an Enabled = false. I couldn't set it to true though. SOoooo I registered (I thought I was already but ... ). I then went and Updated EVERYTHING under Sun ONE Studio. After this I still could not update this property so I went back and updated EVERYTHING under NetBeans (I think there was an Open API support module that I suspect was the one I had to update). After this I was able to set the property flag to true and voila! the Sun ONE application server was settable to true and it appeared in the Server Registry.
    There is still a slight nagging problem though
    When I set this to true however, it asked that I set a bunch of other things to true as well, (EJB Build, EJB Assembly, etc) While I don't know why it wouldn't set them up by itself it didn't. So after setting them to true the module icons appear with a red 'T' through them. I don't know what this means. ( I searched help for 'icons' 'T', etc, but didn't find anything). It seems to be working now though so that's good! I'll try to deploy a couple of applications and see what happens.
    Thanks for your help

  • Problem with SUN ONE STUDIO Update 4

    Hi,
    I created a simple entity bean with finder methods and business methods.
    But when I am trying to test the entity bean by generating the New EJB Client, and at the time executing the EJB client test client the following error as occured.
    [b][b]Deploying... EAR Unable to deploy theC:/developer/JavaProject/test/test.earApplication
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Error while processing CMP beans.
    Please help me
    Thank you

    Hi ,
    To know the reasons for deployment failure , you
    could run your application using the Sun One verifier tool. Right click your application node and select Sun one verifier under the tools category.
    Please post the results of the verifier tool in case you are not able to resolve the problem.
    -Amol

  • Tranfer file from one folder to other in application server

    Hi Champs,
       I want to tranfer files which are in error from one folder to another
    Source Dir: usr/feeders//interfaces/EP1/payrollact/Resourcelink
    Destination Dir: usr/feeders//interfaces/EP1/payrollact/Resourcelink/reprocess
    The coding needs to be written in my ABAP report.
    I have an idea that this can be done through SM69, by creating code in UNIX and then using FM SXPG_COMMAND_EXECUTE in our ABAP code.
    I went to TCode SM69 and have created a Command name but dont know where to put the file path of source and destination and also dont know how this can be used in FM SXPG_COMMAND_EXECUTE.
    Please can some one guide me with how to do.
    Regards,
    Nishant

    Hi Nishant,
                try this.
    PARAMETERS: Source_file TYPE SAPB-SAPPFAD
    default '\folder1\abc,pdf'.
    PARAMETERS: target_lfile TYPE SAPB-SAPPFAD
    default '\folder2\abc,pdf'.
    START-OF-SELECTION.
      CALL FUNCTION 'ARCHIVFILE_SERVER_TO_CLIENT'
        EXPORTING
          path                      = source_file
         TARGETPATH        = target_lfile
    EXCEPTIONS
       ERROR_FILE       = 1
       OTHERS           = 2
      IF sy-subrc  0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • Problem installing Sun ONE Studio 4 update 1, Community Edition

    I recently downloaded the Sun ONE Studio 4 update 1, Community Edition and tried to install it. At one point it searches for a valid JAVA 2 SDK. This seems to go on forever. I quit after 5 hours of waiting. I already have Java 2 standard edition v1.4.1 installed. Can someone please help?

    Well thanks Chuck!
    With a bit of messing around and a LOT of patience I finally installed Sun ONE Studio update 1 on my laptop pc, running Windows ME.
    The trick was (I think) to apply both of the above fixes, but also a couple of things that was not quite as evident.
    1 - Do NOT install the SDK in "C:\Program Files\" or any directory path that contains spaces in the name! Apparently that causes problems, and is noted in one of the Knowledge Base articles.
    2- When making the file noted in the Knowledge Base:
    ( http://forte.sun.com/cgi-bin/WebX?[email protected]@.ee815f4 )
    - It says: Contents of this new file should be:.
    jh=<jdk Home Path> (for example, jh=c:\j2sdk1.4.0_01)
    Well it does NOT mention that there should be 2 lines in that file!
    Make sure you include a carriage return and a second "blank" line!
    OK, that's it. GO ahead & loose yourself in the IDE.
    I hope this does not cause undue traffic in the forums but what the heck...
    -- HSC --

  • Installation of Sun ONE Studio 5 SE 60 days trial

    It's supposed that a standard installation includes Sun ONE Studio and Sun ONE Application Server 7 with PointBase.
    I installed twice, in both installations the IDE works fine. But despite the installation completes without any error message neither Sun ONE Application Server 7 nor PointBase are installed.
    My OS is Windows XP.
    Could someone help me to find why this happens?
    Thanks!!!

    I read now the log generated during the installation. It shows a lot of error lines. But I'm not able to know the cause of the problem. The IDE is installed OK, but there is not any evidence of PointBase and Sun One Server installation.
    It follows the log file content:
    (Aug 20, 2004 3:51:51 PM), Setup.product.install, com.installshield.product.actions.Files, err, java.util.zip.ZipException: incorrect data check
    STACK_TRACE: 16
    java.util.zip.ZipException: incorrect data check
         at com.installshield.archive.index.ISInflaterInputStream.read(CompressedURLConnection.java:147)
         at java.io.FilterInputStream.read(FilterInputStream.java:90)
         at com.installshield.product.actions.Files.copy(Files.java:700)
         at com.installshield.product.actions.Files.copyFileWithFileService(Files.java:737)
         at com.installshield.product.actions.Files.install(Files.java:378)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)
    (Aug 20, 2004 3:51:56 PM), Setup.product.install, com.sun.installer.InstallApplicationServerAction, err, java.lang.NullPointerException
    STACK_TRACE: 14
    java.lang.NullPointerException
         at com.sun.installer.RunCommand.flush(RunCommand.java:170)
         at com.sun.installer.InstallApplicationServerAction.runCommand(InstallApplicationServerAction.java:260)
         at com.sun.installer.InstallApplicationServerAction.install(InstallApplicationServerAction.java:146)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)

  • Sun Java Studio Enterprise 8 Application Server

    I'm trying to get the JSE8 Application Server to run as a service. I've read other forum articles and none of them really answered my question. So, I tried to implement the JSE8 server via the JavaServiceWrapper approach (and, I was successful). The only problem is that when I log on and then log off the computer running the application server, the application server stops.
    So, I have several questions. One is, "why does the application server stop when it detects a user logoff, especially if the user it was started under wasn't even the one logging off?"
    The second question is where is the documentation mentioned in other e-mails regarding how to set up the JSE8 server as a service per Sun's guidelines (I can't find it anywhere; a web link would be most helpful here).
    Finally, is Sun planning on changing this so the JSE8 application server runs as a "real" service to make deployment much easier in a Windows environment (like version 7 did)?

    From what I can tell about the Java EE 5 SDK beta is that it still requires the SC.EXE method of installating a windows service. I got the "JavaServiceWrapper" method to work (well, not perfectly, but it works thanks to the hint provided by the first respondent (using the -Xrs switch in the JVM on the Application server). Then, I created a JSE8Server.conf file, as required by the JavaServiceWrapper (from http://wrapper.tanukisoftware.org). Here's the conf file as I wrote it (note that this is all hard-coded based on install directories, etc.) But, it does allow you to point to a specific JVM (see wrapper.java.command line) and does allow anyone to log on and off the Windows system without shutting down the application server (domain).
    The only problem with this is that that java service basically runs to start the service and then dies. The application server is then spawned on new disassociated Process IDs; so, without writing some more code to periodically ask the application server if he's "up", there is no automatic restart capability...at least from the service's span of control.
    # Wrapper Properties
    # Java Application
    wrapper.java.command=c:\j2sdk1.5.0_04\bin\java.exe
    # Java Main class. This class must implement the WrapperListener interface
    # or guarantee that the WrapperManager class is initialized. Helper
    # classes are provided to do this for you. See the Integration section
    # of the documentation for details.
    wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp
    # Java Classpath (include wrapper.jar) Add class path elements as
    # needed starting from 1. Note that this list of classes should match
    # the System environment CLASSPATH on the machine to which the java
    # application is deployed.
    wrapper.java.classpath.1=D:\JavaServiceWrapper\lib\wrapper.jar
    wrapper.java.classpath.2=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\dom.jar
    wrapper.java.classpath.3=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\xalan.jar
    wrapper.java.classpath.4=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\xercesImpl.jar
    wrapper.java.classpath.5=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\appserv-rt.jar
    wrapper.java.classpath.6=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\appserv-ext.jar
    wrapper.java.classpath.7=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\j2ee.jar
    wrapper.java.classpath.8=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\admin-cli.jar
    wrapper.java.classpath.9=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\appserv-admin.jar
    wrapper.java.classpath.10=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\commons-launcher.jar
    wrapper.java.classpath.11=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\jaxr-impl.jar
    wrapper.java.classpath.12=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\relaxngDatatype.jar
    wrapper.java.classpath.13=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\xsdlib.jar
    wrapper.java.classpath.14=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\appserv-admin.jar
    wrapper.java.classpath.15=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\activation.jar
    wrapper.java.classpath.16=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\commons-logging.jar
    wrapper.java.classpath.17=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\mail.jar
    wrapper.java.classpath.18=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\appserv-env.jar
    wrapper.java.classpath.19=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\optional.jar
    wrapper.java.classpath.20=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib
    # Java Library Path (location of Wrapper.DLL or libwrapper.so)
    wrapper.java.library.path.1=D:\JavaServiceWrapper\lib
    wrapper.java.library.path.2=D:\Sun\jstudio_ent8\AppServ8.1UR2\bin
    # Java Additional Parameters
    wrapper.java.additional.1=-Dcom.sun.aas.instanceRoot=D:\Sun\jstudio_ent8\AppServ8.1UR2
    wrapper.java.additional.2=-Dcom.sun.aas.instanceName=server
    wrapper.java.additional.3=-Djava.library.path=D:\Sun\jstudio_ent8\AppServ8.1UR2\bin
    wrapper.java.additional.4=-Dcom.sun.aas.configRoot=D:\Sun\jstudio_ent8\AppServ8.1UR2\config
    wrapper.java.additional.5=-Djava.endorsed.dirs=D:\Sun\jstudio_ent8\AppServ8.1UR2\lib\endorsed
    wrapper.java.additional.6=-Dcom.sun.aas.processLauncher="SE"
    # Initial Java Heap Size (in MB)
    wrapper.java.initmemory=64
    # Maximum Java Heap Size (in MB)
    wrapper.java.maxmemory=1024
    # Application parameters. Add parameters as needed starting from 1
    wrapper.app.parameter.1=com.sun.enterprise.cli.framework.CLIMain
    wrapper.app.parameter.2=start-domain
    wrapper.app.parameter.3=domain1
    # Wrapper Logging Properties
    # Format of output for the console. (See docs for formats)
    wrapper.console.format=PM
    # Log Level for console output. (See docs for log levels)
    wrapper.console.loglevel=INFO
    # Log file to use for wrapper output logging.
    wrapper.logfile=D:\JavaServiceWrapper\logs\JSE8Server.log
    # Format of output for the log file. (See docs for formats)
    wrapper.logfile.format=LPTM
    # Log Level for log file output. (See docs for log levels)
    wrapper.logfile.loglevel=INFO
    # Maximum size that the log file will be allowed to grow to before
    # the log is rolled. Size is specified in bytes. The default value
    # of 0, disables log rolling. May abbreviate with the 'k' (kb) or
    # 'm' (mb) suffix. For example: 10m = 10 megabytes.
    wrapper.logfile.maxsize=32m     
    # Maximum number of rolled log files which will be allowed before old
    # files are deleted. The default value of 0 implies no limit.
    wrapper.logfile.maxfiles=8
    # Log Level for sys\event log output. (See docs for log levels)
    wrapper.syslog.loglevel=NONE
    # Wrapper Windows Properties
    # Title to use when running as a console
    wrapper.console.title=JSE8Server
    # Wrapper Windows NT\2000\XP Service Properties
    # WARNING - Do not modify any of these properties when an application
    # using this configuration file has been installed as a service.
    # Please uninstall the service before modifying this section. The
    # service can then be reinstalled.
    # Name of the service
    wrapper.ntservice.name=JSE8Server
    # Display name of the service
    wrapper.ntservice.displayname=JSE8Server
    # Description of the service
    wrapper.ntservice.description=Java Studio Enterprise 8 Applicaton Server
    # Service dependencies. Add dependencies as needed starting from 1
    wrapper.ntservice.dependency.1=
    # Mode in which the service is installed. AUTO_START or DEMAND_START
    wrapper.ntservice.starttype=AUTO_START
    # Should a console window appear?
    wrapper.ntservice.console=false
    # Can the service to interact with the desktop?
    wrapper.ntservice.interactive=false
    # The priority of the service in Windows (LOW, NORMAL, HIGH, REALTIME)
    wrapper.ntservice.process_priority=NORMAL

  • Re-install Sun One Studio 5

    Hi,
    I have download and install Sun ONE studio 5 the first time and it was very successful. It install both the Studio 5 and the application server 7
    Because of some setting problem, I uninstall studio 5 and deleted the application server. Now I try to re-install, it will only install the core platform & modules.
    It refuses to let me check the Sun One application server 7 & pointbase option. It says Sun ONE application server is detected on the system already. But I have physcially deleted the directory.
    What should I do now to install the integrated Sun ONE studio 5 with application server 7?
    rgds
    Ln

    It is very important to note that you should not delete the whole productregistry file. Only application server specific entries should be removed from it.
    Please see this thread for more information about appserver specific entries:
    http://swforum.sun.com/jive/thread.jsp?forum=52&thread=18840

  • How to have one centeral management console for DB and Application server?

    Hi
    Thank you for reading my post
    I read in several places that ORACLE provide facilitis that help developers to have one centeral console to manage Application server / Database and what ever oracle products.
    I want to know that, when i have Oracle 10g r2 and Application server 10.1.3.1 installed, how i can use that centeral management console?
    is it some other application that i should install ?
    or it is just some more configuration?
    thanks

    What you are looking for is called Grid Control.
    You will need the Grid Control Agent installed on each server that has products from Oracle's technology stack installed (database, web server, app server, etc). You will also need install the Grid Control software and repository.
    You can download Grid Control from the following link:
    http://www.oracle.com/technology/software/products/oem/index.html

  • How to call Web Services with Sun Java Studio Creator?

    Can someone from Sun please explain how to use the sample Web Services USWeather and GoogleSearch in Sun Java Studio Creator (no Portlet Application)?
    I read the Web Service Tutorial Accessing Web Services (http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/webservices.html) and this blog entry: http://blogs.sun.com/roller/page/winston?entry=code_google_search_in_no .
    But the proposed solutions do not work with the services USWeather and GoogleSearch.
    Thank you.

    Thank you for your answer, dongmei.
    It seems that the MethodResultTableDataProvider does not return the response of the web service as a value field if the WSDL contains only one result element.
    E.g. from WSDL of the USWeather Web Service which returns theGetWeatherReportResult string:
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.webserviceX.NET" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.webserviceX.NET" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="http://www.webserviceX.NET">
          <s:element name="GetWeatherReport">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="ZipCode" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="GetWeatherReportResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="GetWeatherReportResult" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="string" nillable="true" type="s:string" />
        </s:schema>If I drag the web service method on the page and I should be able to select the response value in the Bind to Data dialog box. But there is no value field. Value fields only occur if the web service returns more than one value.
    The question is how can I get the response GetWeatherReportResult from the service.

  • Make a jar in windows 2000 or One studio

    Hi,
    I am trying to make a simple jar file using ONE studio from sun but I'm not too sure how to. When I use the Jar recipe thing in ONE, I can't execute it as it sais "cannot find main-class manifest attribute" Anyone know how to do this either in ONE studio or in Win2000?

    <<path of you JDK installation>>jar cmvf0 <<Path to your manifest file>> <<Path and filename of your jar file>> -C <<directory where your class files are>> .
    eg.
    C:\j2sdk1.4.1_02\bin\jar cmvf0 D:\mainClass.txt D:\exe.jar -C D:\ClassFiles . <-- you need the dot
    Als you need to create a manifest file that tells the jar file which class has the main method.
    eg. mainClass.txt
    Main-Class: mainClassFile
    Name: Jar File Example
    This file needs to end with a carriage return
    Use the syntax above and you will always get a executable jar file ;)

  • How to run java program created in Sun Java Studio

    Hi All,
    sorry for easy question. I'm new in java.
    I have created Swing/AWT application with Sun Java Studio. I can run it using Sun Java Studio and it works properly. How to run this application in DOS-promt using "java ....."? I think, I shall define all classpathes but I dont know exactly.
    Enviroment:
    WinXP
    Sun Java Studio (C:\Sun\studio5u1_se)
    SDK (C:\Sun\j2sdk1.4.2_04)
    Application files (C:\Sun\My)
    Thanks.

    change this to yours
    set path=c:\j2sdk1.4.1_01\bin;c:\j2sdk1.4.1_01\jre\bin;%path%
    set classpath=c:\j2sdk1.4.1_01\lib;c:\jdk1.4.1_01\jre\lib;%classpath%
    go to directory where code is
    javac CLASSNAME.java
    then to run it
    java CLASSNAME
    note also look at executable jar files

  • Oracle Application Server 10g Release 1 and JDeveloper 10.1.3.2.0

    Hi,
    One my client have Oracle Application Server 10g Release 1.
    Can I do development in JDeveloper 10.1.3.2.0 using ADF and then deploy it on OAS 10g R1.
    If can what I should look for so that it can be as smooth as possible.
    Regards,
    Raj
    www.oraclebrains.com

    hi
    Maybe this can help
    "Application Servers Supported by JDeveloper"
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html
    success
    Jan Vervecken

Maybe you are looking for