Tomcat 5.5.20 + BEA Workshop 3.2.1 build 589 issues

Every now and then I run into a problem trying to start my tomcat 5.5.20 instance from within BEA Workshop 3.2.1. I am using the standalone install of Workshop. Repeatedly deleting and adding the server and throwing some restarts of Workshop inbetween seems to provide the voodoo that I need to finally get tomcat starting again from within Workshop...until of course it happens the very next time I stop and restart the tomcat instance or deploy another application to tomcat.
Here is the log entry in my workspaces .metadata\.log file. I hope someone can provide the magic pill that will permanently cure Workshop (and me) of this recurring nightmare!
!ENTRY org.eclipse.core.jobs 4 2 2006-11-19 12:59:19.312
!MESSAGE An internal error occurred during: "Publishing to Tomcat v5.5 @ localhost...".
!STACK 0
java.lang.NoSuchMethodError: org.eclipse.jst.server.core.PublishUtil.deleteDirectory(Ljava/io/File;Lorg/eclipse/core/runtime/IProgressMonitor;)V
     at com.bea.wstudio.debugger.TomcatServerBehaviourBase.publishModule(Unknown Source)
     at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:676)
     at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:756)
     at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:611)
     at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:862)
     at org.eclipse.wst.server.core.internal.Server.publish(Server.java:850)
     at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:142)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

This is a known issue that occurs for switching application in an existing Tomcat server configuration. The issue has been fixed for the next release (schedule for first week of Dec 06).
Though not elegant the current workaround is as follows:
- Instead of changing the project for debugging on an existing Tomcat configuration, delete and recreate a new Tomcat Server configuration with the new project.
Ex:
In Server view, delete existing Tomcat Server configuration
New > Server, add a new Tomcat server configuration with the new project you plan to debugNOTE: Also, before starting the server make sure to refresh the project in AppXplorer/Package Explorer view so that the resources are insync with the file system.

