Portlet code deployment

Hi -
Somewhat off-topic question. Developers in our group currently have the ability to interact with the production portlet servers so they can push code. Some of the new policies to be enforced by December 31, 2005 at our organization require we rescind rights to production servers.
Does anyone have any suggestions on how to automated controlled remote portlet tier deployment on Windows? I know Microsoft's Application Center ($$$$) could be helpful with this. Any other suggestions? How is everyone else managing production code updates on the portlet servers?
Any info much appreciated,
Eric

Can somebody provide any inputs ??

Similar Messages

  • Create a new portlet  in Deployed Portal in production environment

    are there any ways to import or create a new portlet in Deployed Portal in production environment?
    Edited by: user8322798 on May 1, 2011 7:26 AM

    This can done via WSRP proxy portlets and streaming desktops. First, you'll need to have a WSRP producer setup somewhere. This could be another WLP webapp with portlets, or another server altogether. Or, you can use the JSR 286 WSRP import tool from within the Portal Administration Console (I think it's under Services | WSRP | Import Tool) -- this will allow you upload .war(s) of JSR 168 or 286 portlets, which will be turned into WSRP producer(s).
    Then, you can use the Portal Administration Console to register a WSRP Producer, and then add portlets from the producer to your desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14235/chap_fed_books_pages.htm#FPGWP690). Additionally, once the producer has been registered in Portal Adminstration Console, an adminstrator user can use the Dynamic Visitor Tools from within the streaming desktop itself to add wsrp proxy portlets to the desktop (http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14243/dvt.htm#PDGWP691).
    It is not possible to add new local .portlet files to a deployed application in production mode. This requires adding the file artifacts to the .ear/.war and redeploy the application.
    Greg

  • JSR-168 Portlet code generation 'hangs' in JDev 10.1.3.2.0/JDK 1.6

    Yes, I know JDK 1.6 is not officially supported by JDeveloper 10.1.3.2.0.....
    However up until now stability has been reasonably fair of the IDE - beside the occasional 'out-of-synch' status of JDeveloper, which so it seems still hasn't but fully resolved (and which I am familiar with). When creating a JSR 168 portlet using the wizard, the wizard completes without an error - but the sources never get generated. What I'm seeing is the message: "Building source index for project "Portlets.jpr" on the left-hand side of the statusbar and a progress-bar on the right-hand side with the label: "Scanning sources". This "never" ends and the only thing left to do is restart JDeveloper.
    Any ideas whether this is JDK 1.6 related?

    Have tried this with JDK 1.5 setting, but no luck. I'm guessing this problem is more related to the fact I'm using Windows Vista than JDK 1.6. Last week I was able to generate JSR 168 portlet code on a file system that was pre-Vista formatted. Last weekend I reinstalled my machine and formatted my hard drives using Vista... I'm guessing that somehow this results in problems generated the sources.
    Or is this too far fetched...?

  • Stored code deployment

    Does anyone know if it is possible to do a complete stored code "deployment" (PL/SQL packages, triggers, procedures etc) in 9i , similar to the J2EE 'WAR' (Web ARchive) concept?
    Currently, we recompile all components individually when they change, thus have to keep track of each stored-code component that has been changed for a new version of the application. This is cumbersome and error-prone, and makes it hard to know what configuration of the stored code is deployed in the DB at any given time.
    From a CM standpoint, the best would be to do a complete compile of all stored code for every change / deployment. But doing this the standard way does not seem to be feasible in a 24/7 live system - a stored code compliation carries overhead with lost sessions etc. Also, it would not be possible to guarantee transactional consistency in the "deployment" procedure.
    A more ideal situation would be to recompile all code into one "component", and "deploy" that in the DB. The DB would then have to handle the compilation of all the individual components in a transactional manner.
    Does anyone have any other suggestions how to solve this problem?

    Thanks Shay.
    I googled the erorr and tons of Oracle documentation and found out that the
    correct place to change the compiler option in Jbuilder is
    Tools -> Libraries-> Change.
    I changed my settings to pickup java.exe under C:\oracle\product\10.1.0\Db_1\jdk.
    Question:
    What is the default JDK on Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi ? its look like 1.4 ?

  • Coldfusion - Source Code Deployment

    Hi All,
    I've been into development of an application, that makes use
    of Coldfusion and uses Oracle as the backend. My predominant
    expertise is in Oracle, although i have worked on Coldfusion, since
    joining this project. I had a few queries regarding the
    implementation of CFM files.
    The platform details are:- Coldfusion MX 6.1, Oracle 8i, IIS
    6.0
    The process, that i have followed is that :
    1) Verify if the default client store, and the database
    source name are all valid.
    2) Deploy the modified files in the root directory of the Web
    Server (In this case, IIS)
    3) If there are no other changes to other configurations,
    then restart the Coldfusion Application Server.
    4) An IIS reset, would be needed in the Web server.
    5) Logon to the configured, URL and verify the changes you
    deployed/ expected are reflected.
    This was the process i followed in my development. However on
    the TEST environment, the logic is quite fuzzy. I have noticed the
    source code content is duplicated in the Coldfusion's root
    directory (WWW) as well as in the Web server's root directory.
    However, changes made to the Web server are not reflected, when i
    have reset the IIS and have re - started, the Coldfusion Server.
    Am i missing something? Is there some means by which
    Coldfusion, reads the content in its own Web Server, before
    checking external, web servers. (I understand, that it may all be
    due to configuration issues. My question is, i want to know, if
    there is any log Coldfusion maintains to check, where its reading
    the source code from? i.e. If its reading from a Web Server like
    IIS or from its own in built Web server.)
    It would be helpful, if you all could throw some light on the
    same.
    Regards,
    J

    There is a little know gotcha in CFML code deployment that
    most of us
    ignore by just making sure all CFML source files are in one
    location.
    But there are TWO roots that ColdFusion will check for CFML
    files. The
    first one is in the JRUN server. This path can vary somewhat
    depending
    on exactly which flavor of CF is installed. On my Multi-home,
    Enterprise, Development machine it is here:
    C:\JRun4\servers\{cfInstanceName}\cfusion-ear\cfusion-war.
    Then if the
    CFML file is not there, ColdFusion will check the web server
    root directory.
    I can't imagine how something would be mixing these
    directories up. But
    if a CFML file ends up in both, there could definitely be
    confusion.
    Also be aware of the CF configuration options that tell
    ColdFusion to
    NOT check for updates to CFML files. This is done for
    performance
    reasons but could have the same effect as you are describing.

  • Invoke BPEL 10g process by Java client code deployed in WebLogic 10.3.3

    Hi,
    I have a problem with the use of JNDI factory While invoking BPEL 10g process using client code deployed in WebLogic 10.3.3.
    Should it be "com.evermind.server.rmi.RMIInitialContextFactory" or "weblogic.jndi.WLInitialContextFactory"?
    (Should the JNDI factory follows the container of BPEL server or the container of client code?)

    BPEL server from SOA Suite (10.1.3.3.1)
    Client code which invokes the BPEL process deployed in WebLogic 10.3.3

  • Portlet ear deployment fails with 9iAS/JDeveloper

    Hi.
    My portlet deployment fails, when I deploy
    the portlet-ear (generated with java portlet wizard).
    The connection to 9iAS works fine with the test.
    I just get this error:
    Executing command redeploy /oradata/oracle portlets_ear.ear portlets_ear OC4J_Portal
    ... <snip>
    Command was successfully sent to Oc4jDcmServlet
    ... <snip>
    Command has finished
    Receiving command exit value
    Receiving command output
    **** No output was received from command
    Closing connection to Oc4jDcmServlet
    #### DCM command did not complete successfully (-1)
    #### HTTP return code was -1
    The deployment also fails, when i try to do it trough oem. It just shows empty page after step 2 (select application).
    em-application.log shows this:
    7/23/03 5:57 PM emd: java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:380)
    at oracle.cabo.ui.data.DictionaryData.put(Unknown Source)
    at oracle.sysman.eml.ias.oc4j.DeployWiz.displayDataBindingException(DeployWiz.java:2249)
    at oracle.sysman.eml.ias.oc4j.DeployWiz.getWebModulesURLMapping(DeployWiz.java:645)
    at java.lang.reflect.Method.invoke(Native Method)
    at oracle.cabo.ui.data.provider.MethodDataProvider.getDataObject(Unknown Source)
    If anyone has experienced something similar and fixed it, could you please give me some advice.
    Thanks in advance,
    Toni

    Hi again.
    Yes, the properties files and provider.xml files exist,
    and they are not corrupted (atleast I don't see any relevant differences).
    I installed the OC4J with the help of these files:
    * http://otn.oracle.com/tech/java/oc4j/htdocs/oc4j-install-note.html
    * http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/jpdk/v2/installing.pdkjava.v2.html
    * http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/SOLUTIONS/installing.integration.v2.html#deployingUsingOc4j
    If there's a known bugs with these, could you let me know?
    Here are the contents:
    _default.properties:
    serviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
    loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
    showTestPage=true
    definition=providers/jsp_test_provider/provider.xml
    autoReload=true
    jsp_test_provider.properties: (My main provider)
    serviceClass=oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter
    loaderClass=oracle.portal.provider.v2.http.DefaultProviderLoader
    showTestPage=true
    definition=providers/jsp_test_provider/provider.xml
    autoReload=true
    provider.xml:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.DefaultProviderDefinition">
    <session>true</session>
    <passAllUrlParams>false</passAllUrlParams>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>1</id>
    <name>MyPortlet</name>
    <title>My Portlet</title>
    <description>My Portlet Description</description>
    <timeout>40</timeout>
    <showEditToPublic>false</showEditToPublic>
    <hasAbout>false</hasAbout>
    <showEdit>false</showEdit>
    <hasHelp>false</hasHelp>
    <showEditDefault>false</showEditDefault>
    <showDetails>false</showDetails>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <renderContainer>true</renderContainer>
    <renderCustomize>true</renderCustomize>
    <autoRedirect>true</autoRedirect>
    <contentType>text/html</contentType>
    <showPage>/htdocs/myportlet/MyPortletShowPage.jsp</showPage>
    </renderer>
    </portlet>
    </provider>

  • Visual Studio 2013 does not rebuild all code resulting in old code deployed through wsp

    I recently converted my SharePoint 2010 project from Visual Studio 2010 to Visual Studio 2013. I have the Premium version with Update 1.
    I quickly noticed that 2013 has bugs. For instance I could get a build error out of nowhere while developing, stating that a method recently added to Class
    A used by Class B, does not exist. The only way to resolve is to restart Visual Studio. Sometimes a rebuild would do the trick too.
    I can live with such quirks as a developer. The big problem is that it does not build the latest version if you are using the "Publish to File System"
    to get a wsp for deployment on another server.
    I've had problems with incomplete builds since my first deploy with wsp built by Visual Studio 2013, but I was not able to pinpoint it with certainty until
    last night.
    I have two classes used by a timer job. In a new version they back up some files after using them. After upgrading with the new wsp, I restarted the timer
    job service on all servers and ran the job, but the files did not back up. So I went and added a log statement to the backup code of one class and did another clean/rebuild/publish to file system from Visual Studio. I upgraded using the new wsp and then restarted
    the timer job service on all servers. When I ran the timer job service, the class where I added the log statement backed up the files it should. The other class still did not. So I added a log statement to this class as well and deployed that. Then this class
    started to backup files too.
    So I conclude that Visual Studio 2013 is failing at its core in a very dangerous way leaving assemblies built in an unknown, incomplete limbo state.
    I am downgrading all projects to Visual Studio 2012.
    This post is mainly to share my experience with the community, but if someone at Microsoft wants to investigate the issue, here is a suggestion on how to reproduce:
    Have Visual Studio in Debug build.
    Make a change to a class in a SharePoint project.
    Deploy the change to a local SharePoint installation.
    Change to Release build.
    Use Publish to file system to get a wsp. Open this wsp, copy the assembly, reflect and investigate to see that code change is actually there.
    Tore Olav Kristiansen

    Hi,
    As this is a Visual Studio question, I suggest you post it to Visual Studio Forum, you will get more help and confirm answers from there.
    http://social.msdn.microsoft.com/Forums/en-US/home?category=visualstudio
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Dicussions configuration - issue with deploy-jive-portlet.jar deployment

    Hi,
    I'm setting up discussions on 10.1.3.2 webcenter out of the box install. After running this command on linux: java -client -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -jar deploy-jive-portlet.jar
    I do not have updated jiveforums-5.1.0.jar file in $ORACLE_HOME/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/lib, instead only the old backup file jiveforums-5.1.0.jar_backup exists in that directory.
    I found out that during the time I run the comman a tmp (e.g. called jiveforums-5.1.0.jar30019.tmp) gets created in the /tmp directory of my linux server. I extracted xwork-community.xml from the tmp file and noticed differences (e.g. added SSO classes) compared to the xwork-community.xml from the backup jiveforums-5.1.0.jar_backup file.
    I've now manually copied the temporary file to $ORACLE_HOME/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/lib and discussions login seems to work fine (through sso).
    I've followed these two instructions with the setup but with both I got same result (i.e. updated jiveforums-5.1.0.jar missing and changed jiveforums-5.1.0.jarxxxtmp created in /tmp)
    http://download-west.oracle.com/docs/cd/B32110_01/webcenter.1013/b31074/jpsdg_jive.htm#CBBHFIIA
    and
    Note: 458616.1
    I would like to ask is there some known bug with the discussions configuration (I have not managed to find anything from webiv) which causes this? And is the work-a-round which I've done (using tmp file) possibly valid one or is it likely something will break later on because of this?
    Thanks!

    Hi - just wanted to also update the output of the deployment command as that did not have any errors which would have shown why the file was not created in the expected directory. Here is the output:
    $ java -client -Dhttp.proxyHost=www-proxy.us.oracle.com -Dhttp.proxyPort=80 -jar deploy-jive-portlet.jar <
    File "/u01/app/oracle/product/webcenter_1013/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/WEB-INF/web.xml" modified successfully
    Extracting "xwork-community.xml"...
    File "/u01/app/oracle/product/webcenter_1013/j2ee/OC4J_Jive/applications/owc_discussions/jiveforums/xwork-community.xml" modified successfully
    File "jiveforums-5.1.0.jar" modified successfully
    Extracting "WEB-INF/WSRP_v1_Service-java-wsdl-mapping.xml"...
    Extracting "WEB-INF/WSRP_v2_Service-java-wsdl-mapping.xml"...
    Extracting "WEB-INF/classes/DataBindings.cpx"...
    Extracting "WEB-INF/jive-portlet-for-web.xml"...
    Extracting "WEB-INF/jsso-action-classes.xml"...
    Extracting "WEB-INF/lib/oracle-jive-portlet-10.1.3.2.jar"...
    Extracting "WEB-INF/lib/oracle-portlet-tags.jar"...
    Extracting "WEB-INF/oracle-portlet.xml"...
    Extracting "WEB-INF/oracle-webservices.xml"...
    Extracting "WEB-INF/orion-application.xml.default"...
    Extracting "WEB-INF/portlet.xml"...
    Extracting "WEB-INF/webservices.xml"...
    Extracting "WEB-INF/wsdl/WSRP_v1_Service.wsdl"...
    Extracting "WEB-INF/wsdl/WSRP_v2_Service.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_bindings.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_interfaces.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v1_types.xsd"...
    Extracting "WEB-INF/wsdl/wsrp_v2_bindings.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v2_interfaces.wsdl"...
    Extracting "WEB-INF/wsdl/wsrp_v2_types.xsd"...
    Extracting "WEB-INF/wsdl/xml.xsd"...
    Extracting "WEB-INF/wsrp_mime_cs_mappings.properties"...
    Extracting "oracle/jive/discussions/CategoryRenderer.jsp"...
    Extracting "oracle/jive/discussions/ThreadRenderer.jsp"...
    Extracting "oracle/jive/discussions/categoryview_qualifier.png"...
    Extracting "oracle/jive/discussions/createtopic_ena.png"...
    Extracting "oracle/jive/discussions/discussions_qualifier.png"...
    Extracting "oracle/jive/discussions/home_ena.png"...
    Extracting "oracle/jive/discussions/replytopic_ena.png"...
    File "../META-INF/orion-application.xml" generated successfully
    Enter the full path to your jiveHome directory:
    /u01/app/custom/discussions/jive_forums_silver_5_1_0/jiveHomeFile "/u01/app/oracle/stage/webcenter_101320/webcenter_additional_service/discussions/jive_forums_silver_5_1_0/jiveHome/jive_startup.xml" modified successfully
    Deployment Complete
    Thanks!
    Nina

  • Integrated Security results in Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON' after code deployment

    Sometimes, when we deploy new code to the server, we're getting the following error:
    Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
    we're using windows authentication and in our connectionstring use integrated security.
    Only after restarting the server, the application can connect to the DB again. restarting IIS or recycling the application pool doesn't help.
    Our application pool is configured using ApplicationPoolIdentity and we would like to keep it as such.
    Any idea what we can do to prevent this error from occurring almost every time we deploy code?
    Thanks

    Hi amisol,
    Thanks for your post here.
    For your issue is related with asp.net security ,i suggest that you can post your issue to the link below:
    http://forums.asp.net/25.aspx/1?Security
    Best Regards,
    Kevin Shen.

  • CRIO code deployment from linux

    Hi,
    I have a cRIO running out in the field and the only computers permanently connected to it are GUI-less Linux machines. Currently to deploy new code to the cRIO, I go out to one of these Linux machines, steal its network cable, and plug it in to my laptop running Windows. It would be great if I could deploy new code to the cRIOs from one of these Linux machines. Can I simply copy my .rtexe and .lvbitx files over FTP to the cRIO? Does anyone know where I can find more information on this?
    Thanks!

    Hi Maxwell,
    What model of cRIO are you using? If you are using anything other than the cRIO-9068 or myRIO (these two run Linux RT as their OS), you can regularly ftp into the target and place the .rtexe in the ni-rt/startup folder(ftp://10.1.X.X/ni-rt/startup/). If you are using a cRIO with Linux RT, you must first install other software.
    You could deploy the bitfile to the target in NI-MAX using the steps in this link.
    It becomes a little more complicated to ftp the bitfile. One way to do it is to ftp the bitfile to a location on the cRIO and then modify your Open FPGA Reference VI in your RT app to look for that spot.  
    Applications Engineer
    National Instruments

  • Code Deployment Blues

    I recently switched jobs from one that used Websphere 5/6 to one that uses Weblogic v8.1 exclusively. It's not really that big of a deal because it's really just a new flavor of what is basically the same thing.
    However, going from using WSAD/RAD to do my development to using Eclipse and Ant to deploy to my local Weblogic server is nothing short of frustrating. For those that don't know WSAD has a Websphere server that runs inside the IDE so any code changes you make are immediately visible to the running server. Correct me if I'm wrong, but when using Eclipse/Weblogic it seems that the only way to do it is to deploy to the running Weblogic server (a process that takes over 1 minute on my current project). Working for 3 years in WSAD has given me a certain development "style" of making a small change and then going to see the results of that change, so it's hard to adjust to waiting for more than a minute every time you want to test a change.
    I've attempted to use the Weblogic Eclipse plugin with limited success, however everything I've read online implies that the deploy process is still required every time changes are made.
    My question is: Is it possible to run Weblogic in a similar manner so that any code changes made in Eclipse are immediately picked up by the running server?

    Can somebody provide any inputs ??

  • 11g BPEL Code Deployment Error

    Hi All,
    I have migrated a 10g bpel code to 11g. Migration got successful. While compiling got the following error.
    Failed to compile bpel generated classes. failure to compile the generated BPEL classes for BPEL process "PROCESSNAME" of composite "default/PROCESSNAME!1.0" The class path setting is incorrect. Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    Since we are using java embedding in the bpel code, it requires log4j.jar. So added the log4j.jar in the libraries and class path in JDev and when I compiled again, compilation got successful.
    When I try to deploy the code to the server, I am getting the following error:
    +[08:45:28 PM] Error deploying archive sca_PROCESSNAME_rev1.0.jar to partition "default" on server soa_server1 [m1-18322.wipro.com:8001]+
    +[08:45:28 PM] HTTP error code returned [500]+
    +[08:45:28 PM] Error message from server:+
    Error during deployment: Deployment Failed: Error occurred during deployment of component:PROCESSNAME to service engine: implementation.bpel, for composite: PROCESSNAME: ORABPEL-01005
    Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "PROCESSNAME" of composite "default/PROCESSNAME!1.0*soa_120500e8-4351-4a10-94bc-448c2eff6c16"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    +.+
    +[08:45:28 PM] Check server log for more details.+
    +[08:45:28 PM] Error deploying archive sca_PROCESSNAME_rev1.0.jar to partition "default" on server soa_server1 [m1-18322.wipro.com:8001]+
    +[08:45:28 PM] #### Deployment incomplete. ####+
    +[08:45:28 PM] Error deploying archive file:/11g code/PROCESSNAME_v1/deploy/sca_PROCESSNAME_rev1.0.jar+
    +(oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)+
    I guess that it expects the log4j.jar in the server for deployment to be successful. But since the jar is not present in the server, I am getting the error.
    There was no error with 10g.
    Can anybody help me resolve this issue?
    Thanks & Regards,
    Vishwanath
    Edited by: Vishwa on Aug 12, 2010 6:13 AM

    Vishwa,
    I know it's been a while since your post, but did you ever find what the problem was with this deployment issue?

  • How do I know what are custome code deployed on my site for Migration from 2010 to 2013

    We have around 500 sites and several Webapplication. Now we want to migrate site from SharePoint 2010 to 2013
    We will use Metalogix tool for Migration. However we want to know which custom changes site Have , SO those WSP we can deployed on 2013, So that Site will work fine After Migration.
    SO question is there is any way where I can find what customization site have ?
    I want poweshell which will tell me these WSP have deployed on this Sitecollection , SO that only those I will deploy on 2013 ? ALso
    Suppose I have created Workflows through designer , is there any powershell which will tell me these workflow have deployed on particular site, so that I can check is those Migrated successfully or not.
    Please mark answer , if you think answer is helpful or correct.

    Hi,
    Please see the link below that will give you detailed steps to identify customizations
    Checklist for upgrade
    Cheers
    FrenchSpeaker - MCTS

  • "Servlet pluto is not available" error page after deploying portlet

    I want to build a JSF portlet with JSC 2.1. I am playing with the tool a little bit and I am experiencing this error after running the project:
    HTTP Status 404 - Servlet pluto is not available
    type Status report
    message Servlet pluto is not available
    description The requested resource (Servlet pluto is not available) is not available.
    Sun-Java-System/Application-ServerIt's strange because it happened when I changed something in the code of the SessionBean1.java. Since then, I can't even run properly a blank JSF portlet project that I created afterwards.
    I created a new project, added nothing and pressed Run Project. It seems, that the deployment was OK:
    portlet-container-deploy:
    Adding portlet to portlet container...
    Deploying portlet container...
    jsCreatorDist:
    run-deploy:
    In-place deployment at D:\Work\Creator\Portlet3\build\web
    Start registering the project's server resources
    Finished registering server resources
    deployment started : 0%
    Deployment of application Portlet3 completed successfully
    Enable of Portlet3in target server completed successfully
    run-display-browser:
    Browsing: http://localhost:29080/pluto/portal/Portlet3
    run:
    BUILD SUCCESSFUL (total time: 12 seconds)"Servlet pluto is not available" page again...
    My configuration: Windows XP SP2, Sun Creator 2.1 with no updates + bundled AS

    No, I haven't figured it yet. And it seems that nobody ever had.
    JSCreator is buggy. If it weren't for free, I would have never use it. It has so many issues, you will see so many exceptions and experience so many annoyances... And of course, it is very hungry for resources. I am sure that a lot of people will disagree, but that's my opinion. I've been using Eclipse for 4 years now.
    However here are some tips (Windows only):
    Delete directory .Creator from Documents and Settings.
    Uninstall creator, install creator. Don't install it to Program Files, install it to C:\Sun or smth like that, the space character can do some mess.
    Again, put your project somewhere, so the path would not contain spaces.
    Sometimes just restarting the server helps. I've had to reinstall Creator three times yet.

Maybe you are looking for

  • I have a problem with ALV Grid User Command?

    Hi Experts, I have a problem with ALV GRID User Command. I am calling TCODE IW33 (Order Display) from the ALV output at first time by selecting an order. But, User command is calling IW33 Initial screen with blank value of order. Even I checked in de

  • Einbinden von Makros in XL Reporter Berichte

    Hallo zusammen, wie binde ich Makros in einen XL Reporter Bericht ein, so dass beim Aufruf des Berichtes diese Makros auch ausgeführt werden? Die selbsterstellten Makros sind beim Öffnen des Berichtes nicht mehr vorhanden, obwohl sie im Report Builde

  • Security question about Admin transaction: BDLS

    Hello Experts, i have a question regarding BDLS transaction: Conversion of Logical Systems. My former supervisor gave me the task to remove the BDLS transaction from all user profiles because of its critical matter. It should not be performed on Prod

  • Help after installing additional SSD to macbook pro early 2011

    I just installed a new ssd in addition the my original harddrive by removing the superdrive. I got everything working good and can see both drives in Finder (OSX MT LION was installed in the SSD then i used migration assistant to get user info into S

  • Nokia E61 - Connection Error

    I have a new E61 (from Vodafone in the UK). Most of the time it is fantastic - email, text, internet are all fine. However, over the last 2 weekends it has failed to make telephone calls. It displays "connection error" once it starts ringing the othe