Ipad enterprise deployment

Hi Guys
I am configuring company iPAD for sales guys and creating a profile using iPhone configuration utility but I am kind of stuck and I don't know how to do that.
Try to acheive following
if iPad are in company WiFi range it should automatically connect with WiFi network (as we don't broadcast SSID)
But when they are at home or starbucks they can able to connect with WiFi
User cannot able to reset profiles on iPAD
They can able to turn On / Off mobile network but when WiFi connected it must turn off mobile network
how can user able to access files on network share folder
Regards & thanks

Try to acheive following
User cannot able to reset profiles on iPAD
They can able to turn On / Off mobile network but when WiFi connected it must turn off mobile network
how can user able to access files on network share folder
Regards & thanks
1. Use the iPhone Configuration Utility or the new Apple Configurator app (in the App Store) to lock down profiles
2. I'm not sure this can be automated. The human must shut off 3G/4G networking
3. You can use secure WebDAV to access files on a network share. Your IT department should know if they have this enabled, and it does not involve much effort to get it running. Works like a charm at our school. Folks are happy and can access their files globally.
WebDAV enables any mobile device or wireless computer to access your fileshares.

Similar Messages

  • Export for Enterprise Deployment

    I haven't seen anyone talk about this yet, but is there a way to package a Flash app for iPad/iPhone for enterprise deployment? Apple does this with their XCode development tool. It's always the common sense stuff that Adobe leaves out and never has any information on.
    Thanks.
    Nathan

    Have you found out the solution yet?  I am faced with the same issue and need to deploy to a client ASAP.  I need to know what the publishing setting would be: Debug, Ad-Hoc, or App store. I thing that the App store one should be used. I will be giving my client both a debug and an App store version. We will see what happens.

  • Private, enterprise deployment + updating of iBooks, pdf's ... via app, or Profile Manager

    Hello,
    We wrote our own iBooks and PDF's for an internal, enterprise deployment.  We need to distribute them to iPad users and then manage them (updates, etc.).  Due to the content, there is no need and little desire to make them publically accessible (post on a webpage, use Drobox, Box, etc.).  We could put them on smartcard or password controlled site.  They are quite large so emailing them is a pain.  In these later cases, it then requires the user to manually download the file, then when an update comes along, delete the old and download the new  (a big pain).  It would be best to do this automatically at night.
    We're using MacOS Server Profile Manager for our MDM, which can push self-created apps & webclips but not iBooks and pdfs. It would be great if PM could add/delete/update iBooks & PDFs iOS iBooks app ...  like it can with apps & webclips.
    Until then, what's the solution to manage senstive iBooks & PDFs?
    Create one (or more) apps the we self-publish & distribute that contains the iBooks and PDF files?   Then update the very large app?
    Thanks,
    K

    What about using a WebDav? Download a 3rd party WebDav APP and go to the following URL on your server:
    https://subdoamin.yourdomain.com/webdav/
    You do have to enable the share for WebDav to do this in server app but it works great. We use it for iWork and pdf documents.
    Thanks,
    ebrind

  • Adobe Reader XI enterprise deploy-disable display PDF in browser?

    There appears to be conflicting information about Adobe Reader XI and how to pre-configure the "disable display pdf in browser".
    The Enterprise Administration Kit/Guide says you can do this via the MSI Property:
    DISABLE_BROWSER_INTEGRATION = YES
    However, acrobat help, indicates you can ONLY do this manually via individual browser add-ons.
    I have the redestributable version from Adobe and I used the Enterprise Guide to make the AIP and used the Customization Wizard to create the package and am using the properties line when the msi is installed to disable the display
    so which one is right?

    I am out of the office until 1/22/13.
    If you need assistance with technical issues, please contact the Help Desk at:  518-402-8888
    >>> Test Screen Name <[email protected]> 01/17/13 10:30 >>>
    Test Screen Name http://forums.adobe.com/people/Test+Screen+Name created the discussion
    "Re: Adobe Reader XI enterprise deploy-disable display PDF in browser?"
    To view the discussion, visit: http://forums.adobe.com/message/5001441#5001441

  • OC4J 10.0.3 and javax.enterprise.deployment

    I am playing around with javax.enterprise.deployment.blah.blah as we use a in-house managed deployment procedure, currently we call out to a Runtime process to execute dcmctl commands, but I'd rather use the JSR88 compliant API. What URI is needed to get a DeploymentManager from a DeploymentManagerFactory in both Standalone and Enterprise Edition???
    I would have though the usual ormi://localhost:23791 would have worked?? I get a creation exception...
    Scott.

    That looks very intersting... I tried it out, one thing I forgot to mention is that this will ultimately be kicked off from a Message Driven Bean. I didn't think it matter until I get the following exception, it seems that particular Deployment Manager is expecting to be executed from a standalone client, I'll hunt around next week to
    see if there is one that doesn't assume a ApplicationInitialContext, perhaps it's a System Property that can be passed through...
    Many thanks for your efforts it would have taken me quite awhile to work out the register deployment manager stuff...
    Scott.
    04/02/27 17:20:44 javax.naming.NamingException: META-INF/application-client.xml not found (see J2EE spec, application-client chapter for requirements and format of the file)
    04/02/27 17:20:44 at com.evermind.server.ApplicationClientInitialContextFactory.getRequiredClasspathResource(ApplicationClientInitialContextFactory.java:175)
    04/02/27 17:20:44 at com.evermind.server.ApplicationClientInitialContextFactory.getInitialContext(ApplicationClientInitialContextFactory.java:68)
    04/02/27 17:20:44 at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    04/02/27 17:20:44 at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    04/02/27 17:20:44 at javax.naming.InitialContext.init(InitialContext.java:219)
    04/02/27 17:20:44 at javax.naming.InitialContext.<init>(InitialContext.java:195)
    04/02/27 17:20:44 at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:346)
    04/02/27 17:20:44 at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:100)
    04/02/27 17:20:44 at oracle.oc4j.admin.management.mejb.MEjb.<init>(MEjb.java:100)
    04/02/27 17:20:44 at oracle.oc4j.admin.management.mejb.MEjb.getMBeanServer(MEjb.java:130)
    04/02/27 17:20:44 at oracle.oc4j.admin.management.mejb.MEjbFactory.getManagement(MEjbFactory.java:51)
    04/02/27 17:20:44 at oracle.oc4j.admin.deploy.spi.ConnectedDeploymentManagerBase.<init>(ConnectedDeploymentManagerBase.java:169)
    04/02/27 17:20:44 at oracle.oc4j.admin.deploy.spi.Oc4jDeploymentManager.<init>(Oc4jDeploymentManager.java:39)
    04/02/27 17:20:44 at oracle.oc4j.admin.deploy.spi.factories.Oc4jDeploymentFactory.getDeploymentManager(Oc4jDeploymentFactory.java:115)
    04/02/27 17:20:44 at au.edu.nsw.det.comptech.mw.dps2.server.DCMAppServerDeployer.executeDeployment(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.server.EnterpriseArchiveDeployer.deployApp(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.server.CommandDeployApp.perform(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.server.CommandProcessor.performAction(Unknown Source)
    04/02/27 17:20:45 at au.edu.nsw.det.comptech.mw.dps2.ejb.deployrequestconsumerejbbean.DeployRequestConsumerEJBBean.onMessage(Unknown Source)
    04/02/27 17:20:45 at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
    04/02/27 17:20:45 at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:920)

  • HT5487 So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "inte

    So we just got a new Macbook and I also installed the apple configurator tool. I'm using it to prepare the iPads for deployment and it won't let me prepare them? It gets an error stating "retrieving iOS info from apple" then it stops and says "internet error". My Internet connection is fine with the Mac-book. It shows the iPad is listed under the Prepare logo up top as 1 but under supervise none are shown. Although it does show itself in iTunes. Also the profile I created is fresh and has no errors. We have tryed nearly everything I cna think of and online forums are not giving us to much info on this error. 

    A wag at this.  A port issue?
    "Apple Push Notification network setup
    When MDM servers and iOS devices are behind a firewall, some network configuration may need to take place in order for the MDM service to function properly. To send notifications from an MDM server to Apple Push Notification service, TCP port 2195 needs to be open. To reach the feedback service, TCP port 2196 will need to be open as well. For devices connecting to the push service over Wi-Fi, TCP port 5223 should
    be open."
    http://www.google.com/url?sa=t&rct=j&q=ports%20ios%20configure%20ipad&source=web &cd=1&ved=0CC0QFjAA&url=http%3A%2F%2Fimages.apple.com%2Fipad%2Fbusiness%2Fdocs%2 FiOS_MDM.pdf&ei=5lXGUPCcJMXx0gH2wYG4BA&usg=AFQjCNFzINvs7ktT-6o6Q_l4Qk2HkpjtCA&ca d=rja
    google: ports ios configure ipad
    Try it on your home network where there isn't a lot of 'controls' -- network filtering , firewalls, etc.
    Robert

  • Acrobat 9.1 Group Policy Enterprise Deployment

    Hey there,
    I'm wondering how to properly create an msi based on the new security update for enterprise deployment via gpo.
    i found an acrobat 8 doc that specified: msiexec /a "\\network computer\Adobe Acrobat 9.0 Professional\AcroPro.msi" /p "\\network computer\Adobe Acrobat 9.0 Professional\security update\AcroProStdUpd910_T1T2_incr.msp"
    but this simply updated and extracted all files...
    i'm not overly familiar with packaging acrobat so any help would be great.
    even better would be an acrobat 9.1 full msi :)
    thanks

    One thing to note: Make sure you apply ALL .msp patches to the admin in the correct order!
    i.e. You can't just jump to the 9.1.2 patch as they are all INCREMENTAL and have a weird schedule! Sucks, but somehow it makes sense to Adobe. The scheduling and it's explanation can be found here: http://kb2.adobe.com/cps/498/cpsid_49880.html
    So, the methodology is:
    Make an admin install using the /a switch from msiexec
    Expand the patch file from the source to the network share in the correct order, one by one using the /p switch of msiexec, 9.1.0 first then 9.1.2
    Create your .mst file via the Customization Wizard
    Create your GPO referencing the gpo_ad doc here ( http://www.adobe.com/devnet/acrobat/pdfs/gpo_ad_9.pdf )
    Enjoy!  
    --VTK

  • Is it legal to use the iPhoto slideshow video inside the third party iPad enterprise application?

    Hi,
       we are developing one enterprise application specifically for iPad.Kindly advise me is it legal to use the iPhoto slideshow video inside the third party iPad enterprise application (slide show with images)?
    Thanks in advance.

    Thanks Terence for your reply. I mean  for "the iPhoto slideshow video" is : I have collection of my own images , using iPhoto software i created a slideshow based on 'origami' theme and exported as a video file. Can I use that video in my enterprise iPad application?
    Thanks.

  • Javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException

    Hi,
    i'm trying to deploy an J2ee application with adf libraries in a Weblogic Server 9.2 with SOA Suite. My application was developed in JDeveloper 10.1.3.3. in Windows XP. My application server is in Linux RedHat 5 Enterprise. In Jdeveloper, when i tried to deploy my application I got the next log:
    ---- Deployment started. ---- Aug 17, 2009 3:39:17 PM
    Target platform is WebLogic Server 9.x (weblogic).
    Checking weblogic.xml for completeness...
    Wrote WAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.war
    Wrote EAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear
    java -classpath C:\jd\jdev\mywork\weblogic.jar weblogic.Deployer -adminurl http://10.10.1.190:8001 -user weblogic -password **** -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    weblogic.Deployer invoked with options: -adminurl http://10.10.1.190:8001 -user weblogic -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at 10.10.1.190:8001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using http://10.10.1.190:8001
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 'http://10.10.1.190:8001': invalid type code: 31. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:314)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
         at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
         at weblogic.utils.compiler.Tool.run(Tool.java:158)
         at weblogic.utils.compiler.Tool.run(Tool.java:115)
         at weblogic.Deployer.run(Deployer.java:70)
         at weblogic.Deployer.main(Deployer.java:54)
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
         at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
         at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:482)
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:295)
         ... 6 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:143)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
         ... 9 more
    Caused by: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:85)
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:41)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:673)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:466)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:330)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:302)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:141)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:223)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
         at weblogic.common.internal.RMIBootServiceImpl_923_WLStub.authenticate(Unknown Source)
         at weblogic.security.acl.internal.Security$1.run(Security.java:185)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:181)
         at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRemotely(WLInitialContextFactoryDelegate.java:734)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:667)
         ... 21 more
    Caused by: java.io.StreamCorruptedException: invalid type code: 31
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.readObject(Unknown Source)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:195)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:565)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:191)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:221)
         ... 29 more
    **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1
    Elapsed time for deployment: 17 seconds
    #### Deployment incomplete. #### Aug 17, 2009 3:39:34 PM
    ---- Deployment started. ---- Aug 17, 2009 3:39:17 PM
    Target platform is WebLogic Server 9.x (weblogic).
    Checking weblogic.xml for completeness...
    Wrote WAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.war
    Wrote EAR file to C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear
    java -classpath C:\jd\jdev\mywork\weblogic.jar weblogic.Deployer -adminurl http://10.10.1.190:8001 -user weblogic -password **** -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    weblogic.Deployer invoked with options: -adminurl http://10.10.1.190:8001 -user weblogic -debug -verbose -deploy -upload -source C:\jd\jdev\mywork\ECSBPM\ViewController\deploy\ECSBPM.ear -name ECSBPM
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at 10.10.1.190:8001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using http://10.10.1.190:8001
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 'http://10.10.1.190:8001': invalid type code: 31. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:314)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
         at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
         at weblogic.utils.compiler.Tool.run(Tool.java:158)
         at weblogic.utils.compiler.Tool.run(Tool.java:115)
         at weblogic.Deployer.run(Deployer.java:70)
         at weblogic.Deployer.main(Deployer.java:54)
    Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:121)
         at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
         at weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:482)
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:295)
         ... 6 more
    Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:143)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:118)
         ... 9 more
    Caused by: javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:85)
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:41)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:673)
         at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:466)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:373)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         at weblogic.jndi.Environment.createInitialContext(Environment.java:200)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:184)
         at weblogic.jndi.Environment.getInitialContext(Environment.java:162)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getContext(ServerConnectionImpl.java:330)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getEnvironment(ServerConnectionImpl.java:302)
         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:141)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: failed to unmarshal class weblogic.security.acl.internal.AuthenticatedUser; nested exception is:
         java.io.StreamCorruptedException: invalid type code: 31
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:223)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:224)
         at weblogic.common.internal.RMIBootServiceImpl_923_WLStub.authenticate(Unknown Source)
         at weblogic.security.acl.internal.Security$1.run(Security.java:185)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:181)
         at weblogic.jndi.WLInitialContextFactoryDelegate.authenticateRemotely(WLInitialContextFactoryDelegate.java:734)
         at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:667)
         ... 21 more
    Caused by: java.io.StreamCorruptedException: invalid type code: 31
         at java.io.ObjectInputStream.readObject0(Unknown Source)
         at java.io.ObjectInputStream.readObject(Unknown Source)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:195)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:565)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:191)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:221)
         ... 29 more
    **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1
    Elapsed time for deployment: 17 seconds
    #### Deployment incomplete. #### Aug 17, 2009 3:39:34 PM
    I verified and my credentials are correct. Please your help.
    Thanks
    Eve

    Hi,
    I hope you are deploying application through build file.
    Can you check build.xml file whether you had given correct Admin url and port number.
    Regards,
    Kal
    Edited by: kalyan Pasupuleti on Sep 12, 2012 1:39 AM

  • Javax.enterprise.deploy.spi.exceptions.InvalidModuleException: [J2EE Deploy

    Hi,
    I'm using Weblogic Server 9.2. I'm having problems to deploy a .ear aplication.?:|
    When I try to install the aplication i get the following error:
    javax.enterprise.deploy.spi.exceptions.InvalidModuleException: [J2EE Deployment SPI:260105]Failed to create DDBeanRoot for application, 'sgi-core-1.0.jar'
    Could anyone say me how can I solve this error?
    The deployment descriptor weblogic-ejb-jar.xml seems to be correct.
    I'm using Andromda to generate the .ear file, so I don't know if it can be causing any problems
    If anyone could help me...
    Thanks in advance

    Hi,
    The J2EE Error code siply suggest that there is something wrong in your Deployment Descriptors...
    Can u please post the XML files available inside your "WEB-INF" directory?
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • CS6 Easy Enterprise Deployment - free 30min webinar today.

    CS6 – Easy Enterprise Deployment" 30 min. webinar with Tommi Luhtanen, Business Development Manager Creative Design & Web Adobe Systems Nordic AB:
    https://my.adobeconnect.com/creativebootcamp
    Today, 1PM CET ( other time zones: http://www.timeanddate.com/worldclock/fixedtime.html?msg=CS6+%E2%80%93+Easy+Enterprise+Dep loyment+webinar&iso=20121005T13&p1=48&am=30 )

    CS6 – Easy Enterprise Deployment" 30 min. webinar with Tommi Luhtanen, Business Development Manager Creative Design & Web Adobe Systems Nordic AB:
    https://my.adobeconnect.com/creativebootcamp
    Today, 1PM CET ( other time zones: http://www.timeanddate.com/worldclock/fixedtime.html?msg=CS6+%E2%80%93+Easy+Enterprise+Dep loyment+webinar&iso=20121005T13&p1=48&am=30 )

  • Enterprise Deployment for Hosted Devlopment and Production

    We are moving from a 11G dev environment to 11g production. We chose Installation scenario#3: Enterprise Deployment for Hosted Development and Production so we could scale out the load to multiple servers. I am at the point now where I need to load my repostory and webcat(dashboard files) and I want to make sure I understand what needs to be done.
    Do I load my Repository and Webcat directory on the first node and it deploys it automatically to the 2nd node or are there other steps to do this.
    Thanks!

    Hi,
    I thought about that possibility, but since in the Apple website I read that
    "Deploy proprietary, in-house applications to authorized users in your company, the iPhone Developer Enterprise Program is available to companies with 500 or more employees and a Dun & Bradstreet number."
    Since I'm freelancer,I don't have 500 employees, neither the Dun & Bradstreet number.
    Can I subscribe to the program in the same way?
    Also, if I subscribe the Enterprise program, I can also develop and publish "normal" apps for the iTunes, or do I need to have another subscription?
    Best regards and thanks for the fast answers
    Paulo Correia

  • Enterprise deployment of Flash Builder 4, how?

    What sources or tools are available to aid in enterprise deployment of Flash Builder 4?  I need to create a 100% silent, 100% no touch installation and uninstallation.  I'd rather not capture it into a MSI.  I'm finding nothing on how to automate the installer at all.
    I'd like some customization along with just how to do the actual install.  For example, being able to NOT install Adobe AIR, Flash Plugin/ActiveX and the accompanying Microsoft VC items or selectively installing them.  In our environment, EVERYTHING is layered - no application installs other vendor installs.  This simplifies managing and updating them.  When a user requests a application, all pre-reqs are installed and the actual app only installs if they all completed.
    Thanks,
    digital

    For the path to your own copy of eclipse, if the link file isn't created automatically in silent mode, you could fix that quickly afterwards by copying the link file (either manually or with a script) from the bundled eclipse dropins folder into your own copy of eclipse.
    Regarding silent deployment of volume SNs for FB4 Plug-in, we've been working up some documentation for that. Here's the approach, if anyone needs it.
    Phase 1: Package the RIBS subinstaller (STIWrapper) for network deployment
    first, install FB4 Plug-in normally (interactively) once locally, to obtain the embedded subinstaller here: C:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\install.support\AdobeFlashBuilderPluginSTIWrapperWin
    that STIWrapper normally gets run automatically and silently by InstallAnywhere. Because it’s in CS Installer format, an enterprise deployment engineer can use Adobe’s regular CS5 Enterprise Deployment tools to configure it for embedding a volume SN.
    when configuring the STIWrapper for Enterprise Deployment, the install path needs to go all the way down to the bundled Eclipse folder. For example that will be here by default: <Property name="INSTALLDIR">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse</Property>
    docs and downloads for Adobe's Enterprise Deployment tools are available here: http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html
    Phase 2: Deploying FB4 Plug-in to End Users
    Before deploying, it’s important that any previously installed versions of FB4 Plug-in and its STIWrapper have been uninstalled. Generally, the Plug-in uninstaller will uninstall the STIWrapper automatically, but for more robust deployments, the enterprise engineer may want to automate a prerequisite step of uninstalling both FB4 and its STIWrapper.
    Next, the silent installers need to be deployed in this order:
    install the STIWrapper first, using the CS5 Deployment Toolkit
    run the regular InstallAnywhere FB4 Plug-in installer silently.
    To run the Plug-in installer silently, you can either use the "FB4_Plugin_Win_Installer.exe -i silent" syntax in your deployment scripts, or else place a new file named installer.properties right next to FB4_Plugin_Win_Installer.exe, in the same VM folder, and include this line in that file:
    INSTALLER_UI=silent
    Important: in step 2 above you need to run the extracted FB4 Plug-in installer, using the same folder tree format found on the DVD, not the self-extracting ESD archive named FlashBuilder_4_Plugin_LS1.exe.
    Alternatively, if you only have the ESD exe named FlashBuilder_4_Plugin_LS1.exe, and don’t have the FB 4.0.1 DVD available, you can obtain the same folder tree by running the plug-in installer interactively on a local machine. Cancel the installation right after it finishes with the part that says “...downloaded files are being extracted.” Locate the full plugin installer tree from your Temp folder, normally here: [yourHomeFolder]\AppData\Local\Temp\Adobe Flash Builder 4 Plugin\
    Post this extracted folder (from the DVD or from the Temp folder) to a convenient share on your network and then use it for Step 2 above.
    Note that this will only work fully on Win, because InstallAnywhere doesn’t support silent deployments on OS X. You could still use Step 1 on OS X to deploy a Volume SN the same way, but Step 2 would involve running the Plug-in installer interactively on OS X.
    If you try out this approach, please let us know how it goes.
    Thanks,
    -Chris

  • Enterprise Deployment of EMET

    There have been a number of requests to make enterprise deployment of EMET easier. 
    This is something we are actively working on.  We expect to be able to offer this along with the ability to configure and monitor EMET across an enterprise in the future. 
    Until this is ready, there are a few options for rolling out EMET across an enterprise. 
    Please note that these options are only relevant for the application specific mitigations and not the system policy for mitigations.
    Option 1: Deploy from a common share
    The first step for this is to place all the binaries on a common share (with the appropriate ACLS to prevent undesirable tampering). 
    Next, EMET_conf.exe should be run with the --add parameter from each of the machines that are to be protected. 
    This can be done with tools such as SCCM, startup scripts etc. 
    When EMET_conf.exe runs, it will copy the necessary files to c:\windows\apppatch and will also make the necessary registry key changes.
    To remove EMET from one of these machines, you can follow the same steps, but use either the --remove or --remove_all parameter with EMET_conf.exe. 
    This will leave the files on the system, but will deactivate the EMET functionality.
    Option 2: Deploy the EMET installation file and configure through script
    This option involves rolling out the “EMET Setup.msi” to all of the target machines utilizing any number of package deployment options (including Group
    Policy).  Later, a script can be run that uses EMET_conf.exe –add to configure the appropriate target applications.
    Option 3: Create a wrapper msi
    Another approach you can take is to create a new msi that includes the “EMET Setup.msi” file. 
    When the wrapper msi is installed, it can be set up to install the “EMET Setup.msi” file and then run EMET_conf.exe --add to configure the desired settings. 
    It can also be configured to uninstall “EMET Setup.msi” if it is later uninstalled.

    Thanks for the information.  I am currently testing deployment using option 2.  We are using SCCM packages to install the software and run a configuration batch file.  I came up with this script so we could run it on both 32-bit and 64-bit
    machines.  It will add the programs it finds based on the paths.  I would like to see the community develop a more complete list if this approach is efficient.  Thanks.
    @echo OFF
    REM Program List v1.0
    if exist "C:\Program Files (x86)\EMET" cd "C:\Program Files (x86)\EMET"
    if exist "C:\Program Files\EMET" cd "C:\Program Files\EMET"
    REM 32/64-Bit Applications
    emet_conf.exe --set "C:\Program Files\Windows Media Player\wmplayer.exe"
    emet_conf.exe --set "C:\Program Files\Internet Explorer\iexplore.exe"
    emet_conf.exe --set "C:\Program Files\Java\jre6\bin\java.exe"
    emet_conf.exe --set "C:\WINDOWS\system32\java.exe"
    REM Windows 32-Bit Operating System program Paths
    REM 3rd Party Programs
    emet_conf.exe --set "C:\Program Files\IBM\Lotus\Notes\nlnotes.exe"
    emet_conf.exe --set "C:\Program Files\Mozilla Firefox\firefox.exe"
    emet_conf.exe --set "C:\Program Files\Mozilla Firefox\plugin-container.exe"
    emet_conf.exe --set "C:\Program Files\Opera\opera.exe
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"  
    emet_conf.exe --set "C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files\QuickTime\QuickTimePlayer.exe"
    emet_conf.exe --set "C:\Program Files\iTunes\iTunes.exe"
    emet_conf.exe --set "C:\Program Files\Winamp\winamp.exe"
    emet_conf.exe --set "C:\Program Files\WinZip\WINZIP32.exe"
    REM Office 2003 Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE11\INFOPATH.EXE"
    REM Office 2007 Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE12\INFOPATH.EXE"
    REM Office 2010 32-Bit version Applications
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\GROOVE.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\ONENOTE.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\VPREVIEW.EXE"
    emet_conf.exe --set "C:\Program Files\Microsoft Office\OFFICE14\INFOPATH.EXE"
    REM Windows 64-Bit Operating System program Paths
    REM System Services and Applications
    emet_conf.exe --set "C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
    REM 3rd Party Programs
    emet_conf.exe --set "C:\Program Files (x86)\IBM\Lotus\Notes\nlnotes.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Mozilla Firefox\plugin-container.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Opera\opera.exe
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 8.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat\Acrobat.exe"  
    emet_conf.exe --set "C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe"
    emet_conf.exe --set "C:\Program Files (x86)\QuickTime\QuickTimePlayer.exe"
    emet_conf.exe --set "C:\Program Files (x86)\iTunes\iTunes.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Java\jre6\bin\java.exe"
    emet_conf.exe --set "C:\Program Files (x86)\Winamp\winamp.exe"
    emet_conf.exe --set "C:\Program Files (x86)\WinZip\WINZIP32.exe"
    REM Office 2003 Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE11\INFOPATH.EXE"
    REM Office 2007 Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE12\INFOPATH.EXE"
    REM Office 2010 32-Bit version Applications
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\MSACCESS.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\EXCEL.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\OUTLOOK.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\POWERPNT.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\PPTVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\WINWORD.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\GROOVE.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\MSPUB.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\ONENOTE.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\VPREVIEW.EXE"
    emet_conf.exe --set "C:\Program Files (x86)\Microsoft Office\OFFICE14\INFOPATH.EXE"

  • Enterprise Deployment Guide and a Signed Enrollment Response

    Im trying to follow the enrollment process in Enterprise Deployment Guide.
    The device opens my url.
    I send a xml containing the device information request.
    The response i get is signed "using the device’s built-in identity (Apple-issued certificate), and sends it back to the profile distribution service using HTTP Post.
    My question is why is it signed, and how do i verify the signature. And how do i read the relevant data from the response.
    When i read it now, it it first some binary data, then the xml response and then some more binary data.
    How do i process this response.
    Thanks

    It's a signed message in the PKCS#7 format. PKCS#7 is a standard (detailed in RFC 2315 http://www.faqs.org/rfcs/rfc2315.html ) for signed and encrypted messages. CMS (Cryptographic Message Syntax) is the name of the current standard based on PKCS#7.
    There are many ways to extract the data and verify the signature of such a message. The easiest is probably to use OpenSSL (command-line or library). Several libraries in various languages can handle that too.

Maybe you are looking for

  • Video Card - Repair or Replace?

    I have a Dual 2.5 GHz PowerPC G5 with a Radeon X800 XT video card. The video card is making a very loud intermittent whining noise. I assume it is the fan on the video card making the noise. My question is whether to replace the video card or repair

  • ITUNES MATCH on 2 iphones.

      How do I manage to have ITUNES MATCH work on 2 iphones under 1 icloud account?  If I create a second icloud for my wife, will our contacts not be synced anymore? Currently we have 1 Icloud account that we trasitioned from a MobileMe account.  We li

  • Photoshop CS4 Extended 64bit Color glitchs and crashing?

    Hi, today after a few weeks of not touching Photoshop for digital painting, i went to draw with it and my Intuos 4 Wacom Tablet. Nothing was wrong, and i was very far into the process of finishing the picture, but then suddenly Photoshop started bein

  • TDS in Payment on Account

    Hi All,        What is the process of deducting TDS on Payment on Account ( In Outgoing payments ). Please reply fast. Regards, Abhishek Edited by: Rui Pereira on Nov 7, 2008 11:59 AM

  • It's not letting me change the firewall settings.

    I have a odd problem. It's not letting me change my firewall settings. The settings are locked by default, when I click on the little lock image in the bottom it does not prompt me for the password, it says "authenticating" for about 2 seconds, and t