Similar Messages

  • Can't start Tomcat after installing Bea WorkShop for JSP

    Hi,
    I have been using Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 and Web Tools Project 1.0.2 and Tomcat 5.0 and Tomcat 5.5 for about 2 months with no problems. But now I Can't start Tomcat after installing Bea WorkShop for JSP plug-in. I get "Server Tomcat v5.0 @ localhost failed to start". Any help would be greatly appreciated.

    I installed BEA Workshop for JSP Version: 3.1.0
    Build id: 536. I only wanted to install the plug-in to my existng Eclipse 3.1 / WTP application. The only option that I saw was to download the entire FullWorkshopFreeInstall-536.zip, which is 192,496 KB. During the installation, there is a screen that you can specify to only install the plug-in - and I selected that option. Today, I chose to uninstall the BEA Workshop for JSP and then I was again able to start Tomcat server. I then did a complete install of BEA Workshop for JSP into a totally separate location. My original Eclipse installation still works fine, but my Workshop for JSP Version (which is now a completely new installation) has the same problem with Tomcat that I reported with the plug-in. I am using j2sdk1.4.2_08 and have tried both Tomcat 5.0 and Tomcat 5.5. I have the same problem with both Windows XP Home Edition and Windows XP Professional.
    Thanks for your assistance.
    Ron

  • Bea Workshop JSF Tutorial - deployed app doesn't start on Tomcat 5.0

    I've followed the BEA tutorial up to section 5 - Running the application.
    When the application is deployed from a WAR to Tomcat the application doesn't start in Tomcat 5.0
    The error message from the Tomcat console is :
    INFO: Installing web application at context path /workshop-jsf-tutorial from URL
    jar:file:/D:/Tomcat 5/jakarta-tomcat-5.0.28/webapps/workshop-jsf-tutorial.war!/
    log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D
    igester).
    log4j:WARN Please initialize the log4j system properly.
    11-Dec-2006 13:45:51 org.apache.catalina.core.StandardContext listenerStart
    SEVERE: Skipped installing application listeners due to previous error(s)
    11-Dec-2006 13:45:51 org.apache.catalina.core.StandardContext start
    SEVERE: Error listenerStart
    11-Dec-2006 13:45:51 org.apache.catalina.core.StandardContext start
    SEVERE: Context startup failed due to previous errors
    Can you advise what the error is please ?

    Ram,
    Thanks for your reply. I was creating a WAR file using the Export>J2EE>WAR option.
    I've since found out you shouldn't do this for Tomcat from Bea Workshop.
    So now I am running the application in exploded mode as you suggested
    (ie. 'Run modules directly from the workspace' is checked)
    When I run pages/register.jsp - two things happen :
    1-the browser that opens WITHIN Bea Workshop has an exception :
    javax.servlet.ServletException: No faces context?!
    (I believe this is because web.xml has *.jsf as the url pattern that maps to the faces servlet, so register.jsp doesn't invoke the faces servlet. But the tutorial hasn't said anything about amending the web.xml servlet mapping.)
    2-a separate browser opens OUTSIDE of BEA workshop and the url is "http://localhost:8080/"
    I don't understand what's happening here.
    The tutorial should be very reliable, not throw up errors.
    If you or anyone else can throw any light on this I'd be grateful.
    Thanks Steve

  • 15 day bea workshop studio 3.0- error with pageflow demo

    downloaded the 15day trial end-to-end workshop studio, plugin for eclipse..
    installed the bea workshop studio 3.0
    gave eclipse 3.1-home and jdk1.5 home
    when starting studio 3, get the following error:
    "An error has occurred when creating this editor" ....
    I see that a pageflowdemo project is highlighted.
    how to get over this error ?
    I had installed "beehive" as a plugin earlier
    C:\eclipse\plugins\org.eclipse.pollinate.beehive_1.0.0.I20041109

    I had beehive working earlier with tomcat. I moved tomcat directory so it is not working anymore.
    i have java-home to jdk1.4 and the same in eclipse preferences..
    but
    while installing studio i gave jdk1.5 as the java-home.
    I'll to re-install eclipse and the studio plugin. and try again.

  • Bea Workshop for Weblogic10 Platform App. Server

    I have configured new server in Workshop according to the instructions. But when I try to start it it gives me the following error :
    Server cannot be started
    Server cannot be launched within timeout.

    Ram,
    Thanks for your reply. I was creating a WAR file using the Export>J2EE>WAR option.
    I've since found out you shouldn't do this for Tomcat from Bea Workshop.
    So now I am running the application in exploded mode as you suggested
    (ie. 'Run modules directly from the workspace' is checked)
    When I run pages/register.jsp - two things happen :
    1-the browser that opens WITHIN Bea Workshop has an exception :
    javax.servlet.ServletException: No faces context?!
    (I believe this is because web.xml has *.jsf as the url pattern that maps to the faces servlet, so register.jsp doesn't invoke the faces servlet. But the tutorial hasn't said anything about amending the web.xml servlet mapping.)
    2-a separate browser opens OUTSIDE of BEA workshop and the url is "http://localhost:8080/"
    I don't understand what's happening here.
    The tutorial should be very reliable, not throw up errors.
    If you or anyone else can throw any light on this I'd be grateful.
    Thanks Steve

  • BEA Workshop Pro trial not installing on windows 2000

    Hi,
    I am trying to install BEA Workshop pro trial version on windows 2000. I have teh JDK 1.5 installed.
    The install just stops before getting to the BEA splash and the before the user licence agreement. I ran the installer while holding the "control" key (as noted in another thread)
    and this is what I got:
    --------------------------Begin log-----------------------
    original working dir is: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows|
    CONTROL KEY DOWN
    application dir is: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows|
    app_path : |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\WorkshopInstaller.exe|
    arg 0: |C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\WorkshopInstaller.exe|
    reading properties from: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\WorkshopInstaller.lax|
    Searching through the registry for VMs...
    looking in C:\Program Files\Java\j2sdk1.4.2_12\bin
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.4.2_04\bin
    Found: C:\Program Files\Java\jdk1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\jdk1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2sdk1.4.2_12\bin
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.5.0_08\bin
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.5.0_08\bin
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_04\bin
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_10\bin
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_12\bin
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_04\bin
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_10\bin
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_12\bin
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    ...Finished searching through the registry for VMs
    Searching through the path for VMs...
    Looking in C:\CFusionMX7\verity\k2\_nti40\bin
    Looking in C:\ColdFusionSearchService\k2\_nti40\bin
    Looking in C:\JRun4\verity\k2\_nti40\bin
    Looking in C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin
    Looking in C:\WINNT\system32
    Ignoring 'C:\WINNT\system32\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\jrew.exe' because it is in a Windows System Directory.
    Found: C:\WINNT\system32\jview.exe
    Found: C:\WINNT\system32\wjview.exe
    Looking in C:\WINNT
    Ignoring 'C:\WINNT\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jrew.exe' because it is in a Windows System Directory.
    Looking in C:\WINNT\System32\Wbem
    Looking in C:\PROGRA~1\IBM\CLIENT~1
    Looking in C:\PROGRA~1\IBM\CLIENT~1\Shared
    Looking in C:\PROGRA~1\IBM\CLIENT~1\Emulator
    Looking in C:\Program Files\Symantec\pcAnywhere\
    Looking in C:\Program Files\Microsoft SQL Server\80\Tools\BINN
    Looking in C:\Program Files\Rational\ClearCase\bin
    Looking in C:\Program Files\Rational\common
    Looking in C:\Program Files\Apache Software Foundation\maven-2.0.4\bin
    ...Finished searching through the path for VMs
    ORDERING VMS
    1: C:\WINNT\system32\jview.exe (in path)
    2: C:\WINNT\system32\wjview.exe (in path)
    3: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4)
    4: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4)
    5: C:\Program Files\Java\jdk1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_04
    6: C:\Program Files\Java\jdk1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_0
    4)
    7: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_
    12)
    8: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2
    _12)
    9: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5)
    10: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5)
    11: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5.0_0
    8)
    12: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5.0_
    08)
    13: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_04)
    14: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_04)
    15: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_10)
    16: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_10)
    17: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_12)
    18: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_12)
    19: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_06)
    20: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_06)
    21: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_08)
    22: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_08)
    23: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4
    24: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4)
    25: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_04)
    26: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_04)
    27: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_10)
    28: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_10)
    29: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_12)
    30: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_12)
    31: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    32: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5)
    33: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    .0_06)
    34: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5.0_06)
    35: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    .0_08)
    36: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5.0_08)
    Searching for console vm.
    lax.nl.valid.vm.list=J2 J1 MSJ
    lax.nl.current.vm=.
    was not a valid Win32 executable.
    C:\WINNT\system32\jview.exe does not match J2 or it is not a console app and I need a console one.
    C:\WINNT\system32\wjview.exe does not match J2 or it is not a console app and I need a console one.
    SUCCESS! C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Using JNI INVOCATION to simulate the following batch script:
    BATCH SCRIPT
    cd "C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows"
    set CLASSPATH=C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264
    791\Windows\resource\jdglue.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip;C:\DOCUME~1\dcloutie\LOCALS
    ~1\Temp\I1158264791\Windows\InstallerData\Execute.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Resource1.zip;C:\
    DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Resource1.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Insta
    llerData;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData;
    "C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe" -Xms16777216 -Xmx50331648 -noverify com.zerog.lax.LAX C:\\DOCUME~1\\dcloutie\\LOC
    ALS~1\\Temp\\I1158264791\\Windows\\WorkshopInstaller.lax C:\\DOCUME~1\\dcloutie\\LOCALS~1\\Temp\\env.prop
    executing java...
    LAX Version = 5.5
    IAResourceBundle: create resource bundle: en
    LOADING Resource path: i18nresources\custom_en
    LOADING Resource path: locales\custom_en
    seaFilename = WorkshopInstaller
    Default properties location = C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\
    Installer PropertiesFile = C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\installer.propert
    ies
    UI Mode set to Default - SWING.
    InstallAnywhere 6.0 Enterprise
    Thu Sep 14 16:13:25 EDT 2006
    Free memory = 14672 kB
    Total memory = 16320 kB
    No arguments.
    java.class.path:
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\resource\jdglue.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Resource1.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Resource1.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData
    C:\Program Files\Java\j2sdk1.4.2_12\lib\dt.jar
    C:\Program Files\Java\j2sdk1.4.2_12\lib\htmlconverter.jar
    C:\Program Files\Java\j2sdk1.4.2_12\lib\tools.jar
    ZGUtil.CLASS_PATH:
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\resource\jdglue.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData
    C:\Program Files\Java\j2sdk1.4.2_12\lib\htmlconverter.jar
    sun.boot.class.path:
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\rt.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\i18n.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\sunrsasign.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\jsse.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\jce.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\charsets.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\classes
    java.ext.dirs:
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\ext
    java.version == 1.4.2_12 (Java 2+)
    java.vm.name == Java HotSpot(TM) Client VM
    java.vm.vendor == Sun Microsystems Inc.
    java.vm.version == 1.4.2_12-b03
    java.vm.specification.name == Java Virtual Machine Specification
    java.vm.specification.vendor == Sun Microsystems Inc.
    java.vm.specification.version == 1.0
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Sun Microsystems Inc.
    java.specification.version == 1.4
    java.vendor == Sun Microsystems Inc.
    java.vendor.url == http://java.sun.com/
    java.class.version == 48.0
    java.compiler == null
    java.home == C:\Program Files\Java\j2sdk1.4.2_12\jre
    java.io.tmpdir == C:\DOCUME~1\dcloutie\LOCALS~1\Temp\
    os.name == Windows 2000
    os.arch == x86
    os.version == 5.0
    path.separator == ;
    file.separator == \
    file.encoding == Cp1252
    user.name == dcloutie
    user.home == C:\Documents and Settings\dcloutie
    user.dir == C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows
    user.language == en
    user.region == null
    --------------------------End log-----------------------
    Can anyone help me, I'd really like to try this software out.
    Thanks,
    David.

    David,
    Can you try passing in the 1.5 VM location manually as listed below
    WorkshopInstaller.exe LAX_VM d:\bea\9server\jdk150_04\bin\java.exe
    Can you also make sure that the 1.5 JVM value entry is the first entry in the PATH environment variable.
    cheers
    Raj

  • Web Service over SSL failing in BEA Workshop

    I have deployed a web service on weblogic 9.2
    I have enabled one-way ssl on it. got a trial ssl certificate from verisign. installed them on the keystore/truststore on the server as well as the jre (cacerts and jssecacerts truststores) being used by the client. the client is on different machine than the server.
    i have developed the service through 'bea weblogic workshop 9.2' now when i try to test the service through the 'web services explorer' within bea weblogic workshop i receive the following error:
    IWAB0135E An unexpected error has occurred.
    IOException
    sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    on server:
    <Jul 13, 2009 6:45:44 PM EDT> <Warning> <Security> <BEA-090485> <CERTIFICATE_UNKNOWN alert was received from yunus.l1id.local - 10.10.2.72. The peer has an unspecified issue with the certificate. SSL debug tracing should be enabled on the peer to determine what the issue is.>
    if i try to access the web service (over ssl) through the browser (ie/firefox), it works fine. i have generated a proxy class to access this web service through the same bea workshop and that works fine too. certificates are identified and all. i also created a small .net (c#) application that calls this secure web service over ssl from another machine and it works fine too!
    of course non-secure url for the web service is working fine in every case.
    what can be the reason for this failing only in 'web services explorer' in bea workshop?
    cross posted at: http://www.coderanch.com/t/453879/Web-Services/java/Web-Service-over-SSL-failing
    thanks.

    Hello,
    I used this example, when I made my experiments with SSL and Glassfish (GF):
    http://java.sun.com/developer/EJTechTips/2006/tt0527.html#1
    If you have problems with GF I suggest to post a message here:
    http://forums.java.net/jive/forum.jspa?forumID=56
    e.g. here is one thread:
    http://forums.java.net/jive/thread.jspa?threadID=59993&tstart=0
    Miro.

  • How to uninstall/install again BEA Workshop for JSP

    Hi there,
    I've recently changed my Eclipse version and its installation folder.
    After this operation, the BEA Workshop plugin was no more visible, so I decided to uninstall and install again the entire plugin. Unfortunately, when the uninstall operation began, the following message occured in a pop-up window :
    "The local BEA product registry is corrupted"
    Does anybody has a clue about how to solve this problem ?
    (I run a XP Windows including a SP2)
    Thanks in advance.
    Regards,
    Fabrice.

    Hi Fabrice,
    How did you upgrade the eclipse version? What version of eclipse where you using earlier?
    Do you still have the links folder within eclipse home?
    - Ram

  • Are you really spoilt as a developer if you are using BEA Workshop?:)

    Hi everybody,
    Sorry if my question may bother you and there is not the appropriate place to post it, but none of my colleagues or friends are using BEA, so there is nobody else with whom I can share this thoughts.
    I am a graduate student and I am trying to accomplish my thessis in Web Services Security. The fact that I chose to use BEA was a book about securing Web services and there was mentioned BEA.
    Everything was fine till today when I had a discussion with my professors and showing them the application and how BEA Workshop works I received as a comment "you got spoilt with this platform".
    I should confess that I don't have experince as a programmer and using other web application platforms, but if something like this is done, I don't understand why I should choose the hard way to accomplish something, why I have to write many lines of code?
    Any comment is accepted pro and cons:-)
    Cheers,
    Mariana

    Hi
    many people like to re-invent the wheel or write all the code.
    Today there are many JSR in Sun to enhance the development cycle ...
    Jin

  • Porting a netui pageflow project from BEA Workshop into JDeveloper 11g

    Hi.
    Now that BEA and Oracle has merged and JDeveloper ships with Weblogic server instead of ye olde oc4j, I thought that netui pageflow projects developed in BEA Workshop/Workspace studio would be a breeze to port to JDev. This does not seem to be the case. I've googled til my eyes got sore, without any luck. Correct me if I'm wrong, but the Beehive Netui package was once developed by BEA, then given to Apache, then taken back into BEA's control. When I read that JDeveloper should be the IDE for BEA/Oracle from now on, I thought that this would mean that it would also be compatible with BEA projects.
    If it is at all possible, how do I go about porting my Hibernate/Spring/Beehive NetUi PageFlow workshop project to run under JDeveloper/Weblogic?
    I've found this article: http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html?rssid=rss_otn_news
    But still no luck enabling Beehive Netui support for my pageflows in JDeveloper.
    Edited by: Øystein_Amundsen on Oct 31, 2008 12:57 PM

    There is no current plan to enable Beehive (e.g. NetUI) specific features in JDeveloper.
    The beehive development environment is still inside WebLogic Workshop and you can get the latest version here:
    http://www.oracle.com/technology/products/workshop/index.html
    It might be possible to do development with Beehive in JDeveloper by adding the beehive jar files into your project properties->libraries node.
    That said - I would recommend that you look into Oracle ADF as an alternative framework for your development - it has a lot of similar concepts to Beehive but it is more up-to-date and has better features in many areas.
    Read more about it here:
    http://www.oracle.com/technology/products/jdev/11/collateral/beehivetoadf.pdf

  • Problem installing BEA Workshop for jsp

    Hi,
    I am trying to install the BEA Workshop for JSP. Though when I satisfy min jdk version as shown, I still into installation problems.
    C:\Profiles\sys1mi\Desktop\temp>java -version
    java version "1.4.2_11"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.
    Java HotSpot(TM) Client VM (build 1.4.2_11-b06, mixed mode)
    I had multiple JDK versions which I deleted but still unable to install. Below is the attached log. Please let me know if this helps.
    Thanks,
    Prateek
    looking in C:\Program Files\Java\j2re1.4.2_11\bin
    Found: C:\Program Files\Java\j2re1.4.2_11\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_11\bin\javaw.exe
    looking in C:\Program Files\JavaSoft\JRE\1.3.1_02\bin
    looking in C:\Program Files\JavaSoft\JRE\1.3.1_02\bin
    looking in C:\Program Files\Java\j2re1.4.2_11\bin
    Found: C:\Program Files\Java\j2re1.4.2_11\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_11\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_03\bin
    Found: C:\Program Files\Java\j2re1.4.2_03\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_11\bin
    Found: C:\Program Files\Java\j2re1.4.2_11\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_11\bin\javaw.exe
    ...Finished searching through the registry for VMs
    Searching through the path for VMs...
    Looking in C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin
    Found: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\java.exe
    Found: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\javaw.exe
    Looking in C:\PROGRA~1\FileNet\IDM
    Looking in C:\PROGRA~1\FileNet\Shared
    Looking in C:\Program Files\CA\SharedComponents\PEC\bin
    Looking in C:\WINNT\system32
    Ignoring 'C:\WINNT\system32\java.exe' because it is in a Windows System Dire
    ctory.
    Ignoring 'C:\WINNT\system32\javaw.exe' because it is in a Windows System Dir
    ectory.
    Ignoring 'C:\WINNT\system32\jre.exe' because it is in a Windows System Direc
    tory.
    Ignoring 'C:\WINNT\system32\jrew.exe' because it is in a Windows System Dire
    ctory.
    Found: C:\WINNT\system32\jview.exe
    Found: C:\WINNT\system32\wjview.exe
    Looking in C:\WINNT
    Ignoring 'C:\WINNT\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jrew.exe' because it is in a Windows System Directory.
    Looking in C:\WINNT\System32\Wbem
    Looking in c:\Fusa\DLL
    Looking in C:\TD
    Looking in C:\Program Files\CA\AllFusion Harvest Change Manager
    Looking in C:\Progra~1\OraNT\9i\bin
    Looking in C:\Program Files\IBM\Trace Facility\
    Looking in C:\Program Files\IBM\Personal Communications\
    Looking in C:\Program Files\F-Secure\Ssh\program
    Looking in C:\PROGRAM FILES\ULTRAEDIT
    Looking in C:\Program Files\FileNet\FNSW\CLIENT\BIN
    Looking in C:\Program Files\FileNet\FNSW\CLIENT\SHOBJ
    Looking in C:\Program Files\IONA\Orbix_2.3c\BIN
    Looking in C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin
    Found: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\java.exe
    Found: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\javaw.exe
    Looking in C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin
    Found: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\java.exe
    Found: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\javaw.exe
    Looking in C:\PROGRA~1\FileNet\IDM
    Looking in C:\PROGRA~1\FileNet\Shared
    Looking in C:\Program Files\CA\SharedComponents\PEC\bin
    Looking in C:\WINNT\system32
    Ignoring 'C:\WINNT\system32\java.exe' because it is in a Windows System Dire
    ctory.
    Ignoring 'C:\WINNT\system32\javaw.exe' because it is in a Windows System Dir
    ectory.
    Ignoring 'C:\WINNT\system32\jre.exe' because it is in a Windows System Direc
    tory.
    Ignoring 'C:\WINNT\system32\jrew.exe' because it is in a Windows System Dire
    ctory.
    Found: C:\WINNT\system32\jview.exe
    Found: C:\WINNT\system32\wjview.exe
    Looking in C:\WINNT
    Ignoring 'C:\WINNT\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jrew.exe' because it is in a Windows System Directory.
    Looking in C:\WINNT\System32\Wbem
    Looking in c:\Fusa\DLL
    Looking in C:\TD
    Looking in C:\Program Files\CA\AllFusion Harvest Change Manager
    Looking in C:\Progra~1\OraNT\9i\bin
    Looking in C:\Program Files\IBM\Trace Facility\
    Looking in C:\Program Files\IBM\Personal Communications\
    Looking in C:\Program Files\F-Secure\Ssh\program
    Looking in C:\PROGRAM FILES\ULTRAEDIT
    Looking in C:\Program Files\FileNet\FNSW\CLIENT\BIN
    Looking in C:\Program Files\FileNet\FNSW\CLIENT\SHOBJ
    Looking in C:\Program Files\IONA\Orbix_2.3c\BIN
    Looking in C:\LOGS\user\temp_installs\apache-ant-1.7.0\bin
    Looking in C:\Program Files\GnuWin32\bin
    ...Finished searching through the path for VMs
    ORDERING VMS
    1: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\java.exe (in path)
    2: C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\javaw.exe (in path)
    3: C:\WINNT\system32\jview.exe (in path)
    4: C:\WINNT\system32\wjview.exe (in path)
    5: C:\Program Files\Java\j2re1.4.2_03\bin\java.exe (in registry at HKEY_LOCAL_MA
    CHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_03)
    6: C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe (in registry at HKEY_LOCAL_M
    ACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_03)
    7: C:\Program Files\Java\j2re1.4.2_11\bin\java.exe (in registry at HKEY_LOCAL_MA
    CHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_11)
    8: C:\Program Files\Java\j2re1.4.2_11\bin\javaw.exe (in registry at HKEY_LOCAL_M
    ACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_11)
    9: C:\Program Files\Java\j2re1.4.2_11\bin\java.exe (in registry at HKEY_LOCAL_MA
    CHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4)
    10: C:\Program Files\Java\j2re1.4.2_11\bin\javaw.exe (in registry at HKEY_LOCAL_
    MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4)
    11: C:\Program Files\Java\j2re1.4.2_03\bin\java.exe (in registry at HKEY_LOCAL_M
    ACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4.2_03)
    12: C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe (in registry at HKEY_LOCAL_
    MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4.2_03)
    13: C:\Program Files\Java\j2re1.4.2_11\bin\java.exe (in registry at HKEY_LOCAL_M
    ACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4.2_11)
    14: C:\Program Files\Java\j2re1.4.2_11\bin\javaw.exe (in registry at HKEY_LOCAL_
    MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4.2_11)
    Searching for console vm.
    lax.nl.valid.vm.list=J2 J1 MSJ
    lax.nl.current.vm=.
    was not a valid Win32 executable.
    SUCCESS! C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\java.exe
    Using JNI INVOCATION to simulate the following batch script:
    BATCH SCRIPT
    cd "C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows"
    set CLASSPATH=C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\IAClass
    es.zip;C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows\resource\jdglue.zip;
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\Execute.zip;C:\Profil
    es\sys1mi\LOCALS~1\Temp\I1180638584\Windows\InstallerData\Execute.zip;C:\Profile
    s\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\Resource1.zip;C:\Profiles\sys1m
    i\LOCALS~1\Temp\I1180638584\Windows\InstallerData\Resource1.zip;C:\Profiles\sys1
    mi\LOCALS~1\Temp\I1180638584\InstallerData;C:\Profiles\sys1mi\LOCALS~1\Temp\I118
    0638584\Windows\InstallerData;
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\bin\java.exe -Xms16777216 -Xmx503
    31648 -noverify com.zerog.lax.LAX C:\\Profiles\\sys1mi\\LOCALS~1\\Temp\\I1180638
    584\\Windows\\WorkshopInstaller.lax C:\\Profiles\\sys1mi\\LOCALS~1\\Temp\\env.pr
    op
    executing java...
    LAX Version = 5.5
    IAResourceBundle: create resource bundle: en
    LOADING Resource path: i18nresources\custom_en
    LOADING Resource path: locales\custom_en
    seaFilename = WorkshopInstaller
    Default properties location = C:\Profiles\sys1mi\Desktop\temp\
    Installer PropertiesFile = C:\Profiles\sys1mi\Desktop\temp\installer.properties
    UI Mode set to Default - SWING.
    InstallAnywhere 6.0 Enterprise
    Thu May 31 15:10:23 EDT 2007
    Free memory = 14953 kB
    Total memory = 16320 kB
    No arguments.
    java.class.path:
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\IAClasses.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows\resource\jdglue.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\Execute.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows\InstallerData\Execute.z
    ip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\Resource1.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows\InstallerData\Resource1
    .zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows\InstallerData
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\lib\dt.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\lib\htmlconverter.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\lib\tools.jar
    ZGUtil.CLASS_PATH:
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\IAClasses.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Windows\resource\jdglue.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData\Execute.zip
    C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\InstallerData
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\lib\htmlconverter.jar
    sun.boot.class.path:
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\rt.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\i18n.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\sunrsasign.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\jsse.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\jce.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\charsets.jar
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\classes
    java.ext.dirs:
    C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\jre\lib\ext
    java.version == 1.4.2_11 (Java 2+)
    java.vm.name == Java HotSpot(TM) Client VM
    java.vm.vendor == Sun Microsystems Inc.
    java.vm.version == 1.4.2_11-b06
    java.vm.specification.name == Java Virtual Machine Specification
    java.vm.specification.vendor == Sun Microsystems Inc.
    java.vm.specification.version == 1.0
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Sun Microsystems Inc.
    java.specification.version == 1.4
    java.vendor == Sun Microsystems Inc.
    java.vendor.url == http://java.sun.com/
    java.class.version == 48.0
    java.compiler == null
    java.home == C:\Profiles\sys1mi\temp_installs\j2sdk1.4.2_11\
    jre
    java.io.tmpdir == C:\Profiles\sys1mi\LOCALS~1\Temp\
    os.name == Windows XP
    os.arch == x86
    os.version == 5.1
    path.separator == ;
    file.separator == \
    file.encoding == Cp1252
    user.name == sys1mi
    user.home == C:\Profiles\sys1mi
    user.dir == C:\Profiles\sys1mi\LOCALS~1\Temp\I1180638584\Wi
    ndows
    user.language == en
    user.region == null
    Installer: InstallAnywhere 6.0 Enterprise Build 2262
    System's temporary directory = C:\Profiles\sys1mi\Local Settings\Temp
    Installer: looking for Win32 DLLs in C:\Profiles\sys1mi\LOCALS~1\Temp\I118063858
    4\InstallerData\..\Windows\resource
    allocating more
    allocating more
    allocating more
    allocating more
    RepositoryManager: lock acquired on: C:\Program Files\Zero G Registry\.com.zerog
    .registry.lock
    allocating more
    allocating more
    allocating more
    allocating more
    IAVariables: Converting property: prop, to: 0000-trial
    Searching for Resources - C:\Profiles\sys1mi\Local Settings\Temp\I1180638584\In
    stallerData\Disk1\InstData\Resource1.zip
    launchDir: C:\Profiles\sys1mi\Desktop\temp
    installer.properties exists? true
    version: IS_TRIAL_VERSION
    prod: 0000
    build id=608
    versionInfo: major: 3 minor: 3 micro: 0 buildNumber: 608 release name:
    java.io.IOException: CreateProcess: $USER_INSTALL_DIR$$/$jre\jre\bin\java.exe -v
    ersion error=2
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:428)
    at java.lang.Runtime.exec(Runtime.java:364)
    at java.lang.Runtime.exec(Runtime.java:326)
    at com.m7.installer.InstallerUtil.getVersion(InstallerUtil.java:154)
    at com.m7.installer.InstallerUtil.checkVersion(InstallerUtil.java:101)
    at com.m7.installer.CheckInstallerVM.install(CheckInstallerVM.java:33)
    at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.AAMgr.b(DashoA8113)
    at com.zerog.ia.installer.AAMgr.c(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.AAMgr.b(DashoA8113)
    at com.zerog.ia.installer.AAMgr.c(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.AAMgr.b(DashoA8113)
    at com.zerog.ia.installer.AAMgr.c(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.AAMgr.b(DashoA8113)
    at com.zerog.ia.installer.AAMgr.c(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.AAMgr.a(DashoA8113)
    at com.zerog.ia.installer.Main.b(DashoA8113)
    at com.zerog.ia.installer.Main.d(DashoA8113)
    at com.zerog.ia.installer.Main.a(DashoA8113)
    at com.zerog.ia.installer.Main.main(DashoA8113)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.zerog.lax.LAX.launch(DashoA8113)
    at com.zerog.lax.LAX.main(DashoA8113)
    JRE command: $USER_INSTALL_DIR$$/$jre\jre\bin\java.exe -version
    JRE version: null

    Do you have multiple versions of Java installed? I had a weird problem a
    while back with a messed up registry and multiple Java installations.
    br
    Jessica Gaudette wrote:
    Hi,
    I am having the identical problem, but with BEA Workshop Studio. I've followed the instructions provided to resolve it, but I still get the same error, What am I doing wrong? Below is my variable:
    PATH=C:\Program Files\Java\jdk1.5.0\bin
    When I hold down the control button to get the error log it APPEARS to locate the JDK, but at the very end, when it looks for the JRE it is null.

  • Download link for BEA Workshop trial version not working

    Hello All,
    I am trying to download BEA Workshop Studio 3.3 trial version (of 30 days) since last 2 weeks. However the download link- http://workshopstudio.bea.com/downloadNitroX.do is not working.
    Kindly tell me an alternate link (or mirror site) from where I can download the trial version of BEA Workshop Studio.
    Thanks in advance,
    Kiran

    Hi,
    BEA Workshop Studio 3.3 is no longer a supported product. Please see the Lifetime Support Policy docoment for Oracle Fusion Middleware Products for more specific information - http://www.oracle.com/us/support/lifetime-support/lifetime-support-software-342730.html
    I would highly recommend that you check out Oracle Enterprise Pack for Eclipse (OEPE), which provides many of the same features of Workshop Studio 3.3 including Web Application tooling, AppXRay Dependency Validation, WebLogic Server integration and much more beyond the Worskhop Studio 3.3 feature set.
    A good starting point for OEPE 11g is the OTN page found here - http://www.oracle.com/technetwork/developer-tools/eclipse/overview/index.html
    Thanks,
    Greg

  • BEA Workshop Studio 3.2: Server classpath customization & Remote Debugging

    BEA Workshop Studio 3.2:
    The server classpath customization and remote debugging issues have been fixed in the 3.2 release, which is now available for download at http://workshopstudio.bea.com/download.do.
    Workround for the 3.1 release:
    By switching to war deployment mode the server classpath can be customized in the launch configuration.
    You can see the complete list of new features in 3.2 at:
    http://e-docs.bea.com/workshop/docs92/studio32/WhatsNew.htm

    Thanks Ram,as you said i server runtime i pointed to jdk1.5,that error has been resolved.
    Now i'm getting the parsing config.xml file.
    My server is Test9.
    C:\bea\jdk150_04\bin\java -classpath C:\bea\weblogic91\server\lib\weblogic_sp.jar;C:\bea\weblogic91\server\lib\weblogic.jar;C:\bea\weblogic91\server\lib\webservices.jar;C:\bea\jdk150_04\lib\tools.jar -Dbea.home=C:/bea -Dweblogic.ConfigFile=config/config.xml -Dweblogic.Name=Test9 -Dweblogic.ListenAddress=localhost -Dweblogic.ListenPort=7002 -Djava.library.path=C:\bea\weblogic91\server\bin -Djava.security.policy=C:\bea\weblogic91\server\lib\weblogic.policy -Dweblogic.management.discover=false -Dweblogic.ProductionModeEnabled=false -Dweblogic.management.password=weblogic -Dweblogic.management.username=weblogic weblogic.Server
    <Aug 17, 2006 8:27:05 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.5.0_04-b05 from Sun Microsystems Inc.>
    <Aug 17, 2006 8:27:06 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.1 Mon Dec 12 19:26:33 EST 2005 689178 >
    <Aug 17, 2006 8:27:08 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141266]Parsing Failure in config.xml: The following failures occurred:
    -- Unresolved reference to Test9 by [Test9]/AppDeployments[__wstudio_autoconfig_deployment__]/Targets
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:118)
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:38)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:365)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:116)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:630)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
         at weblogic.Server.main(Server.java:67)
    Caused by: weblogic.descriptor.DescriptorValidateException: The following failures occurred:
    -- Unresolved reference to Test9 by [Test9]/AppDeployments[__wstudio_autoconfig_deployment__]/Targets
         at weblogic.descriptor.internal.ReferenceManager.resolveReferences(ReferenceManager.java:265)
         at weblogic.descriptor.internal.DescriptorImpl.validate(DescriptorImpl.java:285)
         at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)
         at weblogic.management.provider.internal.DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:52)
         at weblogic.management.provider.internal.RuntimeAccessImpl$IOHelperImpl.parseXML(RuntimeAccessImpl.java:576)
         at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:220)
         at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:106)
         ... 7 more
    >
    <Aug 17, 2006 8:27:08 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Aug 17, 2006 8:27:08 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Aug 17, 2006 8:27:08 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Thanks
    Ram

  • Is there a way to RECREATE the Page Flow Overview in BEA Workshop 4WL?

    BEA Workshop foe weblogic makes JSP development a lot simpler, and the auto generated Page Flow Overview is a nice feature - as long as your page flows are relatively small and simple. It doesn't take much to completlly confuse the tool though and you end up with a workflow with all sorts of flow lines cris-crossing each other - often I which I could just reach in and move a single jsp or action item and the whole mess would straighten out.
    Is there a way to reposition individual elements of the Page Flow Overview or failing that to have it Recreate itself (in hopes that it will straighten out the mess itself).
    Also is there a way to manually edit the flow - adding notes and/or objects and flow lines?

    There is no explicit "refresh" button for the Page Flow Overview (PFO), however clicking the "Show Link Labels" button on the toolbar will cause the graph to be redrawn.
    That said, in my experience replotting the graph nearly always arrives at the same layout. While the layout algorithm does a pretty good job with large graphs generally, some very highly connected graphs can be pretty tough to read right off the bat.
    For various reasons we've moved away from having users manually tweak the layout to deal with this situation. However, we added some highlighting functionality to help make graphs easier to read even if the layout appears tangled.
    If you click the Graph Tracing button on the PFO toolbar you can select a given node and see all directly connected nodes highlighted. If some of the directly connected nodes are far away on the canvas, park the PFO next to the Page Flow Editor view and you'll be able to see a more regular arrangement of the same nodes.
    When you're more interested in following a specific path than seeing the whole immediate neighborhood, you can hit the slash key repeatedly to cycle through highlighting all the links connected to the selected node.
    Finally, you can ctrl-click to multi-select links of interest if you want to trace a given path all the way through the flow. If you were doing this for documentation purposes you can print the graph in this state, or click the Export to Image button, to make a copy of the highlighted path.
    WRT your other question about editing the flow - the Page Flow Editor is intended to complement the PFO as a means of efficiently editing the flow. Select a node in the PFO and you be able to add/modify connections to that node viat the Page Flow Editor.
    There is no provision to add notes or other objects to the flow (though the exported image files can of course be annotated in a graphics editor for documentation purposes).
    I hope that helps.

  • Release Date for next BEA Workshop?

    Hi:
    I haven't seen much activity around BEA Workshop 3.3 as far as new releases for more than 1/2 of a year. Is there a release date for the next version? What will it be? What happens to those people who already have subscriptions to BEA Workshop?
    Thanks
    Mike

    William Hortman wrote:
    The new Workshop 10.1 does not work with Eclipse 3.3(Europa)? That's disappointing.If you like Eclipse 3.3 you might be interested to know that BEA will be
    releasing WebLogic Server Tools 1.0 based on Europa this Monday the
    16th. WebLogic Server Tools does not have all of the Workshop features
    such as Beehive support or AppXRay, but it has Workshop's WebLogic
    Server integration bits and a few other basic WebLogic Server tools
    (such as support for "Shared J2EE Libraries / Library Modules"). These
    are the same bits as were shipped for 10.1, but they have been ported to
    work on Europa.
    Note that if you are currently a Workshop users, WebLogic Server Tools
    is not an upgrade path for Workshop projects. WebLogic Server Tools is a
    paired down offering designed for people using basic Eclipse/WTP
    facilities and wanting good WLS integration. Full Workshop on top of
    Europa is a bit out in a future.
    - Konstantin

Maybe you are looking for

  • How do I get someone els off of my Apple ID that I let use to download apps

    My gf had to restor her iPhone and when she did it made her make a new Apple ID and I just let her use mine. When ios7 came out when she signed into my Apple ID on her phone it like combined are contacts and I can see all her texts how do I fix

  • Change Apple ID do you lose any apps/photos

    My wife want to start using the same Apple ID.  If we use the same Apple ID will she lose any of her current Apps/photos/music/contacts that she has currently purchased or put on her Iphone5? 

  • Find the adapter that triggers

    I have to modify a code, all I know is the method that is triggering from logs Eg: com.labtest.operation.ModifyOperation.addorremove: But I am unable to find which adapter is the one which is using this method. I have like more than 200 adapters. Can

  • Portege 3500 stylus not working in parts of the screen

    my stylus on my portege isn't working in parts of the screen the parts change and are sometimes not there. This happened after replacing the screen but not straight away.

  • Help modifying an account statement report

    Hi I am trying to change a statement of account report to ignore "current" customers (those whose balance is less than 30 days old). The report is attached. Any help would be appreciated. Thanks